Advertisement
Sykotic_Cataclysm

BoogaScript

Feb 1st, 2019
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.68 KB | None | 0 0
  1. -- Instances
  2.  
  3. local BoogaBooga = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local TopLabel = Instance.new("TextLabel")
  6. local Minimize = Instance.new("TextButton")
  7. local IdeasLabel = Instance.new("TextLabel")
  8. local TeleportsButton = Instance.new("TextButton")
  9. local FunctionsButton = Instance.new("TextButton")
  10. local CreditsButton = Instance.new("TextButton")
  11. local FunctionsFrame = Instance.new("Frame")
  12. local WalkSpeed = Instance.new("TextButton")
  13. local JumpPower = Instance.new("TextButton")
  14. local JumpAmount = Instance.new("TextBox")
  15. local WalkAmount = Instance.new("TextBox")
  16. local AutoBreak = Instance.new("TextButton")
  17. local AutoPickup = Instance.new("TextButton")
  18. local PanicTp = Instance.new("TextButton")
  19. local BreakKey = Instance.new("TextBox")
  20. local PickupKey = Instance.new("TextBox")
  21. local PanicKey = Instance.new("TextBox")
  22. local XRay = Instance.new("TextButton")
  23. local InfJump = Instance.new("TextButton")
  24. local Fly = Instance.new("TextButton")
  25. local ESP = Instance.new("TextButton")
  26. local RemoveWeather = Instance.new("TextButton")
  27. local TeleportsFrame = Instance.new("Frame")
  28. local MainIsland = Instance.new("TextButton")
  29. local StartIsland = Instance.new("TextButton")
  30. local WaterfallIsland = Instance.new("TextButton")
  31. local IceIsland = Instance.new("TextButton")
  32. local AduriteCave = Instance.new("TextButton")
  33. local CrystalIsland = Instance.new("TextButton")
  34. local AncientCave = Instance.new("TextButton")
  35. local AncientTreeIsland = Instance.new("TextButton")
  36. local PlayerTeleport = Instance.new("TextButton")
  37. local SetLocation = Instance.new("TextButton")
  38. local MoveToLocation = Instance.new("TextButton")
  39. local VoidMap = Instance.new("TextButton")
  40. local PlayerInput = Instance.new("TextBox")
  41. local TextLabel = Instance.new("TextLabel")
  42. local CreditsFrame = Instance.new("Frame")
  43. local CreditsLabel = Instance.new("TextLabel")
  44. local Close = Instance.new("TextButton")
  45. local StartFrame = Instance.new("Frame")
  46. local StartClose = Instance.new("TextButton")
  47. local StartOpen = Instance.new("TextButton")
  48. -- Properties
  49. BoogaBooga.Name = "BoogaBooga"
  50. BoogaBooga.Parent = game.CoreGui
  51.  
  52. MainFrame.Name = "MainFrame"
  53. MainFrame.Parent = BoogaBooga
  54. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  55. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  56. MainFrame.BackgroundTransparency = 0.5
  57. MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  58. MainFrame.Size = UDim2.new(0, 600, 0, 300)
  59.  
  60. TopLabel.Name = "TopLabel"
  61. TopLabel.Parent = MainFrame
  62. TopLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TopLabel.BackgroundTransparency = 1
  64. TopLabel.Size = UDim2.new(0, 520, 0, 40)
  65. TopLabel.Font = Enum.Font.Fantasy
  66. TopLabel.Text = "Booga Booga Gui v1.0 By Syko"
  67. TopLabel.TextColor3 = Color3.new(1, 1, 1)
  68. TopLabel.TextSize = 22
  69.  
  70. Minimize.Name = "Minimize"
  71. Minimize.Parent = MainFrame
  72. Minimize.AnchorPoint = Vector2.new(1, 0)
  73. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Minimize.BackgroundTransparency = 1
  75. Minimize.BorderSizePixel = 0
  76. Minimize.Position = UDim2.new(0.930000007, 0, 0, 0)
  77. Minimize.Size = UDim2.new(0, 40, 0, 40)
  78. Minimize.Font = Enum.Font.SourceSans
  79. Minimize.Text = "-"
  80. Minimize.TextColor3 = Color3.new(1, 1, 1)
  81. Minimize.TextSize = 50
  82.  
  83. IdeasLabel.Name = "IdeasLabel"
  84. IdeasLabel.Parent = MainFrame
  85. IdeasLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  86. IdeasLabel.BackgroundTransparency = 1
  87. IdeasLabel.Position = UDim2.new(0, 0, 1, 0)
  88. IdeasLabel.Size = UDim2.new(0, 600, 0, 160)
  89. IdeasLabel.Font = Enum.Font.Fantasy
  90. IdeasLabel.Text = "- ESP - WalkSpeed - JumpPower - Auto PickUp - Remove Effects - Auto Break - Player TP - Void Map TP - Fly - Infinite Jump - Teleports - Custom Location Teleport - XRay - Panic TP"
  91. IdeasLabel.TextColor3 = Color3.new(1, 1, 1)
  92. IdeasLabel.TextSize = 22
  93. IdeasLabel.TextWrapped = true
  94.  
  95. TeleportsButton.Name = "TeleportsButton"
  96. TeleportsButton.Parent = MainFrame
  97. TeleportsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  98. TeleportsButton.BackgroundTransparency = 0.89999997615814
  99. TeleportsButton.BorderColor3 = Color3.new(0, 0, 0)
  100. TeleportsButton.BorderSizePixel = 2
  101. TeleportsButton.Position = UDim2.new(0.00499999989, 0, 0.150000006, 0)
  102. TeleportsButton.Size = UDim2.new(0, 230, 0, 40)
  103. TeleportsButton.Font = Enum.Font.SourceSans
  104. TeleportsButton.Text = "Teleports"
  105. TeleportsButton.TextColor3 = Color3.new(1, 1, 1)
  106. TeleportsButton.TextSize = 30
  107.  
  108. FunctionsButton.Name = "FunctionsButton"
  109. FunctionsButton.Parent = MainFrame
  110. FunctionsButton.Active = false
  111. FunctionsButton.AnchorPoint = Vector2.new(0.5, 0)
  112. FunctionsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  113. FunctionsButton.BackgroundTransparency = 0.89999997615814
  114. FunctionsButton.BorderColor3 = Color3.new(0, 0, 0)
  115. FunctionsButton.BorderSizePixel = 2
  116. FunctionsButton.Position = UDim2.new(0.589999974, 0, 0.150000006, 0)
  117. FunctionsButton.Size = UDim2.new(0, 230, 0, 40)
  118. FunctionsButton.Font = Enum.Font.SourceSans
  119. FunctionsButton.Text = "Functions"
  120. FunctionsButton.TextColor3 = Color3.new(1, 1, 1)
  121. FunctionsButton.TextSize = 30
  122.  
  123. CreditsButton.Name = "CreditsButton"
  124. CreditsButton.Parent = MainFrame
  125. CreditsButton.Active = false
  126. CreditsButton.AnchorPoint = Vector2.new(1, 0)
  127. CreditsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  128. CreditsButton.BackgroundTransparency = 0.89999997615814
  129. CreditsButton.BorderColor3 = Color3.new(0, 0, 0)
  130. CreditsButton.BorderSizePixel = 2
  131. CreditsButton.Position = UDim2.new(0.995000005, 0, 0.150000006, 0)
  132. CreditsButton.Size = UDim2.new(0, 120, 0, 40)
  133. CreditsButton.Font = Enum.Font.SourceSans
  134. CreditsButton.Text = "Credits"
  135. CreditsButton.TextColor3 = Color3.new(1, 1, 1)
  136. CreditsButton.TextSize = 30
  137.  
  138. FunctionsFrame.Name = "FunctionsFrame"
  139. FunctionsFrame.Parent = MainFrame
  140. FunctionsFrame.AnchorPoint = Vector2.new(0, 1)
  141. FunctionsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  142. FunctionsFrame.BackgroundTransparency = 0.89999997615814
  143. FunctionsFrame.BorderColor3 = Color3.new(0, 0, 0)
  144. FunctionsFrame.BorderSizePixel = 2
  145. FunctionsFrame.Position = UDim2.new(0.00499999989, 0, 0.995000005, 0)
  146. FunctionsFrame.Size = UDim2.new(0, 595, 0, 205)
  147.  
  148. WalkSpeed.Name = "WalkSpeed"
  149. WalkSpeed.Parent = FunctionsFrame
  150. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  151. WalkSpeed.BackgroundTransparency = 0.60000002384186
  152. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  153. WalkSpeed.BorderSizePixel = 2
  154. WalkSpeed.Position = UDim2.new(0.0149999997, 0, 0.0500000007, 0)
  155. WalkSpeed.Size = UDim2.new(0, 135, 0, 35)
  156. WalkSpeed.Font = Enum.Font.Fantasy
  157. WalkSpeed.Text = "WalkSpeed (Multiplier)"
  158. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  159. WalkSpeed.TextSize = 16
  160. WalkSpeed.TextWrapped = true
  161.  
  162. JumpPower.Name = "JumpPower"
  163. JumpPower.Parent = FunctionsFrame
  164. JumpPower.AnchorPoint = Vector2.new(0.5, 0)
  165. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  166. JumpPower.BackgroundTransparency = 0.60000002384186
  167. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  168. JumpPower.BorderSizePixel = 2
  169. JumpPower.Position = UDim2.new(0.625, 0, 0.0500000007, 0)
  170. JumpPower.Size = UDim2.new(0, 135, 0, 35)
  171. JumpPower.Font = Enum.Font.Fantasy
  172. JumpPower.Text = "JumpPower"
  173. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  174. JumpPower.TextSize = 18
  175.  
  176. JumpAmount.Name = "JumpAmount"
  177. JumpAmount.Parent = FunctionsFrame
  178. JumpAmount.AnchorPoint = Vector2.new(1, 0)
  179. JumpAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  180. JumpAmount.BackgroundTransparency = 0.60000002384186
  181. JumpAmount.BorderColor3 = Color3.new(0, 0, 0)
  182. JumpAmount.BorderSizePixel = 2
  183. JumpAmount.Position = UDim2.new(0.985000014, 0, 0.0500000007, 0)
  184. JumpAmount.Size = UDim2.new(0, 130, 0, 35)
  185. JumpAmount.Font = Enum.Font.ArialBold
  186. JumpAmount.Text = "50"
  187. JumpAmount.TextColor3 = Color3.new(1, 1, 1)
  188. JumpAmount.TextSize = 18
  189.  
  190. WalkAmount.Name = "WalkAmount"
  191. WalkAmount.Parent = FunctionsFrame
  192. WalkAmount.AnchorPoint = Vector2.new(0.5, 0)
  193. WalkAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  194. WalkAmount.BackgroundTransparency = 0.60000002384186
  195. WalkAmount.BorderColor3 = Color3.new(0, 0, 0)
  196. WalkAmount.BorderSizePixel = 2
  197. WalkAmount.Position = UDim2.new(0.375, 0, 0.0500000007, 0)
  198. WalkAmount.Size = UDim2.new(0, 130, 0, 35)
  199. WalkAmount.Font = Enum.Font.ArialBold
  200. WalkAmount.Text = "1"
  201. WalkAmount.TextColor3 = Color3.new(1, 1, 1)
  202. WalkAmount.TextSize = 18
  203.  
  204. AutoBreak.Name = "AutoBreak"
  205. AutoBreak.Parent = FunctionsFrame
  206. AutoBreak.BackgroundColor3 = Color3.new(0, 0, 0)
  207. AutoBreak.BackgroundTransparency = 0.60000002384186
  208. AutoBreak.BorderColor3 = Color3.new(0, 0, 0)
  209. AutoBreak.BorderSizePixel = 2
  210. AutoBreak.Position = UDim2.new(0.0149999997, 0, 0.289999992, 0)
  211. AutoBreak.Size = UDim2.new(0, 135, 0, 35)
  212. AutoBreak.Font = Enum.Font.Fantasy
  213. AutoBreak.Text = "Auto Break"
  214. AutoBreak.TextColor3 = Color3.new(1, 1, 1)
  215. AutoBreak.TextSize = 18
  216.  
  217. AutoPickup.Name = "AutoPickup"
  218. AutoPickup.Parent = FunctionsFrame
  219. AutoPickup.BackgroundColor3 = Color3.new(0, 0, 0)
  220. AutoPickup.BackgroundTransparency = 0.60000002384186
  221. AutoPickup.BorderColor3 = Color3.new(0, 0, 0)
  222. AutoPickup.BorderSizePixel = 2
  223. AutoPickup.Position = UDim2.new(0.0149999997, 0, 0.529999971, 0)
  224. AutoPickup.Size = UDim2.new(0, 135, 0, 35)
  225. AutoPickup.Font = Enum.Font.Fantasy
  226. AutoPickup.Text = "Auto Pick Up"
  227. AutoPickup.TextColor3 = Color3.new(1, 1, 1)
  228. AutoPickup.TextSize = 18
  229.  
  230. PanicTp.Name = "PanicTp"
  231. PanicTp.Parent = FunctionsFrame
  232. PanicTp.BackgroundColor3 = Color3.new(0, 0, 0)
  233. PanicTp.BackgroundTransparency = 0.60000002384186
  234. PanicTp.BorderColor3 = Color3.new(0, 0, 0)
  235. PanicTp.BorderSizePixel = 2
  236. PanicTp.Position = UDim2.new(0.0149999997, 0, 0.769999981, 0)
  237. PanicTp.Size = UDim2.new(0, 135, 0, 35)
  238. PanicTp.Font = Enum.Font.Fantasy
  239. PanicTp.Text = "Panic Teleport"
  240. PanicTp.TextColor3 = Color3.new(1, 1, 1)
  241. PanicTp.TextSize = 18
  242.  
  243. BreakKey.Name = "BreakKey"
  244. BreakKey.Parent = FunctionsFrame
  245. BreakKey.AnchorPoint = Vector2.new(0.5, 0)
  246. BreakKey.BackgroundColor3 = Color3.new(0, 0, 0)
  247. BreakKey.BackgroundTransparency = 0.60000002384186
  248. BreakKey.BorderColor3 = Color3.new(0, 0, 0)
  249. BreakKey.BorderSizePixel = 2
  250. BreakKey.Position = UDim2.new(0.375, 0, 0.289999992, 0)
  251. BreakKey.Size = UDim2.new(0, 130, 0, 35)
  252. BreakKey.Font = Enum.Font.ArialBold
  253. BreakKey.Text = "q"
  254. BreakKey.TextColor3 = Color3.new(1, 1, 1)
  255. BreakKey.TextSize = 18
  256.  
  257. PickupKey.Name = "PickupKey"
  258. PickupKey.Parent = FunctionsFrame
  259. PickupKey.AnchorPoint = Vector2.new(0.5, 0)
  260. PickupKey.BackgroundColor3 = Color3.new(0, 0, 0)
  261. PickupKey.BackgroundTransparency = 0.60000002384186
  262. PickupKey.BorderColor3 = Color3.new(0, 0, 0)
  263. PickupKey.BorderSizePixel = 2
  264. PickupKey.Position = UDim2.new(0.375, 0, 0.529999971, 0)
  265. PickupKey.Size = UDim2.new(0, 130, 0, 35)
  266. PickupKey.Font = Enum.Font.ArialBold
  267. PickupKey.Text = "e"
  268. PickupKey.TextColor3 = Color3.new(1, 1, 1)
  269. PickupKey.TextSize = 18
  270.  
  271. PanicKey.Name = "PanicKey"
  272. PanicKey.Parent = FunctionsFrame
  273. PanicKey.AnchorPoint = Vector2.new(0.5, 0)
  274. PanicKey.BackgroundColor3 = Color3.new(0, 0, 0)
  275. PanicKey.BackgroundTransparency = 0.60000002384186
  276. PanicKey.BorderColor3 = Color3.new(0, 0, 0)
  277. PanicKey.BorderSizePixel = 2
  278. PanicKey.Position = UDim2.new(0.375, 0, 0.769999981, 0)
  279. PanicKey.Size = UDim2.new(0, 130, 0, 35)
  280. PanicKey.Font = Enum.Font.ArialBold
  281. PanicKey.Text = "r"
  282. PanicKey.TextColor3 = Color3.new(1, 1, 1)
  283. PanicKey.TextSize = 18
  284.  
  285. XRay.Name = "XRay"
  286. XRay.Parent = FunctionsFrame
  287. XRay.AnchorPoint = Vector2.new(1, 0)
  288. XRay.BackgroundColor3 = Color3.new(0, 0, 0)
  289. XRay.BackgroundTransparency = 0.60000002384186
  290. XRay.BorderColor3 = Color3.new(0, 0, 0)
  291. XRay.BorderSizePixel = 2
  292. XRay.Position = UDim2.new(0.985000014, 0, 0.529999971, 0)
  293. XRay.Size = UDim2.new(0, 135, 0, 35)
  294. XRay.Font = Enum.Font.Fantasy
  295. XRay.Text = "XRay: Off"
  296. XRay.TextColor3 = Color3.new(1, 1, 1)
  297. XRay.TextSize = 18
  298.  
  299. InfJump.Name = "InfJump"
  300. InfJump.Parent = FunctionsFrame
  301. InfJump.AnchorPoint = Vector2.new(1, 0)
  302. InfJump.BackgroundColor3 = Color3.new(0, 0, 0)
  303. InfJump.BackgroundTransparency = 0.60000002384186
  304. InfJump.BorderColor3 = Color3.new(0, 0, 0)
  305. InfJump.BorderSizePixel = 2
  306. InfJump.Position = UDim2.new(0.985000014, 0, 0.769999981, 0)
  307. InfJump.Size = UDim2.new(0, 135, 0, 35)
  308. InfJump.Font = Enum.Font.Fantasy
  309. InfJump.Text = "Inf. Jump: Off"
  310. InfJump.TextColor3 = Color3.new(1, 1, 1)
  311. InfJump.TextSize = 18
  312. InfJump.TextWrapped = true
  313.  
  314. Fly.Name = "Fly"
  315. Fly.Parent = FunctionsFrame
  316. Fly.AnchorPoint = Vector2.new(0.5, 0)
  317. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  318. Fly.BackgroundTransparency = 0.60000002384186
  319. Fly.BorderColor3 = Color3.new(0, 0, 0)
  320. Fly.BorderSizePixel = 2
  321. Fly.Position = UDim2.new(0.625, 0, 0.769999981, 0)
  322. Fly.Size = UDim2.new(0, 135, 0, 35)
  323. Fly.Font = Enum.Font.Fantasy
  324. Fly.Text = "Fly: Off"
  325. Fly.TextColor3 = Color3.new(1, 1, 1)
  326. Fly.TextSize = 18
  327.  
  328. ESP.Name = "ESP"
  329. ESP.Parent = FunctionsFrame
  330. ESP.AnchorPoint = Vector2.new(0.5, 0)
  331. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  332. ESP.BackgroundTransparency = 0.60000002384186
  333. ESP.BorderColor3 = Color3.new(0, 0, 0)
  334. ESP.BorderSizePixel = 2
  335. ESP.Position = UDim2.new(0.625, 0, 0.529999971, 0)
  336. ESP.Size = UDim2.new(0, 135, 0, 35)
  337. ESP.Font = Enum.Font.Fantasy
  338. ESP.Text = "ESP: Off"
  339. ESP.TextColor3 = Color3.new(1, 1, 1)
  340. ESP.TextSize = 18
  341.  
  342. RemoveWeather.Name = "RemoveWeather"
  343. RemoveWeather.Parent = FunctionsFrame
  344. RemoveWeather.AnchorPoint = Vector2.new(1, 0)
  345. RemoveWeather.BackgroundColor3 = Color3.new(0, 0, 0)
  346. RemoveWeather.BackgroundTransparency = 0.60000002384186
  347. RemoveWeather.BorderColor3 = Color3.new(0, 0, 0)
  348. RemoveWeather.BorderSizePixel = 2
  349. RemoveWeather.Position = UDim2.new(0.985000014, 0, 0.289999992, 0)
  350. RemoveWeather.Size = UDim2.new(0, 282, 0, 35)
  351. RemoveWeather.Font = Enum.Font.Fantasy
  352. RemoveWeather.Text = "Remove Effects - Weather, Lighting"
  353. RemoveWeather.TextColor3 = Color3.new(1, 1, 1)
  354. RemoveWeather.TextSize = 18
  355.  
  356. TeleportsFrame.Name = "TeleportsFrame"
  357. TeleportsFrame.Parent = MainFrame
  358. TeleportsFrame.AnchorPoint = Vector2.new(0, 1)
  359. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  360. TeleportsFrame.BackgroundTransparency = 0.89999997615814
  361. TeleportsFrame.BorderColor3 = Color3.new(0, 0, 0)
  362. TeleportsFrame.BorderSizePixel = 2
  363. TeleportsFrame.Position = UDim2.new(0.00499999989, 0, 0.995000005, 0)
  364. TeleportsFrame.Size = UDim2.new(0, 595, 0, 205)
  365. TeleportsFrame.Visible = false
  366.  
  367. MainIsland.Name = "MainIsland"
  368. MainIsland.Parent = TeleportsFrame
  369. MainIsland.AnchorPoint = Vector2.new(0.5, 0)
  370. MainIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  371. MainIsland.BackgroundTransparency = 0.60000002384186
  372. MainIsland.BorderColor3 = Color3.new(0, 0, 0)
  373. MainIsland.BorderSizePixel = 2
  374. MainIsland.Position = UDim2.new(0.375, 0, 0.0500000007, 0)
  375. MainIsland.Size = UDim2.new(0, 135, 0, 35)
  376. MainIsland.Font = Enum.Font.Fantasy
  377. MainIsland.Text = "Main Island"
  378. MainIsland.TextColor3 = Color3.new(1, 1, 1)
  379. MainIsland.TextSize = 18
  380.  
  381. StartIsland.Name = "StartIsland"
  382. StartIsland.Parent = TeleportsFrame
  383. StartIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  384. StartIsland.BackgroundTransparency = 0.60000002384186
  385. StartIsland.BorderColor3 = Color3.new(0, 0, 0)
  386. StartIsland.BorderSizePixel = 2
  387. StartIsland.Position = UDim2.new(0.0149999997, 0, 0.0500000007, 0)
  388. StartIsland.Size = UDim2.new(0, 135, 0, 35)
  389. StartIsland.Font = Enum.Font.Fantasy
  390. StartIsland.Text = "Start Island"
  391. StartIsland.TextColor3 = Color3.new(1, 1, 1)
  392. StartIsland.TextSize = 18
  393.  
  394. WaterfallIsland.Name = "WaterfallIsland"
  395. WaterfallIsland.Parent = TeleportsFrame
  396. WaterfallIsland.AnchorPoint = Vector2.new(0.5, 0)
  397. WaterfallIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  398. WaterfallIsland.BackgroundTransparency = 0.60000002384186
  399. WaterfallIsland.BorderColor3 = Color3.new(0, 0, 0)
  400. WaterfallIsland.BorderSizePixel = 2
  401. WaterfallIsland.Position = UDim2.new(0.625, 0, 0.0500000007, 0)
  402. WaterfallIsland.Size = UDim2.new(0, 135, 0, 35)
  403. WaterfallIsland.Font = Enum.Font.Fantasy
  404. WaterfallIsland.Text = "Waterfall Island"
  405. WaterfallIsland.TextColor3 = Color3.new(1, 1, 1)
  406. WaterfallIsland.TextSize = 18
  407.  
  408. IceIsland.Name = "IceIsland"
  409. IceIsland.Parent = TeleportsFrame
  410. IceIsland.AnchorPoint = Vector2.new(0.5, 0)
  411. IceIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  412. IceIsland.BackgroundTransparency = 0.60000002384186
  413. IceIsland.BorderColor3 = Color3.new(0, 0, 0)
  414. IceIsland.BorderSizePixel = 2
  415. IceIsland.Position = UDim2.new(0.375, 0, 0.289999992, 0)
  416. IceIsland.Size = UDim2.new(0, 135, 0, 35)
  417. IceIsland.Font = Enum.Font.Fantasy
  418. IceIsland.Text = "Ice Island"
  419. IceIsland.TextColor3 = Color3.new(1, 1, 1)
  420. IceIsland.TextSize = 18
  421.  
  422. AduriteCave.Name = "AduriteCave"
  423. AduriteCave.Parent = TeleportsFrame
  424. AduriteCave.AnchorPoint = Vector2.new(1, 0)
  425. AduriteCave.BackgroundColor3 = Color3.new(0, 0, 0)
  426. AduriteCave.BackgroundTransparency = 0.60000002384186
  427. AduriteCave.BorderColor3 = Color3.new(0, 0, 0)
  428. AduriteCave.BorderSizePixel = 2
  429. AduriteCave.Position = UDim2.new(0.985000014, 0, 0.289999992, 0)
  430. AduriteCave.Size = UDim2.new(0, 135, 0, 35)
  431. AduriteCave.Font = Enum.Font.Fantasy
  432. AduriteCave.Text = "Adurite Cave"
  433. AduriteCave.TextColor3 = Color3.new(1, 1, 1)
  434. AduriteCave.TextSize = 18
  435.  
  436. CrystalIsland.Name = "CrystalIsland"
  437. CrystalIsland.Parent = TeleportsFrame
  438. CrystalIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  439. CrystalIsland.BackgroundTransparency = 0.60000002384186
  440. CrystalIsland.BorderColor3 = Color3.new(0, 0, 0)
  441. CrystalIsland.BorderSizePixel = 2
  442. CrystalIsland.Position = UDim2.new(0.0149999997, 0, 0.289999992, 0)
  443. CrystalIsland.Size = UDim2.new(0, 135, 0, 35)
  444. CrystalIsland.Font = Enum.Font.Fantasy
  445. CrystalIsland.Text = "Crystal Island"
  446. CrystalIsland.TextColor3 = Color3.new(1, 1, 1)
  447. CrystalIsland.TextSize = 18
  448.  
  449. AncientCave.Name = "AncientCave"
  450. AncientCave.Parent = TeleportsFrame
  451. AncientCave.AnchorPoint = Vector2.new(0.5, 0)
  452. AncientCave.BackgroundColor3 = Color3.new(0, 0, 0)
  453. AncientCave.BackgroundTransparency = 0.60000002384186
  454. AncientCave.BorderColor3 = Color3.new(0, 0, 0)
  455. AncientCave.BorderSizePixel = 2
  456. AncientCave.Position = UDim2.new(0.625, 0, 0.289999992, 0)
  457. AncientCave.Size = UDim2.new(0, 135, 0, 35)
  458. AncientCave.Font = Enum.Font.Fantasy
  459. AncientCave.Text = "Ancient Cave"
  460. AncientCave.TextColor3 = Color3.new(1, 1, 1)
  461. AncientCave.TextSize = 18
  462.  
  463. AncientTreeIsland.Name = "AncientTreeIsland"
  464. AncientTreeIsland.Parent = TeleportsFrame
  465. AncientTreeIsland.AnchorPoint = Vector2.new(1, 0)
  466. AncientTreeIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  467. AncientTreeIsland.BackgroundTransparency = 0.60000002384186
  468. AncientTreeIsland.BorderColor3 = Color3.new(0, 0, 0)
  469. AncientTreeIsland.BorderSizePixel = 2
  470. AncientTreeIsland.Position = UDim2.new(0.985000014, 0, 0.0500000007, 0)
  471. AncientTreeIsland.Size = UDim2.new(0, 135, 0, 35)
  472. AncientTreeIsland.Font = Enum.Font.Fantasy
  473. AncientTreeIsland.Text = "Ancient Island"
  474. AncientTreeIsland.TextColor3 = Color3.new(1, 1, 1)
  475. AncientTreeIsland.TextSize = 18
  476.  
  477. PlayerTeleport.Name = "PlayerTeleport"
  478. PlayerTeleport.Parent = TeleportsFrame
  479. PlayerTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  480. PlayerTeleport.BackgroundTransparency = 0.60000002384186
  481. PlayerTeleport.BorderColor3 = Color3.new(0, 0, 0)
  482. PlayerTeleport.BorderSizePixel = 2
  483. PlayerTeleport.Position = UDim2.new(0.0149999997, 0, 0.529999971, 0)
  484. PlayerTeleport.Size = UDim2.new(0, 282, 0, 35)
  485. PlayerTeleport.Font = Enum.Font.Fantasy
  486. PlayerTeleport.Text = "Teleport To Player"
  487. PlayerTeleport.TextColor3 = Color3.new(1, 1, 1)
  488. PlayerTeleport.TextSize = 18
  489.  
  490. SetLocation.Name = "SetLocation"
  491. SetLocation.Parent = TeleportsFrame
  492. SetLocation.AnchorPoint = Vector2.new(0.5, 0)
  493. SetLocation.BackgroundColor3 = Color3.new(0, 0, 0)
  494. SetLocation.BackgroundTransparency = 0.60000002384186
  495. SetLocation.BorderColor3 = Color3.new(0, 0, 0)
  496. SetLocation.BorderSizePixel = 2
  497. SetLocation.Position = UDim2.new(0.375, 0, 0.769999981, 0)
  498. SetLocation.Size = UDim2.new(0, 135, 0, 35)
  499. SetLocation.Font = Enum.Font.Fantasy
  500. SetLocation.Text = "Set Location"
  501. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  502. SetLocation.TextSize = 18
  503.  
  504. MoveToLocation.Name = "MoveToLocation"
  505. MoveToLocation.Parent = TeleportsFrame
  506. MoveToLocation.AnchorPoint = Vector2.new(0.5, 0)
  507. MoveToLocation.BackgroundColor3 = Color3.new(0, 0, 0)
  508. MoveToLocation.BackgroundTransparency = 0.60000002384186
  509. MoveToLocation.BorderColor3 = Color3.new(0, 0, 0)
  510. MoveToLocation.BorderSizePixel = 2
  511. MoveToLocation.Position = UDim2.new(0.625, 0, 0.769999981, 0)
  512. MoveToLocation.Size = UDim2.new(0, 135, 0, 35)
  513. MoveToLocation.Font = Enum.Font.Fantasy
  514. MoveToLocation.Text = "Move To Location"
  515. MoveToLocation.TextColor3 = Color3.new(1, 1, 1)
  516. MoveToLocation.TextSize = 18
  517.  
  518. VoidMap.Name = "VoidMap"
  519. VoidMap.Parent = TeleportsFrame
  520. VoidMap.AnchorPoint = Vector2.new(1, 0)
  521. VoidMap.BackgroundColor3 = Color3.new(0, 0, 0)
  522. VoidMap.BackgroundTransparency = 0.60000002384186
  523. VoidMap.BorderColor3 = Color3.new(0, 0, 0)
  524. VoidMap.BorderSizePixel = 2
  525. VoidMap.Position = UDim2.new(0.985000014, 0, 0.769999981, 0)
  526. VoidMap.Size = UDim2.new(0, 135, 0, 35)
  527. VoidMap.Font = Enum.Font.Fantasy
  528. VoidMap.Text = "The Void"
  529. VoidMap.TextColor3 = Color3.new(1, 1, 1)
  530. VoidMap.TextSize = 18
  531.  
  532. PlayerInput.Name = "PlayerInput"
  533. PlayerInput.Parent = TeleportsFrame
  534. PlayerInput.AnchorPoint = Vector2.new(1, 0)
  535. PlayerInput.BackgroundColor3 = Color3.new(0, 0, 0)
  536. PlayerInput.BackgroundTransparency = 0.60000002384186
  537. PlayerInput.BorderColor3 = Color3.new(0, 0, 0)
  538. PlayerInput.BorderSizePixel = 2
  539. PlayerInput.Position = UDim2.new(0.985000014, 0, 0.529999971, 0)
  540. PlayerInput.Size = UDim2.new(0, 282, 0, 35)
  541. PlayerInput.Font = Enum.Font.Fantasy
  542. PlayerInput.Text = "-- Player Name Here --"
  543. PlayerInput.TextColor3 = Color3.new(1, 1, 1)
  544. PlayerInput.TextSize = 18
  545.  
  546. TextLabel.Parent = TeleportsFrame
  547. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  548. TextLabel.BackgroundTransparency = 0.60000002384186
  549. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  550. TextLabel.Position = UDim2.new(0.0149999997, 0, 0.769999981, 0)
  551. TextLabel.Size = UDim2.new(0, 135, 0, 35)
  552. TextLabel.Font = Enum.Font.Fantasy
  553. TextLabel.Text = "-- Nothing Set --"
  554. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  555. TextLabel.TextSize = 18
  556.  
  557. CreditsFrame.Name = "CreditsFrame"
  558. CreditsFrame.Parent = MainFrame
  559. CreditsFrame.AnchorPoint = Vector2.new(0, 1)
  560. CreditsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  561. CreditsFrame.BackgroundTransparency = 0.89999997615814
  562. CreditsFrame.BorderColor3 = Color3.new(0, 0, 0)
  563. CreditsFrame.BorderSizePixel = 2
  564. CreditsFrame.Position = UDim2.new(0.00499999989, 0, 0.995000005, 0)
  565. CreditsFrame.Size = UDim2.new(0, 595, 0, 205)
  566. CreditsFrame.Visible = false
  567.  
  568. CreditsLabel.Name = "CreditsLabel"
  569. CreditsLabel.Parent = CreditsFrame
  570. CreditsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  571. CreditsLabel.BackgroundTransparency = 1
  572. CreditsLabel.Size = UDim2.new(0, 595, 0, 205)
  573. CreditsLabel.Font = Enum.Font.Fantasy
  574. CreditsLabel.Text = ""
  575. CreditsLabel.TextColor3 = Color3.new(1, 1, 1)
  576. CreditsLabel.TextSize = 22
  577. CreditsLabel.TextWrapped = true
  578.  
  579. Close.Name = "Close"
  580. Close.Parent = MainFrame
  581. Close.AnchorPoint = Vector2.new(1, 0)
  582. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  583. Close.BackgroundTransparency = 1
  584. Close.BorderSizePixel = 0
  585. Close.Position = UDim2.new(1, 0, 0, 0)
  586. Close.Size = UDim2.new(0, 40, 0, 40)
  587. Close.Font = Enum.Font.SourceSans
  588. Close.Text = "x"
  589. Close.TextColor3 = Color3.new(1, 1, 1)
  590. Close.TextSize = 40
  591.  
  592. StartFrame.Name = "StartFrame"
  593. StartFrame.Parent = BoogaBooga
  594. StartFrame.AnchorPoint = Vector2.new(0, 0.5)
  595. StartFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  596. StartFrame.BackgroundTransparency = 0.5
  597. StartFrame.Position = UDim2.new(0, 0, 0.699999988, 0)
  598. StartFrame.Size = UDim2.new(0, 100, 0, 100)
  599.  
  600. StartClose.Name = "StartClose"
  601. StartClose.Parent = StartFrame
  602. StartClose.AnchorPoint = Vector2.new(0.5, 0)
  603. StartClose.BackgroundColor3 = Color3.new(1, 1, 1)
  604. StartClose.BackgroundTransparency = 0.89999997615814
  605. StartClose.BorderColor3 = Color3.new(0, 0, 0)
  606. StartClose.BorderSizePixel = 2
  607. StartClose.Position = UDim2.new(0.5, 0, 0.550000012, 0)
  608. StartClose.Size = UDim2.new(0, 90, 0, 40)
  609. StartClose.Font = Enum.Font.SourceSans
  610. StartClose.Text = "Close"
  611. StartClose.TextColor3 = Color3.new(1, 1, 1)
  612. StartClose.TextSize = 30
  613.  
  614. StartOpen.Name = "StartOpen"
  615. StartOpen.Parent = StartFrame
  616. StartOpen.Active = false
  617. StartOpen.AnchorPoint = Vector2.new(0.5, 0)
  618. StartOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  619. StartOpen.BackgroundTransparency = 0.89999997615814
  620. StartOpen.BorderColor3 = Color3.new(0, 0, 0)
  621. StartOpen.BorderSizePixel = 2
  622. StartOpen.Position = UDim2.new(0.5, 0, 0.0500000007, 0)
  623. StartOpen.Size = UDim2.new(0, 90, 0, 40)
  624. StartOpen.Font = Enum.Font.SourceSans
  625. StartOpen.Text = "Open"
  626. StartOpen.TextColor3 = Color3.new(1, 1, 1)
  627. StartOpen.TextSize = 30
  628.  
  629. -- Scripts
  630.  
  631. -- Opening and Closing
  632.  
  633. local Frames = {
  634. [TeleportsButton] = TeleportsFrame;
  635. [FunctionsButton] = FunctionsFrame;
  636. [CreditsButton] = CreditsFrame;
  637. }
  638. for button,frame in pairs(Frames) do
  639. button.MouseButton1Click:connect(function()
  640. if frame.Visible then
  641. frame.Visible = false
  642. return
  643. end
  644. for k,v in pairs(Frames) do
  645. v.Visible = v == frame
  646. end
  647. end)
  648. end
  649.  
  650. Close.MouseButton1Click:Connect(function()
  651. game.CoreGui.BoogaBooga:Destroy()
  652. end)
  653.  
  654. StartClose.MouseButton1Click:Connect(function()
  655. game.CoreGui.BoogaBooga:Destroy()
  656. end)
  657.  
  658. Minimize.MouseButton1Click:Connect(function()
  659. MainFrame.Visible = false
  660. StartFrame.Visible = true
  661. end)
  662.  
  663. StartOpen.MouseButton1Click:Connect(function()
  664. StartFrame.Visible = false
  665. MainFrame.Visible = true
  666. end)
  667.  
  668. -- Teleports
  669.  
  670. local Points = {
  671. ["Main"] = CFrame.new(-135, -4, -72),
  672. ["Start"] = CFrame.new(-1686, -4, -2532),
  673. ["Ice"] = CFrame.new(437, 15, -1836),
  674. ["Water"] = CFrame.new(-206, 148, -688),
  675. ["Crystal"] = CFrame.new(-1127, 308, -1209),
  676. ["Tree"] = CFrame.new(-543, 310, -1168),
  677. ["Adurite"] = CFrame.new(1144, -154, 1215),
  678. ["Ancient"] = CFrame.new(-1086, -206, -775)
  679. }
  680.  
  681. MainIsland.MouseButton1Click:connect(function()
  682. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  683. uTorso.CFrame = Points["Main"]
  684. end)
  685.  
  686. StartIsland.MouseButton1Click:connect(function()
  687. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  688. uTorso.CFrame = Points["Start"]
  689. end)
  690.  
  691. WaterfallIsland.MouseButton1Click:connect(function()
  692. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  693. uTorso.CFrame = Points["Water"]
  694. end)
  695.  
  696. IceIsland.MouseButton1Click:connect(function()
  697. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  698. uTorso.CFrame = Points["Ice"]
  699. end)
  700.  
  701. CrystalIsland.MouseButton1Click:connect(function()
  702. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  703. uTorso.CFrame = Points["Crystal"]
  704. end)
  705.  
  706. AncientTreeIsland.MouseButton1Click:connect(function()
  707. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  708. uTorso.CFrame = Points["Tree"]
  709. end)
  710.  
  711. AncientCave.MouseButton1Click:connect(function()
  712. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  713. uTorso.CFrame = Points["Ancient"]
  714. end)
  715.  
  716. AduriteCave.MouseButton1Click:connect(function()
  717. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  718. uTorso.CFrame = Points["Adurite"]
  719. end)
  720.  
  721. -- Void Map
  722.  
  723. VoidMap.MouseButton1Click:Connect(function()
  724. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  725. end)
  726.  
  727. -- Custom Teleport
  728.  
  729. CustomLocationSet = false
  730.  
  731. function round(num, numDecimalPlaces)
  732. local mult = 10^(numDecimalPlaces or 0)
  733. return math.floor(num * mult + 0.5) / mult
  734. end
  735.  
  736. SetLocation.MouseButton1Down:connect(function()
  737. function round(num, numDecimalPlaces)
  738. local mult = 10^(numDecimalPlaces or 0)
  739. return math.floor(num * mult + 0.5) / mult
  740. end
  741. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  742. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  743. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  744. print("New Custom Location Set: "..setlocationx..", "..setlocationy..", "..setlocationz)
  745. TextLabel.Text = setlocationx..","..setlocationy..","..setlocationz
  746. CustomLocationSet = true
  747. end)
  748.  
  749. MoveToLocation.MouseButton1Down:connect(function()
  750. if CustomLocationSet == true then
  751. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  752. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  753. end
  754. end)
  755.  
  756. -- Player TP
  757.  
  758. PlayerTeleport.MouseButton1Click:Connect(function()
  759. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  760. local tTorso = workspace:WaitForChild(game.Players[PlayerInput].Name).Torso
  761. uTorso.CFrame = CFrame.new(tTorso.Position.x, tTorso.Position.y, tTorso.Position.z)
  762. end)
  763.  
  764. -- Infinite Jump
  765.  
  766. InfJump.MouseButton1Down:connect(function()
  767. local plr = game:GetService("Players").LocalPlayer
  768. local m = plr:GetMouse()
  769. InfJump.Text = "Inf. Jump: On"
  770. m.KeyDown:connect(function(k)
  771. if k:lower() == " " then
  772. local plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  773. plrh:ChangeState('Jumping')
  774. wait()
  775. plrh:ChangeState('Seated')
  776. end
  777. end)
  778. end)
  779.  
  780. -- ESP
  781.  
  782. ESPEnabled = false
  783. ESPLength = 20000
  784. CharAddedEvent = { }
  785.  
  786. local Plrs = game:GetService("Players")
  787. local MyPlr = Plrs.LocalPlayer
  788. local MyChar = MyPlr.Character
  789. local Run = game:GetService("RunService")
  790.  
  791. Plrs.PlayerAdded:connect(function(plr)
  792. if CharAddedEvent[plr.Name] == nil then
  793. CharAddedEvent[plr.Name] = plr.CharacterAdded:connect(function(char)
  794. if ESPEnabled then
  795. RemoveESP(plr)
  796. CreateESP(plr)
  797. end
  798. end)
  799. end
  800. end)
  801.  
  802. Plrs.PlayerRemoving:connect(function(plr)
  803. if CharAddedEvent[plr.Name] ~= nil then
  804. CharAddedEvent[plr.Name]:Disconnect()
  805. CharAddedEvent[plr.Name] = nil
  806. end
  807. RemoveESP(plr)
  808. end)
  809.  
  810. function UpdateESP(plr)
  811. local Find = game.CoreGui:FindFirstChild("ESP_" .. plr.Name)
  812. if Find then
  813. Find.Frame.Names.TextColor3 = Color3.new(1, 1, 1)
  814. Find.Frame.Dist.TextColor3 = Color3.new(1, 1, 1)
  815. local GetChar = plr.Character
  816. if MyChar and GetChar then
  817. local Find2 = MyChar:FindFirstChild("HumanoidRootPart")
  818. local Find3 = GetChar:FindFirstChild("HumanoidRootPart")
  819. local Find4 = GetChar:FindFirstChildOfClass("Humanoid")
  820. if Find2 and Find3 then
  821. local pos = Find3.Position
  822. local Dist = (Find2.Position - pos).magnitude
  823. if Dist > ESPLength then
  824. Find.Frame.Names.Visible = false
  825. Find.Frame.Dist.Visible = false
  826. return
  827. else
  828. Find.Frame.Names.Visible = true
  829. Find.Frame.Dist.Visible = true
  830. end
  831. Find.Frame.Dist.Text = "Distance: " .. string.format("%.0f", Dist)
  832. end
  833. end
  834. end
  835. end
  836.  
  837. function RemoveESP(plr)
  838. local ESP = game.CoreGui:FindFirstChild("ESP_" .. plr.Name)
  839. if ESP then
  840. ESP:Destroy()
  841. end
  842. end
  843.  
  844. function CreateESP(plr)
  845. if plr ~= nil then
  846. local GetChar = plr.Character
  847. if not GetChar then return end
  848. local GetHead do
  849. repeat wait() until GetChar:FindFirstChild("Head")
  850. end
  851. GetHead = GetChar.Head
  852.  
  853. local bb = Instance.new("BillboardGui", game.CoreGui)
  854. bb.Adornee = GetHead
  855. bb.ExtentsOffset = Vector3.new(0, 1, 0)
  856. bb.AlwaysOnTop = true
  857. bb.Size = UDim2.new(0, 5, 0, 5)
  858. bb.StudsOffset = Vector3.new(0, 3, 0)
  859. bb.Name = "ESP_" .. plr.Name
  860.  
  861. local frame = Instance.new("Frame", bb)
  862. frame.ZIndex = 10
  863. frame.BackgroundTransparency = 1
  864. frame.Size = UDim2.new(1, 0, 1, 0)
  865.  
  866. local TxtName = Instance.new("TextLabel", frame)
  867. TxtName.Name = "Names"
  868. TxtName.ZIndex = 10
  869. TxtName.Text = plr.Name
  870. TxtName.BackgroundTransparency = 1
  871. TxtName.Position = UDim2.new(0, 0, 0, -45)
  872. TxtName.Size = UDim2.new(1, 0, 10, 0)
  873. TxtName.Font = "SourceSansBold"
  874. TxtName.TextColor3 = Color3.new(0, 0, 0)
  875. TxtName.TextSize = 13
  876. TxtName.TextStrokeTransparency = 0.5
  877.  
  878. local TxtDist = Instance.new("TextLabel", frame)
  879. TxtDist.Name = "Dist"
  880. TxtDist.ZIndex = 10
  881. TxtDist.Text = ""
  882. TxtDist.BackgroundTransparency = 1
  883. TxtDist.Position = UDim2.new(0, 0, 0, -35)
  884. TxtDist.Size = UDim2.new(1, 0, 10, 0)
  885. TxtDist.Font = "SourceSansBold"
  886. TxtDist.TextColor3 = Color3.new(0, 0, 0)
  887. TxtDist.TextSize = 15
  888. TxtDist.TextStrokeTransparency = 0.5
  889. end
  890. end
  891.  
  892. Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
  893. for _, v in next, Plrs:GetPlayers() do
  894. UpdateESP(v)
  895. end
  896. end)
  897.  
  898. ESP.MouseButton1Click:connect(function()
  899. ESPEnabled = not ESPEnabled
  900. if ESPEnabled then
  901. ESP.Text = "ESP: On"
  902. for _, v in next, Plrs:GetPlayers() do
  903. if v ~= MyPlr then
  904. if CharAddedEvent[v.Name] == nil then
  905. CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  906. if ESPEnabled then
  907. RemoveESP(v)
  908. CreateESP(v)
  909. end
  910. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  911. end)
  912. end
  913. RemoveESP(v)
  914. CreateESP(v)
  915. end
  916. end
  917. else
  918. ESP.Text = "ESP: Off"
  919. for _, v in next, Plrs:GetPlayers() do
  920. RemoveESP(v)
  921. end
  922. end
  923. end)
  924.  
  925. -- XRay
  926.  
  927. Xray = false
  928. obj = game.workspace
  929.  
  930. function XrayOn(obj)
  931. for _,v in pairs(obj:GetChildren()) do
  932. if (v:IsA("Terrain")) and not v.Parent:FindFirstChild("Humanoid") then
  933. v.LocalTransparencyModifier = 0.7
  934. end
  935. XrayOn(v)
  936. end
  937. end
  938.  
  939. function XrayOff(obj)
  940. for _,v in pairs(obj:GetChildren()) do
  941. if (v:IsA("Model")) and not v.Parent:FindFirstChild("Humanoid") then
  942. v.LocalTransparencyModifier = 0
  943. end XrayOff(v)
  944. end
  945. end
  946.  
  947. XRay.MouseButton1Click:Connect(function()
  948. if Xray == false then
  949. Xray = true
  950. XrayOn(obj)
  951. XRay.Text = "XRay: On"
  952. else
  953. Xray = false
  954. XrayOff(obj)
  955. XRay.Text = "XRay: Off"
  956. end
  957. end)
  958.  
  959. -- Fly
  960.  
  961. flying = false
  962. lplayer = game:GetService("Players").LocalPlayer
  963. speedget = 1
  964. speedfly = 1
  965. Mouse = lplayer:GetMouse()
  966.  
  967. Fly.MouseButton1Click:Connect(function()
  968. if flying == false then
  969. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  970. repeat wait() until Mouse
  971.  
  972. local T = lplayer.Character.HumanoidRootPart
  973. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  974. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  975. local SPEED = speedget
  976.  
  977. local function fly()
  978. flying = true
  979. local BG = Instance.new('BodyGyro', T)
  980. local BV = Instance.new('BodyVelocity', T)
  981. BG.P = 9e4
  982. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  983. BG.cframe = T.CFrame
  984. BV.velocity = Vector3.new(0, 0.1, 0)
  985. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  986. spawn(function()
  987. repeat wait()
  988. lplayer.Character.Humanoid.PlatformStand = true
  989. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  990. SPEED = 50
  991. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  992. SPEED = 0
  993. end
  994. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  995. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  996. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  997. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  998. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  999. else
  1000. BV.velocity = Vector3.new(0, 0.1, 0)
  1001. end
  1002. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1003. until not flying
  1004. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1005. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1006. SPEED = 0
  1007. BG:destroy()
  1008. BV:destroy()
  1009. lplayer.Character.Humanoid.PlatformStand = false
  1010. end)
  1011. end
  1012. Mouse.KeyDown:connect(function(KEY)
  1013. if KEY:lower() == 'w' then
  1014. CONTROL.F = speedfly
  1015. elseif KEY:lower() == 's' then
  1016. CONTROL.B = -speedfly
  1017. elseif KEY:lower() == 'a' then
  1018. CONTROL.L = -speedfly
  1019. elseif KEY:lower() == 'd' then
  1020. CONTROL.R = speedfly
  1021. end
  1022. end)
  1023. Mouse.KeyUp:connect(function(KEY)
  1024. if KEY:lower() == 'w' then
  1025. CONTROL.F = 0
  1026. elseif KEY:lower() == 's' then
  1027. CONTROL.B = 0
  1028. elseif KEY:lower() == 'a' then
  1029. CONTROL.L = 0
  1030. elseif KEY:lower() == 'd' then
  1031. CONTROL.R = 0
  1032. end
  1033. end)
  1034. fly()
  1035.  
  1036. Fly.Text = "Fly: On"
  1037. else
  1038. flying = false
  1039. lplayer.Character.Humanoid.PlatformStand = false
  1040. Fly.Text = "Fly: Off"
  1041. end
  1042. end)
  1043.  
  1044. -- Removing Weather
  1045.  
  1046. RemoveWeather.MouseButton1Click:Connect(function()
  1047. for i = 1, 99999 do
  1048. game.Lighting.FogEnd = 1200000
  1049. game.Lighting.Brightness = 3
  1050. game.Lighting.GlobalShadows = false
  1051. wait(3)
  1052. end
  1053. end)
  1054.  
  1055. -- WalkSpeed
  1056.  
  1057. Mouse.KeyDown:connect(function(key)
  1058. local plr = game:GetService("Players").LocalPlayer
  1059. local char = plr.Character
  1060. local root = char.HumanoidRootPart
  1061. local walkmultiplier = WalkAmount.Text
  1062. if key == "w" then
  1063. walkfastactive = true
  1064. while walkfastactive do
  1065. root.CFrame = root.CFrame + root.CFrame.lookVector * walkmultiplier
  1066. wait()
  1067. end
  1068. end
  1069. end)
  1070.  
  1071. Mouse.KeyUp:connect(function(key)
  1072. if key == "w" then
  1073. walkfastactive = false
  1074. end
  1075. end)
  1076.  
  1077. -- JumpPower
  1078.  
  1079. Jump = 50
  1080. local player = game:GetService("Players").LocalPlayer
  1081.  
  1082. JumpPower.MouseButton1Down:connect(function()
  1083. Jump = Jump * JumpAmount.Text
  1084. end)
  1085.  
  1086. player.Character.Humanoid.JumpPower = Jump
  1087.  
  1088. player.Character.Humanoid.Changed:connect(function()
  1089. player.Character.Humanoid.JumpPower = Jump
  1090. end)
  1091.  
  1092. -- Panic Teleport
  1093.  
  1094. mouse = game.Players.LocalPlayer:GetMouse()
  1095. mouse.KeyDown:connect(function(key)
  1096. if key == PanicKey.Text then
  1097. local plr = game.Players.LocalPlayer
  1098. local char = plr.Character
  1099. local root = char.HumanoidRootPart
  1100. root.CFrame = CFrame.new(-1686, -4, -2532)
  1101. end
  1102. end)
  1103.  
  1104. PanicTp.MouseButton1Click:connect(function()
  1105. local plr = game.Players.LocalPlayer
  1106. local char = plr.Character
  1107. local root = char.HumanoidRootPart
  1108. root.CFrame = CFrame.new(-1686, -4, -2532)
  1109. end)
  1110.  
  1111. -- Auto Pick Up
  1112.  
  1113. AutoPickup.MouseButton1Click:connect(function()
  1114. local Objects;
  1115. local Pickup = function(Character)
  1116. local myPos = Character.HumanoidRootPart.Position
  1117. local Objects = {}
  1118. for i,v in pairs(workspace:GetChildren()) do
  1119. if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then
  1120. local Pos = v.Position
  1121. local Distance = (myPos - Pos).magnitude
  1122. if Distance < 100 then
  1123. table.insert(Objects, v)
  1124. end
  1125. elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then
  1126. local Pos = v.Part.Position
  1127. local Distance = (myPos - Pos).magnitude
  1128. if Distance < 100 then
  1129. table.insert(Objects, v)
  1130. end
  1131. elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then
  1132. local Pos = v.Position
  1133. local Distance = (myPos - Pos).magnitude
  1134. if Distance < 100 then
  1135. table.insert(Objects, v)
  1136. end
  1137. end
  1138. end
  1139. for i,v in pairs(Objects) do
  1140. for i=1,10 do
  1141. v.Position = myPos
  1142. game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v)
  1143. end
  1144. end
  1145. end
  1146. wait(1)
  1147. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1148.  
  1149. mouse.KeyDown:connect(function(key)
  1150. if key == PickupKey.Text then
  1151. Pickup(game.Players.LocalPlayer.Character)
  1152. end
  1153. end)
  1154. end)
  1155.  
  1156. -- Auto Break
  1157.  
  1158. AutoBreak.MouseButton1Click:connect(function()
  1159. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1160. local breaking=false
  1161. mouse.KeyDown:connect(function(key)
  1162. if key == BreakKey.Text then
  1163. breaking = true
  1164. while breaking and wait(0.1) do
  1165.  
  1166. local one = game:GetService("ReplicatedStorage").RelativeTime.Value
  1167. local two = {part,part,part,part}
  1168. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two)
  1169. end
  1170. end
  1171. end)
  1172. mouse.KeyUp:connect(function(key)
  1173. if key == BreakKey.Text then
  1174. breaking = false
  1175. end
  1176. end)
  1177. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement