Pyan

Weight Lifting Simulator 3 GUI

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