CLEO Help Removing enabled aimbot text?

CLEO related
Status
Not open for further replies.

brenoln

Member
Joined
Dec 30, 2014
Messages
17
Reaction score
4
//-------------MAIN---------------
0000: NOP
wait 2000
thread "$SPRINGFIELD_UGBASE"
03F0: enable_text_draw 1
31@ = 0

:$SPRINGFIELD_UGBASE_41
wait 0
if
0AB0:  key_pressed 123
else_jump @$SPRINGFIELD_UGBASE_160
if
  31@ == 0
else_jump @$SPRINGFIELD_UGBASE_122
0AD1: show_formatted_text_highpriority "Aimbot ~g~enabled" time 1000 
31@ = 1
wait 200
jump @$SPRINGFIELD_UGBASE_160

:$SPRINGFIELD_UGBASE_122
0AD1: show_formatted_text_highpriority "Aimbot ~r~disabled" time 1000 
31@ = 0
wait 200

:$SPRINGFIELD_UGBASE_160
if 

how do I remove?

aimbot used : http://ugbase.eu/releases-6/skinaimbot-(updated)/
 

brenoln

Member
Joined
Dec 30, 2014
Messages
17
Reaction score
4
0B36 link said:
Delete the line with opcode 0AD1  :imoverit:

//-------------MAIN---------------
0000: NOP
wait 2000
thread "$SPRINGFIELD_UGBASE"
03F0: enable_text_draw 1
31@ = 0

:$SPRINGFIELD_UGBASE_41
wait 0
if
0AB0:  key_pressed 123
jf @$SPRINGFIELD_UGBASE_160
if
  31@ == 0
jf @$SPRINGFIELD_UGBASE_122
31@ = 1
wait 200
jump @$SPRINGFIELD_UGBASE_160

:$SPRINGFIELD_UGBASE_122
31@ = 0
wait 200


Error compiler $SPRINGFIELD_UGBASE_41 =/
 
Status
Not open for further replies.
Top