Advertisement
27x34k

Boxing simulator 2 script 1.14

Nov 13th, 2021
2,662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local small = Instance.new("TextButton")
  10. local UICorner = Instance.new("UICorner")
  11. local reviz = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local loop = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ResetOnSpawn = false
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  23. Frame.Position = UDim2.new(0.859779119, 0, 0.56964004, 0)
  24. Frame.Selectable = true
  25. Frame.Size = UDim2.new(0, 157, 0, 217)
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. TextLabel.BackgroundTransparency = 1.000
  30. TextLabel.Position = UDim2.new(0.0636942685, 0, 0.0036764706, 0)
  31. TextLabel.Size = UDim2.new(0, 136, 0, 31)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "Made by 27x34k"
  34. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14.000
  37. TextLabel.TextWrapped = true
  38.  
  39. small.Name = "small"
  40. small.Parent = Frame
  41. small.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  42. small.Position = UDim2.new(0.0636942685, 0, 0.159694418, 0)
  43. small.Size = UDim2.new(0, 136, 0, 50)
  44. small.Font = Enum.Font.SourceSans
  45. small.Text = "Small"
  46. small.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. small.TextScaled = true
  48. small.TextSize = 14.000
  49. small.TextWrapped = true
  50.  
  51. UICorner.CornerRadius = UDim.new(0.150000006, 0)
  52. UICorner.Parent = small
  53.  
  54. reviz.Name = "reviz"
  55. reviz.Parent = Frame
  56. reviz.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  57. reviz.Position = UDim2.new(0.0636942685, 0, 0.436760396, 0)
  58. reviz.Size = UDim2.new(0, 136, 0, 50)
  59. reviz.Font = Enum.Font.SourceSans
  60. reviz.Text = "Reviz admin"
  61. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. reviz.TextScaled = true
  63. reviz.TextSize = 14.000
  64. reviz.TextWrapped = true
  65.  
  66. UICorner_2.CornerRadius = UDim.new(0.150000006, 0)
  67. UICorner_2.Parent = reviz
  68.  
  69. loop.Name = "loop"
  70. loop.Parent = Frame
  71. loop.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  72. loop.Position = UDim2.new(0.0636942685, 0, 0.70709604, 0)
  73. loop.Size = UDim2.new(0, 136, 0, 50)
  74. loop.Font = Enum.Font.SourceSans
  75. loop.Text = "Loop"
  76. loop.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. loop.TextScaled = true
  78. loop.TextSize = 14.000
  79. loop.TextWrapped = true
  80.  
  81. UICorner_3.CornerRadius = UDim.new(0.150000006, 0)
  82. UICorner_3.Parent = loop
  83.  
  84. -- Scripts:
  85.  
  86. local function WGULJ_fake_script() -- small.LocalScript
  87. local script = Instance.new('LocalScript', small)
  88.  
  89. small.MouseButton1Click:Connect(function()
  90. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  91. if v:IsA("NumberValue") then
  92. v:Destroy()
  93. end
  94. end
  95. end)
  96. end
  97. coroutine.wrap(WGULJ_fake_script)()
  98. local function TUSL_fake_script() -- reviz.LocalScript
  99. local script = Instance.new('LocalScript', reviz)
  100.  
  101. reviz.MouseButton1Down:connect(function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  103. end)
  104.  
  105. end
  106. coroutine.wrap(TUSL_fake_script)()
  107. local function JNHLB_fake_script() -- loop.LocalScript
  108. local script = Instance.new('LocalScript', loop)
  109.  
  110. loop.MouseButton1Click:Connect(function()
  111. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  112. end)
  113. end
  114. coroutine.wrap(JNHLB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement