View Full Version: Explosives in action!

CheatSync.net Forums > Releases > Explosives in action!



Title: Explosives in action!


Freestyle - October 26, 2007 02:33 AM (GMT)
Well Here it is! Explosions for release! Here's my codes:

And DDM made a tool for this so if your having trouble Use the tool!

Simply Press UP to make them appear. Sound it added so everytime your do press up you will hear it!

CODE

#cheat Fire Circles
kinda=0x8BBBD50;
if(press & CTRL_UP){
setchar(0x8BBBD50, 0x0a);
setchar(0x8BBBD83, 0x4a);
setchar(0x8BBBD84, 0x04);
setchar(0x8BBBD85, 0x01);
setchar(0x8BBBD8C, 0xFF);
setfloat(kinda+0x10, getfloat(pcar+0x30),getfloat(pcar+0x34),getfloat(pcar+0x38));
}



Heres a video of that code in action!


I will let ddm release the tool as he made it. Enjoy the new tool guys and Have fun with Explosions!


user posted image

Durka Durka Mahn - October 26, 2007 02:46 AM (GMT)
Here's the tool: http://www.themaxone.net/explosion.php

Here are some random cheats I made:
CODE
//Constantly drops a huge explosion on all of Vice City, killing all peds and vehicles about every 3 seconds.
#cheat NUKE VICE CITY
explosion=0x08BBBD50;
static count;
if(count%150==0){
   setchar(explosion, 0x0a);
   setfloat(explosion+0x10, 0,0,0);
   setint(explosion+0x28, pobj);
   setfloat(explosion+0x20, 10000.0);
   setfloat(explosion+0x1c, 1);
   setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xf0);
   setchar(explosion+0x35, 0x1);
   setchar(explosion+0x3D, 0x1);
   setshort(explosion+0x42, 0x4316);
   explosion+=0x50;
   setchar(explosion, 0x04);
   setfloat(explosion+0x10, 0,0,0);
   setint(explosion+0x28, pobj);
   setfloat(explosion+0x20, 10000.0);
   setfloat(explosion+0x1c, 1);
   setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xFE);
   setchar(explosion+0x35, 0x1);
   setchar(explosion+0x3D, 0x1);
   setshort(explosion+0x42, 0x4316);
}
count++;

//Press Circle to send a shockwave out of your vehicle, destroying anything in its path. Hold O to continuously release shockwaves.
#cheat Shockwave (Hold O to release)
explosion=0x08BBBD50;
static count;
if(buttons&CTRL_CIRCLE){
if(count%30==0){
   setchar(explosion, 0x0a);
   setfloat(explosion+0x10, getfloat(pobj+0x30),getfloat(pobj+0x34),getfloat(pobj+0x38));
   setint(explosion+0x28, pobj);
   setfloat(explosion+0x20, 50.0);
   setfloat(explosion+0x1c, 1);
   setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xf0);
   setchar(explosion+0x35, 0x1);
   setchar(explosion+0x3D, 0x1);
   setshort(explosion+0x42, 0x4316);
   explosion+=0x50;
   setchar(explosion, 0x04);
   setfloat(explosion+0x10, getfloat(pobj+0x30),getfloat(pobj+0x34),getfloat(pobj+0x38));
   setint(explosion+0x28, pobj);
   setfloat(explosion+0x20, 50.0);
   setfloat(explosion+0x1c, 1);
   setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xFE);
   setchar(explosion+0x35, 0x1);
   setchar(explosion+0x3D, 0x1);
   setshort(explosion+0x42, 0x4316);
}
   count++;
}
else count=0;

//Aim at anything and shoot and explosions will be set off at your target.
#cheat Spawn Explosion on Target (O when aiming)
if(buttons&CTRL_RTRIGGER&&buttons&CTRL_CIRCLE){
explosion=0x08BBBD50;
setchar(explosion, 0xa);
setfloat(explosion+0x10, getfloat(0x08ba1d50), getfloat(0x08ba1d54), getfloat(0x08ba1d58));
setfloat(explosion+0x20, 5.0);
setfloat(explosion+0x1c, 1);
setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xf0);
setchar(explosion+0x35, 0x1);
setchar(explosion+0x3D, 0x1);
setshort(explosion+0x42, 0x4316);
explosion+=0x50;
setchar(explosion, 0x4);
setfloat(explosion+0x10, getfloat(0x08ba1d50), getfloat(0x08ba1d54), getfloat(0x08ba1d58));
setfloat(explosion+0x20, 5.0);
setfloat(explosion+0x1c, 1);
setchar(explosion+0x30, 0x30, 0xe4, 0x31, 0x4A, 0xf0);
setchar(explosion+0x35, 0x1);
setchar(explosion+0x3D, 0x1);
setshort(explosion+0x42, 0x4316);
}

emcp - October 26, 2007 05:25 PM (GMT)
does it hurt you now freestyle cause yesterday it didint?

Freestyle - October 26, 2007 09:25 PM (GMT)
explosions? yeah I made them hurt you...

makaveli 7 - October 27, 2007 05:11 AM (GMT)
QUOTE (Freestyle @ Oct 26 2007, 02:33 AM)
Well Here it is! Explosions for release! Here's my codes:

And DDM made a tool for this so if your having trouble Use the tool!

Simply Press UP to make them appear. Sound it added so everytime your do press up you will hear it!

CODE

#cheat Fire Circles
kinda=0x8BBBD50;
if(press & CTRL_UP){
setchar(0x8BBBD50, 0x0a);
setchar(0x8BBBD83, 0x4a);
setchar(0x8BBBD84, 0x04);
setchar(0x8BBBD85, 0x01);
setchar(0x8BBBD8C, 0xFF);
setfloat(kinda+0x10, getfloat(pcar+0x30),getfloat(pcar+0x34),getfloat(pcar+0x38));
}



Heres a video of that code in action!


I will let ddm release the tool as he made it. Enjoy the new tool guys and Have fun with Explosions!


user posted image

i used this and nothing happened

Freestyle - October 27, 2007 01:40 PM (GMT)
QUOTE (makaveli 7 @ Oct 26 2007, 09:11 PM)
QUOTE (Freestyle @ Oct 26 2007, 02:33 AM)
Well Here it is! Explosions for release! Here's my codes:

And DDM made a tool for this so if your having trouble Use the tool!

Simply Press UP to make them appear. Sound it added so everytime your do press up you will hear it!

CODE

#cheat Fire Circles
kinda=0x8BBBD50;
if(press & CTRL_UP){
setchar(0x8BBBD50, 0x0a);
setchar(0x8BBBD83, 0x4a);
setchar(0x8BBBD84, 0x04);
setchar(0x8BBBD85, 0x01);
setchar(0x8BBBD8C, 0xFF);
setfloat(kinda+0x10, getfloat(pcar+0x30),getfloat(pcar+0x34),getfloat(pcar+0x38));
}



Heres a video of that code in action!


I will let ddm release the tool as he made it. Enjoy the new tool guys and Have fun with Explosions!


user posted image

i used this and nothing happened

EUR edition?Send me a capture of your game, I'lll convert it

creepers - October 28, 2007 02:57 AM (GMT)
no he's not on EUR vers.
he's just have fw 3.71

Freestyle - October 28, 2007 03:28 PM (GMT)
QUOTE (creepers @ Oct 27 2007, 06:57 PM)
no he's not on EUR vers.
he's just have fw 3.71

Your on EUR ver. Right? if so make sure it works...

Waterbottle - October 28, 2007 04:10 PM (GMT)
QUOTE (Freestyle @ Oct 28 2007, 05:28 PM)
QUOTE (creepers @ Oct 27 2007, 06:57 PM)
no he's not on EUR vers.
he's just have fw 3.71

Your on EUR ver. Right? if so make sure it works...

I'm on eur, the explosions doesn't look like this for me
user posted image
they are invisible. sese

hoockhand - October 28, 2007 05:17 PM (GMT)
You shud post the tool on cheatsync

emcp - October 28, 2007 05:38 PM (GMT)
QUOTE (hoockhand @ Oct 28 2007, 05:17 PM)
You shud post the tool on cheatsync

yeah but it would take a year until ade posts it

(im still waiting on the SC update)

hoockhand - October 28, 2007 05:40 PM (GMT)
QUOTE (emcp @ Oct 28 2007, 05:38 PM)
QUOTE (hoockhand @ Oct 28 2007, 05:17 PM)
You shud post the tool on cheatsync

yeah but it would take a year until ade posts it

(im still waiting on the SC update)

What is SC i froget lol

Freestyle - October 28, 2007 07:29 PM (GMT)
QUOTE (Waterbottle @ Oct 28 2007, 08:10 AM)
QUOTE (Freestyle @ Oct 28 2007, 05:28 PM)
QUOTE (creepers @ Oct 27 2007, 06:57 PM)
no he's not on EUR vers.
he's just have fw 3.71

Your on EUR ver. Right? if so make sure it works...

I'm on eur, the explosions doesn't look like this for me
user posted image
they are invisible. sese

Thats not the explosion. Thats the fire balls them self, the explosion must be added with the effects. THere is no explosion there i'll make a code and show you what it does kinda...

makaveli 7 - October 28, 2007 10:04 PM (GMT)
QUOTE (Freestyle @ Oct 28 2007, 03:28 PM)
QUOTE (creepers @ Oct 27 2007, 06:57 PM)
no he's not on EUR vers.
he's just have fw 3.71

Your on EUR ver. Right? if so make sure it works...

no im on us version but im on 3.71 m33




Hosted for free by InvisionFree