growingdanger
Member
- Joined
- Oct 8, 2014
- Messages
- 16
- Reaction score
- 3
Is there any cleo cheat NOSPREAD and NORECOIL that works on ALL servers i downloaded the one from opcode but it only works for deagle like any other that I download...
{$CLEO}
THREAD "NS"
0A8D: $rest = 0x87CDC8 4 0
$ONOFF = 0
WHILE TRUE
WAIT 0
IF 0ADC: "NS"
THEN
IF $ONOFF == 0
THEN
0A8C: 0xB7CDC8 4 0.0 0
print "ON" 500
$ONOFF = 1
ELSE
0A8C: 0xB7CDC8 4 $reset 0
print "OFF" 500
$ONOFF = 0
END
END
END