CLEO Help Disable AIM sync

CLEO related
Status
Not open for further replies.

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Hello, i got a few problems to disable the AIM sync, As Disable aim DATA did not work for this im doing.

Does anyone got a code that Disable Sending *AIM SYNC* ?  :stoned:

Also i need help to disable the "Bullet sync"..


Sincerely Spexx.
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Put this at the beginning first:
Code:
0B2E: 0@ = read_samp_memory offset 0x44B0 size 1

Then disable aiming data:
Code:
0B2D: write_samp_memory offset 0x44B0 value 0xC3 size 1

To enable it again use:
Code:
0B2D: write_samp_memory offset 0x44B0 value 0@ size 1
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
TH3RM4L link said:
Put this at the beginning first:
Code:
0B2E: 0@ = read_samp_memory offset 0x44B0 size 1

Then disable aiming data:
Code:
0B2D: write_samp_memory offset 0x44B0 value 0xC3 size 1

To enable it again use:
Code:
0B2D: write_samp_memory offset 0x44B0 value 0@ size 1

Well thanks it worked, I did as you did, but probaly i just mixed the NOP codes up!

Do you got anything for disable the bullet sync Thermal?  :urtheman:
 
Status
Not open for further replies.
Top