im really fine with learning how to use it myself. then i have something everyone else doesn't. 90% of people on this side dont know C++ when they see it let alone compile it.
it's funny how everytime including back at ngb some guy would say fiqure it out yourself never giving us a clue besides go take programming classes even though half the people on here including me are only 13-17 years old then someone like me would try to do what he said or do a trial and error process like for instance compiling those codes posted already have 5 questions from that, what program do you use, does it cost money, have you tried this and does it work, how and when do i inject the codes in the game, and finally what do the codes do in the first place?????? Note: i will probably just google most of the things i said and search and test for 3hours and give up on it......
its raw socket for packet injection,edit the time the proto and everyting that is there. The code is just a easier way on how to packet inject.For example if you wanted to be able to sprint really fast you woud have to create your own packet, if you wanted radar then capture the packet edit the time and send it,each packet has a time stamp.
Can someone please put this into "simple" terms so i can understand.
Hey Moy,
It's hard to simplify this because it's actually advanced networking involved. I will try to help you understand what this code actually does but it will be difficult to use even after you understand.
Basically, your PS3 sends information about the games you play to an online server. So let's say you start a game and you throw a grenade. Your system would then send that information to the online server. The online server would then calculate information and send that grenade to the PS3s of those you were playing with.
With this code (packet injection) you could basically mess with the packets so that for example when you throw a grenade in the game your PS3 would send the information out but this code would transform the information and add something like the "Sonic Boom" perk to the grenade even though you do not have it equipped. Your system would just send out a regular grenade but everyone in your game would receive that grenade as if it had the "Sonic Boom" perk on which makes it deadlier.
I know that it might not seem like much to simply add "Sonic Boom" to your grenades without having the perk equipped but imagine if you alter the packets so that you can achieve all perks at the same time. You might be able to get shot and drop grenades from "Martyrdom" plus stay alive with "Last Stand". I don't know if it's possible but I'm just giving you the ideas to help you understand better.
I hope this helps you understand.
Has anyone come across a list of the packets and what they do in the game?
some1 probably has but they'll keep it secret and what protocol or however u spell it, is the ps3 sending packets in? There's a couple different ones and also when i shot in a regular game i don't get a packet ( already set it up so that my ps3 would send them to the comp. then the router )
Wow next time you post a thread you might want to make sure that the people reading the post will actually understand what you are giving them. You should explain what to do with the codes that you put up. If it requires a program, give a link. Explain how and when to use/inject this set of codes or whatever you have to do with them. You can just expect to post a thread Titled "packet injection........" and post some codes and just expect even a few people to know what you are talking about or what you do with it. You probably don't have a solid idea of what you do with these codes and if they actually work or not.