Advertisement
27x34k

Toggle boxing sim 2 script

Nov 24th, 2021
1,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local gui = 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 TextButton = Instance.new("TextButton")
  18. local UICorner_5 = Instance.new("UICorner")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. ScreenGui.ResetOnSpawn = false
  24.  
  25. gui.Name = "gui"
  26. gui.Parent = ScreenGui
  27. gui.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  28. gui.BackgroundTransparency = 0.150
  29. gui.Position = UDim2.new(0.799514949, 0, 0.538341165, 0)
  30. gui.Size = UDim2.new(0, 241, 0, 140)
  31. gui.Visible = false
  32.  
  33. TextLabel.Parent = gui
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.Size = UDim2.new(0, 241, 0, 28)
  37. TextLabel.Font = Enum.Font.SourceSans
  38. TextLabel.Text = "Made by 27x34k"
  39. TextLabel.TextColor3 = Color3.fromRGB(113, 0, 0)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14.000
  42. TextLabel.TextWrapped = true
  43.  
  44. small.Name = "small"
  45. small.Parent = gui
  46. small.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  47. small.Position = UDim2.new(0.0539419129, 0, 0.202764973, 0)
  48. small.Size = UDim2.new(0, 101, 0, 38)
  49. small.Font = Enum.Font.SourceSans
  50. small.Text = "Small"
  51. small.TextColor3 = Color3.fromRGB(111, 0, 0)
  52. small.TextScaled = true
  53. small.TextSize = 14.000
  54. small.TextWrapped = true
  55.  
  56. UICorner.CornerRadius = UDim.new(0.200000003, 0)
  57. UICorner.Parent = small
  58.  
  59. afk.Name = "afk"
  60. afk.Parent = gui
  61. afk.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  62. afk.Position = UDim2.new(0.0539419353, 0, 0.597004652, 0)
  63. afk.Size = UDim2.new(0, 101, 0, 38)
  64. afk.Font = Enum.Font.SourceSans
  65. afk.Text = "Anti afk"
  66. afk.TextColor3 = Color3.fromRGB(102, 0, 0)
  67. afk.TextScaled = true
  68. afk.TextSize = 14.000
  69. afk.TextWrapped = true
  70.  
  71. UICorner_2.CornerRadius = UDim.new(0.174999997, 0)
  72. UICorner_2.Parent = afk
  73.  
  74. loop.Name = "loop"
  75. loop.Parent = gui
  76. loop.BackgroundColor3 = Color3.fromRGB(11, 11, 11)
  77. loop.Position = UDim2.new(0.518672228, 0, 0.597004652, 0)
  78. loop.Size = UDim2.new(0, 101, 0, 38)
  79. loop.Font = Enum.Font.SourceSans
  80. loop.Text = "Loop"
  81. loop.TextColor3 = Color3.fromRGB(102, 0, 0)
  82. loop.TextScaled = true
  83. loop.TextSize = 14.000
  84. loop.TextWrapped = true
  85.  
  86. UICorner_3.CornerRadius = UDim.new(0.200000003, 0)
  87. UICorner_3.Parent = loop
  88.  
  89. reviz.Name = "reviz"
  90. reviz.Parent = gui
  91. reviz.BackgroundColor3 = Color3.fromRGB(18, 18, 18)
  92. reviz.Position = UDim2.new(0.520125926, 0, 0.202764973, 0)
  93. reviz.Size = UDim2.new(0, 101, 0, 37)
  94. reviz.Font = Enum.Font.SourceSans
  95. reviz.Text = "Reviz"
  96. reviz.TextColor3 = Color3.fromRGB(99, 0, 0)
  97. reviz.TextScaled = true
  98. reviz.TextSize = 14.000
  99. reviz.TextWrapped = true
  100.  
  101. UICorner_4.CornerRadius = UDim.new(0.174999997, 0)
  102. UICorner_4.Parent = reviz
  103.  
  104. TextButton.Parent = ScreenGui
  105. TextButton.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  106. TextButton.Position = UDim2.new(0.931285381, 0, 0.802816927, 0)
  107. TextButton.Size = UDim2.new(0, 57, 0, 24)
  108. TextButton.Font = Enum.Font.SourceSans
  109. TextButton.Text = "Toggle"
  110. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. TextButton.TextScaled = true
  112. TextButton.TextSize = 14.000
  113. TextButton.TextWrapped = true
  114.  
  115. UICorner_5.Parent = TextButton
  116.  
  117. -- Scripts:
  118.  
  119. local function MUWB_fake_script() -- small.LocalScript
  120. local script = Instance.new('LocalScript', small)
  121.  
  122. small.MouseButton1Click:Connect(function()
  123. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  124. if v:IsA("NumberValue") then
  125. v:Destroy()
  126. end
  127. end
  128. end)
  129.  
  130. end
  131. coroutine.wrap(MUWB_fake_script)()
  132. local function EXCKRLE_fake_script() -- afk.LocalScript
  133. local script = Instance.new('LocalScript', afk)
  134.  
  135. afk.MouseButton1Click:Connect(function()
  136. loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
  137. end)
  138.  
  139. end
  140. coroutine.wrap(EXCKRLE_fake_script)()
  141. local function QKKRPHN_fake_script() -- loop.LocalScript
  142. local script = Instance.new('LocalScript', loop)
  143.  
  144. loop.MouseButton1Click:Connect(function()
  145. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  146. end)
  147. end
  148. coroutine.wrap(QKKRPHN_fake_script)()
  149. local function LBXWVN_fake_script() -- reviz.LocalScript
  150. local script = Instance.new('LocalScript', reviz)
  151.  
  152. reviz.MouseButton1Down:connect(function()
  153. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  154. end)
  155.  
  156. end
  157. coroutine.wrap(LBXWVN_fake_script)()
  158. local function EYGYPB_fake_script() -- TextButton.LocalScript
  159. local script = Instance.new('LocalScript', TextButton)
  160.  
  161. local frame = script.Parent.parent.gui
  162. local open = false
  163. script.Parent.MouseButton1Click:Connect(function()
  164. if frame.Visible == false then
  165. frame.Visible = true
  166. else
  167. frame.Visible = false
  168. end
  169. end)
  170.  
  171. end
  172. coroutine.wrap(EYGYPB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement