Skip to content

Commit 5097493

Browse files
authored
Update maingui.lua
1 parent 5d3111b commit 5097493

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

maingui.lua

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ InfiniteYieldBtn.MouseButton1Click:Connect(function()
179179
end)
180180
end)
181181

182+
183+
-- dex
182184
local DexBtn = Instance.new("TextButton", ExternalTab)
183185
DexBtn.Size = UDim2.new(0, 200, 0, 40)
184186
DexBtn.Position = UDim2.new(0, 10, 0, 60)
@@ -191,6 +193,8 @@ DexBtn.MouseButton1Click:Connect(function()
191193
end)
192194
end)
193195

196+
197+
-- skidfling gui
194198
local FlingBtn = Instance.new("TextButton", ExternalTab)
195199
FlingBtn.Size = UDim2.new(0, 200, 0, 40)
196200
FlingBtn.Position = UDim2.new(0, 10, 0, 110)
@@ -238,14 +242,14 @@ local function createGameButton(name, color, url)
238242
end
239243

240244
-- Official game scripts
241-
createGameButton("Sharkbite Classic", Color3.fromRGB(0, 170, 255), "https://raw.githubusercontent.com/nucax/Sharkbite-1-Script/main/Main.lua")
242-
createGameButton("Natural Disaster Survival", Color3.fromRGB(0, 200, 100), "https://raw.githubusercontent.com/nucax/Roblox-Natural-disaster-survival-script/refs/heads/main/gui.lua")
243-
createGameButton("MM2 Script", Color3.fromRGB(200, 50, 50), "https://raw.githubusercontent.com/nucax/mm2-Script-roblox/main/gui.lua")
244-
createGameButton("Zombie Attack Troll", Color3.fromRGB(255, 100, 0), "https://raw.githubusercontent.com/nucax/Zombie-Attack-Troll-Script/refs/heads/main/main.lua")
245-
createGameButton("Build a Boat For Treasure", Color3.fromRGB(120, 0, 255), "https://raw.githubusercontent.com/nucax/Build-A-Boat-For-Treasure/refs/heads/main/main.lua")
246-
createGameButton("Emergency Hamburg", Color3.fromRGB(140, 0, 220), "https://raw.githubusercontent.com/nucax/Emergency-Hamburg-Script/refs/heads/main/maingui.lua")
247-
createGameButton("FNAF: Coop", Color3.fromRGB(160, 0, 200), "https://raw.githubusercontent.com/nucax/KuromiX/refs/heads/main/Game%20Scripts/fnaf_coop.lua")
248-
createGameButton("Survive Overnight in a Mega Store", Color3.fromRGB(180, 0, 180), "https://raw.githubusercontent.com/nucax/KuromiX/refs/heads/main/Game%20Scripts/Survive_Overnight_in_a_Mega_Store.lua")
245+
createGameButton("Sharkbite Classic", Color3.fromRGB(0, 170, 255), "https://raw.githubusercontent.com/nucax/Sharkbite-1-Script/main/Main.lua") -- sharkbitw
246+
createGameButton("Natural Disaster Survival", Color3.fromRGB(0, 200, 100), "https://raw.githubusercontent.com/nucax/Roblox-Natural-disaster-survival-script/refs/heads/main/gui.lua") -- nds
247+
createGameButton("MM2 Script", Color3.fromRGB(200, 50, 50), "https://raw.githubusercontent.com/nucax/mm2-Script-roblox/main/gui.lua") -- mm2
248+
createGameButton("Zombie Attack Troll", Color3.fromRGB(255, 100, 0), "https://raw.githubusercontent.com/nucax/Zombie-Attack-Troll-Script/refs/heads/main/main.lua") -- zombie attack troll
249+
createGameButton("Build a Boat For Treasure", Color3.fromRGB(120, 0, 255), "https://raw.githubusercontent.com/nucax/Build-A-Boat-For-Treasure/refs/heads/main/main.lua") -- build a boat for treasure
250+
createGameButton("Emergency Hamburg", Color3.fromRGB(140, 0, 220), "https://raw.githubusercontent.com/nucax/Emergency-Hamburg-Script/refs/heads/main/maingui.lua") -- notruf hamburg
251+
createGameButton("FNAF: Coop", Color3.fromRGB(160, 0, 200), "https://raw.githubusercontent.com/nucax/KuromiX/refs/heads/main/Game%20Scripts/fnaf_coop.lua") -- fnaf coop update wann?
252+
createGameButton("Survive Overnight in a Mega Store", Color3.fromRGB(180, 0, 180), "https://raw.githubusercontent.com/nucax/KuromiX/refs/heads/main/Game%20Scripts/Survive_Overnight_in_a_Mega_Store.lua") -- survive in a superstore
249253
createGameButton("Placeholder Script 5", Color3.fromRGB(200, 0, 160), "https://example.com/script5.lua")
250254
createGameButton("Placeholder Script 6", Color3.fromRGB(220, 0, 140), "https://example.com/script6.lua")
251255
createGameButton("Placeholder Script 7", Color3.fromRGB(240, 0, 120), "https://example.com/script7.lua")

0 commit comments

Comments
 (0)