Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --hydroxide is cool
- --credits to hydroxide for making this script possible
- --hydroxide is cool
- --ONLY WORKS WHEN SMG IS NOT EQUIPPED, RUN SCRIPT THEN EQUIP SMG
- local aux = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ohaux.lua"))()
- local scriptPath = game:GetService("Players").LocalPlayer.Backpack.SMG.Client
- local closureName = "shootGun"
- local upvalueIndex = 9
- local closureConstants = {
- [1] = "CanAct",
- [2] = "Disabled",
- [3] = "FindFirstChild",
- [4] = "Value",
- [5] = "Click",
- [6] = "Play"
- }
- local closure = aux.searchClosure(scriptPath, closureName, upvalueIndex, closureConstants)
- local value = -50
- debug.setupvalue(closure, upvalueIndex, value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement