Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.58 KB | None | 0 0
  1. -- Made by NoHackJustSkiIl v3r
  2.  
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Open = Instance.new("Frame")
  7. local OPEN = Instance.new("TextButton")
  8. local Main = Instance.new("Frame")
  9. local Discord = Instance.new("TextBox")
  10. local AutoMineB = Instance.new("TextButton")
  11. local BuyCratesB = Instance.new("TextButton")
  12. local LLAutoMine = Instance.new("TextButton")
  13. local RBHPackB = Instance.new("TextButton")
  14. local OpenCratesB = Instance.new("TextButton")
  15. local ExitBM = Instance.new("TextButton")
  16. local MiniB = Instance.new("TextButton")
  17. local NextB = Instance.new("TextButton")
  18. local Teleports = Instance.new("Frame")
  19. local STP = Instance.new("TextButton")
  20. local GCTP = Instance.new("TextButton")
  21. local QTP = Instance.new("TextButton")
  22. local TLTP = Instance.new("TextButton")
  23. local CLTP = Instance.new("TextButton")
  24. local EXIT = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. ScreenGui.Parent = game.Core
  29. Open.Name = "Open"
  30. Open.Parent = ScreenGui
  31. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Open.Position = UDim2.new(0.842592597, 0, 0.249110326, 0)
  33. Open.Size = UDim2.new(0, 204, 0, 42)
  34. Open.Visible = false
  35.  
  36. OPEN.Name = "OPEN"
  37. OPEN.Parent = Open
  38. OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
  39. OPEN.Size = UDim2.new(0, 204, 0, 42)
  40. OPEN.Font = Enum.Font.SourceSansBold
  41. OPEN.Text = "Open GUI"
  42. OPEN.TextColor3 = Color3.new(0, 0, 0)
  43. OPEN.TextScaled = true
  44. OPEN.TextSize = 14
  45. OPEN.TextWrapped = true
  46.  
  47. Main.Name = "Main"
  48. Main.Parent = ScreenGui
  49. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  50. Main.BorderColor3 = Color3.new(0, 0, 0)
  51. Main.BorderSizePixel = 4
  52. Main.Position = UDim2.new(0.273148179, 0, 0.335705817, 0)
  53. Main.Size = UDim2.new(0, 501, 0, 228)
  54.  
  55. Discord.Name = "Discord"
  56. Discord.Parent = Main
  57. Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. Discord.BorderSizePixel = 0
  59. Discord.Position = UDim2.new(-0.00199601054, 0, 0, 0)
  60. Discord.Size = UDim2.new(0, 223, 0, 33)
  61. Discord.Font = Enum.Font.SourceSansBold
  62. Discord.Text = "https://discord.gg/QHcFkk2"
  63. Discord.TextColor3 = Color3.new(0, 0, 0)
  64. Discord.TextScaled = true
  65. Discord.TextSize = 14
  66. Discord.TextWrapped = true
  67.  
  68. AutoMineB.Name = "AutoMineB"
  69. AutoMineB.Parent = Main
  70. AutoMineB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  71. AutoMineB.BorderColor3 = Color3.new(0, 0, 0)
  72. AutoMineB.BorderSizePixel = 4
  73. AutoMineB.Position = UDim2.new(0.0211706385, 0, 0.251748115, 0)
  74. AutoMineB.Size = UDim2.new(0, 200, 0, 50)
  75. AutoMineB.Font = Enum.Font.SourceSansBold
  76. AutoMineB.Text = "Auto Mine"
  77. AutoMineB.TextColor3 = Color3.new(1, 1, 1)
  78. AutoMineB.TextScaled = true
  79. AutoMineB.TextSize = 14
  80. AutoMineB.TextWrapped = true
  81.  
  82. BuyCratesB.Name = "BuyCratesB"
  83. BuyCratesB.Parent = Main
  84. BuyCratesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. BuyCratesB.BorderColor3 = Color3.new(0, 0, 0)
  86. BuyCratesB.BorderSizePixel = 4
  87. BuyCratesB.Position = UDim2.new(0.0211706385, 0, 0.510520041, 0)
  88. BuyCratesB.Size = UDim2.new(0, 200, 0, 50)
  89. BuyCratesB.Font = Enum.Font.SourceSansBold
  90. BuyCratesB.Text = "Buy Crates"
  91. BuyCratesB.TextColor3 = Color3.new(1, 1, 1)
  92. BuyCratesB.TextScaled = true
  93. BuyCratesB.TextSize = 14
  94. BuyCratesB.TextWrapped = true
  95.  
  96. LLAutoMine.Name = "LLAuto Mine"
  97. LLAutoMine.Parent = Main
  98. LLAutoMine.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  99. LLAutoMine.BorderColor3 = Color3.new(0, 0, 0)
  100. LLAutoMine.BorderSizePixel = 4
  101. LLAutoMine.Position = UDim2.new(0.0211706385, 0, 0.769291997, 0)
  102. LLAutoMine.Size = UDim2.new(0, 200, 0, 50)
  103. LLAutoMine.Font = Enum.Font.SourceSansBold
  104. LLAutoMine.Text = "Less leggy auto mine"
  105. LLAutoMine.TextColor3 = Color3.new(1, 1, 1)
  106. LLAutoMine.TextScaled = true
  107. LLAutoMine.TextSize = 14
  108. LLAutoMine.TextWrapped = true
  109.  
  110. RBHPackB.Name = "RBHPackB"
  111. RBHPackB.Parent = Main
  112. RBHPackB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. RBHPackB.BorderColor3 = Color3.new(0, 0, 0)
  114. RBHPackB.BorderSizePixel = 4
  115. RBHPackB.Position = UDim2.new(0.584044874, 0, 0.251748145, 0)
  116. RBHPackB.Size = UDim2.new(0, 200, 0, 50)
  117. RBHPackB.Font = Enum.Font.SourceSansBold
  118. RBHPackB.Text = "RBG Backpack"
  119. RBHPackB.TextColor3 = Color3.new(1, 1, 1)
  120. RBHPackB.TextScaled = true
  121. RBHPackB.TextSize = 14
  122. RBHPackB.TextWrapped = true
  123.  
  124. OpenCratesB.Name = "OpenCratesB"
  125. OpenCratesB.Parent = Main
  126. OpenCratesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  127. OpenCratesB.BorderColor3 = Color3.new(0, 0, 0)
  128. OpenCratesB.BorderSizePixel = 4
  129. OpenCratesB.Position = UDim2.new(0.584044874, 0, 0.510520101, 0)
  130. OpenCratesB.Size = UDim2.new(0, 200, 0, 50)
  131. OpenCratesB.Font = Enum.Font.SourceSansBold
  132. OpenCratesB.Text = "Open Crates"
  133. OpenCratesB.TextColor3 = Color3.new(1, 1, 1)
  134. OpenCratesB.TextScaled = true
  135. OpenCratesB.TextSize = 14
  136. OpenCratesB.TextWrapped = true
  137.  
  138. ExitBM.Name = "ExitBM"
  139. ExitBM.Parent = Main
  140. ExitBM.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  141. ExitBM.BorderColor3 = Color3.new(0, 0, 0)
  142. ExitBM.BorderSizePixel = 4
  143. ExitBM.Position = UDim2.new(0.738522947, 0, 0.0307017546, 0)
  144. ExitBM.Size = UDim2.new(0, 123, 0, 26)
  145. ExitBM.Font = Enum.Font.SourceSansBold
  146. ExitBM.Text = "EXIT"
  147. ExitBM.TextColor3 = Color3.new(1, 1, 1)
  148. ExitBM.TextScaled = true
  149. ExitBM.TextSize = 14
  150. ExitBM.TextWrapped = true
  151.  
  152. MiniB.Name = "MiniB"
  153. MiniB.Parent = Main
  154. MiniB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  155. MiniB.BorderColor3 = Color3.new(0, 0, 0)
  156. MiniB.BorderSizePixel = 4
  157. MiniB.Position = UDim2.new(0.461077839, 0, 0.0307017546, 0)
  158. MiniB.Size = UDim2.new(0, 123, 0, 26)
  159. MiniB.Font = Enum.Font.SourceSansBold
  160. MiniB.Text = "Mini"
  161. MiniB.TextColor3 = Color3.new(1, 1, 1)
  162. MiniB.TextScaled = true
  163. MiniB.TextSize = 14
  164. MiniB.TextWrapped = true
  165.  
  166. NextB.Name = "NextB"
  167. NextB.Parent = Main
  168. NextB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  169. NextB.BorderColor3 = Color3.new(0, 0, 0)
  170. NextB.BorderSizePixel = 4
  171. NextB.Position = UDim2.new(0.445109785, 0, 0.276315778, 0)
  172. NextB.Size = UDim2.new(0, 56, 0, 153)
  173. NextB.Font = Enum.Font.SourceSansBold
  174. NextB.Text = "Next Tab"
  175. NextB.TextColor3 = Color3.new(1, 1, 1)
  176. NextB.TextScaled = true
  177. NextB.TextSize = 14
  178. NextB.TextWrapped = true
  179.  
  180. Teleports.Name = "Teleports"
  181. Teleports.Parent = ScreenGui
  182. Teleports.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  183. Teleports.BorderColor3 = Color3.new(0, 0, 0)
  184. Teleports.BorderSizePixel = 4
  185. Teleports.Position = UDim2.new(0.618827164, 0, 0.685646534, 0)
  186. Teleports.Size = UDim2.new(0, 427, 0, 209)
  187. Teleports.Visible = false
  188.  
  189. STP.Name = "STP"
  190. STP.Parent = Teleports
  191. STP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  192. STP.BorderColor3 = Color3.new(0, 0, 0)
  193. STP.BorderSizePixel = 4
  194. STP.Position = UDim2.new(0.585480094, 0, 0.779904306, 0)
  195. STP.Size = UDim2.new(0, 168, 0, 40)
  196. STP.Font = Enum.Font.SourceSansBold
  197. STP.Text = "Space TP"
  198. STP.TextColor3 = Color3.new(1, 1, 1)
  199. STP.TextScaled = true
  200. STP.TextSize = 14
  201. STP.TextWrapped = true
  202.  
  203. GCTP.Name = "GCTP"
  204. GCTP.Parent = Teleports
  205. GCTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  206. GCTP.BorderColor3 = Color3.new(0, 0, 0)
  207. GCTP.BorderSizePixel = 4
  208. GCTP.Position = UDim2.new(0.0140515221, 0, 0.516746402, 0)
  209. GCTP.Size = UDim2.new(0, 168, 0, 40)
  210. GCTP.Font = Enum.Font.SourceSansBold
  211. GCTP.Text = "Golden Chest TP"
  212. GCTP.TextColor3 = Color3.new(1, 1, 1)
  213. GCTP.TextScaled = true
  214. GCTP.TextSize = 14
  215. GCTP.TextWrapped = true
  216.  
  217. QTP.Name = "QTP"
  218. QTP.Parent = Teleports
  219. QTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  220. QTP.BorderColor3 = Color3.new(0, 0, 0)
  221. QTP.BorderSizePixel = 4
  222. QTP.Position = UDim2.new(0.585480094, 0, 0.516746402, 0)
  223. QTP.Size = UDim2.new(0, 168, 0, 40)
  224. QTP.Font = Enum.Font.SourceSansBold
  225. QTP.Text = "Quartz TP"
  226. QTP.TextColor3 = Color3.new(1, 1, 1)
  227. QTP.TextScaled = true
  228. QTP.TextSize = 14
  229. QTP.TextWrapped = true
  230.  
  231. TLTP.Name = "TLTP"
  232. TLTP.Parent = Teleports
  233. TLTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  234. TLTP.BorderColor3 = Color3.new(0, 0, 0)
  235. TLTP.BorderSizePixel = 4
  236. TLTP.Position = UDim2.new(0.0140515221, 0, 0.263157904, 0)
  237. TLTP.Size = UDim2.new(0, 168, 0, 40)
  238. TLTP.Font = Enum.Font.SourceSansBold
  239. TLTP.Text = "Toyland TP"
  240. TLTP.TextColor3 = Color3.new(1, 1, 1)
  241. TLTP.TextScaled = true
  242. TLTP.TextSize = 14
  243. TLTP.TextWrapped = true
  244.  
  245. CLTP.Name = "CLTP"
  246. CLTP.Parent = Teleports
  247. CLTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  248. CLTP.BorderColor3 = Color3.new(0, 0, 0)
  249. CLTP.BorderSizePixel = 4
  250. CLTP.Position = UDim2.new(0.585480094, 0, 0.263157904, 0)
  251. CLTP.Size = UDim2.new(0, 168, 0, 40)
  252. CLTP.Font = Enum.Font.SourceSansBold
  253. CLTP.Text = "Candyland TP"
  254. CLTP.TextColor3 = Color3.new(1, 1, 1)
  255. CLTP.TextScaled = true
  256. CLTP.TextSize = 14
  257. CLTP.TextWrapped = true
  258.  
  259. EXIT.Name = "EXIT"
  260. EXIT.Parent = Teleports
  261. EXIT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  262. EXIT.BorderColor3 = Color3.new(0, 0, 0)
  263. EXIT.BorderSizePixel = 4
  264. EXIT.Position = UDim2.new(0.374707252, 0, 0.0334928222, 0)
  265. EXIT.Size = UDim2.new(0, 106, 0, 34)
  266. EXIT.Font = Enum.Font.SourceSansBold
  267. EXIT.Text = "EXIT"
  268. EXIT.TextColor3 = Color3.new(1, 1, 1)
  269. EXIT.TextScaled = true
  270. EXIT.TextSize = 14
  271. EXIT.TextWrapped = true
  272.  
  273. -- Scripts
  274.  
  275. Open.Name = "Open"
  276. Open.Parent = ScreenGui
  277. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Open.Position = UDim2.new(0.842592597, 0, 0.249110326, 0)
  279. Open.Size = UDim2.new(0, 204, 0, 42)
  280. Open.Visible = false
  281.  
  282. OPEN.Name = "OPEN"
  283. OPEN.Parent = Open
  284. OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
  285. OPEN.Size = UDim2.new(0, 204, 0, 42)
  286. OPEN.Font = Enum.Font.SourceSansBold
  287. OPEN.Text = "Open GUI"
  288. OPEN.TextColor3 = Color3.new(0, 0, 0)
  289. OPEN.TextScaled = true
  290. OPEN.TextSize = 14
  291. OPEN.TextWrapped = true
  292.  
  293. Main.Name = "Main"
  294. Main.Parent = ScreenGui
  295. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  296. Main.BorderColor3 = Color3.new(0, 0, 0)
  297. Main.BorderSizePixel = 4
  298. Main.Position = UDim2.new(0.273148179, 0, 0.335705817, 0)
  299. Main.Size = UDim2.new(0, 501, 0, 228)
  300.  
  301. Discord.Name = "Discord"
  302. Discord.Parent = Main
  303. Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  304. Discord.BorderSizePixel = 0
  305. Discord.Position = UDim2.new(-0.00199601054, 0, 0, 0)
  306. Discord.Size = UDim2.new(0, 223, 0, 33)
  307. Discord.Font = Enum.Font.SourceSansBold
  308. Discord.Text = "https://discord.gg/QHcFkk2"
  309. Discord.TextColor3 = Color3.new(0, 0, 0)
  310. Discord.TextScaled = true
  311. Discord.TextSize = 14
  312. Discord.TextWrapped = true
  313.  
  314. AutoMineB.Name = "AutoMineB"
  315. AutoMineB.Parent = Main
  316. AutoMineB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  317. AutoMineB.BorderColor3 = Color3.new(0, 0, 0)
  318. AutoMineB.BorderSizePixel = 4
  319. AutoMineB.Position = UDim2.new(0.0211706385, 0, 0.251748115, 0)
  320. AutoMineB.Size = UDim2.new(0, 200, 0, 50)
  321. AutoMineB.Font = Enum.Font.SourceSansBold
  322. AutoMineB.Text = "Auto Mine"
  323. AutoMineB.TextColor3 = Color3.new(1, 1, 1)
  324. AutoMineB.TextScaled = true
  325. AutoMineB.TextSize = 14
  326. AutoMineB.TextWrapped = true
  327.  
  328. BuyCratesB.Name = "BuyCratesB"
  329. BuyCratesB.Parent = Main
  330. BuyCratesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  331. BuyCratesB.BorderColor3 = Color3.new(0, 0, 0)
  332. BuyCratesB.BorderSizePixel = 4
  333. BuyCratesB.Position = UDim2.new(0.0211706385, 0, 0.510520041, 0)
  334. BuyCratesB.Size = UDim2.new(0, 200, 0, 50)
  335. BuyCratesB.Font = Enum.Font.SourceSansBold
  336. BuyCratesB.Text = "Buy Crates"
  337. BuyCratesB.TextColor3 = Color3.new(1, 1, 1)
  338. BuyCratesB.TextScaled = true
  339. BuyCratesB.TextSize = 14
  340. BuyCratesB.TextWrapped = true
  341.  
  342. LLAutoMine.Name = "LLAuto Mine"
  343. LLAutoMine.Parent = Main
  344. LLAutoMine.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  345. LLAutoMine.BorderColor3 = Color3.new(0, 0, 0)
  346. LLAutoMine.BorderSizePixel = 4
  347. LLAutoMine.Position = UDim2.new(0.0211706385, 0, 0.769291997, 0)
  348. LLAutoMine.Size = UDim2.new(0, 200, 0, 50)
  349. LLAutoMine.Font = Enum.Font.SourceSansBold
  350. LLAutoMine.Text = "Less leggy auto mine"
  351. LLAutoMine.TextColor3 = Color3.new(1, 1, 1)
  352. LLAutoMine.TextScaled = true
  353. LLAutoMine.TextSize = 14
  354. LLAutoMine.TextWrapped = true
  355.  
  356. RBHPackB.Name = "RBHPackB"
  357. RBHPackB.Parent = Main
  358. RBHPackB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  359. RBHPackB.BorderColor3 = Color3.new(0, 0, 0)
  360. RBHPackB.BorderSizePixel = 4
  361. RBHPackB.Position = UDim2.new(0.584044874, 0, 0.251748145, 0)
  362. RBHPackB.Size = UDim2.new(0, 200, 0, 50)
  363. RBHPackB.Font = Enum.Font.SourceSansBold
  364. RBHPackB.Text = "RBG Backpack"
  365. RBHPackB.TextColor3 = Color3.new(1, 1, 1)
  366. RBHPackB.TextScaled = true
  367. RBHPackB.TextSize = 14
  368. RBHPackB.TextWrapped = true
  369.  
  370. OpenCratesB.Name = "OpenCratesB"
  371. OpenCratesB.Parent = Main
  372. OpenCratesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  373. OpenCratesB.BorderColor3 = Color3.new(0, 0, 0)
  374. OpenCratesB.BorderSizePixel = 4
  375. OpenCratesB.Position = UDim2.new(0.584044874, 0, 0.510520101, 0)
  376. OpenCratesB.Size = UDim2.new(0, 200, 0, 50)
  377. OpenCratesB.Font = Enum.Font.SourceSansBold
  378. OpenCratesB.Text = "Open Crates"
  379. OpenCratesB.TextColor3 = Color3.new(1, 1, 1)
  380. OpenCratesB.TextScaled = true
  381. OpenCratesB.TextSize = 14
  382. OpenCratesB.TextWrapped = true
  383.  
  384. ExitBM.Name = "ExitBM"
  385. ExitBM.Parent = Main
  386. ExitBM.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  387. ExitBM.BorderColor3 = Color3.new(0, 0, 0)
  388. ExitBM.BorderSizePixel = 4
  389. ExitBM.Position = UDim2.new(0.738522947, 0, 0.0307017546, 0)
  390. ExitBM.Size = UDim2.new(0, 123, 0, 26)
  391. ExitBM.Font = Enum.Font.SourceSansBold
  392. ExitBM.Text = "EXIT"
  393. ExitBM.TextColor3 = Color3.new(1, 1, 1)
  394. ExitBM.TextScaled = true
  395. ExitBM.TextSize = 14
  396. ExitBM.TextWrapped = true
  397.  
  398. MiniB.Name = "MiniB"
  399. MiniB.Parent = Main
  400. MiniB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  401. MiniB.BorderColor3 = Color3.new(0, 0, 0)
  402. MiniB.BorderSizePixel = 4
  403. MiniB.Position = UDim2.new(0.461077839, 0, 0.0307017546, 0)
  404. MiniB.Size = UDim2.new(0, 123, 0, 26)
  405. MiniB.Font = Enum.Font.SourceSansBold
  406. MiniB.Text = "Mini"
  407. MiniB.TextColor3 = Color3.new(1, 1, 1)
  408. MiniB.TextScaled = true
  409. MiniB.TextSize = 14
  410. MiniB.TextWrapped = true
  411.  
  412. NextB.Name = "NextB"
  413. NextB.Parent = Main
  414. NextB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  415. NextB.BorderColor3 = Color3.new(0, 0, 0)
  416. NextB.BorderSizePixel = 4
  417. NextB.Position = UDim2.new(0.445109785, 0, 0.276315778, 0)
  418. NextB.Size = UDim2.new(0, 56, 0, 153)
  419. NextB.Font = Enum.Font.SourceSansBold
  420. NextB.Text = "Next Tab"
  421. NextB.TextColor3 = Color3.new(1, 1, 1)
  422. NextB.TextScaled = true
  423. NextB.TextSize = 14
  424. NextB.TextWrapped = true
  425.  
  426. Teleports.Name = "Teleports"
  427. Teleports.Parent = ScreenGui
  428. Teleports.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  429. Teleports.BorderColor3 = Color3.new(0, 0, 0)
  430. Teleports.BorderSizePixel = 4
  431. Teleports.Position = UDim2.new(0.618827164, 0, 0.685646534, 0)
  432. Teleports.Size = UDim2.new(0, 427, 0, 209)
  433. Teleports.Visible = false
  434.  
  435. STP.Name = "STP"
  436. STP.Parent = Teleports
  437. STP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  438. STP.BorderColor3 = Color3.new(0, 0, 0)
  439. STP.BorderSizePixel = 4
  440. STP.Position = UDim2.new(0.585480094, 0, 0.779904306, 0)
  441. STP.Size = UDim2.new(0, 168, 0, 40)
  442. STP.Font = Enum.Font.SourceSansBold
  443. STP.Text = "Space TP"
  444. STP.TextColor3 = Color3.new(1, 1, 1)
  445. STP.TextScaled = true
  446. STP.TextSize = 14
  447. STP.TextWrapped = true
  448.  
  449. GCTP.Name = "GCTP"
  450. GCTP.Parent = Teleports
  451. GCTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  452. GCTP.BorderColor3 = Color3.new(0, 0, 0)
  453. GCTP.BorderSizePixel = 4
  454. GCTP.Position = UDim2.new(0.0140515221, 0, 0.516746402, 0)
  455. GCTP.Size = UDim2.new(0, 168, 0, 40)
  456. GCTP.Font = Enum.Font.SourceSansBold
  457. GCTP.Text = "Golden Chest TP"
  458. GCTP.TextColor3 = Color3.new(1, 1, 1)
  459. GCTP.TextScaled = true
  460. GCTP.TextSize = 14
  461. GCTP.TextWrapped = true
  462.  
  463. QTP.Name = "QTP"
  464. QTP.Parent = Teleports
  465. QTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  466. QTP.BorderColor3 = Color3.new(0, 0, 0)
  467. QTP.BorderSizePixel = 4
  468. QTP.Position = UDim2.new(0.585480094, 0, 0.516746402, 0)
  469. QTP.Size = UDim2.new(0, 168, 0, 40)
  470. QTP.Font = Enum.Font.SourceSansBold
  471. QTP.Text = "Quartz TP"
  472. QTP.TextColor3 = Color3.new(1, 1, 1)
  473. QTP.TextScaled = true
  474. QTP.TextSize = 14
  475. QTP.TextWrapped = true
  476.  
  477. TLTP.Name = "TLTP"
  478. TLTP.Parent = Teleports
  479. TLTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  480. TLTP.BorderColor3 = Color3.new(0, 0, 0)
  481. TLTP.BorderSizePixel = 4
  482. TLTP.Position = UDim2.new(0.0140515221, 0, 0.263157904, 0)
  483. TLTP.Size = UDim2.new(0, 168, 0, 40)
  484. TLTP.Font = Enum.Font.SourceSansBold
  485. TLTP.Text = "Toyland TP"
  486. TLTP.TextColor3 = Color3.new(1, 1, 1)
  487. TLTP.TextScaled = true
  488. TLTP.TextSize = 14
  489. TLTP.TextWrapped = true
  490.  
  491. CLTP.Name = "CLTP"
  492. CLTP.Parent = Teleports
  493. CLTP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  494. CLTP.BorderColor3 = Color3.new(0, 0, 0)
  495. CLTP.BorderSizePixel = 4
  496. CLTP.Position = UDim2.new(0.585480094, 0, 0.263157904, 0)
  497. CLTP.Size = UDim2.new(0, 168, 0, 40)
  498. CLTP.Font = Enum.Font.SourceSansBold
  499. CLTP.Text = "Candyland TP"
  500. CLTP.TextColor3 = Color3.new(1, 1, 1)
  501. CLTP.TextScaled = true
  502. CLTP.TextSize = 14
  503. CLTP.TextWrapped = true
  504.  
  505. EXIT.Name = "EXIT"
  506. EXIT.Parent = Teleports
  507. EXIT.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  508. EXIT.BorderColor3 = Color3.new(0, 0, 0)
  509. EXIT.BorderSizePixel = 4
  510. EXIT.Position = UDim2.new(0.374707252, 0, 0.0334928222, 0)
  511. EXIT.Size = UDim2.new(0, 106, 0, 34)
  512. EXIT.Font = Enum.Font.SourceSansBold
  513. EXIT.Text = "EXIT"
  514. EXIT.TextColor3 = Color3.new(1, 1, 1)
  515. EXIT.TextScaled = true
  516. EXIT.TextSize = 14
  517. EXIT.TextWrapped = true
  518.  
  519. -- Open thing
  520.  
  521. OPEN.MouseButton1Down:connect(function()
  522. Main.Visible = true
  523. Open.Visible = false
  524. end)
  525.  
  526. -- Main GUI
  527.  
  528. Main.Active = true
  529. Main.Draggable = true
  530.  
  531. MiniB.MouseButton1Click:connect(function()
  532. Main.Visible = false
  533. Open.Visible = true
  534. end)
  535.  
  536. ExitBM.MouseButton1Click:connect(function()
  537. Main.Visible = false
  538. Open.Visible = false
  539. end)
  540.  
  541. -- Main GUI scripts
  542.  
  543. AutoMineB.MouseButton1Down:connect(function()
  544. repeat
  545. wait(5)
  546. for i,v in pairs(game.Workspace.Blocks:GetChildren()) do
  547. if v.Stats.Multiplier.Value > 0 then
  548. v.Stats.Multiplier.Value = 0
  549. end
  550. end
  551. until game.Players.NumPlayers == 300 -- cuz why not
  552. end)
  553.  
  554. BuyCratesB.MouseButton1Down:connect(function()
  555. local CratesToBuy = 2000 -- How many you want to buy
  556. workspace.RemoteEvent:FireServer('OpenCrate', 'Epic',CratesToBuy )
  557. end)
  558.  
  559. LLAutoMine.MouseButton1Down:connect(function()
  560. while wait() do
  561. for i,v in pairs(game.Workspace.Blocks:GetChildren()) do
  562. v.Name = "Grass"
  563. end
  564. end
  565. end)
  566.  
  567. OpenCratesB.MouseButton1Down:connect(function()
  568. local CratesToOpen = 1000 -- Crates to open
  569. for i = 1,CratesToOpen do
  570. workspace.RemoteEvent:FireServer('SpinCrate', 'Epic')
  571. wait(.5)
  572. end
  573. end)
  574.  
  575. RBHPackB.MouseButton1Down:connect(function()
  576. -d4sh
  577.  
  578. while wait() do
  579. wait(0.2)
  580. game.Workspace.RemoteEvent:FireServer("ChangeColor", "Bright red")
  581. wait(0.2)
  582. game.Workspace.RemoteEvent:FireServer("ChangeColor", "Bright green")
  583. wait(0.2)
  584. game.Workspace.RemoteEvent:FireServer("ChangeColor", "Bright blue")
  585. end
  586. end)
  587.  
  588. -- Teleports
  589.  
  590. Teleports.MouseButton1Click:connect(function()
  591. Teleports.Visible = true
  592.  
  593. EXIT.MouseButton1Click:connect(function()
  594. Teleports.Visible = false
  595. end)
  596.  
  597. --Teleports Scripts
  598.  
  599. TLTP.MouseButton1Down:connect(function()
  600. game.Workspace.RemoteEvent:FireServer("MoveTo", "ToySpawn")
  601. end)
  602.  
  603. GCTP.MouseButton1Down:connect(function()
  604. meme = game.Players.LocalPlayer.Character.HumanoidRootPart
  605. for i,v in pairs(game.Workspace.Blocks["Golden Chest"].Model:GetChildren()) do
  606. print(i,v)
  607. if v.Name == "MeshPart" then
  608. meme.CFrame = v.CFrame
  609. end
  610. end
  611. end)
  612.  
  613. CLTP.MouseButton1Down:connect(function()
  614. game.Workspace.RemoteEvent:FireServer("MoveTo", "CandySpawn")
  615. end)
  616.  
  617. QTP.MouseButton1Down:connect(function()
  618. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Blocks.Quartz.ColorPart.Position)
  619. end)
  620.  
  621. STP.MouseButton1Down:connect(function()
  622. game.Workspace.RemoteEvent:FireServer("MoveTo", "SpaceSpawn")
  623. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement