Upscalefanatic3

Weight Lifting Simulator 3 BEST/OP GUI 2019

Jan 31st, 2019
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.92 KB | None | 0 0
  1. -- Script by: Bartvanm
  2. -- Vouch the post for all the features! ( Space Gym )
  3. -- Don't steal this and claim it yours.
  4.  
  5. -- Variables
  6.  
  7. -- Automation
  8. toggleStrength = false
  9. toggleBrawl = false
  10. toggleAutoclick = false
  11. toggleAntiAFK = false
  12. toggleRebirthPet = false
  13.  
  14. -- Misc
  15. toggleDiscoPet = false
  16. toggleDiscoSize = false
  17. toggleDiscoSkin = false
  18. toggleTPKILL = false
  19.  
  20. AllPets ={"Sarge", "Roboto", "Krafty Karly", "Pookins", "Flash", "Corrupted Skull", "Scarecrow", "Santa"}
  21. AllSkins = {"Electricity Charge", "ChaChing", "Tix", "Roblox", "Aura", "Questions", "Flowers", "Stars", "Ghosts", "Yellow Static", "Red Static", "Purple Static", "Green Static", "Blue Static", "Red Slime", "Orange Slime", "Yellow Slime", "Green Slime", "Blue Slime", "Purple Slime", "Blue Sparkles", "Green Sparkles", "Red Sparkles", "Purple Sparkles", "Yellow Sparkles", "Rings", "Energy", "Lightning", "Purple Evap", "Flare", "Skulls", "Corrupted", "Disco", "Rainbow", "Hyper", "Inferno", "Slashes", "Tsunami", "Super Saiyan", "Bubbles", "Hearts", "Flash", "Fireflies", "Beats", "Swirls", "Osmosis", "Bam", "Melon", "Sparks"}
  22.  
  23. -- Instances:
  24.  
  25.  
  26. -- Opens:
  27. local WLS3GUI = Instance.new("ScreenGui")
  28. local openTP = Instance.new("Frame")
  29. local OpenTP = Instance.new("TextButton")
  30. local CloseTP = Instance.new("TextButton")
  31. local openAutomation = Instance.new("Frame")
  32. local OpenStats = Instance.new("TextButton")
  33. local CloseStats = Instance.new("TextButton")
  34. local openMisc = Instance.new("Frame")
  35. local OpenMisc = Instance.new("TextButton")
  36. local CloseMisc = Instance.new("TextButton")
  37.  
  38. -- TP's
  39. local TPGUI = Instance.new("Frame")
  40. local header = Instance.new("TextLabel")
  41. local footer = Instance.new("TextLabel")
  42. local TPSkyGym = Instance.new("TextButton")
  43. local CLOSEBUTTON = Instance.new("TextButton")
  44. local TPUnderworldGym = Instance.new("TextButton")
  45. local TPSpace = Instance.new("TextButton")
  46. local TPBigBoyBeach = Instance.new("TextButton")
  47. local lblVouch = Instance.new("TextLabel")
  48. local TPTinyBeach = Instance.new("TextButton")
  49. local TPBrawlTraining = Instance.new("TextButton")
  50. local TPBrawlArena = Instance.new("TextButton")
  51. local INFOBUTTON = Instance.new("TextButton")
  52.  
  53. -- Automation
  54. local AUTOMATIONGUI = Instance.new("Frame")
  55. local OpenStrength = Instance.new("TextButton")
  56. local header_2 = Instance.new("TextLabel")
  57. local footer_2 = Instance.new("TextLabel")
  58. local CloseStrength = Instance.new("TextButton")
  59. local OpenBrawl = Instance.new("TextButton")
  60. local CloseBrawl = Instance.new("TextButton")
  61. local OpenCrate = Instance.new("TextButton")
  62. local CloseCLICK = Instance.new("TextButton")
  63. local CLOSEBUTTON_2 = Instance.new("TextButton")
  64. local txtCrate = Instance.new("TextBox")
  65. local CloseAFK = Instance.new("TextButton")
  66. local OpenAFK = Instance.new("TextButton")
  67. local OpenCLICK = Instance.new("TextButton")
  68. local OpenRebirthPet = Instance.new("TextButton")
  69. local CloseRebirthPet = Instance.new("TextButton")
  70. local txtRebirthPet = Instance.new("TextBox")
  71.  
  72. -- Misc
  73. local MISCGUI = Instance.new("Frame")
  74. local OpenDiscoPet = Instance.new("TextButton")
  75. local header_3 = Instance.new("TextLabel")
  76. local footer_3 = Instance.new("TextLabel")
  77. local CloseDiscoPet = Instance.new("TextButton")
  78. local CloseDiscoSize = Instance.new("TextButton")
  79. local OpenDiscoSize = Instance.new("TextButton")
  80. local CloseDiscoSkin = Instance.new("TextButton")
  81. local OpenTPKILL = Instance.new("TextButton")
  82. local CloseTPKILL = Instance.new("TextButton")
  83. local OpenTP_2 = Instance.new("TextButton")
  84. local CloseFAST = Instance.new("TextButton")
  85. local OpenDiscoSkin = Instance.new("TextButton")
  86. local CLOSEBUTTON_3 = Instance.new("TextButton")
  87. local OpenBtools = Instance.new("TextButton")
  88. local OpenSize = Instance.new("TextButton")
  89. local txtSize = Instance.new("TextBox")
  90. local OpenSpeed = Instance.new("TextButton")
  91. local txtSpeed = Instance.new("TextBox")
  92. local OpenJump = Instance.new("TextButton")
  93. local txtJump = Instance.new("TextBox")
  94.  
  95. -- Vermillion
  96. local zVERMGUI = Instance.new("Frame")
  97. local header_VERM = Instance.new("TextLabel")
  98. local CLOSEBUTTON_VERM = Instance.new("TextButton")
  99. local lblVouchInfo1 = Instance.new("TextLabel")
  100. local lblVouchInfo3 = Instance.new("TextLabel")
  101. local OpenURL = Instance.new("TextButton")
  102. local lblVouchInfo2 = Instance.new("TextLabel")
  103.  
  104. -- Properties:
  105. WLS3GUI.Name = "WLS3GUI"
  106. WLS3GUI.Parent = game.CoreGui
  107.  
  108. openTP.Name = "openTP"
  109. openTP.Parent = WLS3GUI
  110. openTP.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  111. openTP.BackgroundTransparency = 0.40000000596046
  112. openTP.BorderColor3 = Color3.new(1, 1, 1)
  113. openTP.BorderSizePixel = 8
  114. openTP.Position = UDim2.new(0, 530, 0.100000001, 0)
  115. openTP.Size = UDim2.new(0, 226, 0, 40)
  116. openTP.ZIndex = 2
  117.  
  118. OpenTP.Name = "OpenTP"
  119. OpenTP.Parent = openTP
  120. OpenTP.BackgroundColor3 = Color3.new(1, 1, 1)
  121. OpenTP.BackgroundTransparency = 0.75
  122. OpenTP.BorderColor3 = Color3.new(1, 1, 1)
  123. OpenTP.BorderSizePixel = 2
  124. OpenTP.Size = UDim2.new(0, 226, 0, 39)
  125. OpenTP.ZIndex = 2
  126. OpenTP.Font = Enum.Font.SciFi
  127. OpenTP.Text = "OPEN TELEPORTS"
  128. OpenTP.TextColor3 = Color3.new(1, 1, 1)
  129. OpenTP.TextSize = 27
  130. OpenTP.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  131. OpenTP.TextStrokeTransparency = 0
  132.  
  133. CloseTP.Name = "CloseTP"
  134. CloseTP.Parent = openTP
  135. CloseTP.BackgroundColor3 = Color3.new(1, 1, 1)
  136. CloseTP.BackgroundTransparency = 0.75
  137. CloseTP.BorderColor3 = Color3.new(1, 1, 1)
  138. CloseTP.BorderSizePixel = 2
  139. CloseTP.Position = UDim2.new(0, 0, 0.0366180427, 0)
  140. CloseTP.Size = UDim2.new(0, 226, 0, 37)
  141. CloseTP.Visible = false
  142. CloseTP.ZIndex = 2
  143. CloseTP.Font = Enum.Font.SciFi
  144. CloseTP.Text = "CLOSE TELEPORTS"
  145. CloseTP.TextColor3 = Color3.new(1, 1, 1)
  146. CloseTP.TextSize = 27
  147. CloseTP.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  148. CloseTP.TextStrokeTransparency = 0
  149.  
  150. openAutomation.Name = "openAutomation"
  151. openAutomation.Parent = WLS3GUI
  152. openAutomation.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  153. openAutomation.BackgroundTransparency = 0.40000000596046
  154. openAutomation.BorderColor3 = Color3.new(1, 1, 1)
  155. openAutomation.BorderSizePixel = 8
  156. openAutomation.Position = UDim2.new(0, 780, 0.100000001, 0)
  157. openAutomation.Size = UDim2.new(0, 226, 0, 40)
  158. openAutomation.ZIndex = 2
  159.  
  160. OpenStats.Name = "OpenStats"
  161. OpenStats.Parent = openAutomation
  162. OpenStats.BackgroundColor3 = Color3.new(1, 1, 1)
  163. OpenStats.BackgroundTransparency = 0.75
  164. OpenStats.BorderColor3 = Color3.new(1, 1, 1)
  165. OpenStats.BorderSizePixel = 2
  166. OpenStats.Size = UDim2.new(0, 226, 0, 39)
  167. OpenStats.ZIndex = 2
  168. OpenStats.Font = Enum.Font.SciFi
  169. OpenStats.Text = "OPEN AUTOMATION"
  170. OpenStats.TextColor3 = Color3.new(1, 1, 1)
  171. OpenStats.TextSize = 27
  172. OpenStats.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  173. OpenStats.TextStrokeTransparency = 0
  174.  
  175. CloseStats.Name = "CloseStats"
  176. CloseStats.Parent = openAutomation
  177. CloseStats.BackgroundColor3 = Color3.new(1, 1, 1)
  178. CloseStats.BackgroundTransparency = 0.75
  179. CloseStats.BorderColor3 = Color3.new(1, 1, 1)
  180. CloseStats.BorderSizePixel = 2
  181. CloseStats.Position = UDim2.new(0, 0, 0.0366180427, 0)
  182. CloseStats.Size = UDim2.new(0, 226, 0, 37)
  183. CloseStats.Visible = false
  184. CloseStats.ZIndex = 2
  185. CloseStats.Font = Enum.Font.SciFi
  186. CloseStats.Text = "CLOSE AUTOMATION"
  187. CloseStats.TextColor3 = Color3.new(1, 1, 1)
  188. CloseStats.TextSize = 27
  189. CloseStats.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  190. CloseStats.TextStrokeTransparency = 0
  191.  
  192. openMisc.Name = "openMisc"
  193. openMisc.Parent = WLS3GUI
  194. openMisc.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  195. openMisc.BackgroundTransparency = 0.40000000596046
  196. openMisc.BorderColor3 = Color3.new(1, 1, 1)
  197. openMisc.BorderSizePixel = 8
  198. openMisc.Position = UDim2.new(0, 1030, 0.100000001, 0)
  199. openMisc.Size = UDim2.new(0, 226, 0, 40)
  200. openMisc.ZIndex = 2
  201.  
  202. OpenMisc.Name = "OpenMisc"
  203. OpenMisc.Parent = openMisc
  204. OpenMisc.BackgroundColor3 = Color3.new(1, 1, 1)
  205. OpenMisc.BackgroundTransparency = 0.75
  206. OpenMisc.BorderColor3 = Color3.new(1, 1, 1)
  207. OpenMisc.BorderSizePixel = 2
  208. OpenMisc.Position = UDim2.new(0, 0, 0.0250000004, 0)
  209. OpenMisc.Size = UDim2.new(0, 226, 0, 39)
  210. OpenMisc.ZIndex = 2
  211. OpenMisc.Font = Enum.Font.SciFi
  212. OpenMisc.Text = "OPEN MISC"
  213. OpenMisc.TextColor3 = Color3.new(1, 1, 1)
  214. OpenMisc.TextSize = 27
  215. OpenMisc.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  216. OpenMisc.TextStrokeTransparency = 0
  217.  
  218. CloseMisc.Name = "CloseMisc"
  219. CloseMisc.Parent = openMisc
  220. CloseMisc.BackgroundColor3 = Color3.new(1, 1, 1)
  221. CloseMisc.BackgroundTransparency = 0.75
  222. CloseMisc.BorderColor3 = Color3.new(1, 1, 1)
  223. CloseMisc.BorderSizePixel = 2
  224. CloseMisc.Position = UDim2.new(0, 0, 0.0366180427, 0)
  225. CloseMisc.Size = UDim2.new(0, 226, 0, 37)
  226. CloseMisc.Visible = false
  227. CloseMisc.ZIndex = 2
  228. CloseMisc.Font = Enum.Font.SciFi
  229. CloseMisc.Text = "CLOSE MISC"
  230. CloseMisc.TextColor3 = Color3.new(1, 1, 1)
  231. CloseMisc.TextSize = 27
  232. CloseMisc.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  233. CloseMisc.TextStrokeTransparency = 0
  234.  
  235. TPGUI.Name = "TPGUI"
  236. TPGUI.Parent = WLS3GUI
  237. TPGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  238. TPGUI.BackgroundTransparency = 0.40000000596046
  239. TPGUI.BorderColor3 = Color3.new(1, 1, 1)
  240. TPGUI.BorderSizePixel = 8
  241. TPGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
  242. TPGUI.Size = UDim2.new(0, 240, 0, 526)
  243. TPGUI.ZIndex = 3
  244.  
  245. header.Name = "header"
  246. header.Parent = TPGUI
  247. header.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  248. header.BorderSizePixel = 0
  249. header.Size = UDim2.new(0, 240, 0, 38)
  250. header.ZIndex = 3
  251. header.Font = Enum.Font.SciFi
  252. header.Text = "Teleports"
  253. header.TextColor3 = Color3.new(1, 1, 1)
  254. header.TextSize = 32
  255. header.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  256. header.TextStrokeTransparency = 0
  257.  
  258. footer.Name = "footer"
  259. footer.Parent = TPGUI
  260. footer.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  261. footer.BorderSizePixel = 0
  262. footer.Position = UDim2.new(0, 0, 0.927010775, 0)
  263. footer.Size = UDim2.new(0, 240, 0, 38)
  264. footer.ZIndex = 3
  265. footer.Font = Enum.Font.SciFi
  266. footer.Text = "Made By: Bartvanm"
  267. footer.TextColor3 = Color3.new(1, 1, 1)
  268. footer.TextSize = 28
  269. footer.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  270. footer.TextStrokeTransparency = 0
  271.  
  272. TPSkyGym.Name = "TPSkyGym"
  273. TPSkyGym.Parent = TPGUI
  274. TPSkyGym.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  275. TPSkyGym.BackgroundTransparency = 0.40000000596046
  276. TPSkyGym.BorderColor3 = Color3.new(1, 1, 1)
  277. TPSkyGym.BorderSizePixel = 2
  278. TPSkyGym.Position = UDim2.new(0.0615725182, 0, 0.108495653, 0)
  279. TPSkyGym.Size = UDim2.new(0, 207, 0, 50)
  280. TPSkyGym.ZIndex = 3
  281. TPSkyGym.Font = Enum.Font.SciFi
  282. TPSkyGym.Text = "Sky Gym"
  283. TPSkyGym.TextColor3 = Color3.new(1, 1, 1)
  284. TPSkyGym.TextSize = 27
  285. TPSkyGym.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  286. TPSkyGym.TextStrokeTransparency = 0
  287.  
  288. CLOSEBUTTON.Name = "CLOSEBUTTON"
  289. CLOSEBUTTON.Parent = TPGUI
  290. CLOSEBUTTON.BackgroundColor3 = Color3.new(1, 0, 0)
  291. CLOSEBUTTON.BackgroundTransparency = 0.25
  292. CLOSEBUTTON.BorderColor3 = Color3.new(1, 0, 0)
  293. CLOSEBUTTON.Position = UDim2.new(0.857188642, 0, 0, 0)
  294. CLOSEBUTTON.Size = UDim2.new(0, 34, 0, 37)
  295. CLOSEBUTTON.ZIndex = 10
  296. CLOSEBUTTON.Font = Enum.Font.SourceSansBold
  297. CLOSEBUTTON.Text = "X"
  298. CLOSEBUTTON.TextColor3 = Color3.new(1, 1, 1)
  299. CLOSEBUTTON.TextSize = 30
  300.  
  301. TPUnderworldGym.Name = "TPUnderworldGym"
  302. TPUnderworldGym.Parent = TPGUI
  303. TPUnderworldGym.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  304. TPUnderworldGym.BackgroundTransparency = 0.40000000596046
  305. TPUnderworldGym.BorderColor3 = Color3.new(1, 1, 1)
  306. TPUnderworldGym.BorderSizePixel = 2
  307. TPUnderworldGym.Position = UDim2.new(0.0615725182, 0, 0.225305751, 0)
  308. TPUnderworldGym.Size = UDim2.new(0, 207, 0, 50)
  309. TPUnderworldGym.ZIndex = 3
  310. TPUnderworldGym.Font = Enum.Font.SciFi
  311. TPUnderworldGym.Text = "Underworld Gym"
  312. TPUnderworldGym.TextColor3 = Color3.new(1, 1, 1)
  313. TPUnderworldGym.TextSize = 27
  314. TPUnderworldGym.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  315. TPUnderworldGym.TextStrokeTransparency = 0
  316.  
  317. TPSpace.Name = "TPSpace"
  318. TPSpace.Parent = TPGUI
  319. TPSpace.BackgroundColor3 = Color3.new(1, 0, 0)
  320. TPSpace.BackgroundTransparency = 0.40000000596046
  321. TPSpace.BorderColor3 = Color3.new(1, 1, 1)
  322. TPSpace.BorderSizePixel = 2
  323. TPSpace.Position = UDim2.new(0.0615725182, 0, 0.342319936, 0)
  324. TPSpace.Size = UDim2.new(0, 207, 0, 50)
  325. TPSpace.ZIndex = 3
  326. TPSpace.Font = Enum.Font.SciFi
  327. TPSpace.Text = "Space Gym"
  328. TPSpace.TextColor3 = Color3.new(1, 1, 1)
  329. TPSpace.TextSize = 27
  330. TPSpace.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  331. TPSpace.TextStrokeTransparency = 0
  332.  
  333. TPBigBoyBeach.Name = "TPBigBoyBeach"
  334. TPBigBoyBeach.Parent = TPGUI
  335. TPBigBoyBeach.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  336. TPBigBoyBeach.BackgroundTransparency = 0.40000000596046
  337. TPBigBoyBeach.BorderColor3 = Color3.new(1, 1, 1)
  338. TPBigBoyBeach.BorderSizePixel = 2
  339. TPBigBoyBeach.Position = UDim2.new(0.0615725182, 0, 0.455531895, 0)
  340. TPBigBoyBeach.Size = UDim2.new(0, 207, 0, 50)
  341. TPBigBoyBeach.ZIndex = 3
  342. TPBigBoyBeach.Font = Enum.Font.SciFi
  343. TPBigBoyBeach.Text = "Big Boy Beach"
  344. TPBigBoyBeach.TextColor3 = Color3.new(1, 1, 1)
  345. TPBigBoyBeach.TextSize = 27
  346. TPBigBoyBeach.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  347. TPBigBoyBeach.TextStrokeTransparency = 0
  348.  
  349. lblVouch.Name = "lblVouch"
  350. lblVouch.Parent = TPGUI
  351. lblVouch.BackgroundColor3 = Color3.new(1, 0, 0)
  352. lblVouch.BackgroundTransparency = 1
  353. lblVouch.BorderColor3 = Color3.new(1, 0, 0)
  354. lblVouch.Position = UDim2.new(0.333692074, 0, 0.414136231, 0)
  355. lblVouch.Size = UDim2.new(0, 79, 0, 22)
  356. lblVouch.ZIndex = 99
  357. lblVouch.Font = Enum.Font.SciFi
  358. lblVouch.Text = "VOUCH ON VERMILLION"
  359. lblVouch.TextColor3 = Color3.new(1, 0, 0)
  360. lblVouch.TextSize = 19
  361. lblVouch.TextStrokeTransparency = 0
  362.  
  363. TPTinyBeach.Name = "TPTinyBeach"
  364. TPTinyBeach.Parent = TPGUI
  365. TPTinyBeach.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  366. TPTinyBeach.BackgroundTransparency = 0.40000000596046
  367. TPTinyBeach.BorderColor3 = Color3.new(1, 1, 1)
  368. TPTinyBeach.BorderSizePixel = 2
  369. TPTinyBeach.Position = UDim2.new(0.0615725182, 0, 0.576144218, 0)
  370. TPTinyBeach.Size = UDim2.new(0, 207, 0, 50)
  371. TPTinyBeach.ZIndex = 3
  372. TPTinyBeach.Font = Enum.Font.SciFi
  373. TPTinyBeach.Text = "Tiny Beach"
  374. TPTinyBeach.TextColor3 = Color3.new(1, 1, 1)
  375. TPTinyBeach.TextSize = 27
  376. TPTinyBeach.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  377. TPTinyBeach.TextStrokeTransparency = 0
  378.  
  379. TPBrawlTraining.Name = "TPBrawlTraining"
  380. TPBrawlTraining.Parent = TPGUI
  381. TPBrawlTraining.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  382. TPBrawlTraining.BackgroundTransparency = 0.40000000596046
  383. TPBrawlTraining.BorderColor3 = Color3.new(1, 1, 1)
  384. TPBrawlTraining.BorderSizePixel = 2
  385. TPBrawlTraining.Position = UDim2.new(0.0615725182, 0, 0.688539684, 0)
  386. TPBrawlTraining.Size = UDim2.new(0, 207, 0, 50)
  387. TPBrawlTraining.ZIndex = 3
  388. TPBrawlTraining.Font = Enum.Font.SciFi
  389. TPBrawlTraining.Text = "Brawl Training"
  390. TPBrawlTraining.TextColor3 = Color3.new(1, 1, 1)
  391. TPBrawlTraining.TextSize = 27
  392. TPBrawlTraining.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  393. TPBrawlTraining.TextStrokeTransparency = 0
  394.  
  395. TPBrawlArena.Name = "TPBrawlArena"
  396. TPBrawlArena.Parent = TPGUI
  397. TPBrawlArena.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  398. TPBrawlArena.BackgroundTransparency = 0.40000000596046
  399. TPBrawlArena.BorderColor3 = Color3.new(1, 1, 1)
  400. TPBrawlArena.BorderSizePixel = 2
  401. TPBrawlArena.Position = UDim2.new(0.0657391846, 0, 0.800706983, 0)
  402. TPBrawlArena.Size = UDim2.new(0, 207, 0, 50)
  403. TPBrawlArena.ZIndex = 3
  404. TPBrawlArena.Font = Enum.Font.SciFi
  405. TPBrawlArena.Text = "Brawl Arena"
  406. TPBrawlArena.TextColor3 = Color3.new(1, 1, 1)
  407. TPBrawlArena.TextSize = 27
  408. TPBrawlArena.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  409. TPBrawlArena.TextStrokeTransparency = 0
  410.  
  411. INFOBUTTON.Name = "INFOBUTTON"
  412. INFOBUTTON.Parent = TPGUI
  413. INFOBUTTON.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  414. INFOBUTTON.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  415. INFOBUTTON.Position = UDim2.new(0.854811072, 0, 0.327443868, 0)
  416. INFOBUTTON.Size = UDim2.new(0, 26, 0, 26)
  417. INFOBUTTON.ZIndex = 10
  418. INFOBUTTON.Font = Enum.Font.SourceSansBold
  419. INFOBUTTON.Text = "i"
  420. INFOBUTTON.TextColor3 = Color3.new(1, 1, 1)
  421. INFOBUTTON.TextSize = 30
  422.  
  423. AUTOMATIONGUI.Name = "AUTOMATIONGUI"
  424. AUTOMATIONGUI.Parent = WLS3GUI
  425. AUTOMATIONGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  426. AUTOMATIONGUI.BackgroundTransparency = 0.40000000596046
  427. AUTOMATIONGUI.BorderColor3 = Color3.new(1, 1, 1)
  428. AUTOMATIONGUI.BorderSizePixel = 8
  429. AUTOMATIONGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
  430. AUTOMATIONGUI.Size = UDim2.new(0, 240, 0, 518)
  431. AUTOMATIONGUI.ZIndex = 3
  432.  
  433. OpenStrength.Name = "OpenStrength"
  434. OpenStrength.Parent = AUTOMATIONGUI
  435. OpenStrength.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  436. OpenStrength.BackgroundTransparency = 0.40000000596046
  437. OpenStrength.BorderColor3 = Color3.new(1, 1, 1)
  438. OpenStrength.BorderSizePixel = 2
  439. OpenStrength.Position = UDim2.new(0.0699058324, 0, 0.122530729, 0)
  440. OpenStrength.Size = UDim2.new(0, 207, 0, 50)
  441. OpenStrength.ZIndex = 3
  442. OpenStrength.Font = Enum.Font.SciFi
  443. OpenStrength.Text = "STRENGTH"
  444. OpenStrength.TextColor3 = Color3.new(1, 1, 1)
  445. OpenStrength.TextSize = 27
  446. OpenStrength.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  447. OpenStrength.TextStrokeTransparency = 0
  448.  
  449. header_2.Name = "header"
  450. header_2.Parent = AUTOMATIONGUI
  451. header_2.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  452. header_2.BorderSizePixel = 0
  453. header_2.Size = UDim2.new(0, 240, 0, 38)
  454. header_2.ZIndex = 3
  455. header_2.Font = Enum.Font.SciFi
  456. header_2.Text = "Automation"
  457. header_2.TextColor3 = Color3.new(1, 1, 1)
  458. header_2.TextSize = 32
  459. header_2.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  460. header_2.TextStrokeTransparency = 0
  461.  
  462. footer_2.Name = "footer"
  463. footer_2.Parent = AUTOMATIONGUI
  464. footer_2.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  465. footer_2.BorderSizePixel = 0
  466. footer_2.Position = UDim2.new(0, 0, 0.927128255, 0)
  467. footer_2.Size = UDim2.new(0, 239, 0, 38)
  468. footer_2.ZIndex = 3
  469. footer_2.Font = Enum.Font.SciFi
  470. footer_2.Text = "Made By: Bartvanm"
  471. footer_2.TextColor3 = Color3.new(1, 1, 1)
  472. footer_2.TextSize = 28
  473. footer_2.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  474. footer_2.TextStrokeTransparency = 0
  475.  
  476. CloseStrength.Name = "CloseStrength"
  477. CloseStrength.Parent = AUTOMATIONGUI
  478. CloseStrength.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  479. CloseStrength.BackgroundTransparency = 0.40000000596046
  480. CloseStrength.BorderColor3 = Color3.new(1, 1, 1)
  481. CloseStrength.BorderSizePixel = 2
  482. CloseStrength.Position = UDim2.new(0.0699058324, 0, 0.122530729, 0)
  483. CloseStrength.Size = UDim2.new(0, 207, 0, 50)
  484. CloseStrength.Visible = false
  485. CloseStrength.ZIndex = 3
  486. CloseStrength.Font = Enum.Font.SciFi
  487. CloseStrength.Text = "STRENGTH"
  488. CloseStrength.TextColor3 = Color3.new(1, 1, 1)
  489. CloseStrength.TextSize = 27
  490. CloseStrength.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  491. CloseStrength.TextStrokeTransparency = 0
  492.  
  493. OpenBrawl.Name = "OpenBrawl"
  494. OpenBrawl.Parent = AUTOMATIONGUI
  495. OpenBrawl.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  496. OpenBrawl.BackgroundTransparency = 0.40000000596046
  497. OpenBrawl.BorderColor3 = Color3.new(1, 1, 1)
  498. OpenBrawl.BorderSizePixel = 2
  499. OpenBrawl.Position = UDim2.new(0.0657564551, 0, 0.428495675, 0)
  500. OpenBrawl.Size = UDim2.new(0, 207, 0, 50)
  501. OpenBrawl.ZIndex = 3
  502. OpenBrawl.Font = Enum.Font.SciFi
  503. OpenBrawl.Text = "JOIN BRAWL"
  504. OpenBrawl.TextColor3 = Color3.new(1, 1, 1)
  505. OpenBrawl.TextSize = 27
  506. OpenBrawl.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  507. OpenBrawl.TextStrokeTransparency = 0
  508.  
  509. CloseBrawl.Name = "CloseBrawl"
  510. CloseBrawl.Parent = AUTOMATIONGUI
  511. CloseBrawl.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  512. CloseBrawl.BackgroundTransparency = 0.40000000596046
  513. CloseBrawl.BorderColor3 = Color3.new(1, 1, 1)
  514. CloseBrawl.BorderSizePixel = 2
  515. CloseBrawl.Position = UDim2.new(0.0699058548, 0, 0.428495705, 0)
  516. CloseBrawl.Size = UDim2.new(0, 207, 0, 50)
  517. CloseBrawl.Visible = false
  518. CloseBrawl.ZIndex = 3
  519. CloseBrawl.Font = Enum.Font.SciFi
  520. CloseBrawl.Text = "JOIN BRAWL"
  521. CloseBrawl.TextColor3 = Color3.new(1, 1, 1)
  522. CloseBrawl.TextSize = 27
  523. CloseBrawl.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  524. CloseBrawl.TextStrokeTransparency = 0
  525.  
  526. OpenCrate.Name = "OpenCrate"
  527. OpenCrate.Parent = AUTOMATIONGUI
  528. OpenCrate.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  529. OpenCrate.BackgroundTransparency = 0.40000000596046
  530. OpenCrate.BorderColor3 = Color3.new(1, 1, 1)
  531. OpenCrate.BorderSizePixel = 2
  532. OpenCrate.Position = UDim2.new(0.0657564774, 0, 0.249548301, 0)
  533. OpenCrate.Size = UDim2.new(0, 207, 0, 49)
  534. OpenCrate.ZIndex = 3
  535. OpenCrate.Font = Enum.Font.SciFi
  536. OpenCrate.Text = "OPEN CRATE"
  537. OpenCrate.TextColor3 = Color3.new(1, 1, 1)
  538. OpenCrate.TextSize = 27
  539. OpenCrate.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  540. OpenCrate.TextStrokeTransparency = 0
  541.  
  542. CloseCLICK.Name = "CloseCLICK"
  543. CloseCLICK.Parent = AUTOMATIONGUI
  544. CloseCLICK.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  545. CloseCLICK.BackgroundTransparency = 0.40000000596046
  546. CloseCLICK.BorderColor3 = Color3.new(1, 1, 1)
  547. CloseCLICK.BorderSizePixel = 2
  548. CloseCLICK.Position = UDim2.new(0.0699058548, 0, 0.554460466, 0)
  549. CloseCLICK.Size = UDim2.new(0, 207, 0, 49)
  550. CloseCLICK.Visible = false
  551. CloseCLICK.ZIndex = 3
  552. CloseCLICK.Font = Enum.Font.SciFi
  553. CloseCLICK.Text = "AUTOCLICK"
  554. CloseCLICK.TextColor3 = Color3.new(1, 1, 1)
  555. CloseCLICK.TextSize = 27
  556. CloseCLICK.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  557. CloseCLICK.TextStrokeTransparency = 0
  558.  
  559. CLOSEBUTTON_2.Name = "CLOSEBUTTON"
  560. CLOSEBUTTON_2.Parent = AUTOMATIONGUI
  561. CLOSEBUTTON_2.BackgroundColor3 = Color3.new(1, 0, 0)
  562. CLOSEBUTTON_2.BackgroundTransparency = 0.25
  563. CLOSEBUTTON_2.BorderColor3 = Color3.new(1, 0, 0)
  564. CLOSEBUTTON_2.Position = UDim2.new(0.857188642, 0, 0, 0)
  565. CLOSEBUTTON_2.Size = UDim2.new(0, 34, 0, 37)
  566. CLOSEBUTTON_2.ZIndex = 10
  567. CLOSEBUTTON_2.Font = Enum.Font.SourceSansBold
  568. CLOSEBUTTON_2.Text = "X"
  569. CLOSEBUTTON_2.TextColor3 = Color3.new(1, 1, 1)
  570. CLOSEBUTTON_2.TextSize = 30
  571.  
  572. txtCrate.Name = "txtCrate"
  573. txtCrate.Parent = AUTOMATIONGUI
  574. txtCrate.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  575. txtCrate.BackgroundTransparency = 0.40000000596046
  576. txtCrate.BorderColor3 = Color3.new(1, 1, 1)
  577. txtCrate.BorderSizePixel = 2
  578. txtCrate.Position = UDim2.new(0.0699058548, 0, 0.360616684, 0)
  579. txtCrate.Size = UDim2.new(0, 205, 0, 16)
  580. txtCrate.ZIndex = 9999999
  581. txtCrate.Font = Enum.Font.SourceSans
  582. txtCrate.Text = ""
  583. txtCrate.TextColor3 = Color3.new(1, 1, 1)
  584. txtCrate.TextSize = 14
  585.  
  586. CloseAFK.Name = "CloseAFK"
  587. CloseAFK.Parent = AUTOMATIONGUI
  588. CloseAFK.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  589. CloseAFK.BackgroundTransparency = 0.40000000596046
  590. CloseAFK.BorderColor3 = Color3.new(1, 1, 1)
  591. CloseAFK.BorderSizePixel = 2
  592. CloseAFK.Position = UDim2.new(0.0699058548, 0, 0.671180665, 0)
  593. CloseAFK.Size = UDim2.new(0, 207, 0, 49)
  594. CloseAFK.Visible = false
  595. CloseAFK.ZIndex = 3
  596. CloseAFK.Font = Enum.Font.SciFi
  597. CloseAFK.Text = "ANTI AFK"
  598. CloseAFK.TextColor3 = Color3.new(1, 1, 1)
  599. CloseAFK.TextSize = 27
  600. CloseAFK.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  601. CloseAFK.TextStrokeTransparency = 0
  602.  
  603. OpenAFK.Name = "OpenAFK"
  604. OpenAFK.Parent = AUTOMATIONGUI
  605. OpenAFK.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  606. OpenAFK.BackgroundTransparency = 0.40000000596046
  607. OpenAFK.BorderColor3 = Color3.new(1, 1, 1)
  608. OpenAFK.BorderSizePixel = 2
  609. OpenAFK.Position = UDim2.new(0.0657391846, 0, 0.671180665, 0)
  610. OpenAFK.Size = UDim2.new(0, 207, 0, 49)
  611. OpenAFK.ZIndex = 3
  612. OpenAFK.Font = Enum.Font.SciFi
  613. OpenAFK.Text = "ANTI AFK"
  614. OpenAFK.TextColor3 = Color3.new(1, 1, 1)
  615. OpenAFK.TextSize = 27
  616. OpenAFK.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  617. OpenAFK.TextStrokeTransparency = 0
  618.  
  619. OpenCLICK.Name = "OpenCLICK"
  620. OpenCLICK.Parent = AUTOMATIONGUI
  621. OpenCLICK.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  622. OpenCLICK.BackgroundTransparency = 0.40000000596046
  623. OpenCLICK.BorderColor3 = Color3.new(1, 1, 1)
  624. OpenCLICK.BorderSizePixel = 2
  625. OpenCLICK.Position = UDim2.new(0.0657391623, 0, 0.552706182, 0)
  626. OpenCLICK.Size = UDim2.new(0, 207, 0, 50)
  627. OpenCLICK.ZIndex = 3
  628. OpenCLICK.Font = Enum.Font.SciFi
  629. OpenCLICK.Text = "AUTOCLICK"
  630. OpenCLICK.TextColor3 = Color3.new(1, 1, 1)
  631. OpenCLICK.TextSize = 27
  632. OpenCLICK.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  633. OpenCLICK.TextStrokeTransparency = 0
  634.  
  635. OpenRebirthPet.Name = "OpenRebirthPet"
  636. OpenRebirthPet.Parent = AUTOMATIONGUI
  637. OpenRebirthPet.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  638. OpenRebirthPet.BackgroundTransparency = 0.40000000596046
  639. OpenRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
  640. OpenRebirthPet.BorderSizePixel = 2
  641. OpenRebirthPet.Position = UDim2.new(0.0657391846, 0, 0.793347597, 0)
  642. OpenRebirthPet.Size = UDim2.new(0, 207, 0, 43)
  643. OpenRebirthPet.ZIndex = 3
  644. OpenRebirthPet.Font = Enum.Font.SciFi
  645. OpenRebirthPet.Text = "REBIRTH PET"
  646. OpenRebirthPet.TextColor3 = Color3.new(1, 1, 1)
  647. OpenRebirthPet.TextSize = 27
  648. OpenRebirthPet.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  649. OpenRebirthPet.TextStrokeTransparency = 0
  650.  
  651. CloseRebirthPet.Name = "CloseRebirthPet"
  652. CloseRebirthPet.Parent = AUTOMATIONGUI
  653. CloseRebirthPet.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  654. CloseRebirthPet.BackgroundTransparency = 0.40000000596046
  655. CloseRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
  656. CloseRebirthPet.BorderSizePixel = 2
  657. CloseRebirthPet.Position = UDim2.new(0.0699058548, 0, 0.793347597, 0)
  658. CloseRebirthPet.Size = UDim2.new(0, 207, 0, 43)
  659. CloseRebirthPet.Visible = false
  660. CloseRebirthPet.ZIndex = 3
  661. CloseRebirthPet.Font = Enum.Font.SciFi
  662. CloseRebirthPet.Text = "REBIRTH PET"
  663. CloseRebirthPet.TextColor3 = Color3.new(1, 1, 1)
  664. CloseRebirthPet.TextSize = 27
  665. CloseRebirthPet.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  666. CloseRebirthPet.TextStrokeTransparency = 0
  667.  
  668. txtRebirthPet.Name = "txtRebirthPet"
  669. txtRebirthPet.Parent = AUTOMATIONGUI
  670. txtRebirthPet.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  671. txtRebirthPet.BackgroundTransparency = 0.40000000596046
  672. txtRebirthPet.BorderColor3 = Color3.new(1, 1, 1)
  673. txtRebirthPet.BorderSizePixel = 2
  674. txtRebirthPet.Position = UDim2.new(0.0699058548, 0, 0.888030887, 0)
  675. txtRebirthPet.Size = UDim2.new(0, 205, 0, 14)
  676. txtRebirthPet.ZIndex = 9999999
  677. txtRebirthPet.Font = Enum.Font.SourceSans
  678. txtRebirthPet.Text = ""
  679. txtRebirthPet.TextColor3 = Color3.new(1, 1, 1)
  680. txtRebirthPet.TextSize = 14
  681.  
  682. MISCGUI.Name = "MISCGUI"
  683. MISCGUI.Parent = WLS3GUI
  684. MISCGUI.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  685. MISCGUI.BackgroundTransparency = 0.40000000596046
  686. MISCGUI.BorderColor3 = Color3.new(1, 1, 1)
  687. MISCGUI.BorderSizePixel = 8
  688. MISCGUI.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
  689. MISCGUI.Size = UDim2.new(0, 240, 0, 697)
  690. MISCGUI.ZIndex = 3
  691.  
  692. OpenDiscoPet.Name = "OpenDiscoPet"
  693. OpenDiscoPet.Parent = MISCGUI
  694. OpenDiscoPet.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  695. OpenDiscoPet.BackgroundTransparency = 0.40000000596046
  696. OpenDiscoPet.BorderColor3 = Color3.new(1, 1, 1)
  697. OpenDiscoPet.BorderSizePixel = 2
  698. OpenDiscoPet.Position = UDim2.new(0.0699058324, 0, 0.0737502351, 0)
  699. OpenDiscoPet.Size = UDim2.new(0, 207, 0, 50)
  700. OpenDiscoPet.ZIndex = 3
  701. OpenDiscoPet.Font = Enum.Font.SciFi
  702. OpenDiscoPet.Text = "DISCO PET"
  703. OpenDiscoPet.TextColor3 = Color3.new(1, 1, 1)
  704. OpenDiscoPet.TextSize = 27
  705. OpenDiscoPet.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  706. OpenDiscoPet.TextStrokeTransparency = 0
  707.  
  708. header_3.Name = "header"
  709. header_3.Parent = MISCGUI
  710. header_3.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  711. header_3.BorderSizePixel = 0
  712. header_3.Size = UDim2.new(0, 240, 0, 38)
  713. header_3.ZIndex = 3
  714. header_3.Font = Enum.Font.SciFi
  715. header_3.Text = "Misc"
  716. header_3.TextColor3 = Color3.new(1, 1, 1)
  717. header_3.TextSize = 32
  718. header_3.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  719. header_3.TextStrokeTransparency = 0
  720.  
  721. footer_3.Name = "footer"
  722. footer_3.Parent = MISCGUI
  723. footer_3.BackgroundColor3 = Color3.new(0.0901961, 0.65098, 1)
  724. footer_3.BorderSizePixel = 0
  725. footer_3.Position = UDim2.new(-0.00414937316, 0, 0.945231199, 0)
  726. footer_3.Size = UDim2.new(0, 241, 0, 38)
  727. footer_3.ZIndex = 3
  728. footer_3.Font = Enum.Font.SciFi
  729. footer_3.Text = "Made By: Bartvanm"
  730. footer_3.TextColor3 = Color3.new(1, 1, 1)
  731. footer_3.TextSize = 28
  732. footer_3.TextStrokeColor3 = Color3.new(0.0196078, 0.458824, 1)
  733. footer_3.TextStrokeTransparency = 0
  734.  
  735. CloseDiscoPet.Name = "CloseDiscoPet"
  736. CloseDiscoPet.Parent = MISCGUI
  737. CloseDiscoPet.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  738. CloseDiscoPet.BackgroundTransparency = 0.40000000596046
  739. CloseDiscoPet.BorderColor3 = Color3.new(1, 1, 1)
  740. CloseDiscoPet.BorderSizePixel = 2
  741. CloseDiscoPet.Position = UDim2.new(0.0699058324, 0, 0.0737502351, 0)
  742. CloseDiscoPet.Size = UDim2.new(0, 207, 0, 50)
  743. CloseDiscoPet.Visible = false
  744. CloseDiscoPet.ZIndex = 3
  745. CloseDiscoPet.Font = Enum.Font.SciFi
  746. CloseDiscoPet.Text = "DISCO PET"
  747. CloseDiscoPet.TextColor3 = Color3.new(1, 1, 1)
  748. CloseDiscoPet.TextSize = 27
  749. CloseDiscoPet.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  750. CloseDiscoPet.TextStrokeTransparency = 0
  751.  
  752. CloseDiscoSize.Name = "CloseDiscoSize"
  753. CloseDiscoSize.Parent = MISCGUI
  754. CloseDiscoSize.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  755. CloseDiscoSize.BackgroundTransparency = 0.40000000596046
  756. CloseDiscoSize.BorderColor3 = Color3.new(1, 1, 1)
  757. CloseDiscoSize.BorderSizePixel = 2
  758. CloseDiscoSize.Position = UDim2.new(0.0699058324, 0, 0.159516007, 0)
  759. CloseDiscoSize.Size = UDim2.new(0, 207, 0, 50)
  760. CloseDiscoSize.Visible = false
  761. CloseDiscoSize.ZIndex = 3
  762. CloseDiscoSize.Font = Enum.Font.SciFi
  763. CloseDiscoSize.Text = "DISCO SIZE"
  764. CloseDiscoSize.TextColor3 = Color3.new(1, 1, 1)
  765. CloseDiscoSize.TextSize = 27
  766. CloseDiscoSize.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  767. CloseDiscoSize.TextStrokeTransparency = 0
  768.  
  769. OpenDiscoSize.Name = "OpenDiscoSize"
  770. OpenDiscoSize.Parent = MISCGUI
  771. OpenDiscoSize.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  772. OpenDiscoSize.BackgroundTransparency = 0.40000000596046
  773. OpenDiscoSize.BorderColor3 = Color3.new(1, 1, 1)
  774. OpenDiscoSize.BorderSizePixel = 2
  775. OpenDiscoSize.Position = UDim2.new(0.0699058324, 0, 0.159516007, 0)
  776. OpenDiscoSize.Size = UDim2.new(0, 207, 0, 50)
  777. OpenDiscoSize.ZIndex = 3
  778. OpenDiscoSize.Font = Enum.Font.SciFi
  779. OpenDiscoSize.Text = "DISCO SIZE"
  780. OpenDiscoSize.TextColor3 = Color3.new(1, 1, 1)
  781. OpenDiscoSize.TextSize = 27
  782. OpenDiscoSize.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  783. OpenDiscoSize.TextStrokeTransparency = 0
  784.  
  785. CloseDiscoSkin.Name = "CloseDiscoSkin"
  786. CloseDiscoSkin.Parent = MISCGUI
  787. CloseDiscoSkin.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  788. CloseDiscoSkin.BackgroundTransparency = 0.40000000596046
  789. CloseDiscoSkin.BorderColor3 = Color3.new(1, 1, 1)
  790. CloseDiscoSkin.BorderSizePixel = 2
  791. CloseDiscoSkin.Position = UDim2.new(0.0657391623, 0, 0.245659649, 0)
  792. CloseDiscoSkin.Size = UDim2.new(0, 207, 0, 50)
  793. CloseDiscoSkin.Visible = false
  794. CloseDiscoSkin.ZIndex = 3
  795. CloseDiscoSkin.Font = Enum.Font.SciFi
  796. CloseDiscoSkin.Text = "DISCO SKIN"
  797. CloseDiscoSkin.TextColor3 = Color3.new(1, 1, 1)
  798. CloseDiscoSkin.TextSize = 27
  799. CloseDiscoSkin.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  800. CloseDiscoSkin.TextStrokeTransparency = 0
  801.  
  802. OpenTPKILL.Name = "OpenTPKILL"
  803. OpenTPKILL.Parent = MISCGUI
  804. OpenTPKILL.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  805. OpenTPKILL.BackgroundTransparency = 0.40000000596046
  806. OpenTPKILL.BorderColor3 = Color3.new(1, 1, 1)
  807. OpenTPKILL.BorderSizePixel = 2
  808. OpenTPKILL.Position = UDim2.new(0.0615897886, 0, 0.337857604, 0)
  809. OpenTPKILL.Size = UDim2.new(0, 207, 0, 50)
  810. OpenTPKILL.ZIndex = 3
  811. OpenTPKILL.Font = Enum.Font.SciFi
  812. OpenTPKILL.Text = "TP KILL"
  813. OpenTPKILL.TextColor3 = Color3.new(1, 1, 1)
  814. OpenTPKILL.TextSize = 27
  815. OpenTPKILL.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  816. OpenTPKILL.TextStrokeTransparency = 0
  817.  
  818. CloseTPKILL.Name = "CloseTPKILL"
  819. CloseTPKILL.Parent = MISCGUI
  820. CloseTPKILL.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  821. CloseTPKILL.BackgroundTransparency = 0.40000000596046
  822. CloseTPKILL.BorderColor3 = Color3.new(1, 1, 1)
  823. CloseTPKILL.BorderSizePixel = 2
  824. CloseTPKILL.Position = UDim2.new(0.0657391623, 0, 0.338883221, 0)
  825. CloseTPKILL.Size = UDim2.new(0, 207, 0, 50)
  826. CloseTPKILL.Visible = false
  827. CloseTPKILL.ZIndex = 3
  828. CloseTPKILL.Font = Enum.Font.SciFi
  829. CloseTPKILL.Text = "TP KILL"
  830. CloseTPKILL.TextColor3 = Color3.new(1, 1, 1)
  831. CloseTPKILL.TextSize = 27
  832. CloseTPKILL.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  833. CloseTPKILL.TextStrokeTransparency = 0
  834.  
  835. OpenTP_2.Name = "OpenTP"
  836. OpenTP_2.Parent = MISCGUI
  837. OpenTP_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  838. OpenTP_2.BackgroundTransparency = 0.40000000596046
  839. OpenTP_2.BorderColor3 = Color3.new(1, 1, 1)
  840. OpenTP_2.BorderSizePixel = 2
  841. OpenTP_2.Position = UDim2.new(0.0615725182, 0, 0.431845397, 0)
  842. OpenTP_2.Size = UDim2.new(0, 207, 0, 50)
  843. OpenTP_2.ZIndex = 3
  844. OpenTP_2.Font = Enum.Font.SciFi
  845. OpenTP_2.Text = "CLICK TO TP"
  846. OpenTP_2.TextColor3 = Color3.new(1, 1, 1)
  847. OpenTP_2.TextSize = 27
  848. OpenTP_2.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  849. OpenTP_2.TextStrokeTransparency = 0
  850.  
  851. CloseFAST.Name = "CloseFAST"
  852. CloseFAST.Parent = MISCGUI
  853. CloseFAST.BackgroundColor3 = Color3.new(0.905882, 0.0196078, 0.0352941)
  854. CloseFAST.BackgroundTransparency = 0.40000000596046
  855. CloseFAST.BorderColor3 = Color3.new(1, 1, 1)
  856. CloseFAST.BorderSizePixel = 2
  857. CloseFAST.Position = UDim2.new(0.0699058324, 0, 0.76215291, 0)
  858. CloseFAST.Size = UDim2.new(0, 207, 0, 50)
  859. CloseFAST.Visible = false
  860. CloseFAST.ZIndex = 3
  861. CloseFAST.Font = Enum.Font.SciFi
  862. CloseFAST.Text = "SPEED+JUMP"
  863. CloseFAST.TextColor3 = Color3.new(1, 1, 1)
  864. CloseFAST.TextSize = 27
  865. CloseFAST.TextStrokeColor3 = Color3.new(0.792157, 0.0352941, 0.0470588)
  866. CloseFAST.TextStrokeTransparency = 0
  867.  
  868. OpenDiscoSkin.Name = "OpenDiscoSkin"
  869. OpenDiscoSkin.Parent = MISCGUI
  870. OpenDiscoSkin.BackgroundColor3 = Color3.new(0.0117647, 0.576471, 0.0784314)
  871. OpenDiscoSkin.BackgroundTransparency = 0.40000000596046
  872. OpenDiscoSkin.BorderColor3 = Color3.new(1, 1, 1)
  873. OpenDiscoSkin.BorderSizePixel = 2
  874. OpenDiscoSkin.Position = UDim2.new(0.0657391623, 0, 0.246739268, 0)
  875. OpenDiscoSkin.Size = UDim2.new(0, 207, 0, 50)
  876. OpenDiscoSkin.ZIndex = 3
  877. OpenDiscoSkin.Font = Enum.Font.SciFi
  878. OpenDiscoSkin.Text = "DISCO SKIN"
  879. OpenDiscoSkin.TextColor3 = Color3.new(1, 1, 1)
  880. OpenDiscoSkin.TextSize = 27
  881. OpenDiscoSkin.TextStrokeColor3 = Color3.new(0.156863, 0.470588, 0)
  882. OpenDiscoSkin.TextStrokeTransparency = 0
  883.  
  884. CLOSEBUTTON_3.Name = "CLOSEBUTTON"
  885. CLOSEBUTTON_3.Parent = MISCGUI
  886. CLOSEBUTTON_3.BackgroundColor3 = Color3.new(1, 0, 0)
  887. CLOSEBUTTON_3.BackgroundTransparency = 0.25
  888. CLOSEBUTTON_3.BorderColor3 = Color3.new(1, 0, 0)
  889. CLOSEBUTTON_3.Position = UDim2.new(0.857188642, 0, 0, 0)
  890. CLOSEBUTTON_3.Size = UDim2.new(0, 34, 0, 37)
  891. CLOSEBUTTON_3.ZIndex = 10
  892. CLOSEBUTTON_3.Font = Enum.Font.SourceSansBold
  893. CLOSEBUTTON_3.Text = "X"
  894. CLOSEBUTTON_3.TextColor3 = Color3.new(1, 1, 1)
  895. CLOSEBUTTON_3.TextSize = 30
  896.  
  897. OpenBtools.Name = "OpenBtools"
  898. OpenBtools.Parent = MISCGUI
  899. OpenBtools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  900. OpenBtools.BackgroundTransparency = 0.40000000596046
  901. OpenBtools.BorderColor3 = Color3.new(1, 1, 1)
  902. OpenBtools.BorderSizePixel = 2
  903. OpenBtools.Position = UDim2.new(0.0615725182, 0, 0.519363344, 0)
  904. OpenBtools.Size = UDim2.new(0, 207, 0, 50)
  905. OpenBtools.ZIndex = 3
  906. OpenBtools.Font = Enum.Font.SciFi
  907. OpenBtools.Text = "BTOOLS"
  908. OpenBtools.TextColor3 = Color3.new(1, 1, 1)
  909. OpenBtools.TextSize = 27
  910. OpenBtools.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  911. OpenBtools.TextStrokeTransparency = 0
  912.  
  913. OpenSize.Name = "OpenSize"
  914. OpenSize.Parent = MISCGUI
  915. OpenSize.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  916. OpenSize.BackgroundTransparency = 0.40000000596046
  917. OpenSize.BorderColor3 = Color3.new(1, 1, 1)
  918. OpenSize.BorderSizePixel = 2
  919. OpenSize.Position = UDim2.new(0.0615725182, 0, 0.608316004, 0)
  920. OpenSize.Size = UDim2.new(0, 207, 0, 50)
  921. OpenSize.ZIndex = 3
  922. OpenSize.Font = Enum.Font.SciFi
  923. OpenSize.Text = "SIZE"
  924. OpenSize.TextColor3 = Color3.new(1, 1, 1)
  925. OpenSize.TextSize = 27
  926. OpenSize.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  927. OpenSize.TextStrokeTransparency = 0
  928.  
  929. txtSize.Name = "txtSize"
  930. txtSize.Parent = MISCGUI
  931. txtSize.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  932. txtSize.BackgroundTransparency = 0.40000000596046
  933. txtSize.BorderColor3 = Color3.new(1, 1, 1)
  934. txtSize.BorderSizePixel = 2
  935. txtSize.Position = UDim2.new(0.0615725182, 0, 0.686298132, 0)
  936. txtSize.Size = UDim2.new(0, 207, 0, 16)
  937. txtSize.ZIndex = 9999999
  938. txtSize.Font = Enum.Font.SourceSans
  939. txtSize.Text = ""
  940. txtSize.TextColor3 = Color3.new(1, 1, 1)
  941. txtSize.TextSize = 14
  942.  
  943. OpenSpeed.Name = "OpenSpeed"
  944. OpenSpeed.Parent = MISCGUI
  945. OpenSpeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  946. OpenSpeed.BackgroundTransparency = 0.40000000596046
  947. OpenSpeed.BorderColor3 = Color3.new(1, 1, 1)
  948. OpenSpeed.BorderSizePixel = 2
  949. OpenSpeed.Position = UDim2.new(0.0615725182, 0, 0.727397799, 0)
  950. OpenSpeed.Size = UDim2.new(0, 207, 0, 50)
  951. OpenSpeed.ZIndex = 3
  952. OpenSpeed.Font = Enum.Font.SciFi
  953. OpenSpeed.Text = "SPEED"
  954. OpenSpeed.TextColor3 = Color3.new(1, 1, 1)
  955. OpenSpeed.TextSize = 27
  956. OpenSpeed.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  957. OpenSpeed.TextStrokeTransparency = 0
  958.  
  959. txtSpeed.Name = "txtSpeed"
  960. txtSpeed.Parent = MISCGUI
  961. txtSpeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  962. txtSpeed.BackgroundTransparency = 0.40000000596046
  963. txtSpeed.BorderColor3 = Color3.new(1, 1, 1)
  964. txtSpeed.BorderSizePixel = 2
  965. txtSpeed.Position = UDim2.new(0.0615725182, 0, 0.805379927, 0)
  966. txtSpeed.Size = UDim2.new(0, 207, 0, 16)
  967. txtSpeed.ZIndex = 9999999
  968. txtSpeed.Font = Enum.Font.SourceSans
  969. txtSpeed.Text = ""
  970. txtSpeed.TextColor3 = Color3.new(1, 1, 1)
  971. txtSpeed.TextSize = 14
  972.  
  973. OpenJump.Name = "OpenJump"
  974. OpenJump.Parent = MISCGUI
  975. OpenJump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  976. OpenJump.BackgroundTransparency = 0.40000000596046
  977. OpenJump.BorderColor3 = Color3.new(1, 1, 1)
  978. OpenJump.BorderSizePixel = 2
  979. OpenJump.Position = UDim2.new(0.0615725182, 0, 0.843610108, 0)
  980. OpenJump.Size = UDim2.new(0, 207, 0, 50)
  981. OpenJump.ZIndex = 3
  982. OpenJump.Font = Enum.Font.SciFi
  983. OpenJump.Text = "JUMP"
  984. OpenJump.TextColor3 = Color3.new(1, 1, 1)
  985. OpenJump.TextSize = 27
  986. OpenJump.TextStrokeColor3 = Color3.new(0.168627, 0.501961, 1)
  987. OpenJump.TextStrokeTransparency = 0
  988.  
  989. txtJump.Name = "txtJump"
  990. txtJump.Parent = MISCGUI
  991. txtJump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  992. txtJump.BackgroundTransparency = 0.40000000596046
  993. txtJump.BorderColor3 = Color3.new(1, 1, 1)
  994. txtJump.BorderSizePixel = 2
  995. txtJump.Position = UDim2.new(0.0615725182, 0, 0.921592295, 0)
  996. txtJump.Size = UDim2.new(0, 207, 0, 16)
  997. txtJump.ZIndex = 9999999
  998. txtJump.Font = Enum.Font.SourceSans
  999. txtJump.Text = ""
  1000. txtJump.TextColor3 = Color3.new(1, 1, 1)
  1001. txtJump.TextSize = 14
  1002.  
  1003. zVERMGUI.Name = "zVERMGUI"
  1004. zVERMGUI.Parent = WLS3GUI
  1005. zVERMGUI.BackgroundColor3 = Color3.new(1, 0, 0)
  1006. zVERMGUI.BackgroundTransparency = 0.40000000596046
  1007. zVERMGUI.BorderColor3 = Color3.new(0, 0, 0)
  1008. zVERMGUI.BorderSizePixel = 8
  1009. zVERMGUI.Position = UDim2.new(0.662391484, 0, 0.199999988, 0)
  1010. zVERMGUI.Size = UDim2.new(0, 339, 0, 301)
  1011. zVERMGUI.ZIndex = 3
  1012.  
  1013. header_VERM.Name = "header_VERM"
  1014. header_VERM.Parent = zVERMGUI
  1015. header_VERM.BackgroundColor3 = Color3.new(1, 0, 0)
  1016. header_VERM.BackgroundTransparency = 0.44999998807907
  1017. header_VERM.BorderSizePixel = 0
  1018. header_VERM.Size = UDim2.new(0, 339, 0, 38)
  1019. header_VERM.ZIndex = 3
  1020. header_VERM.Font = Enum.Font.SciFi
  1021. header_VERM.Text = "VERMILLION"
  1022. header_VERM.TextColor3 = Color3.new(1, 1, 1)
  1023. header_VERM.TextSize = 32
  1024. header_VERM.TextStrokeColor3 = Color3.new(1, 0, 0)
  1025. header_VERM.TextStrokeTransparency = 0
  1026.  
  1027. CLOSEBUTTON_VERM.Name = "CLOSEBUTTON_VERM"
  1028. CLOSEBUTTON_VERM.Parent = zVERMGUI
  1029. CLOSEBUTTON_VERM.BackgroundColor3 = Color3.new(1, 0, 0)
  1030. CLOSEBUTTON_VERM.BackgroundTransparency = 0.25
  1031. CLOSEBUTTON_VERM.BorderColor3 = Color3.new(1, 0, 0)
  1032. CLOSEBUTTON_VERM.Position = UDim2.new(0.898486555, 0, 0, 0)
  1033. CLOSEBUTTON_VERM.Size = UDim2.new(0, 34, 0, 37)
  1034. CLOSEBUTTON_VERM.ZIndex = 10
  1035. CLOSEBUTTON_VERM.Font = Enum.Font.SourceSansBold
  1036. CLOSEBUTTON_VERM.Text = "X"
  1037. CLOSEBUTTON_VERM.TextColor3 = Color3.new(1, 1, 1)
  1038. CLOSEBUTTON_VERM.TextSize = 30
  1039.  
  1040. lblVouchInfo1.Name = "lblVouchInfo1"
  1041. lblVouchInfo1.Parent = zVERMGUI
  1042. lblVouchInfo1.BackgroundColor3 = Color3.new(1, 0, 0)
  1043. lblVouchInfo1.BackgroundTransparency = 1
  1044. lblVouchInfo1.BorderColor3 = Color3.new(1, 0, 0)
  1045. lblVouchInfo1.Position = UDim2.new(0.357290804, 0, 0.214800656, 0)
  1046. lblVouchInfo1.Size = UDim2.new(0, 97, 0, 22)
  1047. lblVouchInfo1.ZIndex = 99
  1048. lblVouchInfo1.Font = Enum.Font.SciFi
  1049. lblVouchInfo1.Text = "In order to unlock all features of this GUI"
  1050. lblVouchInfo1.TextColor3 = Color3.new(1, 0, 0)
  1051. lblVouchInfo1.TextSize = 19
  1052. lblVouchInfo1.TextStrokeTransparency = 0
  1053.  
  1054. lblVouchInfo3.Name = "lblVouchInfo3"
  1055. lblVouchInfo3.Parent = zVERMGUI
  1056. lblVouchInfo3.BackgroundColor3 = Color3.new(1, 0, 0)
  1057. lblVouchInfo3.BackgroundTransparency = 1
  1058. lblVouchInfo3.BorderColor3 = Color3.new(1, 0, 0)
  1059. lblVouchInfo3.Position = UDim2.new(0.357290804, 0, 0.294534862, 0)
  1060. lblVouchInfo3.Size = UDim2.new(0, 97, 0, 22)
  1061. lblVouchInfo3.ZIndex = 99
  1062. lblVouchInfo3.Font = Enum.Font.SciFi
  1063. lblVouchInfo3.Text = "Vouch the original post on vermillion"
  1064. lblVouchInfo3.TextColor3 = Color3.new(1, 0, 0)
  1065. lblVouchInfo3.TextSize = 19
  1066. lblVouchInfo3.TextStrokeTransparency = 0
  1067.  
  1068. OpenURL.Name = "OpenURL"
  1069. OpenURL.Parent = zVERMGUI
  1070. OpenURL.BackgroundColor3 = Color3.new(1, 0, 0)
  1071. OpenURL.BackgroundTransparency = 0.40000000596046
  1072. OpenURL.BorderColor3 = Color3.new(1, 1, 1)
  1073. OpenURL.BorderSizePixel = 2
  1074. OpenURL.Position = UDim2.new(0.192600131, 0, 0.55851841, 0)
  1075. OpenURL.Size = UDim2.new(0, 207, 0, 49)
  1076. OpenURL.ZIndex = 3
  1077. OpenURL.Font = Enum.Font.SciFi
  1078. OpenURL.Text = "ORIGINAL POST"
  1079. OpenURL.TextColor3 = Color3.new(1, 1, 1)
  1080. OpenURL.TextSize = 27
  1081. OpenURL.TextStrokeColor3 = Color3.new(1, 0, 0)
  1082. OpenURL.TextStrokeTransparency = 0
  1083.  
  1084. lblVouchInfo2.Name = "lblVouchInfo2"
  1085. lblVouchInfo2.Parent = zVERMGUI
  1086. lblVouchInfo2.BackgroundColor3 = Color3.new(1, 0, 0)
  1087. lblVouchInfo2.BackgroundTransparency = 1
  1088. lblVouchInfo2.BorderColor3 = Color3.new(1, 0, 0)
  1089. lblVouchInfo2.Position = UDim2.new(0.357290804, 0, 0.772940218, 0)
  1090. lblVouchInfo2.Size = UDim2.new(0, 97, 0, 22)
  1091. lblVouchInfo2.ZIndex = 99
  1092. lblVouchInfo2.Font = Enum.Font.SciFi
  1093. lblVouchInfo2.Text = "Printed! Check console with F9"
  1094. lblVouchInfo2.TextColor3 = Color3.new(1, 0, 0)
  1095. lblVouchInfo2.TextSize = 19
  1096. lblVouchInfo2.TextStrokeTransparency = 0
  1097. lblVouchInfo2.Visible = false
  1098.  
  1099.  
  1100. -- Scripts:
  1101. -- Active / Draggable
  1102. TPGUI.Active = true
  1103. TPGUI.Draggable = true
  1104.  
  1105. MISCGUI.Active = true
  1106. MISCGUI.Draggable = true
  1107.  
  1108. AUTOMATIONGUI.Active = true
  1109. AUTOMATIONGUI.Draggable = true
  1110.  
  1111. zVERMGUI.Active = true
  1112. zVERMGUI.Draggable = true
  1113.  
  1114. -- Visible
  1115. AUTOMATIONGUI.Visible = false
  1116. MISCGUI.Visible = false
  1117. TPGUI.Visible = false
  1118. zVERMGUI.Visible = false
  1119.  
  1120. -- Open:
  1121. OpenTP.MouseButton1Click:connect(function()
  1122. OpenTP.Visible = false
  1123. CloseTP.Visible = true
  1124. TPGUI.Visible = true
  1125. end)
  1126.  
  1127. CloseTP.MouseButton1Click:connect(function()
  1128. OpenTP.Visible = true
  1129. CloseTP.Visible = false
  1130. TPGUI.Visible = false
  1131. end)
  1132.  
  1133. OpenMisc.MouseButton1Click:connect(function()
  1134. OpenMisc.Visible = false
  1135. CloseMisc.Visible = true
  1136. MISCGUI.Visible = true
  1137. end)
  1138.  
  1139. CloseMisc.MouseButton1Click:connect(function()
  1140. OpenMisc.Visible = true
  1141. CloseMisc.Visible = false
  1142. MISCGUI.Visible = false
  1143. end)
  1144.  
  1145. OpenStats.MouseButton1Click:connect(function()
  1146. OpenStats.Visible = false
  1147. CloseStats.Visible = true
  1148. AUTOMATIONGUI.Visible = true
  1149. end)
  1150.  
  1151. CloseStats.MouseButton1Click:connect(function()
  1152. OpenStats.Visible = true
  1153. CloseStats.Visible = false
  1154. AUTOMATIONGUI.Visible = false
  1155. end)
  1156.  
  1157.  
  1158.  
  1159. -- TP's
  1160. TPSkyGym.MouseButton1Down:connect(function()
  1161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2182.5127, 769.779114, -250.614319)
  1162. end)
  1163.  
  1164. TPUnderworldGym.MouseButton1Down:connect(function()
  1165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-778, 14, 3342)
  1166. end)
  1167.  
  1168. -- EXCLUSIVE FOR VOUCHERS!!!!!!!!
  1169. TPSpace.MouseButton1Down:connect(function()
  1170. zVERMGUI.Visible = true
  1171. end)
  1172.  
  1173. TPBigBoyBeach.MouseButton1Down:connect(function()
  1174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-17.6436806, 17.761467, -354.889679)
  1175. end)
  1176.  
  1177. TPTinyBeach.MouseButton1Down:connect(function()
  1178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-406.441711, 3.11410189, 119.323685)
  1179. end)
  1180.  
  1181. TPBrawlTraining.MouseButton1Down:connect(function()
  1182. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5812.32813, 172.829651, 1878.08606)
  1183. end)
  1184.  
  1185. TPBrawlArena.MouseButton1Down:connect(function()
  1186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5775.31445, 43.8691788, 2338.92041)
  1187. end)
  1188.  
  1189. CLOSEBUTTON.MouseButton1Down:connect(function()
  1190. TPGUI.Visible = false
  1191. OpenTP.Visible = true
  1192. CloseTP.Visible = false
  1193. end)
  1194.  
  1195.  
  1196. -- Automation
  1197. OpenStrength.MouseButton1Down:connect(function()
  1198. OpenStrength.Visible = false
  1199. CloseStrength.Visible = true
  1200. toggleStrength = true
  1201.  
  1202. while toggleStrength do
  1203. wait(0.001)
  1204. local name = game.Players.LocalPlayer.Name
  1205. local rep = "rep"
  1206. local remote = game:GetService("Players")[name].strengthEvent
  1207. remote:FireServer(rep)
  1208. end
  1209.  
  1210. end)
  1211.  
  1212. CloseStrength.MouseButton1Down:connect(function()
  1213. OpenStrength.Visible = true
  1214. CloseStrength.Visible = false
  1215. toggleStrength = false
  1216. end)
  1217.  
  1218. OpenCrate.MouseButton1Down:connect(function()
  1219. local Remote = game.ReplicatedStorage.rEvents['crateRemote']
  1220. local Arguments = {
  1221. [1] = txtCrate.Text
  1222. }
  1223. print("Opened a" + txtCrate.Text)
  1224.  
  1225. Remote:InvokeServer(unpack(Arguments))
  1226. end)
  1227.  
  1228. OpenBrawl.MouseButton1Down:connect(function()
  1229. toggleBrawl = true
  1230. OpenBrawl.Visible = false
  1231. CloseBrawl.Visible = true
  1232. while toggleBrawl do wait(9)
  1233. local Remote = game.ReplicatedStorage.rEvents['brawlEvent']
  1234. local Arguments = {
  1235. [1] = "joinBrawl"
  1236. }
  1237. Remote:FireServer(unpack(Arguments))
  1238. end
  1239.  
  1240. end)
  1241.  
  1242. CloseBrawl.MouseButton1Down:connect(function()
  1243. toggleBrawl = false
  1244. OpenBrawl.Visible = true
  1245. CloseBrawl.Visible = false
  1246. end)
  1247.  
  1248. OpenCLICK.MouseButton1Down:connect(function()
  1249.  
  1250. toggleAutoclick = true
  1251. OpenCLICK.Visible = false
  1252. CloseCLICK.Visible = true
  1253. wait(1)
  1254. local UserIS = game:GetService("UserInputService")
  1255. UserIS.InputBegan:Connect(function(LocalInput)
  1256.  
  1257. while toggleAutoclick do
  1258. wait(0.01)
  1259. Input.LeftClick(MOUSE_CLICK)
  1260. wait(0.01)
  1261. Input.LeftClick(MOUSE_UP)
  1262. end
  1263. end)
  1264.  
  1265. end)
  1266.  
  1267. CloseCLICK.MouseButton1Down:connect(function()
  1268. toggleAutoclick = false
  1269. OpenCLICK.Visible = true
  1270. CloseCLICK.Visible = false
  1271. end)
  1272.  
  1273. OpenAFK.MouseButton1Down:connect(function()
  1274. toggleAntiAFK = false
  1275. OpenAFK.Visible = false
  1276. CloseAFK.Visible = true
  1277.  
  1278. local VirtualUser=game:service'VirtualUser'
  1279. game:service'Players'.LocalPlayer.Idled:connect(function()
  1280. VirtualUser:CaptureController()
  1281. VirtualUser:ClickButton1(Vector2.new())
  1282. end)
  1283. end)
  1284.  
  1285. CloseAFK.MouseButton1Down:connect(function()
  1286. OpenAFK.Visible = true
  1287. CloseAFK.Visible = false
  1288. end)
  1289.  
  1290. OpenRebirthPet.MouseButton1Down:connect(function()
  1291. toggleRebirthPet = true
  1292. OpenRebirthPet.Visible = false
  1293. CloseRebirthPet.Visible = true
  1294.  
  1295. while toggleRebirthPet do wait(30)
  1296. local Remote = game.ReplicatedStorage.rEvents['buyPetRemote']
  1297.  
  1298. local Arguments = {
  1299. [1] = txtRebirthPet.Text,
  1300. [2] = "rebirthPet"
  1301. }
  1302.  
  1303. Remote:InvokeServer(unpack(Arguments))
  1304. end
  1305.  
  1306. end)
  1307.  
  1308. CloseRebirthPet.MouseButton1Down:connect(function()
  1309. toggleRebirthPet = false
  1310. OpenRebirthPet.Visible = true
  1311. CloseRebirthPet.Visible = false
  1312. end)
  1313.  
  1314. CLOSEBUTTON_2.MouseButton1Down:connect(function()
  1315. AUTOMATIONGUI.Visible = false
  1316. OpenStats.Visible = true
  1317. CloseStats.Visible = false
  1318. end)
  1319.  
  1320. -- Misc
  1321. OpenDiscoSize.MouseButton1Down:connect(function()
  1322. toggleDiscoSize = true
  1323. OpenDiscoSize.Visible = false
  1324. CloseDiscoSize.Visible = true
  1325.  
  1326. while toggleDiscoSize do
  1327. local Remote = game.ReplicatedStorage.rEvents['changeSettingsEvent']
  1328. local Arguments = {
  1329. [1] = "changeSize",
  1330. [2] = "maxSize"
  1331. }
  1332. Remote:FireServer(unpack(Arguments))
  1333. wait(0.2)
  1334. local Arguments = {
  1335. [1] = "changeSize",
  1336. [2] = 1
  1337. }
  1338. Remote:FireServer(unpack(Arguments))
  1339. wait(0.2)
  1340. end
  1341. end)
  1342.  
  1343. CloseDiscoSize.MouseButton1Down:connect(function()
  1344. toggleDiscoSize = false
  1345. OpenDiscoSize.Visible = true
  1346. CloseDiscoSize.Visible = false
  1347. end)
  1348.  
  1349. OpenDiscoSkin.MouseButton1Down:connect(function()
  1350. local i = 1
  1351. OpenDiscoSkin.Visible = false
  1352. CloseDiscoSkin.Visible = true
  1353. toggleDiscoSkin = true
  1354.  
  1355. local Remote = game.ReplicatedStorage.rEvents['equipSkin']
  1356.  
  1357. while toggleDiscoSkin do
  1358. if i < 50 then
  1359. local Arguments = {
  1360. [1] = "equip",
  1361. [2] = AllSkins[i]
  1362. }
  1363.  
  1364. Remote:FireServer(unpack(Arguments))
  1365. i = i + 1
  1366. wait(0.2)
  1367. else
  1368. i = 1
  1369. end end
  1370. end)
  1371.  
  1372. CloseDiscoSkin.MouseButton1Down:connect(function()
  1373. toggleDiscoSkin = false
  1374. CloseDiscoSkin.Visible = false
  1375. OpenDiscoSkin.Visible = true
  1376.  
  1377. end)
  1378.  
  1379. CloseTPKILL.MouseButton1Down:connect(function()
  1380. toggleTPKILL = false
  1381. OpenTPKILL.Visible = true
  1382. CloseTPKILL.Visible = false
  1383. end)
  1384.  
  1385. OpenTP_2.MouseButton1Down:connect(function()
  1386. warn('xd')
  1387. bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1388. bin.Name = "Teleport"
  1389.  
  1390. function teleportPlayer(pos)
  1391.  
  1392. local player = game.Players.LocalPlayer
  1393. if player == nil or player.Character == nil then return end
  1394.  
  1395. local char = player.Character
  1396.  
  1397. char:MoveTo(pos)
  1398.  
  1399. end
  1400.  
  1401.  
  1402. enabled = true
  1403. function onButton1Down(mouse)
  1404. if not enabled then
  1405. return
  1406. end
  1407.  
  1408. local player = game.Players.LocalPlayer
  1409. if player == nil then return end
  1410. local cf = mouse.Hit
  1411. teleportPlayer(cf.p)
  1412.  
  1413. end
  1414.  
  1415. function onSelected(mouse)
  1416. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  1417. end
  1418.  
  1419. bin.Selected:connect(onSelected)
  1420.  
  1421. end)
  1422.  
  1423.  
  1424. OpenBtools.MouseButton1Click:connect(function()
  1425. local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()e.Adornee:Destroy()e.Adornee=nil end end)
  1426. end)
  1427.  
  1428. OpenSize.MouseButton1Down:connect(function()
  1429. local Size = txtSize.Text
  1430.  
  1431.  
  1432. local Remote = game.ReplicatedStorage.rEvents['changeSettingsEvent']
  1433. local Arguments = {
  1434. [1] = "changeSize",
  1435. [2] = tonumber(Size)
  1436. }
  1437. Remote:FireServer(unpack(Arguments))
  1438. end)
  1439.  
  1440. OpenSpeed.MouseButton1Down:connect(function()
  1441. local Speed = txtSpeed.Text
  1442. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Speed)
  1443. end)
  1444. OpenJump.MouseButton1Down:connect(function()
  1445. local Jump = txtJump.Text
  1446. game:GetService'Players'.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Jump)
  1447. end)
  1448.  
  1449. OpenDiscoPet.MouseButton1Down:connect(function()
  1450. local i = 1
  1451. toggleDiscoPet = true
  1452. OpenDiscoPet.Visible = false
  1453. CloseDiscoPet.Visible = true
  1454.  
  1455. local Remote = game.ReplicatedStorage.rEvents['buyPetRemote']
  1456.  
  1457. while toggleDiscoPet do
  1458. if i < 9 then
  1459. local Arguments = {
  1460. [1] = AllPets[i],
  1461. [2] = "equipPet"
  1462. }
  1463.  
  1464. Remote:InvokeServer(unpack(Arguments))
  1465. i = i + 1
  1466. wait(0.2)
  1467. else
  1468. i = 1
  1469. end end
  1470. end)
  1471.  
  1472. CloseDiscoPet.MouseButton1Down:connect(function()
  1473. toggleDiscoPet = false
  1474. OpenDiscoPet.Visible = true
  1475. CloseDiscoPet.Visible = false
  1476. end)
  1477.  
  1478. CLOSEBUTTON_3.MouseButton1Down:connect(function()
  1479. MISCGUI.Visible = false
  1480. OpenMisc.Visible = true
  1481. CloseMisc.Visible = false
  1482. end)
  1483.  
  1484. CLOSEBUTTON_VERM.MouseButton1Down:connect(function()
  1485. zVERMGUI.Visible = false
  1486. end)
  1487.  
  1488. OpenURL.MouseButton1Down:connect(function()
  1489. warn('https://v3rmillion.net/member.php?action=profile&uid=695311')
  1490. lblVouchInfo2.Visible = true
  1491. end)
  1492.  
  1493.  
  1494.  
  1495.  
  1496. -- =======================DISCLAIMER====================== --
  1497. -- Script by: Bartvanm
  1498. -- Vouch the post for all the features! ( Space Gym )
  1499. -- Don't steal this and claim it yours. Read the post.
Add Comment
Please, Sign In to add comment