Advertisement
MARKTV

SCRIPT BY KenKaneKi15

Nov 15th, 2019
7,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.93 KB | None | 0 0
  1. -- Made by lostburger13
  2. -- Boxing Simulator gui V1
  3.  
  4. -- Instances:
  5. local losturger13Gui = Instance.new("ScreenGui")
  6. local mainFrame = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local minimize = Instance.new("TextButton")
  9. local dailyRewards = Instance.new("TextButton")
  10. local spawn = Instance.new("TextButton")
  11. local pirateBoss = Instance.new("TextButton")
  12. local previous = Instance.new("TextButton")
  13. local next = Instance.new("TextButton")
  14. local workoutZone = Instance.new("TextButton")
  15. local duelArena = Instance.new("TextButton")
  16. local koth = Instance.new("TextButton")
  17. local autoCoin = Instance.new("TextButton")
  18. local autoFlag = Instance.new("TextButton")
  19. local openFrame = Instance.new("Frame")
  20. local open = Instance.new("TextButton")
  21. local creditFrame = Instance.new("Frame")
  22. local credit = Instance.new("TextLabel")
  23. local collectCoin = Instance.new("TextButton")
  24. local coordinate
  25. --Properties:
  26. losturger13Gui.Name = "losturger13Gui"
  27. losturger13Gui.Parent = game.CoreGui
  28. losturger13Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. mainFrame.Name = "mainFrame"
  31. mainFrame.Parent = losturger13Gui
  32. mainFrame.Active = true
  33. mainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  34. mainFrame.Position = UDim2.new(0.338201374, 0, 0.370662451, 0)
  35. mainFrame.Size = UDim2.new(0, 421, 0, 221)
  36. mainFrame.Draggable = true
  37.  
  38. title.Name = "title"
  39. title.Parent = mainFrame
  40. title.BackgroundColor3 = Color3.new(0, 0, 0)
  41. title.Size = UDim2.new(0, 405, 0, 27)
  42. title.Font = Enum.Font.GothamBlack
  43. title.Text = "Boxing Simulator Gui By lostburger13"
  44. title.TextColor3 = Color3.new(1, 1, 1)
  45. title.TextSize = 20
  46.  
  47. minimize.Name = "minimize"
  48. minimize.Parent = mainFrame
  49. minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  50. minimize.Position = UDim2.new(0.926773429, 0, 0, 0)
  51. minimize.Size = UDim2.new(0, 32, 0, 27)
  52. minimize.Font = Enum.Font.GothamBlack
  53. minimize.Text = "-"
  54. minimize.TextColor3 = Color3.new(1, 1, 1)
  55. minimize.TextSize = 20
  56.  
  57. dailyRewards.Name = "dailyRewards"
  58. dailyRewards.Parent = mainFrame
  59. dailyRewards.BackgroundColor3 = Color3.new(0, 0, 0)
  60. dailyRewards.Position = UDim2.new(0.0205949657, 0, 0.15120098, 0)
  61. dailyRewards.Size = UDim2.new(0, 107, 0, 50)
  62. dailyRewards.Font = Enum.Font.GothamBlack
  63. dailyRewards.Text = "Daily Rewards"
  64. dailyRewards.TextColor3 = Color3.new(0.333333, 1, 1)
  65. dailyRewards.TextScaled = true
  66. dailyRewards.TextSize = 14
  67. dailyRewards.TextWrapped = true
  68.  
  69. collectCoin.Name = "collectCoin"
  70. collectCoin.Parent = mainFrame
  71. collectCoin.BackgroundColor3 = Color3.new(0, 0, 0)
  72. collectCoin.Position = UDim2.new(0.576414406, 0, 0.682465315, 0)
  73. collectCoin.Size = UDim2.new(0, 84, 0, 50)
  74. collectCoin.Font = Enum.Font.GothamBlack
  75. collectCoin.Text = "Collect Coins"
  76. collectCoin.TextColor3 = Color3.new(0.333333, 1, 1)
  77. collectCoin.TextScaled = true
  78. collectCoin.TextSize = 14
  79. collectCoin.TextWrapped = true
  80.  
  81. spawn.Name = "spawn"
  82. spawn.Parent = mainFrame
  83. spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  84. spawn.Position = UDim2.new(0.0205949657, 0, 0.415034056, 0)
  85. spawn.Size = UDim2.new(0, 107, 0, 50)
  86. spawn.Font = Enum.Font.GothamBlack
  87. spawn.Text = "Spawn"
  88. spawn.TextColor3 = Color3.new(0.333333, 1, 1)
  89. spawn.TextScaled = true
  90. spawn.TextSize = 14
  91. spawn.TextWrapped = true
  92.  
  93. pirateBoss.Name = "pirateBoss"
  94. pirateBoss.Parent = mainFrame
  95. pirateBoss.BackgroundColor3 = Color3.new(0, 0, 0)
  96. pirateBoss.Position = UDim2.new(0.0205949545, 0, 0.682465374, 0)
  97. pirateBoss.Size = UDim2.new(0, 107, 0, 50)
  98. pirateBoss.Font = Enum.Font.GothamBlack
  99. pirateBoss.Text = "Pirate Boss"
  100. pirateBoss.TextColor3 = Color3.new(0.333333, 1, 1)
  101. pirateBoss.TextScaled = true
  102. pirateBoss.TextSize = 14
  103. pirateBoss.TextWrapped = true
  104.  
  105. previous.Name = "previous"
  106. previous.Parent = mainFrame
  107. previous.BackgroundColor3 = Color3.new(0.0745098, 0.231373, 0.231373)
  108. previous.Position = UDim2.new(0.793702483, 0, 0.84999907, 0)
  109. previous.Size = UDim2.new(0, 43, 0, 33)
  110. previous.Font = Enum.Font.GothamBlack
  111. previous.Text = "<"
  112. previous.TextColor3 = Color3.new(0.333333, 1, 1)
  113. previous.TextScaled = true
  114. previous.TextSize = 14
  115. previous.TextWrapped = true
  116.  
  117. next.Name = "next"
  118. next.Parent = mainFrame
  119. next.BackgroundColor3 = Color3.new(0.0862745, 0.262745, 0.262745)
  120. next.Position = UDim2.new(0.896851242, 0, 0.84999907, 0)
  121. next.Size = UDim2.new(0, 43, 0, 33)
  122. next.Font = Enum.Font.GothamBlack
  123. next.Text = ">"
  124. next.TextColor3 = Color3.new(0.333333, 1, 1)
  125. next.TextScaled = true
  126. next.TextSize = 14
  127. next.TextWrapped = true
  128.  
  129. workoutZone.Name = "workoutZone"
  130. workoutZone.Parent = mainFrame
  131. workoutZone.BackgroundColor3 = Color3.new(0, 0, 0)
  132. workoutZone.Position = UDim2.new(0.300553858, 0, 0.150447622, 0)
  133. workoutZone.Size = UDim2.new(0, 107, 0, 50)
  134. workoutZone.Font = Enum.Font.GothamBlack
  135. workoutZone.Text = "Workout Zone"
  136. workoutZone.TextColor3 = Color3.new(0.333333, 1, 1)
  137. workoutZone.TextScaled = true
  138. workoutZone.TextSize = 14
  139. workoutZone.TextWrapped = true
  140.  
  141. duelArena.Name = "duelArena"
  142. duelArena.Parent = mainFrame
  143. duelArena.BackgroundColor3 = Color3.new(0, 0, 0)
  144. duelArena.Position = UDim2.new(0.300553858, 0, 0.41289109, 0)
  145. duelArena.Size = UDim2.new(0, 107, 0, 50)
  146. duelArena.Font = Enum.Font.GothamBlack
  147. duelArena.Text = "Duel Arena"
  148. duelArena.TextColor3 = Color3.new(0.333333, 1, 1)
  149. duelArena.TextScaled = true
  150. duelArena.TextSize = 14
  151. duelArena.TextWrapped = true
  152.  
  153. koth.Name = "koth"
  154. koth.Parent = mainFrame
  155. koth.BackgroundColor3 = Color3.new(0, 0, 0)
  156. koth.Position = UDim2.new(0.300553858, 0, 0.6798594, 0)
  157. koth.Size = UDim2.new(0, 107, 0, 50)
  158. koth.Font = Enum.Font.GothamBlack
  159. koth.Text = "King Of The Hill"
  160. koth.TextColor3 = Color3.new(0.333333, 1, 1)
  161. koth.TextScaled = true
  162. koth.TextSize = 14
  163. koth.TextWrapped = true
  164.  
  165. autoCoin.Name = "autoCoin"
  166. autoCoin.Parent = mainFrame
  167. autoCoin.BackgroundColor3 = Color3.new(0, 0, 0)
  168. autoCoin.Position = UDim2.new(0.578463554, 0, 0.150447622, 0)
  169. autoCoin.Size = UDim2.new(0, 107, 0, 50)
  170. autoCoin.Font = Enum.Font.GothamBlack
  171. autoCoin.Text = "Coin Farm"
  172. autoCoin.TextColor3 = Color3.new(0.333333, 1, 1)
  173. autoCoin.TextScaled = true
  174. autoCoin.TextSize = 14
  175. autoCoin.TextWrapped = true
  176.  
  177. autoFlag.Name = "autoFlag"
  178. autoFlag.Parent = mainFrame
  179. autoFlag.BackgroundColor3 = Color3.new(0, 0, 0)
  180. autoFlag.Position = UDim2.new(0.576414406, 0, 0.410972148, 0)
  181. autoFlag.Size = UDim2.new(0, 107, 0, 50)
  182. autoFlag.Font = Enum.Font.GothamBlack
  183. autoFlag.Text = "Auto Flag"
  184. autoFlag.TextColor3 = Color3.new(0.333333, 1, 1)
  185. autoFlag.TextScaled = true
  186. autoFlag.TextSize = 14
  187. autoFlag.TextWrapped = true
  188.  
  189. openFrame.Name = "openFrame"
  190. openFrame.Parent = losturger13Gui
  191. openFrame.Active = true
  192. openFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  193. openFrame.BackgroundTransparency = 59
  194. openFrame.Position = UDim2.new(0.117601842, 0, 0.719006002, 0)
  195. openFrame.Size = UDim2.new(0, 100, 0, 41)
  196.  
  197. open.Name = "open"
  198. open.Parent = openFrame
  199. open.BackgroundColor3 = Color3.new(0, 0, 0)
  200. open.Position = UDim2.new(-1.52999997, 0, 2.24390244, 0)
  201. open.Size = UDim2.new(0, 108, 0, 41)
  202. open.Font = Enum.Font.GothamBlack
  203. open.Text = "Open"
  204. open.TextColor3 = Color3.new(1, 1, 1)
  205. open.TextScaled = true
  206. open.TextSize = 14
  207. open.TextWrapped = true
  208. open.Draggable = true
  209.  
  210. creditFrame.Name = "creditFrame"
  211. creditFrame.Parent = losturger13Gui
  212. creditFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  213. creditFrame.BackgroundTransparency = 50
  214. creditFrame.Position = UDim2.new(0.133743271, 0, 0.212933749, 0)
  215. creditFrame.Size = UDim2.new(0, 100, 0, 100)
  216.  
  217. credit.Name = "credit"
  218. credit.Parent = creditFrame
  219. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  220. credit.BackgroundTransparency = 50
  221. credit.Position = UDim2.new(-1.46000004, 0, 0.349999994, 0)
  222. credit.Size = UDim2.new(0, 1229, 0, 245)
  223. credit.Font = Enum.Font.GothamBlack
  224. credit.Text = "Boxing Simulator Gui by lostburger13"
  225. credit.TextColor3 = Color3.new(1, 0, 0)
  226. credit.TextSize = 50
  227. -- Scripts:
  228.  
  229. creditFrame.Visible = true
  230. openFrame.Visible = false
  231. mainFrame.Visible = false
  232. wait(1)
  233. creditFrame.Visible = false
  234. mainFrame.Visible = true
  235.  
  236. minimize.MouseButton1Click:connect(function()
  237. mainFrame.Visible = false
  238. openFrame.Visible = true
  239. end)
  240.  
  241. open.MouseButton1Click:connect(function()
  242. openFrame.Visible = false
  243. mainFrame.Visible = true
  244. end)
  245.  
  246. workoutZone.MouseButton1Click:connect(function()
  247. game.StarterGui:SetCore("SendNotification", {
  248. Title = "Teleport";
  249. Text = "Workout Zone";
  250. Duration = 0.8;
  251. })
  252. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-159, 855, 1206)
  253. end)
  254.  
  255. pirateBoss.MouseButton1Click:connect(function()
  256. game.StarterGui:SetCore("SendNotification", {
  257. Title = "Teleport";
  258. Text = "Pirate Boss";
  259. Duration = 0.8;
  260. })
  261. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-143, 857, 1819)
  262. end)
  263.  
  264. dailyRewards.MouseButton1Click:connect(function()
  265. game.StarterGui:SetCore("SendNotification", {
  266. Title = "Teleport";
  267. Text = "Daily Rewards";
  268. Duration = 0.8;
  269. })
  270. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-227, 856, 1499)
  271. end)
  272.  
  273. spawn.MouseButton1Click:connect(function()
  274. game.StarterGui:SetCore("SendNotification", {
  275. Title = "Teleport";
  276. Text = "Spawn";
  277. Duration = 0.8;
  278. })
  279. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-304, 884, 1394)
  280. end)
  281.  
  282. duelArena.MouseButton1Click:connect(function()
  283. game.StarterGui:SetCore("SendNotification", {
  284. Title = "Teleport";
  285. Text = "Duel Arena";
  286. Duration = 0.8;
  287. })
  288. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-480, 858, 1144)
  289. end)
  290.  
  291. koth.MouseButton1Click:connect(function()
  292. game.StarterGui:SetCore("SendNotification", {
  293. Title = "Teleport";
  294. Text = "King Of The Hill";
  295. Duration = 0.8;
  296. })
  297. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-610, 908, 1524)
  298. end)
  299.  
  300. autoCoin.MouseButton1Click:connect(function()
  301. game.StarterGui:SetCore("SendNotification", {
  302. Title = "Auto Coin";
  303. Text = "AFK FARM ON";
  304. Duration = 0.8;
  305. })
  306. while true do
  307. for i,v in pairs(game.Workspace.Coins:GetChildren())do
  308. wait(0.1)
  309. if v.Name == "Coin" then
  310. v.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  311. end
  312. end
  313. end
  314. end)
  315.  
  316. autoFlag.MouseButton1Click:connect(function()
  317. game.StarterGui:SetCore("SendNotification", {
  318. Title = "Auto Flag";
  319. Text = "Please stand still!";
  320. Duration = 0.8;
  321. })
  322. coordinate = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  323. wait(0.5)
  324. game.StarterGui:SetCore("SendNotification", {
  325. Title = "Auto Flag";
  326. Text = "Flag 1";
  327. Duration = 0.8;
  328. })
  329. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-559, 855, 1369)
  330. wait(11)
  331. game.StarterGui:SetCore("SendNotification", {
  332. Title = "Auto Flag";
  333. Text = "Flag 2";
  334. Duration = 0.8;
  335. })
  336. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-390, 855, 1605)
  337. wait(11)
  338. game.StarterGui:SetCore("SendNotification", {
  339. Title = "Auto Flag";
  340. Text = "Flag 3";
  341. Duration = 0.8;
  342. })
  343. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-80, 856, 1454)
  344. wait(11)
  345. game.StarterGui:SetCore("SendNotification", {
  346. Title = "Auto Flag";
  347. Text = "Flag 4";
  348. Duration = 0.8;
  349. })
  350. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-379, 856, 1131)
  351. wait(11)
  352. game.StarterGui:SetCore("SendNotification", {
  353. Title = "Auto Flag";
  354. Text = "Successful! Teleported back to original position!";
  355. Duration = 0.8;
  356. })
  357. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(coordinate)
  358. end)
  359.  
  360. collectCoin.MouseButton1Click:connect(function()
  361. game.StarterGui:SetCore("SendNotification", {
  362. Title = "Auto Coin";
  363. Text = "Collecting all the coins available!";
  364. Duration = 0.8;
  365. })
  366. for i,v in pairs(game.Workspace.Coins:GetChildren())do
  367. wait(0.1)
  368. if v.Name == "Coin" then
  369. v.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  370. end
  371. end
  372. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement