Advertisement
MAGGYEXPLOITS

Mutation No Cooldown SMG Script Roblox

Mar 21st, 2022
1,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. --hydroxide is cool
  2.  
  3. --credits to hydroxide for making this script possible
  4. --hydroxide is cool
  5.  
  6. --ONLY WORKS WHEN SMG IS NOT EQUIPPED, RUN SCRIPT THEN EQUIP SMG
  7. local aux = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ohaux.lua"))()
  8.  
  9. local scriptPath = game:GetService("Players").LocalPlayer.Backpack.SMG.Client
  10. local closureName = "shootGun"
  11. local upvalueIndex = 9
  12. local closureConstants = {
  13. [1] = "CanAct",
  14. [2] = "Disabled",
  15. [3] = "FindFirstChild",
  16. [4] = "Value",
  17. [5] = "Click",
  18. [6] = "Play"
  19. }
  20.  
  21. local closure = aux.searchClosure(scriptPath, closureName, upvalueIndex, closureConstants)
  22. local value = -50
  23.  
  24.  
  25.  
  26. debug.setupvalue(closure, upvalueIndex, value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement