Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- for island,island2 in pairs(game:GetService("Workspace").Portals:GetChildren())do
- if island2.Name == "Fire_Island" then
- island2.Name = (island .. "Fire")
- end
- end
- end)
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
- local w = library:CreateWindow('Gay Game')
- local w2 = library:CreateWindow("Islands")
- w:Toggle("Auto Swing", {flag = "toggle1"})
- w:Toggle("Auto buy Swords", {flag = "toggle2"})
- w:Toggle("Auto buy Backpacks", {flag = "toggle3"})
- w2:Button("Plains Island", function()
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Portals["Plains_Island"]["2"].Teleport.CFrame
- end)
- end)
- w2:Button("Desert Island", function()
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Portals["Desert_Island"]["2"].Teleport.CFrame
- end)
- end)
- w2:Button("Ice Island", function()
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Portals["Ice_Island"]["2"].Teleport.CFrame
- end)
- end)
- w2:Button("Fire Island", function()
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Portals["5Fire"]["2"].Teleport.CFrame
- end)
- end)
- w2:Button("Space Island", function()
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Portals["Space_Island"]["2"].Teleport.CFrame
- end)
- end)
- spawn(function()
- while wait()do
- if w.flags.toggle1 then
- pcall(function()
- game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool").clickEvent:FireServer()
- end)
- end
- end
- end)
- spawn(function()
- while wait()do
- if w.flags.toggle2 then
- pcall(function()
- game:GetService("ReplicatedStorage").Resources.RemoteEvents.ShopBuyAll:FireServer("Swords")
- end)
- end
- end
- end)
- spawn(function()
- while wait()do
- if w.flags.toggle3 then
- pcall(function()
- game:GetService("ReplicatedStorage").Resources.RemoteEvents.ShopBuyAll:FireServer("Backpacks")
- end)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment