Advertisement
WorldOfOutlaws

Those Who Remain Inf Ammo ROBLOX

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