eren2481

Untitled

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