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-07-2010, 05:57 PM #56
DARNY
Big Boy
Originally posted by KingKj52 View Post
I agree that almost no one has been posting to help figure this out, but, rather, talk about signatures and videos and their comments.I'm not gonna' get in anyone's face..I'm new here.

On Topic: I found that there is a possible expoit in the PS3 when putting a disc into the PS3. You all know the background image can change and, occasionally, music plays, when you put the disc in and look at the disc under Games. So, maybe we can find the code for that and load a custom code that disables security checks for the signature of the file, so when we decompile and recompile the pkg, the security signature doesn't have to be correct?

The script that loads when the disc is put in, the script that actually initializes the reading of it, could be modified, seeing it also works on DLC like demos and such. A way to find the code would be to use the music expoit. What do you guys think?


I've said it 10x Google PS3 TRI FOLD ATTACK or PS3 .TIFF exploit
08-07-2010, 06:34 PM #57
This is what I found while searching the web, If you guys remember Unkn0wn said to think about the ps3 itself and not MW2 and also look at work hacking teams found over the lasr 3 years, well I was searching the web and I found this (its about a year old) You must login or register to view this content.

Hopefully this leads to something
08-07-2010, 09:26 PM #58
Originally posted by ameht View Post
you dont have to like my post and i dont have to think to hard its the internet. point blank everyone on this forums shares and people who do so are appreciated. theres 3 months left. its just in MY opinion a doochy shit that they dont share

umm ok let me think harder for you ace. how about if napster never started file sharing where would we be now?

now we have torrentz , usenet , youtube , facebook. because its the internet and we ****ing share. hunter and unknown. great . you guys found it but to keep it underwraps just like that is bitch shit and you say you've been in there shoes so then you know that socom hacks didnt change your life in anyway so why was all the hush hush for? PRIDE . you found it so **** it everyone else has to also Facepalm is the internet sir once again. great job at finding the hacks but fail job at being a PERSON


If napster never started file sharing people would have to pay for music fair and square. If they never release the hacks you'll just have to play the game fair and square, big goddamn deal.

Not to mention once they decide to release it it'll just get patched... so which would you want? Some hacks by getting into their lobbies, or no hacks at all.
08-07-2010, 10:32 PM #59
MaJiiCz
Do a barrel roll!
i was looking throw som of the file in ps3 and i found somthing intersting.....

the files are in .p3c format i think but somthing close

so i wanted to post this so people can figure out wat to do with this?

---------- Post added at 05:50 PM ---------- Previous post was at 05:45 PM ----------

and a anthor thing unkown said itz like simpler or like a prestige hack so im guessing the u need the patch blocker and modd the split screen file. maybe by the hex editor.

---------- Post added at 05:56 PM ---------- Previous post was at 05:50 PM ----------

to wat my knowlage i think u need to do this

1. modd the presitge file (thier might be somthing in thier useful)
2.need the patch blocker (dont no which one?)
3. and have a error file
4. do whatever way u do the presitge hack
5. then go online rather the presitging ur account (ive noticed that when u prestige hack u dont lose ur tile and cammo but u keep the cammo and gain tile.)


itz a theory









LeTz StrAt FrOm SrATcH use ur heads and not other peoples theories that have been proven WrOnG

>>>>PsN: iiTz-T0XiiC-KiLL<<<< best of all ToXiCz

---------- Post added at 06:07 PM ---------- Previous post was at 05:56 PM ----------

when people did the speed hack or hiden or unkown gametpyes people didnt get infected throw LAN but got infected by going in thier lobby or game.

---------- Post added at 06:18 PM ---------- Previous post was at 06:07 PM ----------

if we used a differnt opperating sys on ps3 (lunix) and send the modded patch file throw their?

or we can delete the patch and create are know patch???

--------------------------------------------------------------------------------
08-07-2010, 11:43 PM #60
Ameht!
Dark Knight
Originally posted by Virus
If napster never started file sharing people would have to pay for music fair and square. If they never release the hacks you'll just have to play the game fair and square, big goddamn deal.

Not to mention once they decide to release it it'll just get patched... so which would you want? Some hacks by getting into their lobbies, or no hacks at all.


go ahead and patch them as long as i can exploit them also. whats the point of hunter making videos and stuff then. showing off. then go do it only on youtube why be part of the ngu community or gaming community. and if napster wasn't around someone else would've made something similar . and thats whats gonna happened . someone will figure this and share unlike them fools. but it will prob be after bo comes out. so really whats the point. and again you said they might patch it. how about oma how long have we been waiting? rock glitch going on 2 months now. and there's less than 3 months for bo so who really cares. again in my OPINION thats very douchy

and just to make a point. the internet is share based. like you stated that we would have to pay for music , fare and sqaure. how about porn, the #1 thing on the internet. how about information. how about if no one shared that on the net. still be going to libraries , reading news paper . is that fair??? dude sharing is the #1 basis of the internet. you need a question answered , what do you do? you google it. google copies every page on the internet and shares it with everyone.. its 2010 , when people need something the 1st place they usually go to find info on it is the damn biggest shared based location, THE INTERNET
08-09-2010, 07:18 AM #61
xJackiiHD
Climbing up the ladder
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.


they dont release it because they will get in the shit from IW and other people trying to act pro.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo