Advertisement
AceW0lf_BOt

FastPunch

Jan 29th, 2023
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. old = hookfunction(wait,function(t)
  2.     if not checkcaller() and getcallingscript().Name == "MouseIcon" then
  3.        return old()
  4.     end
  5.     return old(t)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement