Post: This time, we will do it together.
08-06-2010, 03:23 AM #1
bmxdude9
Million Miles Of Fun!
(adsbygoogle = window.adsbygoogle || []).push({}); I recently saw one of my older threads from 2009 before challenge lobbies and the like became that success that they were. The reason I saw this thread? Because someone bumped it and that makes me think some people still might be slightly interested as to find those threads, you either have to know its there or look WAY back yonder through a million pages of said exploits and mods. Also today I was asked how do I learn this sort of stuff... well I think its finally time we work together.

MW2 is in its final days and its now or never, when I made my old guides and articles I didn't expect the game to become what it is but I guess its time to hack it to dust. Now let me first say I have looked into hunters method, and to be honest only recently have I at that so I am still trying to figure the whole thing out. I have a good understanding what to do except I would need a older PS3 which most likely wont happen. So instead of an army of one, lets team up the 121 people always viewing this section.

Feel free to reply with any info on what we can do and now its time to share.

Not sure who already has this but camper check:

    
camperCheck()
{
if ( !isDefined ( self.lastKillLocation ) )
{
self.lastKillLocation = self.origin;
self.lastCampKillTime = getTime();
return;
}

if ( Distance( self.lastKillLocation, self.origin ) < 512 && getTime() - self.lastCampKillTime > 5000 )
{
self incPlayerStat( "mostcamperkills", 1 );
}

self.lastKillLocation = self.origin;
self.lastCampKillTime = getTime();
}


Now onto what I discovered. I have been set on trying to RE some of the games code, now I haven't found much due to the fact I don't know the checksum or how the damn thing was stamped so if anyone has an idea please let me know. I have been able to find code in raw form its just that the system doesn't allow it.

Heres some self suicide function, if you mod it I am sure you could do 'suicide others' and the like. Sure if you look in the patch ff I am sure it could be found but the idea I was doing here is not to just find it in some file but trick the code to mod it direct and then have saved back into the system without having to do all that hunter theory crap.

From what I found things like ' aSelfSuicideSel ' 'self suicide();' decide up into sub stacks and other area of code. So simply going into the SKELETON code(the barebones, the bottom of it beyond the GSC before the binary) simple functions can be split into MANY others meaning we can hook stuff, not sure to what and Im not even sure what registers everything uses.

So what Im saying is self suicide has to call EVERYTHING doing with suicide such as self.team = assignment, self.class = undefined;, self updateObjectiveText() *displays the screen info such as last alive* , 'self.sessionteam = assignment;, self.statusicon = "hud_status_dead * db 9,'if ( !isAlive( self ) )',*

Example:

    
aSelfSuicideSel db 'self suicide();',0Dh,0Ah
seg000:00142E77 db 9,'}',0Dh,0Ah
seg000:00142E77 db 0Dh,0Ah
seg000:00142E77 db 9,'self.pers["team"] = assignment;',0Dh,0Ah
seg000:00142E77 db 9,'self.team = assignment;',0Dh,0Ah
seg000:00142E77 db 9,'self.pers["class"] = undefined;',0Dh,0Ah
seg000:00142E77 db 9,'self.class = undefined;',0Dh,0Ah
seg000:00142E77 db 9,'self.pers["weapon"] = undefined;',0Dh,0Ah
seg000:00142E77 db 9,'self.pers["savedmodel"] = undefined;',0Dh,0Ah
seg000:00142E77 db 0Dh,0Ah
seg000:00142E77 db 9,'self updateObjectiveText();',0Dh,0Ah
seg000:00142E77 db 0Dh,0Ah
seg000:00142E77 db 9,'if ( level.teamBased )',0Dh,0Ah
seg000:00142E77 db 9,9,'self.sessionteam = assignment;',0Dh,0Ah
seg000:00142E77 db 9,'else',0Dh,0Ah
seg000:00142E77 db 9,'{',0Dh,0Ah
seg000:00142E77 db 9,9,'self.sessionteam = "none";',0Dh,0Ah
seg000:00142E77 db 9,'}',0Dh,0Ah
seg000:00142E77 db 9,0Dh,0Ah
seg000:00142E77 db 9,'if ( !isAlive( self ) )',0Dh,0Ah
seg000:00142E77 db 9,9,'self.statusicon = "hud_status_dead";',0Dh,0Ah
seg000:00142E77 db 9,0Dh,0Ah
seg000:00142E77 db 9,'self notify("joined_team");',0Dh,0Ah


So for those that didn't know it splits and calls other functions, obv. So who wants to work together on all of this including the hunter lobbies perhaps. Two+ heads are better than one. Winky Winky

bmxdude9.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to bmxdude9 for this useful post:

daley174, Devz-x, Flokko-RCD, IW_JOSH, jml, ps3haxx, RyGuy88, SadamHusseinMW2, sdow
08-06-2010, 07:16 AM #11
Originally posted by AceVirus View Post
They don't release it because 90% of the people have just been talking shit about them, then begging them for something. The people who do that don't deserve it one bit. Even if he were to give it to a small group of people who would keep it between them, eventually it'll get into the wrong hands and they'll leak it everywhere. When I used to hack Socom it happened all the time. I'd give one person a new code, they leak it to their best friend then it just keeps going until every person and their grandma has the damn thing. The way I saw it back then was that if people work for it and get it themselves, I'd help them as much as they'd need further down the road. As for getting it, you have to do it yourself. I don't blame them for not releasing it, I've been in their shoes and I know what its like to have people up for ass for something they could do on their own if they put their own time and effort into it.


so you played socom. well now socoms sh*t.
08-06-2010, 02:47 PM #12
bmxdude9
Million Miles Of Fun!
Originally posted by AceVirus View Post
They don't release it because 90% of the people have just been talking shit about them, then begging them for something. The people who do that don't deserve it one bit. Even if he were to give it to a small group of people who would keep it between them, eventually it'll get into the wrong hands and they'll leak it everywhere. When I used to hack Socom it happened all the time. I'd give one person a new code, they leak it to their best friend then it just keeps going until every person and their grandma has the damn thing. The way I saw it back then was that if people work for it and get it themselves, I'd help them as much as they'd need further down the road. As for getting it, you have to do it yourself. I don't blame them for not releasing it, I've been in their shoes and I know what its like to have people up for ass for something they could do on their own if they put their own time and effort into it.


Thats why Im doing this instead of just saying here you go. Im still looking into this along with hunters idea this morning but I think there is some sort of clone somewhere?
08-06-2010, 03:35 PM #13
Devz-x
Banned
:cry:This may be completely retarded but yesterday i got a modded patch inside of an mp3 onto my ps3 the song still played but to get the patch back out you would need to extract it.
i dont know if you can do that with linux and then force the ps3 to dowload it install it or w.e
i have two problems 1. i dont have a ps3 on 3.15 FW and 2. my ps3 YLOD earlier
08-06-2010, 03:40 PM #14
T-Icey
Samurai Poster
Originally posted by AceVirus View Post
They don't release it because 90% of the people have just been talking shit about them, then begging them for something. The people who do that don't deserve it one bit. Even if he were to give it to a small group of people who would keep it between them, eventually it'll get into the wrong hands and they'll leak it everywhere. When I used to hack Socom it happened all the time. I'd give one person a new code, they leak it to their best friend then it just keeps going until every person and their grandma has the damn thing. The way I saw it back then was that if people work for it and get it themselves, I'd help them as much as they'd need further down the road. As for getting it, you have to do it yourself. I don't blame them for not releasing it, I've been in their shoes and I know what its like to have people up for ass for something they could do on their own if they put their own time and effort into it.


lol yeah true, even though i don't care too much if they released or not, because i can still play the game, i never HS, as it is bored for more so i dont too much about camos, since i care only about the weapons i use. But in my opinion i think it is time to release it (Black Ops) is coming soon, mw2 have only 3 months, to have those 300,000+ online.

But again, as i said, the reasons I think why they don't release it, is because they can hack all CODs using that method, so yeah have in mind that as soon as Black Ops comes out, expect one month until you see Hunter and Unknown doing modded lobbies.

Note: They can do same hacks for all 3 CODs (cod4, cod5, mw2) and all of them have the same thing speed hack, jump, god mode, unlimited, and the status for leaderboard can be edited the same way.
08-06-2010, 04:03 PM #15
Ac3z-iGoD
League Champion
i can help, i was able to decrypt half of the w@w patch tht my mate shown me
08-06-2010, 04:19 PM #16
IDontbreak
Cake is a lie
This is more like a .gsc Scripting tutorial.
No need for more and what we are trying to do is getting our .ff Patch on Ps3.
08-06-2010, 04:43 PM #17
KingKj52
The New Kid
I don't know if its any help, but I can send you a download link for the Stimulus and Resurgence PKG's. I tried unpacking one earlier today, but I could not get the damned ps3unpkgr to download or work on Ubuntu. I would like to help with this as much as I can. Again, if anyone knows how to get that damned unpkgr working, my uncle [haha, wow, right?] is an IT expert and is willing to help me figure all this out. I have the Resurgence PKG on my computer right now [freshly downloaded] and can get Stimulus if needed. Seeing your into Hunter's workings, rumor, so I've heard, is he modded the Stimulus patch and reloaded it, so why not do the same to Resurgence? I'm sure we can get this some where. If you want it, tell me and I'll upload it for you [if you don't have it already].

And, also, why can PKG modding go only so far? You can get as far as reloading it to the PS3, its just the security code? / security measures stopping us. Surely that will be an evident difference when looking through the differences in the PKG files themselves [original to modded]. Simply figure out what parts of it are from your mods and what is from that measure, and you can surely fool the system. To be smart, start with only one small mod so the changes are less evident, then add the one bit from the old one that isn't in the new one, and voila? Encrypted or not, it will look different. If we pick out what those differences are, we can load it back up, correct? Excuse me if I'm wrong, just putting ideas on the table.
08-06-2010, 04:54 PM #18
well i dont have a ps3 on 3.15 fw, and im not a pro at moding
but i understand hacking cod4 and i have time on my hands(got in trouble)
if you can ask me to do something and i have info on it i can help.
and if you could can you put up a download link for the patch.ff then i could look at it or if not thats fine ill look around the threads.
08-06-2010, 05:00 PM #19
Ameht!
Dark Knight
Originally posted by AceVirus View Post
They don't release it because 90% of the people have just been talking shit about them, then begging them for something. The people who do that don't deserve it one bit. Even if he were to give it to a small group of people who would keep it between them, eventually it'll get into the wrong hands and they'll leak it everywhere. When I used to hack Socom it happened all the time. I'd give one person a new code, they leak it to their best friend then it just keeps going until every person and their grandma has the damn thing. The way I saw it back then was that if people work for it and get it themselves, I'd help them as much as they'd need further down the road. As for getting it, you have to do it yourself. I don't blame them for not releasing it, I've been in their shoes and I know what its like to have people up for ass for something they could do on their own if they put their own time and effort into it.



i agree with you but to a certain point. ok they worked hard for it. help out a couple of people and made vids showing what they can do but all in all they are posting this on the forums where we all come to help and be help. they have no helped us in anyway except frustrating us. they could have sold it and theres only 4 months left . i just think its wrong in my opinion. but i do believe in karma so sooner or later there gonna need help and fail. and i hope its a life ending fail.

imagine if thomas edison didn't share what he figured out

The following user thanked Ameht! for this useful post:

Perfekt

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo