Monstercat
Well-known member
- Joined
- Feb 26, 2013
- Messages
- 281
- Reaction score
- 7
Hey i have a little request...
I have here a scriptand I want that when I aktivite it, pause it, if I'm not moving
Thanks to xzytro for the On/Off Script
I have here a scriptand I want that when I aktivite it, pause it, if I'm not moving
Code:
{$CLEO .cs}
//-------------MAIN---------------
Thread '[Monstercat]'
:MAIN_ACTIVATION
wait 0
if
0AB0: key_pressed 122
else_jump @MAIN_ACTIVATION
0ACD: show_text_highpriority "ACTIVATED" time 1500
:GO
wait 0
repeat
wait 0
until player.Defined(0)
0A96: 0@ = actor $PLAYER_ACTOR struct
0@ += 66
while true
wait 0
if
0AB0: key_pressed 123
else_jump @CONTINUE
0ACD: show_text_highpriority "DEACTIVATED" time 1500
0A8C: write_memory 0@ size 1 value 0 virtual_protect 0
jump @MAIN_ACTIVATION
:CONTINUE
0A8C: write_memory 0@ size 1 value 0xCC virtual_protect 0
end
Thanks to xzytro for the On/Off Script