Advertisement
27x34k

boxing sim 2 scrip 1.12

Nov 12th, 2021
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 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. local strength = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ResetOnSpawn = false
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  25. Frame.Position = UDim2.new(0.862264633, 0, 0.532081366, 0)
  26. Frame.Size = UDim2.new(0, 157, 0, 272)
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  30. TextLabel.BackgroundTransparency = 1.000
  31. TextLabel.Position = UDim2.new(0.0636942685, 0, 0.0036764706, 0)
  32. TextLabel.Size = UDim2.new(0, 136, 0, 31)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Made by 27x34k"
  35. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel.TextScaled = true
  37. TextLabel.TextSize = 14.000
  38. TextLabel.TextWrapped = true
  39.  
  40. small.Name = "small"
  41. small.Parent = Frame
  42. small.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  43. small.Position = UDim2.new(0.0636942685, 0, 0.118655726, 0)
  44. small.Size = UDim2.new(0, 136, 0, 50)
  45. small.Font = Enum.Font.SourceSans
  46. small.Text = "Small"
  47. small.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. small.TextScaled = true
  49. small.TextSize = 14.000
  50. small.TextWrapped = true
  51.  
  52. UICorner.CornerRadius = UDim.new(0.075000003, 0)
  53. UICorner.Parent = small
  54.  
  55. reviz.Name = "reviz"
  56. reviz.Parent = Frame
  57. reviz.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  58. reviz.Position = UDim2.new(0.0636942685, 0, 0.33614856, 0)
  59. reviz.Size = UDim2.new(0, 136, 0, 50)
  60. reviz.Font = Enum.Font.SourceSans
  61. reviz.Text = "Reviz admin"
  62. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. reviz.TextScaled = true
  64. reviz.TextSize = 14.000
  65. reviz.TextWrapped = true
  66.  
  67. UICorner_2.CornerRadius = UDim.new(0.200000003, 0)
  68. UICorner_2.Parent = reviz
  69.  
  70. loop.Name = "loop"
  71. loop.Parent = Frame
  72. loop.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  73. loop.Position = UDim2.new(0.0636942685, 0, 0.549688816, 0)
  74. loop.Size = UDim2.new(0, 136, 0, 50)
  75. loop.Font = Enum.Font.SourceSans
  76. loop.Text = "Loop"
  77. loop.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. loop.TextScaled = true
  79. loop.TextSize = 14.000
  80. loop.TextWrapped = true
  81.  
  82. UICorner_3.CornerRadius = UDim.new(0.174999997, 0)
  83. UICorner_3.Parent = loop
  84.  
  85. strength.Name = "strength"
  86. strength.Parent = Frame
  87. strength.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  88. strength.Position = UDim2.new(0.0636942685, 0, 0.762038112, 0)
  89. strength.Size = UDim2.new(0, 136, 0, 50)
  90. strength.Font = Enum.Font.SourceSans
  91. strength.Text = "See other peoples strength"
  92. strength.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. strength.TextScaled = true
  94. strength.TextSize = 14.000
  95. strength.TextWrapped = true
  96.  
  97. UICorner_4.CornerRadius = UDim.new(0.100000001, 0)
  98. UICorner_4.Parent = strength
  99.  
  100. -- Scripts:
  101.  
  102. local function LAQTJ_fake_script() -- small.LocalScript
  103. local script = Instance.new('LocalScript', small)
  104.  
  105. small.MouseButton1Click:Connect(function()
  106. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  107. if v:IsA("NumberValue") then
  108. v:Destroy()
  109. end
  110. end
  111. end)
  112. end
  113. coroutine.wrap(LAQTJ_fake_script)()
  114. local function FFRBHMV_fake_script() -- reviz.LocalScript
  115. local script = Instance.new('LocalScript', reviz)
  116.  
  117. reviz.MouseButton1Down:connect(function()
  118. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  119. end)
  120.  
  121. end
  122. coroutine.wrap(FFRBHMV_fake_script)()
  123. local function QDGVWCL_fake_script() -- loop.LocalScript
  124. local script = Instance.new('LocalScript', loop)
  125.  
  126. loop.MouseButton1Click:Connect(function()
  127. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  128. end)
  129. end
  130. coroutine.wrap(QDGVWCL_fake_script)()
  131. local function JXHMLMU_fake_script() -- strength.LocalScript
  132. local script = Instance.new('LocalScript', strength)
  133.  
  134. strength.MouseButton1Click:Connect(function()
  135. local InsertedObjects = Instance.new("ScreenGui")
  136. local Gradient = Instance.new("Frame")
  137. local UIGradient = Instance.new("UIGradient")
  138. local UICorner = Instance.new("UICorner")
  139. local TextBox = Instance.new("TextBox")
  140. local TextLabel = Instance.new("TextLabel")
  141. local TextButton = Instance.new("TextButton")
  142. local TextLabel_2 = Instance.new("TextLabel")
  143.  
  144. --Properties:
  145.  
  146. InsertedObjects.Name = "InsertedObjects"
  147. InsertedObjects.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  148.  
  149. Gradient.Name = "Gradient"
  150. Gradient.Parent = InsertedObjects
  151. Gradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  152. Gradient.BorderColor3 = Color3.fromRGB(27, 42, 53)
  153. Gradient.BorderSizePixel = 0
  154. Gradient.Position = UDim2.new(0.5, 0, 0.5, 0)
  155. Gradient.Size = UDim2.new(0, 200, 0, 200)
  156.  
  157. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(137, 0, 254)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(223, 0, 255))}
  158. UIGradient.Parent = Gradient
  159.  
  160. UICorner.CornerRadius = UDim.new(0, 4)
  161. UICorner.Parent = Gradient
  162.  
  163. TextBox.Parent = Gradient
  164. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  165. TextBox.BackgroundTransparency = 1.000
  166. TextBox.Position = UDim2.new(0, 0, 0.242567599, 0)
  167. TextBox.Size = UDim2.new(0, 200, 0, 50)
  168. TextBox.Font = Enum.Font.SourceSans
  169. TextBox.Text = "Player"
  170. TextBox.TextColor3 = Color3.fromRGB(85, 255, 255)
  171. TextBox.TextSize = 28.000
  172. TextBox.TextWrapped = true
  173. TextBox.FocusLost:connect(function()
  174. for i,v in pairs(game.Players:GetChildren()) do
  175. if (string.sub(string.lower(v.Name),1,string.len(TextBox.Text))) == string.lower(TextBox.Text) then
  176. TextBox.Text = v.Name
  177. end
  178. end
  179. end)
  180.  
  181. TextLabel.Parent = Gradient
  182. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  183. TextLabel.BackgroundTransparency = 1.000
  184. TextLabel.Position = UDim2.new(0, 0, 0.49000001, 0)
  185. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  186. TextLabel.Font = Enum.Font.SourceSans
  187. TextLabel.Text = ""
  188. TextLabel.TextColor3 = Color3.fromRGB(170, 255, 255)
  189. TextLabel.TextSize = 27.000
  190.  
  191. TextButton.Parent = Gradient
  192. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  193. TextButton.BackgroundTransparency = 1.000
  194. TextButton.Position = UDim2.new(0, 0, 0.720000029, 0)
  195. TextButton.Size = UDim2.new(0, 200, 0, 50)
  196. TextButton.Font = Enum.Font.SciFi
  197. TextButton.Text = "Check"
  198. TextButton.TextColor3 = Color3.fromRGB(170, 255, 255)
  199. TextButton.TextSize = 28.000
  200.  
  201. TextLabel_2.Parent = Gradient
  202. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  203. TextLabel_2.BackgroundTransparency = 1.000
  204. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  205. TextLabel_2.Font = Enum.Font.SourceSans
  206. TextLabel_2.Text = "Made by Alan & Kale"
  207. TextLabel_2.TextColor3 = Color3.fromRGB(170, 255, 255)
  208. TextLabel_2.TextSize = 27.000
  209. TextLabel_2.TextWrapped = true
  210.  
  211. -- Scripts:
  212.  
  213. local function WHDF_fake_script() -- InsertedObjects.LocalScript
  214. local script = Instance.new('LocalScript', InsertedObjects)
  215.  
  216. --By DriedUpCat
  217.  
  218. frame = script.Parent.Gradient --Name of your frame
  219. frame.Draggable = true
  220. frame.Active = true
  221. frame.Selectable = true
  222. end
  223. coroutine.wrap(WHDF_fake_script)()
  224.  
  225. TextButton.MouseButton1Click:connect(function()
  226. while true do
  227. TextLabel.Text = game.ReplicatedStorage.Data[TextBox.Text].Strength.Value
  228. wait(.1)
  229. end
  230. end)
  231. local frame = game.Players.LocalPlayer.PlayerGui.InsertedObjects.Gradient
  232. local mouse = game:GetService('Players').LocalPlayer:GetMouse();
  233.  
  234. mouse.KeyDown:connect(function(key)
  235. key = key:lower()
  236. if key == 'l' then
  237. frame.Visible = not frame.Visible
  238. end
  239. end)
  240. end
  241. coroutine.wrap(JXHMLMU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement