S

psx scarlet

public
scarlet Oct 25, 2023 Never 88
Clone
Plaintext psx scarlet 42 lines (34 loc) | 1.13 KB
1
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
2
3
local Window = OrionLib:MakeWindow({Name = "pet simulator x scarlet 5.0", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
4
5
local Tab = Window:MakeTab({
6
Name = "home",
7
Icon = "rbxassetid://4483345998",
8
PremiumOnly = false
9
})
10
11
local Section = Tab:AddSection({
12
Name = "credits by scarletbackup#3582"
13
})
14
15
local Section = Tab:AddSection({
16
Name = "discord https://discord.gg/pTmc8uEqJr"
17
})
18
19
local Tab = Window:MakeTab({
20
Name = "main ",
21
Icon = "rbxassetid://4483345998",
22
PremiumOnly = false
23
})
24
25
local Section = Tab:AddSection({
26
Name = "script here"
27
})
28
29
Tab:AddButton({
30
Name = "auto farm and more",
31
Callback = function()
32
loadstring(game:HttpGet("https://raw.githubusercontent.com/BadScripters/CloudHub/main/hub"))()
33
print("button pressed")
34
end
35
})
36
37
Tab:AddButton({
38
Name = "Visual Pets",
39
Callback = function()
40
loadstring(game:HttpGet("https://raw.githubusercontent.com/SoIaris/Visual-pet-changer/main/visual%20script"))() print("button pressed")
41
end
42
})