Advertisement
27x34k

boxing sim 2 script 2.15

Dec 13th, 2021
7,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 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 small = Instance.new("TextButton")
  9. local UICorner = Instance.new("UICorner")
  10. local afk = Instance.new("TextButton")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local loop = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local reviz = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local TextButton = Instance.new("TextButton")
  17. local UICorner_5 = Instance.new("UICorner")
  18. local UICorner_6 = Instance.new("UICorner")
  19. local TextButton_2 = Instance.new("TextButton")
  20. local UICorner_7 = Instance.new("UICorner")
  21. local TextButton_3 = Instance.new("TextButton")
  22. local UICorner_8 = Instance.new("UICorner")
  23. local Frame = Instance.new("Frame")
  24. local TextButton_4 = Instance.new("TextButton")
  25. local TextLabel = Instance.new("TextLabel")
  26. local UICorner_9 = Instance.new("UICorner")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. ScreenGui.ResetOnSpawn = false
  32.  
  33. gui.Name = "gui"
  34. gui.Parent = ScreenGui
  35. gui.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  36. gui.Position = UDim2.new(0.797145367, 0, 0.513302028, 0)
  37. gui.Size = UDim2.new(0, 241, 0, 146)
  38. gui.Visible = false
  39.  
  40. small.Name = "small"
  41. small.Parent = gui
  42. small.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  43. small.Position = UDim2.new(0.0539419129, 0, 0.0931759328, 0)
  44. small.Size = UDim2.new(0, 101, 0, 38)
  45. small.Font = Enum.Font.SourceSans
  46. small.Text = "Small"
  47. small.TextColor3 = Color3.fromRGB(255, 255, 255)
  48. small.TextScaled = true
  49. small.TextSize = 14.000
  50. small.TextWrapped = true
  51.  
  52. UICorner.Parent = small
  53.  
  54. afk.Name = "afk"
  55. afk.Parent = gui
  56. afk.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  57. afk.Position = UDim2.new(0.0539419353, 0, 0.426789373, 0)
  58. afk.Size = UDim2.new(0, 101, 0, 38)
  59. afk.Font = Enum.Font.SourceSans
  60. afk.Text = "Anti afk"
  61. afk.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. afk.TextScaled = true
  63. afk.TextSize = 14.000
  64. afk.TextWrapped = true
  65.  
  66. UICorner_2.Parent = afk
  67.  
  68. loop.Name = "loop"
  69. loop.Parent = gui
  70. loop.BackgroundColor3 = Color3.fromRGB(53, 53, 53)
  71. loop.Position = UDim2.new(0.514522851, 0, 0.426789403, 0)
  72. loop.Size = UDim2.new(0, 101, 0, 38)
  73. loop.Font = Enum.Font.SourceSans
  74. loop.Text = "Loop"
  75. loop.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. loop.TextScaled = true
  77. loop.TextSize = 14.000
  78. loop.TextWrapped = true
  79.  
  80. UICorner_3.Parent = loop
  81.  
  82. reviz.Name = "reviz"
  83. reviz.Parent = gui
  84. reviz.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  85. reviz.Position = UDim2.new(0.515976548, 0, 0.100025244, 0)
  86. reviz.Size = UDim2.new(0, 101, 0, 37)
  87. reviz.Font = Enum.Font.SourceSans
  88. reviz.Text = "Reviz"
  89. reviz.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. reviz.TextScaled = true
  91. reviz.TextSize = 14.000
  92. reviz.TextWrapped = true
  93.  
  94. UICorner_4.Parent = reviz
  95.  
  96. TextButton.Parent = gui
  97. TextButton.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  98. TextButton.Position = UDim2.new(0.278008312, 0, 0.771428585, 0)
  99. TextButton.Size = UDim2.new(0, 105, 0, 30)
  100. TextButton.Font = Enum.Font.SourceSans
  101. TextButton.Text = "credits"
  102. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. TextButton.TextScaled = true
  104. TextButton.TextSize = 14.000
  105. TextButton.TextWrapped = true
  106.  
  107. UICorner_5.Parent = TextButton
  108.  
  109. UICorner_6.Parent = gui
  110.  
  111. TextButton_2.Parent = ScreenGui
  112. TextButton_2.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  113. TextButton_2.Position = UDim2.new(0.869674027, 0, 0.802816927, 0)
  114. TextButton_2.Size = UDim2.new(0, 57, 0, 24)
  115. TextButton_2.Font = Enum.Font.SourceSans
  116. TextButton_2.Text = "Toggle"
  117. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  118. TextButton_2.TextScaled = true
  119. TextButton_2.TextSize = 14.000
  120. TextButton_2.TextWrapped = true
  121.  
  122. UICorner_7.Parent = TextButton_2
  123.  
  124. TextButton_3.Parent = ScreenGui
  125. TextButton_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  126. TextButton_3.Position = UDim2.new(0.870463908, 0, 0.888888896, 0)
  127. TextButton_3.Size = UDim2.new(0, 56, 0, 20)
  128. TextButton_3.Font = Enum.Font.SourceSans
  129. TextButton_3.Text = "Destroy GUI"
  130. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. TextButton_3.TextScaled = true
  132. TextButton_3.TextSize = 14.000
  133. TextButton_3.TextWrapped = true
  134.  
  135. UICorner_8.Parent = TextButton_3
  136.  
  137. Frame.Parent = ScreenGui
  138. Frame.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  139. Frame.Position = UDim2.new(0.799368143, 0, 0.289514869, 0)
  140. Frame.Size = UDim2.new(0, 235, 0, 113)
  141. Frame.Visible = false
  142.  
  143. TextButton_4.Parent = Frame
  144. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. TextButton_4.BackgroundTransparency = 1.000
  146. TextButton_4.Position = UDim2.new(0.893617034, 0, 0, 0)
  147. TextButton_4.Size = UDim2.new(0, 25, 0, 21)
  148. TextButton_4.Font = Enum.Font.Sarpanch
  149. TextButton_4.Text = "X"
  150. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. TextButton_4.TextScaled = true
  152. TextButton_4.TextSize = 14.000
  153. TextButton_4.TextWrapped = true
  154.  
  155. TextLabel.Parent = Frame
  156. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. TextLabel.BackgroundTransparency = 1.000
  158. TextLabel.Size = UDim2.new(0, 200, 0, 21)
  159. TextLabel.Font = Enum.Font.SourceSans
  160. TextLabel.Text = "27x34k (27x34k#3157)"
  161. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. TextLabel.TextScaled = true
  163. TextLabel.TextSize = 14.000
  164. TextLabel.TextWrapped = true
  165.  
  166. UICorner_9.Parent = Frame
  167.  
  168. -- Scripts:
  169.  
  170. local function XPOTFW_fake_script() -- small.LocalScript
  171. local script = Instance.new('LocalScript', small)
  172.  
  173. small.MouseButton1Click:Connect(function()
  174. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  175. if v:IsA("NumberValue") then
  176. v:Destroy()
  177. end
  178. end
  179. end)
  180.  
  181. end
  182. coroutine.wrap(XPOTFW_fake_script)()
  183. local function NMCORO_fake_script() -- afk.LocalScript
  184. local script = Instance.new('LocalScript', afk)
  185.  
  186. afk.MouseButton1Click:Connect(function()
  187. loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
  188. end)
  189.  
  190. end
  191. coroutine.wrap(NMCORO_fake_script)()
  192. local function ETKI_fake_script() -- loop.LocalScript
  193. local script = Instance.new('LocalScript', loop)
  194.  
  195. loop.MouseButton1Click:Connect(function()
  196. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  197. end)
  198. end
  199. coroutine.wrap(ETKI_fake_script)()
  200. local function KDGNTX_fake_script() -- reviz.LocalScript
  201. local script = Instance.new('LocalScript', reviz)
  202.  
  203. reviz.MouseButton1Down:connect(function()
  204. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  205. end)
  206.  
  207. end
  208. coroutine.wrap(KDGNTX_fake_script)()
  209. local function SJBXEY_fake_script() -- gui.LocalScript
  210. local script = Instance.new('LocalScript', gui)
  211.  
  212. local UIS = game:GetService('UserInputService')
  213. local frame = script.Parent
  214. local dragToggle = nil
  215. local dragSpeed = 0.25
  216. local dragStart = nil
  217. local startPos = nil
  218.  
  219. local function updateInput(input)
  220. local delta = input.Position - dragStart
  221. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  222. startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  223. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  224. end
  225.  
  226. frame.InputBegan:Connect(function(input)
  227. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  228. dragToggle = true
  229. dragStart = input.Position
  230. startPos = frame.Position
  231. input.Changed:Connect(function()
  232. if input.UserInputState == Enum.UserInputState.End then
  233. dragToggle = false
  234. end
  235. end)
  236. end
  237. end)
  238.  
  239. UIS.InputChanged:Connect(function(input)
  240. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  241. if dragToggle then
  242. updateInput(input)
  243. end
  244. end
  245. end)
  246.  
  247. end
  248. coroutine.wrap(SJBXEY_fake_script)()
  249. local function STPR_fake_script() -- TextButton.LocalScript
  250. local script = Instance.new('LocalScript', TextButton)
  251.  
  252. script.Parent.MouseButton1Click:Connect(function()
  253. if script.Parent.Parent.Parent.Frame.Visible == false then
  254. script.Parent.Parent.Parent.Frame.Visible = true
  255. else
  256. script.Parent.Parent.Parent.Frame.Visible = false
  257. end
  258. end)
  259. end
  260. coroutine.wrap(STPR_fake_script)()
  261. local function CJQJ_fake_script() -- TextButton_2.LocalScript
  262. local script = Instance.new('LocalScript', TextButton_2)
  263.  
  264. local frame = script.Parent.parent.gui
  265. local open = false
  266. script.Parent.MouseButton1Click:Connect(function()
  267. if frame.Visible == false then
  268. frame.Visible = true
  269. else
  270. frame.Visible = false
  271. end
  272. end)
  273.  
  274. end
  275. coroutine.wrap(CJQJ_fake_script)()
  276. local function YJPNO_fake_script() -- TextButton_3.LocalScript
  277. local script = Instance.new('LocalScript', TextButton_3)
  278.  
  279. script.Parent.MouseButton1Click:Connect(function()
  280. script.Parent.Parent.Parent.ScreenGui:Destroy()
  281. end)
  282.  
  283. end
  284. coroutine.wrap(YJPNO_fake_script)()
  285. local function VBINS_fake_script() -- TextButton_4.LocalScript
  286. local script = Instance.new('LocalScript', TextButton_4)
  287.  
  288. script.Parent.MouseButton1Click:Connect(function()
  289. script.Parent.Parent.Visible = false
  290. end)
  291.  
  292. end
  293. coroutine.wrap(VBINS_fake_script)()
  294. local function REUCVI_fake_script() -- Frame.LocalScript
  295. local script = Instance.new('LocalScript', Frame)
  296.  
  297. local UIS = game:GetService('UserInputService')
  298. local frame = script.Parent
  299. local dragToggle = nil
  300. local dragSpeed = 0.25
  301. local dragStart = nil
  302. local startPos = nil
  303.  
  304. local function updateInput(input)
  305. local delta = input.Position - dragStart
  306. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  307. startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  308. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  309. end
  310.  
  311. frame.InputBegan:Connect(function(input)
  312. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  313. dragToggle = true
  314. dragStart = input.Position
  315. startPos = frame.Position
  316. input.Changed:Connect(function()
  317. if input.UserInputState == Enum.UserInputState.End then
  318. dragToggle = false
  319. end
  320. end)
  321. end
  322. end)
  323.  
  324. UIS.InputChanged:Connect(function(input)
  325. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  326. if dragToggle then
  327. updateInput(input)
  328. end
  329. end
  330. end)
  331.  
  332. end
  333. coroutine.wrap(REUCVI_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement