S

blox fruit scarlet

public
scarlet Oct 23, 2023 Never 125
Clone
Plaintext blox fruit scarlet 91 lines (72 loc) | 2.24 KB
1
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
2
3
local Window = OrionLib:MakeWindow({Name = "blox fruit scarlet", 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"
27
})
28
29
Tab:AddButton({
30
Name = "Blox Fruits fly script",
31
Callback = function()
32
loadstring(game:HttpGet("https://raw.githubusercontent.com/Minhtriettt/Free-Script/main/MTriet-Hub.lua"))()
33
print("button pressed")
34
end
35
})
36
37
Tab:AddButton({
38
Name = "Blox Fruits w script",
39
Callback = function()
40
loadstring(game:HttpGet("https://raw.githubusercontent.com/arlists/Sky-Hub/main/Main", true))()
41
42
print("button pressed")
43
end
44
})
45
46
Tab:AddButton({
47
Name = "Blox Fruits script",
48
Callback = function()
49
50
--join discord :https://discord.gg/pTmc8uEqJr
51
_G.Team = "Marine"--Pirate
52
_G.AutoSuperhuman = false
53
_G.AutoDeathStep = false
54
_G.AutoSharkman = false
55
_G.AutoElectricClaw = false
56
_G.AutoDragonTalon = false
57
_G.AutoFullySuperhuman = false
58
loadstring(game:HttpGet("https://raw.githubusercontent.com/minhhau207/SilverHub/main/BetaKaitunScript"))()
59
60
print("button pressed")
61
end
62
})
63
64
Tab:AddButton({
65
Name = "Blox Fruits script 1.0",
66
Callback = function()
67
68
loadstring(game:HttpGet"https://raw.githubusercontent.com/xQuartyx/DonateMe/main/ScriptLoader")()
69
70
print("button pressed")
71
end
72
})
73
74
local Tab = Window:MakeTab({
75
Name = "teleport",
76
Icon = "rbxassetid://4483345998",
77
PremiumOnly = false
78
})
79
80
local Section = Tab:AddSection({
81
Name = "script"
82
})
83
84
Tab:AddButton({
85
Name = "teleport script",
86
Callback = function()
87
loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Teleport%20Tool/Source.lua"))()
88
89
print("button pressed")
90
end
91
})