Zickzacklinks

Rb 2 aimbot

Nov 4th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --Name: AccuracyHack.lua
  2. --Author: TheRealCurry or Frimia#7973
  3.  
  4. if not debug.getlocals and debug.setlocal then assert(false, 'Buy Cerberus') end;
  5.  
  6. _G.acc = 100 -- any number here
  7.  
  8. getrenv().print = function(...)
  9. for a,b in next, debug.getlocals(2) do
  10. if tostring(a) or tostring(b) == "myaccuracy" then
  11. debug.setlocal(2, "myaccuracy", _G.acc);
  12. end;
  13. end;
  14. end;
  15.  
  16. -- syntax highlighter by josh @v3rmillion.net
Add Comment
Please, Sign In to add comment