CLEO Help How to make car rotate

CLEO related
Status
Not open for further replies.

Zin

Expert
Joined
Aug 1, 2013
Messages
1,739
Solutions
2
Reaction score
119
Im scripting this mod to troll people on [EN]Freeroam and single player features (Good anticheat) and like the only way to slap someone is by spinning you're car at high speed and im looking for an op code or code that will make my car spin so i can put it into the script im editing
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,497
Reaction score
240
Location
( ͡° ͜ʖ ͡°)
Im scripting this mod to troll people on [EN]Freeroam and single player features (Good anticheat) and like the only way to slap someone is by spinning you're car at high speed and im looking for an op code or code that will make my car spin so i can put it into the script im editing
07DA: set_car 0@ rotation_velocity_XYZ 0.0 15.0 0.0 through_center_of_body
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,739
Solutions
2
Reaction score
119
not working

code

0000: NOP

jump @X



:X
wait 0
if
0AB0: 51
jf @X
0A8D: 29@ = read_memory 0xB74494 size 4 virtual_protect 0
29@ += 0x4
0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
for 30@ = 0 to 27904 step 0x100
0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0
000A: 29@ += 0x1
if and
0029: 31@ >= 0x00
001B: 0x80 > 31@
then
005A: 31@ += 30@

07DA: set_car 31@ rotation_velocity_XYZ 0.0 15.0 0.0 through_center_of_body
end
end

jump @X

gta sa stopped working
 
Status
Not open for further replies.
Top