HansCSia320

Those Who Remain inf amm 2

May 19th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. function FetchClient(name)
  2. local env = getsenv(game.Players.LocalPlayer.PlayerScripts.Client)
  3. for i,func in next, env do
  4. if type(func) == "function" then
  5. if debug.getupvalues(func)[name] then
  6. return debug.getupvalues(func)[name],func
  7. end
  8. end
  9. end
  10. end
  11. local value,func = FetchClient("BaseWalkSpeed")
  12. debug.setupvalue(func,"BaseWalkSpeed",21)
  13. workspace.Ignore.Walls:Destroy()
  14. _G.ammo = true
  15. while _G.ammo do
  16. FetchClient("Weapons")[1]['Mag'] = 2
  17. wait()
  18. end
Add Comment
Please, Sign In to add comment