CLEO Help money cheker

CLEO related
Status
Not open for further replies.

zaki19

Well-known member
Joined
Feb 27, 2013
Messages
393
Reaction score
0
help me with that


1@ = player.actore money
if 1@ < 750
jump @nomney


add the opcodes pease
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
Code:
// This file was decompiled using sascm.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013

{$CLEO .cs}

//-------------MAIN---------------
thread "MONEYCHECK"

:MAIN
repeat
wait 0
until 0ADC:   test_cheat "CHECKMONEY"
010B: 1@ = player $PLAYER_CHAR money
if
0029:   1@ >= 750
then
    print "Your money is bigger than 750" time 1500
    jump @A
else
    print "Your money is lower than 750" time 1500
    jump @B
end

:A
wait 0
//codes here
jump @MAIN

:B
wait 0
//codes here
jump @MAIN
 
Status
Not open for further replies.
Top