Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/4647014808/REBALANCING-Combat-Adventures
- -- Good Gui
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local AutoSwing = Instance.new("TextButton")
- local AutoSell = Instance.new("TextButton")
- local UnlockIslands = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Button1 = Instance.new("TextButton")
- local button3 = Instance.new("TextButton")
- local GuiLabel = Instance.new("TextLabel")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.Position = UDim2.new(0.110698372, 0, 0.304538786, 0)
- Main.Size = UDim2.new(0, 462, 0, 212)
- Main.Style = Enum.FrameStyle.ChatRed
- AutoSwing.Name = "AutoSwing"
- AutoSwing.Parent = Main
- AutoSwing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoSwing.BorderSizePixel = 5
- AutoSwing.Position = UDim2.new(0.00168665545, 0, 0.753871441, 0)
- AutoSwing.Size = UDim2.new(0, 120, 0, 50)
- AutoSwing.Font = Enum.Font.SourceSans
- AutoSwing.Text = "Auto Swing"
- AutoSwing.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoSwing.TextScaled = true
- AutoSwing.TextSize = 14.000
- AutoSwing.TextWrapped = true
- AutoSwing.MouseButton1Click:connect(function(AutoSwing)
- while true do
- wait()
- local tool = game.Players.LocalPlayer.Character.Weapon
- tool:Activate()
- end
- end)
- AutoSell.Name = "AutoSell"
- AutoSell.Parent = Main
- AutoSell.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoSell.BorderSizePixel = 5
- AutoSell.Position = UDim2.new(0.00168665545, 0, 0.272739381, 0)
- AutoSell.Size = UDim2.new(0, 120, 0, 50)
- AutoSell.Font = Enum.Font.SourceSans
- AutoSell.Text = "Auto Sell"
- AutoSell.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoSell.TextScaled = true
- AutoSell.TextSize = 14.000
- AutoSell.TextWrapped = true
- AutoSell.MouseButton1Click:connect(function(AutoSell)
- while true do
- wait()
- local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- if game.Players.LocalPlayer.PlayerGui.GameInterface.MainFrame.MaxStrengthInfoFrame.Visible == true then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-74.365, -3.5, -61.363)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
- end
- end)
- UnlockIslands.Name = "UnlockIslands"
- UnlockIslands.Parent = Main
- UnlockIslands.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- UnlockIslands.BorderSizePixel = 5
- UnlockIslands.Position = UDim2.new(0.356665015, 0, 0.263305426, 0)
- UnlockIslands.Size = UDim2.new(0, 120, 0, 50)
- UnlockIslands.Font = Enum.Font.SourceSans
- UnlockIslands.Text = "Unlock All Islands"
- UnlockIslands.TextColor3 = Color3.fromRGB(0, 0, 0)
- UnlockIslands.TextScaled = true
- UnlockIslands.TextSize = 14.000
- UnlockIslands.TextWrapped = true
- UnlockIslands.MouseButton1Click:connect(function(UnlockIslands)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(135.50058, 3736.89868, -4.5386076, 0.688807905, 4.83267932e-08, -0.724943936, -4.57227358e-08, 1, 2.32191955e-08, 0.724943936, 1.71528534e-08, 0.688807905)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65.3566284, 7554.79834, -77.2492523, -0.13587226, 1.89816927e-08, -0.990726352, 8.1358202e-08, 1, 8.00157274e-09, 0.990726352, -7.95165249e-08, -0.13587226)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(42.1031609, 11364.2002, -78.2042084, 0.749752343, -9.92956473e-08, 0.661718547, 2.35263133e-08, 1, 1.23401009e-07, -0.661718547, -7.69523965e-08, 0.749752343)
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(38.7351265, 15074.0029, -80.467186, -0.980720162, 2.5981544e-08, 0.195417345, 2.26025367e-08, 1, -1.95211971e-08, -0.195417345, -1.47279051e-08, -0.980720162)
- end)
- Button2.Name = "Button2"
- Button2.Parent = Main
- Button2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Button2.BorderSizePixel = 5
- Button2.Position = UDim2.new(0.358829528, 0, 0.749154449, 0)
- Button2.Size = UDim2.new(0, 120, 0, 50)
- Button2.Font = Enum.Font.SourceSans
- Button2.TextColor3 = Color3.fromRGB(0, 0, 0)
- Button2.TextSize = 14.000
- Button1.Name = "Button1"
- Button1.Parent = Main
- Button1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Button1.BorderSizePixel = 5
- Button1.Position = UDim2.new(0.702985346, 0, 0.268022418, 0)
- Button1.Size = UDim2.new(0, 120, 0, 50)
- Button1.Font = Enum.Font.SourceSans
- Button1.TextColor3 = Color3.fromRGB(0, 0, 0)
- Button1.TextSize = 14.000
- button3.Name = "button3"
- button3.Parent = Main
- button3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- button3.BorderSizePixel = 5
- button3.Position = UDim2.new(0.702985346, 0, 0.739720523, 0)
- button3.Size = UDim2.new(0, 120, 0, 50)
- button3.Font = Enum.Font.SourceSans
- button3.TextColor3 = Color3.fromRGB(0, 0, 0)
- button3.TextSize = 14.000
- GuiLabel.Name = "GuiLabel"
- GuiLabel.Parent = Main
- GuiLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GuiLabel.BorderSizePixel = 5
- GuiLabel.Position = UDim2.new(0.0221885256, 0, -0.0413190722, 0)
- GuiLabel.Size = UDim2.new(0, 410, 0, 43)
- GuiLabel.Font = Enum.Font.SourceSans
- GuiLabel.Text = "Combat Adventures Gui"
- GuiLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- GuiLabel.TextScaled = true
- GuiLabel.TextSize = 14.000
- GuiLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement