Roblox Boxing Simulator 2 GUI. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Jan 9th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox//how To Get Auto Clicker In Boxing Simulator//link In Desc
- local Main = Instance.new('Frame')
- local GB2 = Instance.new('TextButton')
- local Exit = Instance.new('TextButton')
- local GB4 = Instance.new('TextButton')
- local GB6 = Instance.new('TextButton')
- local open = Instance.new('TextButton')
- Main.Parent = ScreenGui
- Main.Position = UDim2.new(0.371843457,0,0.0175694786,0)
- Main.Visible =false
- Main.Draggable =true
- title.Name ='title'
- title.BackgroundColor3 = Color3.fromRGB(85,255,255)
- title.Font = Enum.Font.GothamBold
- title.Text ='Case Clicker GUI made by Superprodennis'
- title.TextSize =14.000
- GB2.Name ='GB2'
- GB2.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB2.Size = UDim2.new(0,189,0,50)
- GB2.LineHeight =2.000
- GB2.TextColor3 = Color3.fromRGB(0,0,0)
- GB2.MouseButton1Down:connect(function()
- end)
- GB1.Name ='GB1'
- GB1.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB1.Position = UDim2.new(0.522099435,0,0.144628093,0)
- GB1.Font = Enum.Font.GothamBold
- GB1.TextColor3 = Color3.fromRGB(0,0,0)
- GB1.MouseButton1Down:connect(function()
- end)
- Exit.Name ='Exit'
- Exit.BackgroundColor3 = Color3.fromRGB(255,0,0)
- Exit.Position = UDim2.new(0.875690818,0,0.818181872,0)
- Exit.Font = Enum.Font.GothamBold
- Exit.TextColor3 = Color3.fromRGB(0,0,0)
- Exit.MouseButton1Down:connect(function()
- Openmain.Visible =true
- GB3.Name ='GB3'
- GB3.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB3.Position = UDim2.new(0.522099435,0,0.351239681,0)
- GB3.Font = Enum.Font.GothamBold
- GB3.TextColor3 = Color3.fromRGB(0,0,0)
- GB3.MouseButton1Down:connect(function()
- local Character = game.Players.LocalPlayer.Character
- Character.Humanoid.JumpPower =150-- You can change Jump Power here
- end)
- GB4.Name ='GB4'
- GB4.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB4.Size = UDim2.new(0,189,0,50)
- GB4.Text ='Speed'
- GB4.TextSize =14.000
- local Character = game.Players.LocalPlayer.Character
- Character.Humanoid.WalkSpeed =50-- You can change speed here
- end)
- GB5.Name ='GB5'
- GB5.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB5.Position = UDim2.new(0.522099435,0,0.557851255,0)
- GB5.Font = Enum.Font.GothamBold
- GB5.TextColor3 = Color3.fromRGB(0,0,0)
- GB5.MouseButton1Down:connect(function()
- end)
- GB6.Name ='GB6'
- GB6.BackgroundColor3 = Color3.fromRGB(0,255,0)
- GB6.Size = UDim2.new(0,189,0,50)
- GB6.Text ='Noting'
- GB6.TextSize =14.000
- Openmain.Name ='Openmain'
- Openmain.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Openmain.Position = UDim2.new(0.266414136,0,0.0175695419,0)
- Openmain.Active =true
- open.Parent = Openmain
- open.Position = UDim2.new(0,0,1.1920929e-07,0)
- open.Font = Enum.Font.GothamBold
- open.TextColor3 = Color3.fromRGB(0,0,0)
- open.TextSize =14.000
- open.MouseButton1Down:connect(function()
- Main.Visible =true
RAW Paste Data