-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathBloxFruit.lua
More file actions
68 lines (66 loc) · 1.92 KB
/
Copy pathBloxFruit.lua
File metadata and controls
68 lines (66 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
--Blox Fruit Gui2
getgenv().SettingTheme = {
Tab = {
Left_Color = Color3.fromRGB(203 ,156, 255),
Right_Color = Color3.fromRGB(140, 166 ,252)
},
Button = {
Left_Color = Color3.fromRGB(203 ,156, 255),
Right_Color = Color3.fromRGB(140, 166 ,252)
},
}
if getgenv().SettingTheme == nil then
getgenv().SettingTheme = {
Tab = {
Left_Color = Color3.fromRGB(203 ,156, 255),
Right_Color = Color3.fromRGB(140, 166 ,252)
},
Button = {
Left_Color = Color3.fromRGB(203 ,156, 255),
Right_Color = Color3.fromRGB(140, 166 ,252)
},
}
else
local Hub = {
[5780309044] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/StandAweaken.lua",
},
[6461766546] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/AHeroDestiney.lua",
},
[1499872953] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/BokuNo.lua",
},
[2753915549] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/BloxFruit.lua",
},
[4442272183] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/BloxFruit.lua",
},
[6110371797] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/ProjectNewWorld.lua",
},
[6688650002] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/RojutsuBlox.lua"
},
[3400631762] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/JoJoBlox.lua"
},
[4313854107] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/JoJoBlox.lua"
},
[4587545091] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/VietNamPiece.lua"
},
[7148407314] = {
[1] = "http://skyhubking.xyz/script/free_script/SKYHUB/MagicSea.lua"
},
}
for i,v in pairs(Hub) do
if i == game.PlaceId then
print("CheckScript")
loadstring(game:HttpGet(v[1]))()
else
end
end
end