noobish
Active member
- Joined
- Feb 16, 2014
- Messages
- 120
- Reaction score
- 0
Hello how can i make this when spacebar is pressed quickly twice the fast run will work so i dont need to press spacebar rapidly to fast run
thanks
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 "UGBASE.EU"
0000: NOP
:UGBASE.EU_15
wait 0
if and
00E1: player 0 pressed_key 16
044B: actor $PLAYER_ACTOR on_foot
else_jump @UGBASE.EU_87
:UGBASE.EU_41
wait 0
0AB1: call_scm_func @UGBASE.EU_94 2 32 255
0AB1: call_scm_func @UGBASE.EU_94 2 32 0
80E1: not player 0 pressed_key 16
else_jump @UGBASE.EU_41
:UGBASE.EU_87
jump @UGBASE.EU_15
:UGBASE.EU_94
2@ = 12006488
005A: 2@ += 0@ // (int)
0A8C: write_memory 2@ size 1 value 1@ virtual_protect 0
0AB2: ret 0
thanks