RetiredAkio

Retired Akio Update

Dec 1st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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. local get = debug.getlocals or getlocals;
  6. local set = debug.setlocal or setlocal;
  7.  
  8. _G.acc = 100 -- any number here
  9.  
  10. getrenv().print = function(...)
  11. for a,b in next,get(2) do
  12. if tostring(a) or tostring(b) == "myaccuracy" then
  13. set(2, "myaccuracy", _G.acc);
  14. end;
  15. end;
  16. end;
Add Comment
Please, Sign In to add comment