Advertisement
27x34k

Boxing simulator 2 script 2.0

Nov 14th, 2021
1,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 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 afk = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local loop = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local reviz = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local UICorner_5 = Instance.new("UICorner")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ResetOnSpawn = false
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  26. Frame.BackgroundTransparency = 0.150
  27. Frame.Position = UDim2.new(0.797089756, 0, 0.632237852, 0)
  28. Frame.Size = UDim2.new(0, 241, 0, 140)
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.BackgroundTransparency = 1.000
  33. TextLabel.Size = UDim2.new(0, 241, 0, 28)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "Made by 27x34k"
  36. TextLabel.TextColor3 = Color3.fromRGB(113, 0, 0)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14.000
  39. TextLabel.TextWrapped = true
  40.  
  41. small.Name = "small"
  42. small.Parent = Frame
  43. small.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  44. small.Position = UDim2.new(0.0539419129, 0, 0.202764973, 0)
  45. small.Size = UDim2.new(0, 101, 0, 38)
  46. small.Font = Enum.Font.SourceSans
  47. small.Text = "Small"
  48. small.TextColor3 = Color3.fromRGB(111, 0, 0)
  49. small.TextScaled = true
  50. small.TextSize = 14.000
  51. small.TextWrapped = true
  52.  
  53. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  54. UICorner.Parent = small
  55.  
  56. afk.Name = "afk"
  57. afk.Parent = Frame
  58. afk.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  59. afk.Position = UDim2.new(0.0539419353, 0, 0.597004652, 0)
  60. afk.Size = UDim2.new(0, 101, 0, 38)
  61. afk.Font = Enum.Font.SourceSans
  62. afk.Text = "Anti afk"
  63. afk.TextColor3 = Color3.fromRGB(102, 0, 0)
  64. afk.TextScaled = true
  65. afk.TextSize = 14.000
  66. afk.TextWrapped = true
  67.  
  68. UICorner_2.CornerRadius = UDim.new(0.174999997, 0)
  69. UICorner_2.Parent = afk
  70.  
  71. loop.Name = "loop"
  72. loop.Parent = Frame
  73. loop.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  74. loop.Position = UDim2.new(0.518672228, 0, 0.597004652, 0)
  75. loop.Size = UDim2.new(0, 101, 0, 38)
  76. loop.Font = Enum.Font.SourceSans
  77. loop.Text = "Loop"
  78. loop.TextColor3 = Color3.fromRGB(102, 0, 0)
  79. loop.TextScaled = true
  80. loop.TextSize = 14.000
  81. loop.TextWrapped = true
  82.  
  83. UICorner_3.CornerRadius = UDim.new(0.200000003, 0)
  84. UICorner_3.Parent = loop
  85.  
  86. reviz.Name = "reviz"
  87. reviz.Parent = Frame
  88. reviz.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  89. reviz.Position = UDim2.new(0.520125926, 0, 0.202764973, 0)
  90. reviz.Size = UDim2.new(0, 101, 0, 37)
  91. reviz.Font = Enum.Font.SourceSans
  92. reviz.Text = "Reviz"
  93. reviz.TextColor3 = Color3.fromRGB(99, 0, 0)
  94. reviz.TextScaled = true
  95. reviz.TextSize = 14.000
  96. reviz.TextWrapped = true
  97.  
  98. UICorner_4.CornerRadius = UDim.new(0.174999997, 0)
  99. UICorner_4.Parent = reviz
  100.  
  101. UICorner_5.CornerRadius = UDim.new(0.075000003, 0)
  102. UICorner_5.Parent = Frame
  103.  
  104. -- Scripts:
  105.  
  106. local function OUXA_fake_script() -- small.LocalScript
  107. local script = Instance.new('LocalScript', small)
  108.  
  109. small.MouseButton1Click:Connect(function()
  110. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  111. if v:IsA("NumberValue") then
  112. v:Destroy()
  113. end
  114. end
  115. end)
  116.  
  117. end
  118. coroutine.wrap(OUXA_fake_script)()
  119. local function YRNMTHX_fake_script() -- afk.LocalScript
  120. local script = Instance.new('LocalScript', afk)
  121.  
  122. afk.MouseButton1Click:Connect(function()
  123. loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
  124. end)
  125.  
  126. end
  127. coroutine.wrap(YRNMTHX_fake_script)()
  128. local function YZKXD_fake_script() -- loop.LocalScript
  129. local script = Instance.new('LocalScript', loop)
  130.  
  131. loop.MouseButton1Click:Connect(function()
  132. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  133. end)
  134. end
  135. coroutine.wrap(YZKXD_fake_script)()
  136. local function BIGQ_fake_script() -- reviz.LocalScript
  137. local script = Instance.new('LocalScript', reviz)
  138.  
  139. reviz.MouseButton1Down:connect(function()
  140. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  141. end)
  142.  
  143. end
  144. coroutine.wrap(BIGQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement