Monstercat
Well-known member
- Joined
- Feb 26, 2013
- Messages
- 281
- Reaction score
- 7
Hey in my little Script here i have a Activation when i type: WERNER
Then it jumps to the only while aim Activation
Thread '[Monstercat]'
Now i want to Deactivate the Script when i type: "WERNER" again but idk how
Then it jumps to the only while aim Activation
Thread '[Monstercat]'
Code:
Thread '[Monstercat]'
:ACTIVATION
wait 0
0ADC: test_cheat "WERNER"
else_jump @ACTIVATION
0ACD: show_text_highpriority "ACTIVATED" time 1500
jump @MAIN_ACTIVATION
:MAIN_ACTIVATION
wait 0
if and
0AB0: key_pressed 2
else_jump @MAIN_ACTIVATION
:GO
wait 0
repeat
wait 0
until player.Defined(0)
0A96: 0@ = actor $PLAYER_ACTOR struct
0@ += 66
while true
wait 0
if
8AB0: not key_pressed 2
else_jump @CHECK_IF_MOVING
0A8C: write_memory 0@ size 1 value 0 virtual_protect 0
jump @MAIN_ACTIVATION
:CHECK_IF_MOVING
wait 0
02A0: actor $PLAYER_ACTOR stopped
else_jump @CONTINUE
0A8C: write_memory 0@ size 1 value 0 virtual_protect 0
jump @GO
:CONTINUE
0A8C: write_memory 0@ size 1 value 0xCC virtual_protect 0
end
Now i want to Deactivate the Script when i type: "WERNER" again but idk how