Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local power = "Tomeless"
- while true do wait(1)
- local aux = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ohaux.lua"))()
- local scriptPath = game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.LocalScript
- local closureName = "getability"
- local upvalueIndex = 4
- local closureConstants = {
- [1] = "GetCopiedAbilities",
- [2] = "print",
- [4] = "Name",
- [5] = "Level",
- [6] = "",
- [7] = "Ability"
- }
- local closure = aux.searchClosure(scriptPath, closureName, upvalueIndex, closureConstants)
- local elementIndex = "Ability"
- debug.getupvalue(closure, upvalueIndex)[elementIndex] = power
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement