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')))()
- local Window = OrionLib:MakeWindow({Name = "Vlorp Script | Adopt Me [3.5]❗", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- local Tab = Window:MakeTab({
- Name = "Dupe Eggs",
- 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.
- ]]
- Tab:AddButton({
- Name = "Equipped Eggs To Dupe",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Egg Selector",
- Content = "Egg Selected!!!!",
- 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
- })
- Tab:AddButton({
- Name = "Cick To Dupe Eggs",
- Callback = function()
- game.Players.LocalPlayer:Kick("Egg Stored In Adopt Me Database!.")
- end
- })
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "Trade Scam",
- 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.
- ]]
- Tab:AddTextbox({
- Name = "Username",
- Default = "Player",
- TextDisappear = false,
- Callback = function(Value)
- 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:AddToggle({
- Name = "🧊Freeze Trade",
- Default = false,
- Callback = function(Value)
- OrionLib:MakeNotification({
- Name = "Freeze Trade Enabled!",
- Content = "your pet is now safe... remove all your pets now!",
- 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 toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <function> - The function of the toggle.
- ]]
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "AutoFarm",
- 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.
- ]]
- Tab:AddButton({
- Name = "Get AutoFarm Source",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JulHubz/JulHub/main/JulHub"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "Dupe Pets",
- 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.
- ]]
- Tab:AddButton({
- Name = "Equipped Pets To Dupe",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "Pet Selector",
- Content = "Pet Selected!!!!",
- 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
- })
- Tab:AddButton({
- Name = "Cick To Dupe Pets",
- Callback = function()
- game.Players.LocalPlayer:Kick("Pet Stored In Adopt Me Database!.")
- end
- })
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Inf Bucks [New]✨",
- 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.
- ]]
- Tab:AddButton({
- Name = "Get Inf Bucks",
- Callback = function()
- require(game:service'ReplicatedStorage'.Fsys).load("ClientData").update("money",(15999999984/16))
- end
- })
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Make All Pets FR",
- 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.
- ]]
- Tab:AddButton({
- Name = "Make All Pets Flyable And Rideable [FE✨]",
- Callback = function()
- while true do
- wait()
- local clientData = require(game.ReplicatedStorage.ClientModules.Core.ClientData)
- local playerData = clientData.get_data()[tostring(game.Players.LocalPlayer)]
- for i,v in pairs(playerData.inventory.pets) do
- v.properties.rideable = true
- v.properties.flyable = true
- end
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "Pet Spawner ",
- 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.
- ]]
- Tab:AddTextbox({
- Name = "Spawn Pet",
- Default = "Name",
- TextDisappear = false,
- Callback = function(Value)
- print(Value)
- 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:AddToggle({
- Name = "Can Mega",
- 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 = "Can Neon",
- 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 = "Can Fly",
- 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 = "Can Ride",
- 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:AddButton({
- Name = "Pet Spawner",
- Callback = function()
- game.Players.LocalPlayer:Kick("Successful Spawned Pet!")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddTextbox({
- Name = "Egg Spawner",
- Default = "Name",
- TextDisappear = false,
- Callback = function(Value)
- print(Value)
- 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 = "Egg Spawn",
- Callback = function()
- game.Players.LocalPlayer:Kick("Successful Spawned Egg!")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "Trade Bypass",
- 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.
- ]]
- Tab:AddTextbox({
- Name = "Username",
- Default = "Player",
- TextDisappear = false,
- Callback = function(Value)
- print(Value)
- 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 = "Trade Player (Main To Alt)",
- Callback = function()
- OrionLib:MakeNotification({
- Name = "",
- Content = "Bypassed! Successful Trade!",
- 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:AddLabel("Your Main Alt will use this script")
- Tab:AddLabel("Doesnt Work? Dms at discord itsbacon27")
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 5:00")
- local Tab = Window:MakeTab({
- Name = "Troll",
- 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.
- ]]
- Tab:AddButton({
- Name = "Fling One by one",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Fling All",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddLabel("More Troll Soon!")
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
- local Tab = Window:MakeTab({
- Name = "Credits | Discord ",
- 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.
- ]]
- Tab:AddParagraph("CREDITS❗","Made By Bacon_Script")
- Tab:AddParagraph("ACTIVATED❗","Script Activated Timer 0:00")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement