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

Replies to Untitled rss

Title Name Language When
Re: Untitled Cream Bongo text 5 Years ago.