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