Advertisement
Bulby

Timer

Aug 18th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. if(x.altJumpKeyPressing) and (x:mem(0x108,FIELD_WORD) < 1) and not x.jumpKeyPressing and isRunning[c] and
  2.     timer % 20 ~= 0 then
  3.         x.altJumpKeyPressing = false;
  4.         longJump(c);
  5.     elseif  (x.altJumpKeyPressing) and (x:mem(0x108,FIELD_WORD) < 1) and not x.jumpKeyPressing and isRunning[c] then
  6.         x.altJumpKeyPressing = false;
  7.         --wait 1 tick
  8.         longJump(c);
  9.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement