Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Name: AccuracyHack.lua
- --Author: TheRealCurry or Frimia#7973
- if not debug.getlocals and debug.setlocal then assert(false, 'Buy Cerberus') end;
- _G.acc = 100 -- any number here
- getrenv().print = function(...)
- for a,b in next, debug.getlocals(2) do
- if tostring(a) or tostring(b) == "myaccuracy" then
- debug.setlocal(2, "myaccuracy", _G.acc);
- end;
- end;
- end;
- -- syntax highlighter by josh @v3rmillion.net
Add Comment
Please, Sign In to add comment