View Full Version: Freeze Everything

CheatSync.net Forums > Releases > Freeze Everything



Title: Freeze Everything


Durka Durka Mahn - October 17, 2007 12:00 AM (GMT)
Whilst hexing I found an address that froze Vic. So, I thought to myself, I wonder if this works on my car, too? It did. Then I thought some more and, using two borrowed codes, I have now made a freeze everything cheat for VCS!

Here it is, but don't leave it on, for it lags the game, a LOT. If a car doesn't freeze, hit it with your fist, a gun, etc., and it should stop.
CODE
#cheat Freeze Everything
//Thanks to Waterbottle for his kill all peds and blow up all cars cheats.
player = getint(0x08bc8170);//address of pplayer
for(i=0; 0x098b4a40+i<=0x098ecf90; i+=0xd10)
   if(0x098b4a40 + i != player) setchar(0x098b4a40 + i + 0xef,  0x80);
for(p=0x098edcc0; p <= 0x099019a0; p+=0x820)
   if(p != pcar) setchar(p + 0xef,  0x80);

Li'l Freak - October 17, 2007 02:02 AM (GMT)
QUOTE (Durka Durka Mahn @ Oct 17 2007, 12:00 AM)
Whilst hexing I found an address that froze Vic. So, I thought to myself, I wonder if this works on my car, too? It did. Then I thought some more and, using two borrowed codes, I have now made a freeze everything cheat for VCS!

Here it is, but don't leave it on, for it lags the game, a LOT. If a car doesn't freeze, hit it with your fist, a gun, etc., and it should stop.
..code...

Damn if it didn't lag like crazy you might have been able to make it like a ...fuck a what cha ma call it.. holy shit three and a half years of playing runescape i stop for 3-4 months and can't think of the fucking spell.

well anyway.. the code would freeze your target.

Durka Durka Mahn - October 17, 2007 03:10 AM (GMT)
Oh, that's simple lol. Just use the target address +0xEF and set it to 0x80.

xFinch713x - October 18, 2007 02:41 AM (GMT)
QUOTE (Durka Durka Mahn @ Oct 17 2007, 03:10 AM)
Oh, that's simple lol. Just use the target address +0xEF and set it to 0x80.

so like (i have no clue how to make a code anymore)

blahblahblah +0xEF
if(press & CTRL_CROSS);
{
blahblahblah

i have no clue, im a retard when it comes to this stuff now

Waterbottle - October 18, 2007 02:58 PM (GMT)
QUOTE (xFinch713x @ Oct 18 2007, 04:41 AM)
QUOTE (Durka Durka Mahn @ Oct 17 2007, 03:10 AM)
Oh, that's simple lol. Just use the target address +0xEF and set it to 0x80.

so like (i have no clue how to make a code anymore)

blahblahblah +0xEF
if(press & CTRL_CROSS);
{
blahblahblah

i have no clue, im a retard when it comes to this stuff now

CODE
#cheat freeze target
pped = getint(0x08BA1D70);
if(pped && pped<0x9900000)
{
  setchar( pped + 0xEF, 0x80 );
}


or if you wanted one where they freeze when you aim at them and then unfreeze when you stop aiming at them;

CODE

#cheat freeze target
pped = getint(0x08BA1D70);
static a;
if(pped && pped<0x9900000)
{
  a = pped;
  setchar( pped + 0xEF, 0x80 );
}
else if( a )
{
  setchar( a + 0xEF, 0 );
  a = 0;
}

xFinch713x - October 18, 2007 09:59 PM (GMT)
ur crazy... lol.

Durka Durka Mahn - October 18, 2007 10:02 PM (GMT)
Not really, lol. I could have made those if I wanted to :P

xFinch713x - October 19, 2007 03:13 AM (GMT)
well then why didnt you want to? aha jk. well hes crazy to us people who dont have knowledge in the cheat making industry or whatever you want to call it.

rdtot - October 19, 2007 03:52 PM (GMT)
lol thats right :P




Hosted for free by InvisionFree