Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local BoxingSimulator = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TPShop = Instance.new("TextButton")
- local TPIsland1 = Instance.new("TextButton")
- local TPIsland2 = Instance.new("TextButton")
- local InfinityJump = Instance.new("TextButton")
- local TPGYM = Instance.new("TextButton")
- local DailyReward = Instance.new("TextButton")
- local Spawn = Instance.new("TextButton")
- local Boss = Instance.new("TextButton")
- local WorkoutZone = Instance.new("TextButton")
- local Duel = Instance.new("TextButton")
- local KOTH = Instance.new("TextButton")
- local Autocoins = Instance.new("TextButton")
- local AutoFlag = Instance.new("TextButton")
- local CollectCoins = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- --Properties:
- BoxingSimulator.Name = "Boxing Simulator"
- BoxingSimulator.Parent = game.CoreGui
- BoxingSimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = BoxingSimulator
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BorderColor3 = Color3.new(1, 1, 1)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.301983833, 0, 0.271844655, 0)
- Frame.Size = UDim2.new(0, 538, 0, 375)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.Size = UDim2.new(0, 538, 0, 36)
- TextLabel.Font = Enum.Font.Code
- TextLabel.Text = "Boxing Simulator"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = TextLabel
- TextLabel_2.BackgroundColor3 = Color3.new(0, 0.760784, 0)
- TextLabel_2.Position = UDim2.new(0, 0, 1, 0)
- TextLabel_2.Size = UDim2.new(0, 538, 0, 4)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- TPShop.Name = "TP Shop"
- TPShop.Parent = Frame
- TPShop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- TPShop.BorderColor3 = Color3.new(1, 1, 1)
- TPShop.BorderSizePixel = 2
- TPShop.Position = UDim2.new(0.0130111529, 0, 0.125333324, 0)
- TPShop.Size = UDim2.new(0, 90, 0, 50)
- TPShop.Font = Enum.Font.Code
- TPShop.Text = "TP Shop"
- TPShop.TextColor3 = Color3.new(1, 1, 1)
- TPShop.TextScaled = true
- TPShop.TextSize = 14
- TPShop.TextWrapped = true
- TPShop.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-254.08438, 855.1849, 1330.3586)
- end)
- TPIsland1.Name = "TP Island 1"
- TPIsland1.Parent = Frame
- TPIsland1.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- TPIsland1.BorderColor3 = Color3.new(1, 1, 1)
- TPIsland1.BorderSizePixel = 2
- TPIsland1.Position = UDim2.new(0.213754654, 0, 0.125333324, 0)
- TPIsland1.Size = UDim2.new(0, 90, 0, 50)
- TPIsland1.Font = Enum.Font.Code
- TPIsland1.Text = "Island 1"
- TPIsland1.TextColor3 = Color3.new(1, 1, 1)
- TPIsland1.TextScaled = true
- TPIsland1.TextSize = 14
- TPIsland1.TextWrapped = true
- TPIsland1.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210.76826, 1887.24340, 1414.6444)
- end)
- TPIsland2.Name = "TP Island 2"
- TPIsland2.Parent = Frame
- TPIsland2.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- TPIsland2.BorderColor3 = Color3.new(1, 1, 1)
- TPIsland2.BorderSizePixel = 2
- TPIsland2.Position = UDim2.new(0.416356891, 0, 0.125333324, 0)
- TPIsland2.Size = UDim2.new(0, 90, 0, 50)
- TPIsland2.Font = Enum.Font.Code
- TPIsland2.Text = "Island 2"
- TPIsland2.TextColor3 = Color3.new(1, 1, 1)
- TPIsland2.TextScaled = true
- TPIsland2.TextSize = 14
- TPIsland2.TextWrapped = true
- TPIsland2.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-243.971496, 3410.115478, 1421.22937)
- end)
- InfinityJump.Name = "Infinity Jump"
- InfinityJump.Parent = Frame
- InfinityJump.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- InfinityJump.BorderColor3 = Color3.new(1, 1, 1)
- InfinityJump.BorderSizePixel = 2
- InfinityJump.Position = UDim2.new(0.613382936, 0, 0.125333324, 0)
- InfinityJump.Size = UDim2.new(0, 90, 0, 50)
- InfinityJump.Font = Enum.Font.Code
- InfinityJump.Text = "Infinity Jump"
- InfinityJump.TextColor3 = Color3.new(1, 1, 1)
- InfinityJump.TextScaled = true
- InfinityJump.TextSize = 14
- InfinityJump.TextWrapped = true
- InfinityJump.MouseButton1Down:connect(function()
- local Player = game:GetService'Players'.LocalPlayer;
- local UIS = game:GetService'UserInputService';
- _G.JumpHeight = 150;
- function Action(Object, Function) if Object ~= nil then Function(Object); end end
- UIS.InputBegan:connect(function(UserInput)
- if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
- Action(Player.Character.Humanoid, function(self)
- if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
- Action(self.Parent.HumanoidRootPart, function(self)
- self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
- end)
- end
- end)
- end
- end)
- end)
- TPGYM.Name = "TP GYM"
- TPGYM.Parent = Frame
- TPGYM.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- TPGYM.BorderColor3 = Color3.new(1, 1, 1)
- TPGYM.BorderSizePixel = 2
- TPGYM.Position = UDim2.new(0.812267661, 0, 0.125333324, 0)
- TPGYM.Size = UDim2.new(0, 90, 0, 50)
- TPGYM.Font = Enum.Font.Code
- TPGYM.Text = "TP Gym"
- TPGYM.TextColor3 = Color3.new(1, 1, 1)
- TPGYM.TextSize = 25
- TPGYM.TextWrapped = true
- TPGYM.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-367.447692, 855.18499, 1454.24414)
- end)
- DailyReward.Name = "Daily Reward"
- DailyReward.Parent = Frame
- DailyReward.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- DailyReward.BorderColor3 = Color3.new(1, 1, 1)
- DailyReward.BorderSizePixel = 2
- DailyReward.Position = UDim2.new(0.0111524807, 0, 0.357333302, 0)
- DailyReward.Size = UDim2.new(0, 90, 0, 50)
- DailyReward.Font = Enum.Font.Code
- DailyReward.Text = "Daily Reward"
- DailyReward.TextColor3 = Color3.new(1, 1, 1)
- DailyReward.TextScaled = true
- DailyReward.TextSize = 14
- DailyReward.TextWrapped = true
- DailyReward.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-227, 856, 1499)
- end)
- Spawn.Name = "Spawn"
- Spawn.Parent = Frame
- Spawn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Spawn.BorderColor3 = Color3.new(1, 1, 1)
- Spawn.BorderSizePixel = 2
- Spawn.Position = UDim2.new(0.211895972, 0, 0.357333302, 0)
- Spawn.Size = UDim2.new(0, 90, 0, 50)
- Spawn.Font = Enum.Font.Code
- Spawn.Text = "Spawn"
- Spawn.TextColor3 = Color3.new(1, 1, 1)
- Spawn.TextScaled = true
- Spawn.TextSize = 14
- Spawn.TextWrapped = true
- Spawn.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-304, 884, 1394)
- end)
- Boss.Name = "Boss"
- Boss.Parent = Frame
- Boss.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Boss.BorderColor3 = Color3.new(1, 1, 1)
- Boss.BorderSizePixel = 2
- Boss.Position = UDim2.new(0.41449821, 0, 0.357333302, 0)
- Boss.Size = UDim2.new(0, 90, 0, 50)
- Boss.Font = Enum.Font.Code
- Boss.Text = "Pirate Boss"
- Boss.TextColor3 = Color3.new(1, 1, 1)
- Boss.TextScaled = true
- Boss.TextSize = 14
- Boss.TextWrapped = true
- Boss.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-143, 857, 1819)
- end)
- WorkoutZone.Name = "WorkoutZone"
- WorkoutZone.Parent = Frame
- WorkoutZone.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- WorkoutZone.BorderColor3 = Color3.new(1, 1, 1)
- WorkoutZone.BorderSizePixel = 2
- WorkoutZone.Position = UDim2.new(0.611524224, 0, 0.357333302, 0)
- WorkoutZone.Size = UDim2.new(0, 90, 0, 50)
- WorkoutZone.Font = Enum.Font.Code
- WorkoutZone.Text = "Workout Zone"
- WorkoutZone.TextColor3 = Color3.new(1, 1, 1)
- WorkoutZone.TextScaled = true
- WorkoutZone.TextSize = 14
- WorkoutZone.TextWrapped = true
- WorkoutZone.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-159, 855, 1206)
- end)
- Duel.Name = "Duel"
- Duel.Parent = Frame
- Duel.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Duel.BorderColor3 = Color3.new(1, 1, 1)
- Duel.BorderSizePixel = 2
- Duel.Position = UDim2.new(0.810409009, 0, 0.357333302, 0)
- Duel.Size = UDim2.new(0, 90, 0, 50)
- Duel.Font = Enum.Font.Code
- Duel.Text = "Duel Arena"
- Duel.TextColor3 = Color3.new(1, 1, 1)
- Duel.TextScaled = true
- Duel.TextSize = 14
- Duel.TextWrapped = true
- Duel.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-480, 858, 1144)
- end)
- KOTH.Name = "KOTH"
- KOTH.Parent = Frame
- KOTH.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- KOTH.BorderColor3 = Color3.new(1, 1, 1)
- KOTH.BorderSizePixel = 2
- KOTH.Position = UDim2.new(0.210037231, 0, 0.586666644, 0)
- KOTH.Size = UDim2.new(0, 90, 0, 50)
- KOTH.Font = Enum.Font.Code
- KOTH.Text = "King Of The Hill"
- KOTH.TextColor3 = Color3.new(1, 1, 1)
- KOTH.TextScaled = true
- KOTH.TextSize = 14
- KOTH.TextWrapped = true
- KOTH.MouseButton1Down:connect(function()
- game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-610, 908, 1524)
- end)
- Autocoins.Name = "Autocoins"
- Autocoins.Parent = Frame
- Autocoins.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Autocoins.BorderColor3 = Color3.new(1, 1, 1)
- Autocoins.BorderSizePixel = 2
- Autocoins.Position = UDim2.new(0.611524224, 0, 0.586666644, 0)
- Autocoins.Size = UDim2.new(0, 90, 0, 50)
- Autocoins.Font = Enum.Font.Code
- Autocoins.Text = "Auto Coins"
- Autocoins.TextColor3 = Color3.new(1, 1, 1)
- Autocoins.TextScaled = true
- Autocoins.TextSize = 14
- Autocoins.TextWrapped = true
- Autocoins.MouseButton1Down:connect(function()
- while true do
- for i,v in pairs(game.Workspace.Coins:GetChildren())do
- wait(0.1)
- if v.Name == "Coin" then
- v.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end
- end)
- AutoFlag.Name = "Auto Flag"
- AutoFlag.Parent = Frame
- AutoFlag.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- AutoFlag.BorderColor3 = Color3.new(1, 1, 1)
- AutoFlag.BorderSizePixel = 2
- AutoFlag.Position = UDim2.new(0.211895972, 0, 0.807999969, 0)
- AutoFlag.Size = UDim2.new(0, 90, 0, 50)
- AutoFlag.Font = Enum.Font.Code
- AutoFlag.Text = "Auto Flag"
- AutoFlag.TextColor3 = Color3.new(1, 1, 1)
- AutoFlag.TextScaled = true
- AutoFlag.TextSize = 14
- AutoFlag.TextWrapped = true
- AutoFlag.MouseButton1Down:connect(function()
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-559, 855, 1369)
- wait(8)
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-390, 855, 1605)
- wait(8)
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-80, 856, 1454)
- wait(8)
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-379, 856, 1131)
- wait(8)
- game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(coordinate)
- end)
- CollectCoins.Name = "Collect Coins"
- CollectCoins.Parent = Frame
- CollectCoins.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- CollectCoins.BorderColor3 = Color3.new(1, 1, 1)
- CollectCoins.BorderSizePixel = 2
- CollectCoins.Position = UDim2.new(0.611524224, 0, 0.807999969, 0)
- CollectCoins.Size = UDim2.new(0, 90, 0, 50)
- CollectCoins.Font = Enum.Font.Code
- CollectCoins.Text = "Collect Coins"
- CollectCoins.TextColor3 = Color3.new(1, 1, 1)
- CollectCoins.TextScaled = true
- CollectCoins.TextSize = 14
- CollectCoins.TextWrapped = true
- CollectCoins.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace.Coins:GetChildren())do
- wait(0.1)
- if v.Name == "Coin" then
- v.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.399628252, 0, 0.586666644, 0)
- TextLabel_3.Size = UDim2.new(0, 99, 0, 50)
- TextLabel_3.Font = Enum.Font.Code
- TextLabel_3.Text = "Made By Thuáºn"
- TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
- TextLabel_3.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement