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:12 PM #29
B_NEVIS
Do a barrel roll!
Originally posted by ameht View Post
............

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


Love it.

+rep.
08-06-2010, 07:12 PM #30
AlabamaHit
ROLL TIDE!!!
Originally posted by juddylovespizza View Post
I don't go in hunters games only the unknowns and they are ranked, domination.


Oh, cool. Haven't seem many videos of his.
08-06-2010, 07:45 PM #31
Solo
Rookie
I was playing Mw2 on the bypass, trying to join a cage match with my friend for headshots, and it started loading a free for all, at Rundown, therefore it could not of been cage match, since Rundown is not an applicable map for cage match. Once it loaded about halfway, I got an error. It said something along the line of "ABORTING CONNECTION, YOUR FASTFILE LEVEL IS DIFFERENT THAN THE SERVER.." It put me back to the main menu, so I just didn't think much of it, and tried to get with my friend again, and got the same thing happened again. So then I remember seeing .ff in the Mw2 Exploits and Hacks section, and thought .ff most likely means fastfile, and that's the source of my error. So then I'm like woah! This might be a challenge lobby, so I look under my players met, and there was about 8 of them, which was odd, because I don't remember players met on bypass showing up there. So I sent a message to one of the guys just saying, "Is that match a challenge lobby?" and he said "yeah."

Hope this helps, somehow.
08-06-2010, 07:49 PM #32
Originally posted by Shooter View Post
I was playing Mw2 on the bypass, trying to join a cage match with my friend for headshots, and it started loading a free for all, at Rundown, therefore it could not of been cage match, since Rundown is not an applicable map for cage match. Once it loaded about halfway, I got an error. It said something along the line of "ABORTING CONNECTION, YOUR FASTFILE LEVEL IS DIFFERENT THAN THE SERVER.." It put me back to the main menu, so I just didn't think much of it, and tried to get with my friend again, and got the same thing happened again. So then I remember seeing .ff in the Mw2 Exploits and Hacks section, and thought .ff most likely means fastfile, and that's the source of my error. So then I'm like woah! This might be a challenge lobby, so I look under my players met, and there was about 8 of them, which was odd, because I don't remember players met on bypass showing up there. So I sent a message to one of the guys just saying, "Is that match a challenge lobby?" and he said "yeah."

Hope this helps, somehow.


Sounds a bit to much fake LOl. But if that did happen, WOW, aha :mudkip:
08-06-2010, 07:51 PM #33
DEREKTROTTER
You're Goddamn Right
Originally posted by AlabamaHit View Post
Not flaming you just setting some stuff right.

They do it in a "Private Match". Would "Never" effect the outside players.


All TheUnkn0wns lobbies are ranked, except for the short time of his challenge lobby.

Anyone can join it, and XP shows up in yellow - which means ranked

---------- Post added at 02:51 PM ---------- Previous post was at 02:50 PM ----------

Originally posted by Shooter View Post
I was playing Mw2 on the bypass, trying to join a cage match with my friend for headshots, and it started loading a free for all, at Rundown, therefore it could not of been cage match, since Rundown is not an applicable map for cage match. Once it loaded about halfway, I got an error. It said something along the line of "ABORTING CONNECTION, YOUR FASTFILE LEVEL IS DIFFERENT THAN THE SERVER.." It put me back to the main menu, so I just didn't think much of it, and tried to get with my friend again, and got the same thing happened again. So then I remember seeing .ff in the Mw2 Exploits and Hacks section, and thought .ff most likely means fastfile, and that's the source of my error. So then I'm like woah! This might be a challenge lobby, so I look under my players met, and there was about 8 of them, which was odd, because I don't remember players met on bypass showing up there. So I sent a message to one of the guys just saying, "Is that match a challenge lobby?" and he said "yeah."

Hope this helps, somehow.


i've seen that before aswell, thought nothing of it. Probably just a glitch from playing bypassed
08-06-2010, 07:52 PM #34
Solo
Rookie
Originally posted by stephan001 View Post
Sounds a bit to much fake LOl. But if that did happen, WOW, aha :mudkip:


It's not fake..It happened to my friend before too.
08-06-2010, 07:54 PM #35
Mr.Kane
Greatness
Originally posted by juddylovespizza View Post
I don't go in hunters games only the unknowns and they are ranked, domination.


you are very lucky then you must have some fun, i tried to add you WAY back when i joined ngu but you declined me :(

i think they should release how to do it when black ops comes out or is nearly out so we can have a bit of fun
08-06-2010, 08:28 PM #36
Mr. Qwax
Mr. Awesome.
No offense, but when i saw the title (This time, we will do it together) i thought you meant something.... different.. :L

The following user thanked Mr. Qwax for this useful post:

IDontbreak
08-06-2010, 08:53 PM #37
Mr.Kane
Greatness
Originally posted by Mr.
No offense, but when i saw the title (This time, we will do it together) i thought you meant something.... different.. :L


what were you thinking LOL

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo