Advertisement
Masato_Yoigoshi

unConventional Roblox Script Any power

May 26th, 2021
5,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local power = "Tomeless"
  2.  
  3. while true do wait(1)
  4. local aux = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/Hydroxide/revision/ohaux.lua"))()
  5.  
  6. local scriptPath = game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.LocalScript
  7. local closureName = "getability"
  8. local upvalueIndex = 4
  9. local closureConstants = {
  10. [1] = "GetCopiedAbilities",
  11. [2] = "print",
  12. [4] = "Name",
  13. [5] = "Level",
  14. [6] = "",
  15. [7] = "Ability"
  16. }
  17. local closure = aux.searchClosure(scriptPath, closureName, upvalueIndex, closureConstants)
  18. local elementIndex = "Ability"
  19. debug.getupvalue(closure, upvalueIndex)[elementIndex] = power
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement