Advertisement
ReFound

Project DropShadow (Original)

Jul 17th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.46 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local ProjectDropShadow = Instance.new("ScreenGui")
  7. local all = Instance.new("Frame")
  8. local DropShadow = Instance.new("Frame")
  9. local Frame = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local Frame_3 = Instance.new("Frame")
  12. local Frame_4 = Instance.new("Frame")
  13. local MainHub = Instance.new("Frame")
  14. local Tag1 = Instance.new("Frame")
  15. local CommandsTag = Instance.new("TextButton")
  16. local Title = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local Tag2 = Instance.new("Frame")
  20. local GamesTag = Instance.new("TextButton")
  21. local Tag3 = Instance.new("Frame")
  22. local GUIsTag = Instance.new("TextButton")
  23. local openclose = Instance.new("TextLabel")
  24. local Commands = Instance.new("Frame")
  25. local ScrollingFrame = Instance.new("ScrollingFrame")
  26. local Discontinued = Instance.new("TextLabel")
  27. local PlayerList = Instance.new("TextLabel")
  28. local Target = Instance.new("TextBox")
  29. local TargetLabel = Instance.new("TextLabel")
  30. local Kill = Instance.new("TextButton")
  31. local Bring = Instance.new("TextButton")
  32. local Follow = Instance.new("TextButton")
  33. local Trail = Instance.new("TextButton")
  34. local Goto = Instance.new("TextButton")
  35. local Note = Instance.new("TextLabel")
  36. local LocalCommands = Instance.new("TextLabel")
  37. local dash1 = Instance.new("TextLabel")
  38. local dash2 = Instance.new("TextLabel")
  39. local Fly = Instance.new("TextButton")
  40. local God = Instance.new("TextButton")
  41. local Fly_2 = Instance.new("TextButton")
  42. local Fly_3 = Instance.new("TextButton")
  43. local WalkLabel = Instance.new("TextLabel")
  44. local WalkspeedValue = Instance.new("TextLabel")
  45. local ClickTP = Instance.new("TextButton")
  46. local DiscordTag = Instance.new("TextLabel")
  47. local GameScripts = Instance.new("Frame")
  48. local MiningSim = Instance.new("TextButton")
  49. local ApocRising = Instance.new("TextButton")
  50. local CBRO = Instance.new("TextButton")
  51. local PhantomForces = Instance.new("TextButton")
  52. local BoogaBooga = Instance.new("TextButton")
  53. local MinersHaven = Instance.new("TextButton")
  54. local Jailbreak = Instance.new("TextButton")
  55. local Game2 = Instance.new("TextButton")
  56. local Game3 = Instance.new("TextButton")
  57. local Game6F = Instance.new("Frame")
  58. local Game6M = Instance.new("TextButton")
  59. local Game6A = Instance.new("TextButton")
  60. local Game5 = Instance.new("TextButton")
  61. local Game6 = Instance.new("TextButton")
  62. local MiningSimF = Instance.new("Frame")
  63. local MiningSimM = Instance.new("TextButton")
  64. local MiningSimA = Instance.new("TextButton")
  65. local NoteGames = Instance.new("TextLabel")
  66. local ApocF = Instance.new("Frame")
  67. local ApocM = Instance.new("TextButton")
  68. local ApocA = Instance.new("TextButton")
  69. local CBROF = Instance.new("Frame")
  70. local CBROM = Instance.new("TextButton")
  71. local CBROA = Instance.new("TextButton")
  72. local PhantomF = Instance.new("Frame")
  73. local PhantomM = Instance.new("TextButton")
  74. local PhantomA = Instance.new("TextButton")
  75. local BoogaF = Instance.new("Frame")
  76. local BoogaM = Instance.new("TextButton")
  77. local BoogaA = Instance.new("TextButton")
  78. local MinersHavenF = Instance.new("Frame")
  79. local MinersM = Instance.new("TextButton")
  80. local MinersA = Instance.new("TextButton")
  81. local JailbreakF = Instance.new("Frame")
  82. local JailbreakM = Instance.new("TextButton")
  83. local JailbreakA = Instance.new("TextButton")
  84. local CredsJail = Instance.new("TextLabel")
  85. local Game2F = Instance.new("Frame")
  86. local Game2M = Instance.new("TextButton")
  87. local Game2A = Instance.new("TextButton")
  88. local Game3F = Instance.new("Frame")
  89. local Game3M = Instance.new("TextButton")
  90. local Game3A = Instance.new("TextButton")
  91. local Game4F = Instance.new("Frame")
  92. local Game4M = Instance.new("TextButton")
  93. local Game4A = Instance.new("TextButton")
  94. local Game5F = Instance.new("Frame")
  95. local Game5M = Instance.new("TextButton")
  96. local Game5A = Instance.new("TextButton")
  97. local Game4 = Instance.new("TextButton")
  98. local ExtraGUIs = Instance.new("Frame")
  99. local TextLabel_3 = Instance.new("TextLabel")
  100. local TopKek = Instance.new("TextButton")
  101. local Reviz = Instance.new("TextButton")
  102. local E1 = Instance.new("TextButton")
  103. local E2 = Instance.new("TextButton")
  104. local E3 = Instance.new("TextButton")
  105. local E4 = Instance.new("TextButton")
  106. local FlyGUI = Instance.new("Frame")
  107. local SpeedChanger = Instance.new("TextBox")
  108. local SpeedLabel = Instance.new("TextLabel")
  109. local OnOffFly = Instance.new("TextButton")
  110. local Enter = Instance.new("TextButton")
  111.  
  112. -- Properties
  113.  
  114. ProjectDropShadow.Name = "ProjectDropShadow"
  115. ProjectDropShadow.Parent = game.CoreGui
  116.  
  117. all.Name = "all"
  118. all.Parent = ProjectDropShadow
  119. all.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  120. all.BackgroundTransparency = 1
  121. all.Size = UDim2.new(0, 1360, 0, 733)
  122.  
  123. DropShadow.Name = "DropShadow"
  124. DropShadow.Parent = all
  125. DropShadow.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  126. DropShadow.BackgroundTransparency = 0.30000001192093
  127. DropShadow.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  128. DropShadow.Position = UDim2.new(0.119916074, 0, 0.137453347, 0)
  129. DropShadow.Size = UDim2.new(0, 437, 0, 329)
  130. DropShadow.Active = true
  131. DropShadow.Draggable = true
  132.  
  133. Frame.Parent = DropShadow
  134. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  135. Frame.BackgroundTransparency = 0.20000000298023
  136. Frame.Position = UDim2.new(0.913636446, 0, 0.338461518, 0)
  137. Frame.Rotation = 25
  138. Frame.Size = UDim2.new(0, 99, 0, 28)
  139.  
  140. Frame_2.Parent = DropShadow
  141. Frame_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  142. Frame_2.BackgroundTransparency = 0.20000000298023
  143. Frame_2.Position = UDim2.new(0.915909171, 0, 0.163076907, 0)
  144. Frame_2.Rotation = 25
  145. Frame_2.Size = UDim2.new(0, 99, 0, 28)
  146.  
  147. Frame_3.Parent = DropShadow
  148. Frame_3.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  149. Frame_3.BackgroundTransparency = 0.20000000298023
  150. Frame_3.Position = UDim2.new(0.206818193, 0, -0.156923071, 0)
  151. Frame_3.Rotation = -5
  152. Frame_3.Size = UDim2.new(0, 244, 0, 100)
  153.  
  154. Frame_4.Parent = DropShadow
  155. Frame_4.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  156. Frame_4.BackgroundTransparency = 0.20000000298023
  157. Frame_4.Position = UDim2.new(0.913999975, 0, 0.510999978, 0)
  158. Frame_4.Rotation = 25
  159. Frame_4.Size = UDim2.new(0, 99, 0, 28)
  160.  
  161. MainHub.Name = "MainHub"
  162. MainHub.Parent = DropShadow
  163. MainHub.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  164. MainHub.Position = UDim2.new(0.0150304288, 0, -0.0214774311, 0)
  165. MainHub.Size = UDim2.new(0, 439, 0, 326)
  166.  
  167. Tag1.Name = "Tag1"
  168. Tag1.Parent = MainHub
  169. Tag1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  170. Tag1.Position = UDim2.new(0.894999981, 0, 0.254999995, 0)
  171. Tag1.Size = UDim2.new(0, 100, 0, 28)
  172.  
  173. CommandsTag.Name = "CommandsTag"
  174. CommandsTag.Parent = Tag1
  175. CommandsTag.BackgroundColor3 = Color3.new(1, 1, 1)
  176. CommandsTag.BackgroundTransparency = 1
  177. CommandsTag.Position = UDim2.new(-0.0100000501, 0, 0, 0)
  178. CommandsTag.Size = UDim2.new(0, 100, 0, 28)
  179. CommandsTag.Font = Enum.Font.Code
  180. CommandsTag.Text = "Commands [FE]"
  181. CommandsTag.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  182. CommandsTag.TextScaled = true
  183. CommandsTag.TextSize = 14
  184. CommandsTag.TextWrapped = true
  185.  
  186. Title.Name = "Title"
  187. Title.Parent = MainHub
  188. Title.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  189. Title.Position = UDim2.new(0.239179969, 0, -0.128834352, 0)
  190. Title.Rotation = -8
  191. Title.Size = UDim2.new(0, 229, 0, 86)
  192.  
  193. TextLabel.Parent = Title
  194. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  195. TextLabel.BackgroundTransparency = 1
  196. TextLabel.Position = UDim2.new(-0.0436681248, 0, -0.279069752, 0)
  197. TextLabel.Size = UDim2.new(0, 231, 0, 84)
  198. TextLabel.Font = Enum.Font.Fantasy
  199. TextLabel.Text = "?P r o j e c t?"
  200. TextLabel.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  201. TextLabel.TextSize = 32
  202. TextLabel.TextWrapped = true
  203.  
  204. TextLabel_2.Parent = Title
  205. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  206. TextLabel_2.BackgroundTransparency = 1
  207. TextLabel_2.Position = UDim2.new(0.0262008738, 0, 0.40697673, 0)
  208. TextLabel_2.Rotation = 5
  209. TextLabel_2.Size = UDim2.new(0, 223, 0, 37)
  210. TextLabel_2.Font = Enum.Font.Fantasy
  211. TextLabel_2.Text = "-Drop Shadow-"
  212. TextLabel_2.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  213. TextLabel_2.TextScaled = true
  214. TextLabel_2.TextSize = 22
  215. TextLabel_2.TextWrapped = true
  216.  
  217. Tag2.Name = "Tag2"
  218. Tag2.Parent = MainHub
  219. Tag2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  220. Tag2.Position = UDim2.new(0.895407975, 0, 0.433572412, 0)
  221. Tag2.Size = UDim2.new(0, 100, 0, 28)
  222.  
  223. GamesTag.Name = "GamesTag"
  224. GamesTag.Parent = Tag2
  225. GamesTag.BackgroundColor3 = Color3.new(1, 1, 1)
  226. GamesTag.BackgroundTransparency = 1
  227. GamesTag.Size = UDim2.new(0, 101, 0, 28)
  228. GamesTag.Font = Enum.Font.Code
  229. GamesTag.Text = "Game Scripts"
  230. GamesTag.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  231. GamesTag.TextScaled = true
  232. GamesTag.TextSize = 14
  233. GamesTag.TextWrapped = true
  234.  
  235. Tag3.Name = "Tag3"
  236. Tag3.Parent = MainHub
  237. Tag3.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  238. Tag3.Position = UDim2.new(0.895216405, 0, 0.607361972, 0)
  239. Tag3.Size = UDim2.new(0, 100, 0, 28)
  240.  
  241. GUIsTag.Name = "GUIsTag"
  242. GUIsTag.Parent = Tag3
  243. GUIsTag.BackgroundColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  244. GUIsTag.BackgroundTransparency = 1
  245. GUIsTag.Size = UDim2.new(0, 100, 0, 28)
  246. GUIsTag.Font = Enum.Font.Code
  247. GUIsTag.Text = "Extra GUI's"
  248. GUIsTag.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  249. GUIsTag.TextScaled = true
  250. GUIsTag.TextSize = 14
  251. GUIsTag.TextWrapped = true
  252.  
  253. openclose.Name = "open/close"
  254. openclose.Parent = MainHub
  255. openclose.BackgroundColor3 = Color3.new(1, 1, 1)
  256. openclose.BackgroundTransparency = 1
  257. openclose.Size = UDim2.new(0, 105, 0, 50)
  258. openclose.Font = Enum.Font.SourceSans
  259. openclose.Text = "Press K to open/close the menu"
  260. openclose.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  261. openclose.TextScaled = true
  262. openclose.TextSize = 14
  263. openclose.TextWrapped = true
  264.  
  265. Commands.Name = "Commands"
  266. Commands.Parent = MainHub
  267. Commands.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  268. Commands.BackgroundTransparency = 0.60000002384186
  269. Commands.Position = UDim2.new(0.0113895219, 0, 0.187116563, 0)
  270. Commands.Size = UDim2.new(0, 387, 0, 258)
  271. Commands.Visible = false
  272.  
  273. ScrollingFrame.Parent = Commands
  274. ScrollingFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  275. ScrollingFrame.Position = UDim2.new(0, 0, 0.0891472846, 0)
  276. ScrollingFrame.Size = UDim2.new(0, 100, 0, 48)
  277. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  278. ScrollingFrame.ScrollBarThickness = 8
  279.  
  280. Discontinued.Name = "Discontinued"
  281. Discontinued.Parent = ScrollingFrame
  282. Discontinued.BackgroundColor3 = Color3.new(1, 1, 1)
  283. Discontinued.BackgroundTransparency = 2
  284. Discontinued.Size = UDim2.new(0, 100, 0, 48)
  285. Discontinued.Font = Enum.Font.SourceSans
  286. Discontinued.Text = "Discontinued may be added in a later update"
  287. Discontinued.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  288. Discontinued.TextScaled = true
  289. Discontinued.TextSize = 14
  290. Discontinued.TextWrapped = true
  291.  
  292. PlayerList.Name = "PlayerList"
  293. PlayerList.Parent = Commands
  294. PlayerList.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  295. PlayerList.Position = UDim2.new(4.65661287e-10, 0, 0, 0)
  296. PlayerList.Size = UDim2.new(0, 100, 0, 23)
  297. PlayerList.Font = Enum.Font.SourceSans
  298. PlayerList.Text = "PlayerList"
  299. PlayerList.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  300. PlayerList.TextScaled = true
  301. PlayerList.TextSize = 14
  302. PlayerList.TextWrapped = true
  303.  
  304. Target.Name = "Target"
  305. Target.Parent = Commands
  306. Target.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  307. Target.BackgroundTransparency = 0.30000001192093
  308. Target.Position = UDim2.new(0.32041344, 0, 0.108527131, 0)
  309. Target.Size = UDim2.new(0, 139, 0, 29)
  310. Target.Font = Enum.Font.SourceSans
  311. Target.Text = ""
  312. Target.TextColor3 = Color3.new(0, 0, 0)
  313. Target.TextScaled = true
  314. Target.TextSize = 14
  315. Target.TextWrapped = true
  316.  
  317. TargetLabel.Name = "TargetLabel"
  318. TargetLabel.Parent = Commands
  319. TargetLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  320. TargetLabel.BackgroundTransparency = 1
  321. TargetLabel.Position = UDim2.new(0.32041344, 0, -0.0155038759, 0)
  322. TargetLabel.Size = UDim2.new(0, 139, 0, 30)
  323. TargetLabel.Font = Enum.Font.SourceSans
  324. TargetLabel.Text = "Target Player"
  325. TargetLabel.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  326. TargetLabel.TextScaled = true
  327. TargetLabel.TextSize = 14
  328. TargetLabel.TextWrapped = true
  329.  
  330. Kill.Name = "Kill"
  331. Kill.Parent = Commands
  332. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  333. Kill.Position = UDim2.new(0.700258374, 0, 0.11240311, 0)
  334. Kill.Size = UDim2.new(0, 108, 0, 28)
  335. Kill.Style = Enum.ButtonStyle.RobloxButtonDefault
  336. Kill.Font = Enum.Font.Code
  337. Kill.Text = "Kill Player"
  338. Kill.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  339. Kill.TextSize = 17
  340.  
  341. Bring.Name = "Bring"
  342. Bring.Parent = Commands
  343. Bring.BackgroundColor3 = Color3.new(1, 1, 1)
  344. Bring.Position = UDim2.new(0.571059465, 0, 0.27519381, 0)
  345. Bring.Size = UDim2.new(0, 108, 0, 28)
  346. Bring.Style = Enum.ButtonStyle.RobloxButtonDefault
  347. Bring.Font = Enum.Font.Code
  348. Bring.Text = "WIP"
  349. Bring.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  350. Bring.TextSize = 16
  351.  
  352. Follow.Name = "Follow"
  353. Follow.Parent = Commands
  354. Follow.BackgroundColor3 = Color3.new(1, 1, 1)
  355. Follow.Position = UDim2.new(0.276485801, 0, 0.418604672, 0)
  356. Follow.Size = UDim2.new(0, 108, 0, 28)
  357. Follow.Style = Enum.ButtonStyle.RobloxButtonDefault
  358. Follow.Font = Enum.Font.Code
  359. Follow.Text = "WIP"
  360. Follow.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  361. Follow.TextSize = 14
  362.  
  363. Trail.Name = "Trail"
  364. Trail.Parent = Commands
  365. Trail.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Trail.Position = UDim2.new(0.571059465, 0, 0.418604642, 0)
  367. Trail.Size = UDim2.new(0, 108, 0, 28)
  368. Trail.Style = Enum.ButtonStyle.RobloxButtonDefault
  369. Trail.Font = Enum.Font.Code
  370. Trail.Text = "WIP"
  371. Trail.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  372. Trail.TextSize = 16
  373. Trail.TextWrapped = true
  374.  
  375. Goto.Name = "Goto"
  376. Goto.Parent = Commands
  377. Goto.BackgroundColor3 = Color3.new(1, 1, 1)
  378. Goto.Position = UDim2.new(0.276485831, 0, 0.27519381, 0)
  379. Goto.Size = UDim2.new(0, 108, 0, 28)
  380. Goto.Style = Enum.ButtonStyle.RobloxButtonDefault
  381. Goto.Font = Enum.Font.Code
  382. Goto.Text = "Goto Player"
  383. Goto.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  384. Goto.TextSize = 18
  385. Goto.TextWrapped = true
  386.  
  387. Note.Name = "Note"
  388. Note.Parent = Commands
  389. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  390. Note.BackgroundTransparency = 1
  391. Note.Position = UDim2.new(0.0155038759, 0, 0.298449606, 0)
  392. Note.Size = UDim2.new(0, 94, 0, 181)
  393. Note.Font = Enum.Font.Fantasy
  394. Note.Text = "Note: The Kill and Bring Commands require tools/gears"
  395. Note.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  396. Note.TextScaled = true
  397. Note.TextSize = 14
  398. Note.TextWrapped = true
  399.  
  400. LocalCommands.Name = "LocalCommands"
  401. LocalCommands.Parent = Commands
  402. LocalCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  403. LocalCommands.BackgroundTransparency = 1
  404. LocalCommands.Position = UDim2.new(0.32041344, 0, 0.550387621, 0)
  405. LocalCommands.Size = UDim2.new(0, 200, 0, 23)
  406. LocalCommands.Font = Enum.Font.SourceSans
  407. LocalCommands.Text = "Local Player Commands"
  408. LocalCommands.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  409. LocalCommands.TextScaled = true
  410. LocalCommands.TextSize = 14
  411. LocalCommands.TextWrapped = true
  412.  
  413. dash1.Name = "dash1"
  414. dash1.Parent = Commands
  415. dash1.BackgroundColor3 = Color3.new(1, 1, 1)
  416. dash1.BackgroundTransparency = 1
  417. dash1.Position = UDim2.new(0.276485801, 0, 0.612403095, 0)
  418. dash1.Size = UDim2.new(0, 244, 0, 18)
  419. dash1.Font = Enum.Font.SourceSans
  420. dash1.Text = "-------------------------------------------------------------"
  421. dash1.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  422. dash1.TextScaled = true
  423. dash1.TextSize = 14
  424. dash1.TextWrapped = true
  425.  
  426. dash2.Name = "dash2"
  427. dash2.Parent = Commands
  428. dash2.BackgroundColor3 = Color3.new(1, 1, 1)
  429. dash2.BackgroundTransparency = 1
  430. dash2.Position = UDim2.new(0.276485801, 0, 0.937984467, 0)
  431. dash2.Size = UDim2.new(0, 244, 0, 16)
  432. dash2.Font = Enum.Font.SourceSans
  433. dash2.Text = "-------------------------------------------------------------"
  434. dash2.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  435. dash2.TextScaled = true
  436. dash2.TextSize = 14
  437. dash2.TextWrapped = true
  438.  
  439. Fly.Name = "Fly"
  440. Fly.Parent = Commands
  441. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  442. Fly.Position = UDim2.new(0.276485801, 0, 0.68217057, 0)
  443. Fly.Size = UDim2.new(0, 108, 0, 20)
  444. Fly.Style = Enum.ButtonStyle.RobloxButtonDefault
  445. Fly.Font = Enum.Font.Code
  446. Fly.Text = "Fly"
  447. Fly.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  448. Fly.TextSize = 15
  449.  
  450. God.Name = "God"
  451. God.Parent = Commands
  452. God.BackgroundColor3 = Color3.new(1, 1, 1)
  453. God.Position = UDim2.new(0.276485831, 0, 0.779069781, 0)
  454. God.Size = UDim2.new(0, 108, 0, 20)
  455. God.Style = Enum.ButtonStyle.RobloxButtonDefault
  456. God.Font = Enum.Font.Code
  457. God.Text = "Noclip [X]"
  458. God.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  459. God.TextSize = 17
  460.  
  461. Fly_2.Name = "Fly"
  462. Fly_2.Parent = Commands
  463. Fly_2.BackgroundColor3 = Color3.new(1, 1, 1)
  464. Fly_2.Position = UDim2.new(0.576227427, 0, 0.755814016, 0)
  465. Fly_2.Size = UDim2.new(0, 40, 0, 40)
  466. Fly_2.Style = Enum.ButtonStyle.RobloxButtonDefault
  467. Fly_2.Font = Enum.Font.Code
  468. Fly_2.Text = "-10"
  469. Fly_2.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  470. Fly_2.TextSize = 17
  471. Fly_2.TextWrapped = true
  472.  
  473. Fly_3.Name = "Fly"
  474. Fly_3.Parent = Commands
  475. Fly_3.BackgroundColor3 = Color3.new(1, 1, 1)
  476. Fly_3.Position = UDim2.new(0.821705461, 0, 0.755814016, 0)
  477. Fly_3.Size = UDim2.new(0, 40, 0, 40)
  478. Fly_3.Style = Enum.ButtonStyle.RobloxButtonDefault
  479. Fly_3.Font = Enum.Font.Code
  480. Fly_3.Text = "+10"
  481. Fly_3.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  482. Fly_3.TextSize = 17
  483. Fly_3.TextWrapped = true
  484.  
  485. WalkLabel.Name = "WalkLabel"
  486. WalkLabel.Parent = Commands
  487. WalkLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  488. WalkLabel.BackgroundTransparency = 1
  489. WalkLabel.Position = UDim2.new(0.576227367, 0, 0.666666687, 0)
  490. WalkLabel.Size = UDim2.new(0, 135, 0, 23)
  491. WalkLabel.Font = Enum.Font.SourceSans
  492. WalkLabel.Text = "Walkspeed Modifier"
  493. WalkLabel.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  494. WalkLabel.TextSize = 17
  495. WalkLabel.TextWrapped = true
  496.  
  497. WalkspeedValue.Name = "WalkspeedValue"
  498. WalkspeedValue.Parent = Commands
  499. WalkspeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  500. WalkspeedValue.BackgroundTransparency = 1
  501. WalkspeedValue.Position = UDim2.new(0.679586589, 0, 0.755813956, 0)
  502. WalkspeedValue.Size = UDim2.new(0, 55, 0, 40)
  503. WalkspeedValue.Font = Enum.Font.SourceSans
  504. WalkspeedValue.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  505. WalkspeedValue.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  506. WalkspeedValue.TextScaled = true
  507. WalkspeedValue.TextSize = 14
  508. WalkspeedValue.TextWrapped = true
  509.  
  510. ClickTP.Name = "ClickTP"
  511. ClickTP.Parent = Commands
  512. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  513. ClickTP.Position = UDim2.new(0.276485801, 0, 0.879844964, 0)
  514. ClickTP.Size = UDim2.new(0, 108, 0, 20)
  515. ClickTP.Style = Enum.ButtonStyle.RobloxButtonDefault
  516. ClickTP.Font = Enum.Font.Code
  517. ClickTP.Text = "ClickTP [G]"
  518. ClickTP.TextColor3 = Color3.new(0.509804, 0.0980392, 0.054902)
  519. ClickTP.TextSize = 15
  520.  
  521. DiscordTag.Name = "DiscordTag"
  522. DiscordTag.Parent = MainHub
  523. DiscordTag.BackgroundColor3 = Color3.new(1, 1, 1)
  524. DiscordTag.BackgroundTransparency = 1
  525. DiscordTag.Position = UDim2.new(0.779043257, 0, 0, 0)
  526. DiscordTag.Size = UDim2.new(0, 97, 0, 29)
  527. DiscordTag.Font = Enum.Font.SourceSans
  528. DiscordTag.Text = "ReFound#7986"
  529. DiscordTag.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  530. DiscordTag.TextScaled = true
  531. DiscordTag.TextSize = 14
  532. DiscordTag.TextWrapped = true
  533.  
  534. GameScripts.Name = "GameScripts"
  535. GameScripts.Parent = MainHub
  536. GameScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  537. GameScripts.BackgroundTransparency = 1
  538. GameScripts.Position = UDim2.new(0.0159453303, 0, 0.187116563, 0)
  539. GameScripts.Size = UDim2.new(0, 385, 0, 257)
  540. GameScripts.Visible = false
  541.  
  542. MiningSim.Name = "MiningSim"
  543. MiningSim.Parent = GameScripts
  544. MiningSim.BackgroundColor3 = Color3.new(1, 1, 1)
  545. MiningSim.Size = UDim2.new(0, 92, 0, 28)
  546. MiningSim.Style = Enum.ButtonStyle.RobloxButtonDefault
  547. MiningSim.Font = Enum.Font.SourceSans
  548. MiningSim.Text = "Mining Sim"
  549. MiningSim.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  550. MiningSim.TextSize = 14
  551.  
  552. ApocRising.Name = "ApocRising"
  553. ApocRising.Parent = GameScripts
  554. ApocRising.BackgroundColor3 = Color3.new(1, 1, 1)
  555. ApocRising.Position = UDim2.new(0.238961041, 0, 0, 0)
  556. ApocRising.Size = UDim2.new(0, 92, 0, 28)
  557. ApocRising.Style = Enum.ButtonStyle.RobloxButtonDefault
  558. ApocRising.Font = Enum.Font.SourceSans
  559. ApocRising.Text = "Apocalypse"
  560. ApocRising.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  561. ApocRising.TextSize = 14
  562.  
  563. CBRO.Name = "CBRO"
  564. CBRO.Parent = GameScripts
  565. CBRO.BackgroundColor3 = Color3.new(1, 1, 1)
  566. CBRO.Position = UDim2.new(0.477922082, 0, 0, 0)
  567. CBRO.Size = UDim2.new(0, 92, 0, 28)
  568. CBRO.Style = Enum.ButtonStyle.RobloxButtonDefault
  569. CBRO.Font = Enum.Font.SourceSans
  570. CBRO.Text = "CBRO"
  571. CBRO.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  572. CBRO.TextSize = 14
  573.  
  574. PhantomForces.Name = "PhantomForces"
  575. PhantomForces.Parent = GameScripts
  576. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  577. PhantomForces.Position = UDim2.new(0.716883123, 0, 0, 0)
  578. PhantomForces.Size = UDim2.new(0, 92, 0, 28)
  579. PhantomForces.Style = Enum.ButtonStyle.RobloxButtonDefault
  580. PhantomForces.Font = Enum.Font.SourceSans
  581. PhantomForces.Text = "Phantom"
  582. PhantomForces.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  583. PhantomForces.TextSize = 14
  584.  
  585. BoogaBooga.Name = "BoogaBooga"
  586. BoogaBooga.Parent = GameScripts
  587. BoogaBooga.BackgroundColor3 = Color3.new(1, 1, 1)
  588. BoogaBooga.Position = UDim2.new(0, 0, 0.112840466, 0)
  589. BoogaBooga.Size = UDim2.new(0, 92, 0, 28)
  590. BoogaBooga.Style = Enum.ButtonStyle.RobloxButtonDefault
  591. BoogaBooga.Font = Enum.Font.SourceSans
  592. BoogaBooga.Text = "Booga x2"
  593. BoogaBooga.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  594. BoogaBooga.TextSize = 14
  595.  
  596. MinersHaven.Name = "MinersHaven"
  597. MinersHaven.Parent = GameScripts
  598. MinersHaven.BackgroundColor3 = Color3.new(1, 1, 1)
  599. MinersHaven.Position = UDim2.new(0.238961041, 0, 0.112840466, 0)
  600. MinersHaven.Size = UDim2.new(0, 92, 0, 28)
  601. MinersHaven.Style = Enum.ButtonStyle.RobloxButtonDefault
  602. MinersHaven.Font = Enum.Font.SourceSans
  603. MinersHaven.Text = "Miners Haven"
  604. MinersHaven.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  605. MinersHaven.TextSize = 14
  606.  
  607. Jailbreak.Name = "Jailbreak"
  608. Jailbreak.Parent = GameScripts
  609. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  610. Jailbreak.Position = UDim2.new(0.477922082, 0, 0.112840466, 0)
  611. Jailbreak.Size = UDim2.new(0, 92, 0, 28)
  612. Jailbreak.Style = Enum.ButtonStyle.RobloxButtonDefault
  613. Jailbreak.Font = Enum.Font.SourceSans
  614. Jailbreak.Text = "Jailbreak"
  615. Jailbreak.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  616. Jailbreak.TextSize = 14
  617.  
  618. Game2.Name = "Game2"
  619. Game2.Parent = GameScripts
  620. Game2.BackgroundColor3 = Color3.new(1, 1, 1)
  621. Game2.Position = UDim2.new(0.716883123, 0, 0.112840466, 0)
  622. Game2.Size = UDim2.new(0, 92, 0, 28)
  623. Game2.Style = Enum.ButtonStyle.RobloxButtonDefault
  624. Game2.Font = Enum.Font.SourceSans
  625. Game2.Text = ""
  626. Game2.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  627. Game2.TextSize = 14
  628.  
  629. Game3.Name = "Game3"
  630. Game3.Parent = GameScripts
  631. Game3.BackgroundColor3 = Color3.new(1, 1, 1)
  632. Game3.Position = UDim2.new(0, 0, 0.221789882, 0)
  633. Game3.Size = UDim2.new(0, 92, 0, 28)
  634. Game3.Style = Enum.ButtonStyle.RobloxButtonDefault
  635. Game3.Font = Enum.Font.SourceSans
  636. Game3.Text = ""
  637. Game3.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  638. Game3.TextSize = 14
  639.  
  640. Game6F.Name = "Game6F"
  641. Game6F.Parent = GameScripts
  642. Game6F.BackgroundColor3 = Color3.new(1, 1, 1)
  643. Game6F.BackgroundTransparency = 1
  644. Game6F.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  645. Game6F.Size = UDim2.new(0, 212, 0, 169)
  646. Game6F.Visible = false
  647.  
  648. Game6M.Name = "Game6M"
  649. Game6M.Parent = Game6F
  650. Game6M.BackgroundColor3 = Color3.new(1, 1, 1)
  651. Game6M.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  652. Game6M.Size = UDim2.new(0, 200, 0, 50)
  653. Game6M.Style = Enum.ButtonStyle.RobloxButtonDefault
  654. Game6M.Font = Enum.Font.SourceSans
  655. Game6M.Text = "Mining Simulator GUI (Version = ReHub)"
  656. Game6M.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  657. Game6M.TextSize = 17
  658. Game6M.TextWrapped = true
  659.  
  660. Game6A.Name = "Game6A"
  661. Game6A.Parent = Game6F
  662. Game6A.BackgroundColor3 = Color3.new(1, 1, 1)
  663. Game6A.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  664. Game6A.Size = UDim2.new(0, 200, 0, 50)
  665. Game6A.Visible = false
  666. Game6A.Style = Enum.ButtonStyle.RobloxButtonDefault
  667. Game6A.Font = Enum.Font.SourceSans
  668. Game6A.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  669. Game6A.TextSize = 14
  670.  
  671. Game5.Name = "Game5"
  672. Game5.Parent = GameScripts
  673. Game5.BackgroundColor3 = Color3.new(1, 1, 1)
  674. Game5.Position = UDim2.new(0.477922082, 0, 0.221789882, 0)
  675. Game5.Size = UDim2.new(0, 92, 0, 28)
  676. Game5.Style = Enum.ButtonStyle.RobloxButtonDefault
  677. Game5.Font = Enum.Font.SourceSans
  678. Game5.Text = ""
  679. Game5.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  680. Game5.TextSize = 14
  681.  
  682. Game6.Name = "Game6"
  683. Game6.Parent = GameScripts
  684. Game6.BackgroundColor3 = Color3.new(1, 1, 1)
  685. Game6.Position = UDim2.new(0.716883123, 0, 0.221789882, 0)
  686. Game6.Size = UDim2.new(0, 92, 0, 28)
  687. Game6.Style = Enum.ButtonStyle.RobloxButtonDefault
  688. Game6.Font = Enum.Font.SourceSans
  689. Game6.Text = ""
  690. Game6.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  691. Game6.TextSize = 14
  692.  
  693. MiningSimF.Name = "MiningSimF"
  694. MiningSimF.Parent = GameScripts
  695. MiningSimF.BackgroundColor3 = Color3.new(1, 1, 1)
  696. MiningSimF.BackgroundTransparency = 1
  697. MiningSimF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  698. MiningSimF.Size = UDim2.new(0, 212, 0, 169)
  699. MiningSimF.Visible = false
  700.  
  701. MiningSimM.Name = "MiningSimM"
  702. MiningSimM.Parent = MiningSimF
  703. MiningSimM.BackgroundColor3 = Color3.new(1, 1, 1)
  704. MiningSimM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  705. MiningSimM.Size = UDim2.new(0, 200, 0, 50)
  706. MiningSimM.Style = Enum.ButtonStyle.RobloxButtonDefault
  707. MiningSimM.Font = Enum.Font.SourceSans
  708. MiningSimM.Text = "Mining Simulator GUI (Version = ReHub)"
  709. MiningSimM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  710. MiningSimM.TextSize = 17
  711. MiningSimM.TextWrapped = true
  712.  
  713. MiningSimA.Name = "MiningSimA"
  714. MiningSimA.Parent = MiningSimF
  715. MiningSimA.BackgroundColor3 = Color3.new(1, 1, 1)
  716. MiningSimA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  717. MiningSimA.Size = UDim2.new(0, 200, 0, 50)
  718. MiningSimA.Visible = false
  719. MiningSimA.Style = Enum.ButtonStyle.RobloxButtonDefault
  720. MiningSimA.Font = Enum.Font.SourceSans
  721. MiningSimA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  722. MiningSimA.TextSize = 14
  723.  
  724. NoteGames.Name = "NoteGames"
  725. NoteGames.Parent = GameScripts
  726. NoteGames.BackgroundColor3 = Color3.new(1, 1, 1)
  727. NoteGames.BackgroundTransparency = 1
  728. NoteGames.Position = UDim2.new(0.548051953, 0, 0.420233458, 0)
  729. NoteGames.Size = UDim2.new(0, 174, 0, 142)
  730. NoteGames.Font = Enum.Font.SourceSans
  731. NoteGames.Text = "Note: All game tabs are made for 2 buttons, have any scripts i didnt find?; Send them to me ill put them in!"
  732. NoteGames.TextColor3 = Color3.new(0.470588, 0.0980392, 0.0588235)
  733. NoteGames.TextScaled = true
  734. NoteGames.TextSize = 14
  735. NoteGames.TextWrapped = true
  736.  
  737. ApocF.Name = "ApocF"
  738. ApocF.Parent = GameScripts
  739. ApocF.BackgroundColor3 = Color3.new(1, 1, 1)
  740. ApocF.BackgroundTransparency = 1
  741. ApocF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  742. ApocF.Size = UDim2.new(0, 212, 0, 169)
  743. ApocF.Visible = false
  744.  
  745. ApocM.Name = "ApocM"
  746. ApocM.Parent = ApocF
  747. ApocM.BackgroundColor3 = Color3.new(1, 1, 1)
  748. ApocM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  749. ApocM.Size = UDim2.new(0, 200, 0, 50)
  750. ApocM.Style = Enum.ButtonStyle.RobloxButtonDefault
  751. ApocM.Font = Enum.Font.SourceSans
  752. ApocM.Text = "Apocalypse Rising Main GUI (Version = Proxima)"
  753. ApocM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  754. ApocM.TextSize = 17
  755. ApocM.TextWrapped = true
  756.  
  757. ApocA.Name = "ApocA"
  758. ApocA.Parent = ApocF
  759. ApocA.BackgroundColor3 = Color3.new(1, 1, 1)
  760. ApocA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  761. ApocA.Size = UDim2.new(0, 200, 0, 50)
  762. ApocA.Style = Enum.ButtonStyle.RobloxButtonDefault
  763. ApocA.Font = Enum.Font.SourceSans
  764. ApocA.Text = "Apocalypse Rising Alt GUI (Version = ApocTools v4.6)"
  765. ApocA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  766. ApocA.TextSize = 17
  767. ApocA.TextWrapped = true
  768.  
  769. CBROF.Name = "CBROF"
  770. CBROF.Parent = GameScripts
  771. CBROF.BackgroundColor3 = Color3.new(1, 1, 1)
  772. CBROF.BackgroundTransparency = 1
  773. CBROF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  774. CBROF.Size = UDim2.new(0, 212, 0, 169)
  775. CBROF.Visible = false
  776.  
  777. CBROM.Name = "CBROM"
  778. CBROM.Parent = CBROF
  779. CBROM.BackgroundColor3 = Color3.new(1, 1, 1)
  780. CBROM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  781. CBROM.Size = UDim2.new(0, 200, 0, 50)
  782. CBROM.Style = Enum.ButtonStyle.RobloxButtonDefault
  783. CBROM.Font = Enum.Font.SourceSans
  784. CBROM.Text = "CBRO ESP; Aimbot does not work"
  785. CBROM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  786. CBROM.TextSize = 17
  787. CBROM.TextWrapped = true
  788.  
  789. CBROA.Name = "CBROA"
  790. CBROA.Parent = CBROF
  791. CBROA.BackgroundColor3 = Color3.new(1, 1, 1)
  792. CBROA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  793. CBROA.Size = UDim2.new(0, 200, 0, 50)
  794. CBROA.Visible = false
  795. CBROA.Style = Enum.ButtonStyle.RobloxButtonDefault
  796. CBROA.Font = Enum.Font.SourceSans
  797. CBROA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  798. CBROA.TextSize = 17
  799. CBROA.TextWrapped = true
  800.  
  801. PhantomF.Name = "PhantomF"
  802. PhantomF.Parent = GameScripts
  803. PhantomF.BackgroundColor3 = Color3.new(1, 1, 1)
  804. PhantomF.BackgroundTransparency = 1
  805. PhantomF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  806. PhantomF.Size = UDim2.new(0, 212, 0, 169)
  807. PhantomF.Visible = false
  808.  
  809. PhantomM.Name = "PhantomM"
  810. PhantomM.Parent = PhantomF
  811. PhantomM.BackgroundColor3 = Color3.new(1, 1, 1)
  812. PhantomM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  813. PhantomM.Size = UDim2.new(0, 200, 0, 50)
  814. PhantomM.Style = Enum.ButtonStyle.RobloxButtonDefault
  815. PhantomM.Font = Enum.Font.SourceSans
  816. PhantomM.Text = "Phantom Forces ESP"
  817. PhantomM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  818. PhantomM.TextSize = 17
  819. PhantomM.TextWrapped = true
  820.  
  821. PhantomA.Name = "PhantomA"
  822. PhantomA.Parent = PhantomF
  823. PhantomA.BackgroundColor3 = Color3.new(1, 1, 1)
  824. PhantomA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  825. PhantomA.Size = UDim2.new(0, 200, 0, 50)
  826. PhantomA.Visible = true
  827. PhantomA.Style = Enum.ButtonStyle.RobloxButtonDefault
  828. PhantomA.Font = Enum.Font.SourceSans
  829. PhantomA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  830. PhantomA.TextSize = 17
  831. PhantomA.TextWrapped = true
  832. PhantomA.Text = "PF Walls (Shoot through walls)"
  833.  
  834. BoogaF.Name = "BoogaF"
  835. BoogaF.Parent = GameScripts
  836. BoogaF.BackgroundColor3 = Color3.new(1, 1, 1)
  837. BoogaF.BackgroundTransparency = 1
  838. BoogaF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  839. BoogaF.Size = UDim2.new(0, 212, 0, 169)
  840.  
  841. BoogaM.Name = "BoogaM"
  842. BoogaM.Parent = BoogaF
  843. BoogaM.BackgroundColor3 = Color3.new(1, 1, 1)
  844. BoogaM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  845. BoogaM.Size = UDim2.new(0, 200, 0, 50)
  846. BoogaM.Visible = false
  847. BoogaM.Style = Enum.ButtonStyle.RobloxButtonDefault
  848. BoogaM.Font = Enum.Font.SourceSans
  849. BoogaM.Text = ""
  850. BoogaM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  851. BoogaM.TextSize = 17
  852. BoogaM.TextWrapped = true
  853.  
  854. BoogaA.Name = "BoogaA"
  855. BoogaA.Parent = BoogaF
  856. BoogaA.BackgroundColor3 = Color3.new(1, 1, 1)
  857. BoogaA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  858. BoogaA.Size = UDim2.new(0, 200, 0, 50)
  859. BoogaA.Visible = false
  860. BoogaA.Style = Enum.ButtonStyle.RobloxButtonDefault
  861. BoogaA.Font = Enum.Font.SourceSans
  862. BoogaA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  863. BoogaA.TextSize = 17
  864. BoogaA.TextWrapped = true
  865.  
  866. MinersHavenF.Name = "MinersHavenF"
  867. MinersHavenF.Parent = GameScripts
  868. MinersHavenF.BackgroundColor3 = Color3.new(1, 1, 1)
  869. MinersHavenF.BackgroundTransparency = 1
  870. MinersHavenF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  871. MinersHavenF.Size = UDim2.new(0, 212, 0, 169)
  872. MinersHavenF.Visible = false
  873.  
  874. MinersM.Name = "MinersM"
  875. MinersM.Parent = MinersHavenF
  876. MinersM.BackgroundColor3 = Color3.new(1, 1, 1)
  877. MinersM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  878. MinersM.Size = UDim2.new(0, 200, 0, 50)
  879. MinersM.Style = Enum.ButtonStyle.RobloxButtonDefault
  880. MinersM.Font = Enum.Font.SourceSans
  881. MinersM.Text = "Miners Haven GUI (Version = Rephlo's)"
  882. MinersM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  883. MinersM.TextSize = 17
  884. MinersM.TextWrapped = true
  885.  
  886. MinersA.Name = "MinersA"
  887. MinersA.Parent = MinersHavenF
  888. MinersA.BackgroundColor3 = Color3.new(1, 1, 1)
  889. MinersA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  890. MinersA.Size = UDim2.new(0, 200, 0, 50)
  891. MinersA.Visible = false
  892. MinersA.Style = Enum.ButtonStyle.RobloxButtonDefault
  893. MinersA.Font = Enum.Font.SourceSans
  894. MinersA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  895. MinersA.TextSize = 17
  896. MinersA.TextWrapped = true
  897.  
  898. JailbreakF.Name = "JailbreakF"
  899. JailbreakF.Parent = GameScripts
  900. JailbreakF.BackgroundColor3 = Color3.new(1, 1, 1)
  901. JailbreakF.BackgroundTransparency = 1
  902. JailbreakF.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  903. JailbreakF.Size = UDim2.new(0, 212, 0, 169)
  904. JailbreakF.Visible = false
  905.  
  906. JailbreakM.Name = "JailbreakM"
  907. JailbreakM.Parent = JailbreakF
  908. JailbreakM.BackgroundColor3 = Color3.new(1, 1, 1)
  909. JailbreakM.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  910. JailbreakM.Size = UDim2.new(0, 200, 0, 50)
  911. JailbreakM.Style = Enum.ButtonStyle.RobloxButtonDefault
  912. JailbreakM.Font = Enum.Font.SourceSans
  913. JailbreakM.Text = "Jailbreak GUI (Version = Project Break)"
  914. JailbreakM.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  915. JailbreakM.TextSize = 17
  916. JailbreakM.TextWrapped = true
  917.  
  918. JailbreakA.Name = "JailbreakA"
  919. JailbreakA.Parent = JailbreakF
  920. JailbreakA.BackgroundColor3 = Color3.new(1, 1, 1)
  921. JailbreakA.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  922. JailbreakA.Size = UDim2.new(0, 200, 0, 50)
  923. JailbreakA.Visible = false
  924. JailbreakA.Style = Enum.ButtonStyle.RobloxButtonDefault
  925. JailbreakA.Font = Enum.Font.SourceSans
  926. JailbreakA.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  927. JailbreakA.TextSize = 14
  928.  
  929. CredsJail.Name = "CredsJail"
  930. CredsJail.Parent = JailbreakF
  931. CredsJail.BackgroundColor3 = Color3.new(1, 1, 1)
  932. CredsJail.BackgroundTransparency = 1
  933. CredsJail.Position = UDim2.new(0.150943398, 0, -0.0236686394, 0)
  934. CredsJail.Size = UDim2.new(0, 130, 0, 26)
  935. CredsJail.Font = Enum.Font.SourceSans
  936. CredsJail.Text = "Syntaxx#3736"
  937. CredsJail.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  938. CredsJail.TextScaled = true
  939. CredsJail.TextSize = 14
  940. CredsJail.TextWrapped = true
  941.  
  942. Game2F.Name = "Game2F"
  943. Game2F.Parent = GameScripts
  944. Game2F.BackgroundColor3 = Color3.new(1, 1, 1)
  945. Game2F.BackgroundTransparency = 1
  946. Game2F.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  947. Game2F.Size = UDim2.new(0, 212, 0, 169)
  948. Game2F.Visible = false
  949.  
  950. Game2M.Name = "Game2M"
  951. Game2M.Parent = Game2F
  952. Game2M.BackgroundColor3 = Color3.new(1, 1, 1)
  953. Game2M.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  954. Game2M.Size = UDim2.new(0, 200, 0, 50)
  955. Game2M.Style = Enum.ButtonStyle.RobloxButtonDefault
  956. Game2M.Font = Enum.Font.SourceSans
  957. Game2M.Text = "Mining Simulator GUI (Version = ReHub)"
  958. Game2M.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  959. Game2M.TextSize = 17
  960. Game2M.TextWrapped = true
  961.  
  962. Game2A.Name = "Game2A"
  963. Game2A.Parent = Game2F
  964. Game2A.BackgroundColor3 = Color3.new(1, 1, 1)
  965. Game2A.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  966. Game2A.Size = UDim2.new(0, 200, 0, 50)
  967. Game2A.Visible = false
  968. Game2A.Style = Enum.ButtonStyle.RobloxButtonDefault
  969. Game2A.Font = Enum.Font.SourceSans
  970. Game2A.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  971. Game2A.TextSize = 14
  972.  
  973. Game3F.Name = "Game3F"
  974. Game3F.Parent = GameScripts
  975. Game3F.BackgroundColor3 = Color3.new(1, 1, 1)
  976. Game3F.BackgroundTransparency = 1
  977. Game3F.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  978. Game3F.Size = UDim2.new(0, 212, 0, 169)
  979. Game3F.Visible = false
  980.  
  981. Game3M.Name = "Game3M"
  982. Game3M.Parent = Game3F
  983. Game3M.BackgroundColor3 = Color3.new(1, 1, 1)
  984. Game3M.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  985. Game3M.Size = UDim2.new(0, 200, 0, 50)
  986. Game3M.Style = Enum.ButtonStyle.RobloxButtonDefault
  987. Game3M.Font = Enum.Font.SourceSans
  988. Game3M.Text = "Mining Simulator GUI (Version = ReHub)"
  989. Game3M.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  990. Game3M.TextSize = 17
  991. Game3M.TextWrapped = true
  992.  
  993. Game3A.Name = "Game3A"
  994. Game3A.Parent = Game3F
  995. Game3A.BackgroundColor3 = Color3.new(1, 1, 1)
  996. Game3A.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  997. Game3A.Size = UDim2.new(0, 200, 0, 50)
  998. Game3A.Visible = false
  999. Game3A.Style = Enum.ButtonStyle.RobloxButtonDefault
  1000. Game3A.Font = Enum.Font.SourceSans
  1001. Game3A.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1002. Game3A.TextSize = 14
  1003.  
  1004. Game4F.Name = "Game4F"
  1005. Game4F.Parent = GameScripts
  1006. Game4F.BackgroundColor3 = Color3.new(1, 1, 1)
  1007. Game4F.BackgroundTransparency = 1
  1008. Game4F.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  1009. Game4F.Size = UDim2.new(0, 212, 0, 169)
  1010. Game4F.Visible = false
  1011.  
  1012. Game4M.Name = "Game4M"
  1013. Game4M.Parent = Game4F
  1014. Game4M.BackgroundColor3 = Color3.new(1, 1, 1)
  1015. Game4M.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  1016. Game4M.Size = UDim2.new(0, 200, 0, 50)
  1017. Game4M.Style = Enum.ButtonStyle.RobloxButtonDefault
  1018. Game4M.Font = Enum.Font.SourceSans
  1019. Game4M.Text = "Mining Simulator GUI (Version = ReHub)"
  1020. Game4M.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1021. Game4M.TextSize = 17
  1022. Game4M.TextWrapped = true
  1023.  
  1024. Game4A.Name = "Game4A"
  1025. Game4A.Parent = Game4F
  1026. Game4A.BackgroundColor3 = Color3.new(1, 1, 1)
  1027. Game4A.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  1028. Game4A.Size = UDim2.new(0, 200, 0, 50)
  1029. Game4A.Visible = false
  1030. Game4A.Style = Enum.ButtonStyle.RobloxButtonDefault
  1031. Game4A.Font = Enum.Font.SourceSans
  1032. Game4A.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1033. Game4A.TextSize = 14
  1034.  
  1035. Game5F.Name = "Game5F"
  1036. Game5F.Parent = GameScripts
  1037. Game5F.BackgroundColor3 = Color3.new(1, 1, 1)
  1038. Game5F.BackgroundTransparency = 1
  1039. Game5F.Position = UDim2.new(0.012987013, 0, 0.33073929, 0)
  1040. Game5F.Size = UDim2.new(0, 212, 0, 169)
  1041. Game5F.Visible = false
  1042.  
  1043. Game5M.Name = "Game5M"
  1044. Game5M.Parent = Game5F
  1045. Game5M.BackgroundColor3 = Color3.new(1, 1, 1)
  1046. Game5M.Position = UDim2.new(-0.0137741044, 0, 0.106508873, 0)
  1047. Game5M.Size = UDim2.new(0, 200, 0, 50)
  1048. Game5M.Style = Enum.ButtonStyle.RobloxButtonDefault
  1049. Game5M.Font = Enum.Font.SourceSans
  1050. Game5M.Text = "Mining Simulator GUI (Version = ReHub)"
  1051. Game5M.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1052. Game5M.TextSize = 17
  1053. Game5M.TextWrapped = true
  1054.  
  1055. Game5A.Name = "Game5A"
  1056. Game5A.Parent = Game5F
  1057. Game5A.BackgroundColor3 = Color3.new(1, 1, 1)
  1058. Game5A.Position = UDim2.new(-0.0137741044, 0, 0.562130153, 0)
  1059. Game5A.Size = UDim2.new(0, 200, 0, 50)
  1060. Game5A.Visible = false
  1061. Game5A.Style = Enum.ButtonStyle.RobloxButtonDefault
  1062. Game5A.Font = Enum.Font.SourceSans
  1063. Game5A.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1064. Game5A.TextSize = 14
  1065.  
  1066. Game4.Name = "Game4"
  1067. Game4.Parent = GameScripts
  1068. Game4.BackgroundColor3 = Color3.new(1, 1, 1)
  1069. Game4.Position = UDim2.new(0.238961041, 0, 0.221789882, 0)
  1070. Game4.Size = UDim2.new(0, 92, 0, 28)
  1071. Game4.Style = Enum.ButtonStyle.RobloxButtonDefault
  1072. Game4.Font = Enum.Font.SourceSans
  1073. Game4.Text = ""
  1074. Game4.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1075. Game4.TextSize = 14
  1076.  
  1077. ExtraGUIs.Name = "ExtraGUIs"
  1078. ExtraGUIs.Parent = MainHub
  1079. ExtraGUIs.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. ExtraGUIs.BackgroundTransparency = 1
  1081. ExtraGUIs.Position = UDim2.new(0.0159453303, 0, 0.187116563, 0)
  1082. ExtraGUIs.Size = UDim2.new(0, 385, 0, 257)
  1083. ExtraGUIs.Visible = false
  1084.  
  1085. TextLabel_3.Parent = ExtraGUIs
  1086. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1087. TextLabel_3.BackgroundTransparency = 1
  1088. TextLabel_3.Position = UDim2.new(0.480519474, 0, -0.0233463049, 0)
  1089. TextLabel_3.Size = UDim2.new(0, 200, 0, 107)
  1090. TextLabel_3.Font = Enum.Font.SourceSans
  1091. TextLabel_3.Text = "Note: plenty of extra buttons send me more GUI's"
  1092. TextLabel_3.TextColor3 = Color3.new(0.470588, 0.0980392, 0.054902)
  1093. TextLabel_3.TextScaled = true
  1094. TextLabel_3.TextSize = 14
  1095. TextLabel_3.TextWrapped = true
  1096.  
  1097. TopKek.Name = "TopKek"
  1098. TopKek.Parent = ExtraGUIs
  1099. TopKek.BackgroundColor3 = Color3.new(1, 1, 1)
  1100. TopKek.Size = UDim2.new(0, 162, 0, 50)
  1101. TopKek.Style = Enum.ButtonStyle.RobloxButtonDefault
  1102. TopKek.Font = Enum.Font.SourceSans
  1103. TopKek.Text = "TopKek"
  1104. TopKek.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1105. TopKek.TextSize = 20
  1106.  
  1107. Reviz.Name = "Reviz"
  1108. Reviz.Parent = ExtraGUIs
  1109. Reviz.BackgroundColor3 = Color3.new(1, 1, 1)
  1110. Reviz.Position = UDim2.new(0, 0, 0.198443577, 0)
  1111. Reviz.Size = UDim2.new(0, 162, 0, 50)
  1112. Reviz.Style = Enum.ButtonStyle.RobloxButtonDefault
  1113. Reviz.Font = Enum.Font.SourceSans
  1114. Reviz.Text = "Reviz Admin"
  1115. Reviz.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1116. Reviz.TextSize = 20
  1117.  
  1118. E1.Name = "E1"
  1119. E1.Parent = ExtraGUIs
  1120. E1.BackgroundColor3 = Color3.new(1, 1, 1)
  1121. E1.Position = UDim2.new(0, 0, 0.420233458, 0)
  1122. E1.Size = UDim2.new(0, 162, 0, 50)
  1123. E1.Visible = false
  1124. E1.Style = Enum.ButtonStyle.RobloxButtonDefault
  1125. E1.Font = Enum.Font.SourceSans
  1126. E1.Text = "Reviz Admin"
  1127. E1.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1128. E1.TextSize = 20
  1129.  
  1130. E2.Name = "E2"
  1131. E2.Parent = ExtraGUIs
  1132. E2.BackgroundColor3 = Color3.new(1, 1, 1)
  1133. E2.Position = UDim2.new(0.431168824, 0, 0.420233458, 0)
  1134. E2.Size = UDim2.new(0, 162, 0, 50)
  1135. E2.Visible = false
  1136. E2.Style = Enum.ButtonStyle.RobloxButtonDefault
  1137. E2.Font = Enum.Font.SourceSans
  1138. E2.Text = "Reviz Admin"
  1139. E2.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1140. E2.TextSize = 20
  1141.  
  1142. E3.Name = "E3"
  1143. E3.Parent = ExtraGUIs
  1144. E3.BackgroundColor3 = Color3.new(1, 1, 1)
  1145. E3.Position = UDim2.new(0, 0, 0.680933833, 0)
  1146. E3.Size = UDim2.new(0, 162, 0, 50)
  1147. E3.Visible = false
  1148. E3.Style = Enum.ButtonStyle.RobloxButtonDefault
  1149. E3.Font = Enum.Font.SourceSans
  1150. E3.Text = "Reviz Admin"
  1151. E3.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1152. E3.TextSize = 20
  1153.  
  1154. E4.Name = "E4"
  1155. E4.Parent = ExtraGUIs
  1156. E4.BackgroundColor3 = Color3.new(1, 1, 1)
  1157. E4.Position = UDim2.new(0.431168824, 0, 0.680933833, 0)
  1158. E4.Size = UDim2.new(0, 162, 0, 50)
  1159. E4.Visible = false
  1160. E4.Style = Enum.ButtonStyle.RobloxButtonDefault
  1161. E4.Font = Enum.Font.SourceSans
  1162. E4.Text = "Reviz Admin"
  1163. E4.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1164. E4.TextSize = 20
  1165.  
  1166. FlyGUI.Name = "FlyGUI"
  1167. FlyGUI.Parent = ProjectDropShadow
  1168. FlyGUI.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1169. FlyGUI.Position = UDim2.new(0.0183823537, 0, 0.0600272864, 0)
  1170. FlyGUI.Size = UDim2.new(0, 98, 0, 125)
  1171. FlyGUI.Visible = false
  1172.  
  1173. SpeedChanger.Name = "SpeedChanger"
  1174. SpeedChanger.Parent = FlyGUI
  1175. SpeedChanger.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1176. SpeedChanger.BackgroundTransparency = 0.30000001192093
  1177. SpeedChanger.Position = UDim2.new(0.234693885, 0, 0.456, 0)
  1178. SpeedChanger.Size = UDim2.new(0, 53, 0, 44)
  1179. SpeedChanger.Font = Enum.Font.SourceSans
  1180. SpeedChanger.PlaceholderColor3 = Color3.new(0, 0, 0)
  1181. SpeedChanger.Text = "50"
  1182. SpeedChanger.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1183. SpeedChanger.TextScaled = true
  1184. SpeedChanger.TextSize = 14
  1185. SpeedChanger.TextWrapped = true
  1186.  
  1187. SpeedLabel.Name = "SpeedLabel"
  1188. SpeedLabel.Parent = FlyGUI
  1189. SpeedLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1190. SpeedLabel.BackgroundTransparency = 1
  1191. SpeedLabel.Position = UDim2.new(0, 0, 0.232288301, 0)
  1192. SpeedLabel.Size = UDim2.new(0, 98, 0, 22)
  1193. SpeedLabel.Font = Enum.Font.SourceSans
  1194. SpeedLabel.Text = "Fly Speed"
  1195. SpeedLabel.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1196. SpeedLabel.TextScaled = true
  1197. SpeedLabel.TextSize = 14
  1198. SpeedLabel.TextWrapped = true
  1199.  
  1200. OnOffFly.Name = "OnOffFly"
  1201. OnOffFly.Parent = FlyGUI
  1202. OnOffFly.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1203. OnOffFly.Size = UDim2.new(0, 98, 0, 29)
  1204. OnOffFly.Font = Enum.Font.SourceSans
  1205. OnOffFly.Text = "On/Off"
  1206. OnOffFly.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1207. OnOffFly.TextScaled = true
  1208. OnOffFly.TextSize = 14
  1209. OnOffFly.TextWrapped = true
  1210.  
  1211. Enter.Name = "Enter"
  1212. Enter.Parent = FlyGUI
  1213. Enter.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1214. Enter.Position = UDim2.new(0, 0, 0.808000028, 0)
  1215. Enter.Size = UDim2.new(0, 98, 0, 24)
  1216. Enter.Font = Enum.Font.SourceSans
  1217. Enter.Text = "Enter"
  1218. Enter.TextColor3 = Color3.new(0.470588, 0.137255, 0.054902)
  1219. Enter.TextScaled = true
  1220. Enter.TextSize = 14
  1221. Enter.TextWrapped = true
  1222.  
  1223. -- Scripts
  1224.  
  1225. local lplayer = game.Players.LocalPlayer
  1226. local flying = false
  1227. local speedget = 1
  1228. local speedfly = 1
  1229. local Mouse = game.Players.LocalPlayer:GetMouse()
  1230. local T = lplayer.Character.HumanoidRootPart
  1231. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1232. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1233. local SPEED = speedget
  1234. local TargetKill
  1235.  
  1236. CommandsTag.MouseButton1Down:connect(function()
  1237. Commands.Visible = true
  1238. GameScripts.Visible = false
  1239. ExtraGUIs.Visible = false
  1240. Tag1.Position = UDim2.new(1.05922556, 0, 0.258725792, 0)
  1241. Tag1.Size = UDim2.new(0, 28, 0, 28)
  1242. Tag2.Position = UDim2.new(0.897685885, 0, 0.433572412, 0)
  1243. Tag2.Size = UDim2.new(0, 100, 0, 28)
  1244. Tag3.Position = UDim2.new(0.897685885, 0, 0.60799998, 0)
  1245. Tag3.Size = UDim2.new(0, 100, 0, 28)
  1246. GUIsTag.Visible = true
  1247. GamesTag.Visible = true
  1248. CommandsTag.Visible = false
  1249. end)
  1250.  
  1251. GamesTag.MouseButton1Down:connect(function()
  1252. Commands.Visible = false
  1253. GameScripts.Visible = true
  1254. ExtraGUIs.Visible = false
  1255. Tag1.Position = UDim2.new(0.897685885, 0, 0.258725792, 0)
  1256. Tag1.Size = UDim2.new(0, 100, 0, 28)
  1257. Tag2.Position = UDim2.new(1.05922556, 0, 0.433572412, 0)
  1258. Tag2.Size = UDim2.new(0, 28, 0, 28)
  1259. Tag3.Position = UDim2.new(0.897685885, 0, 0.60799998, 0)
  1260. Tag3.Size = UDim2.new(0, 100, 0, 28)
  1261. GUIsTag.Visible = true
  1262. GamesTag.Visible = false
  1263. CommandsTag.Visible = true
  1264. end)
  1265.  
  1266. GUIsTag.MouseButton1Down:connect(function()
  1267. Commands.Visible = false
  1268. GameScripts.Visible = false
  1269. ExtraGUIs.Visible = true
  1270. Tag1.Position = UDim2.new(0.897685885, 0, 0.258725792, 0)
  1271. Tag1.Size = UDim2.new(0, 100, 0, 28)
  1272. Tag2.Position = UDim2.new(0.897685885, 0, 0.433572412, 0)
  1273. Tag2.Size = UDim2.new(0, 100, 0, 28)
  1274. Tag3.Position = UDim2.new(1.05922556, 0, 0.60799998, 0)
  1275. Tag3.Size = UDim2.new(0, 28, 0, 28)
  1276. GUIsTag.Visible = false
  1277. GamesTag.Visible = true
  1278. CommandsTag.Visible = true
  1279. end)
  1280.  
  1281. ClickTP.MouseButton1Down:connect(function()
  1282.  
  1283. plr = game.Players.LocalPlayer
  1284. hum = plr.Character.HumanoidRootPart
  1285. mouse = plr:GetMouse()
  1286. mouse.KeyDown:connect(function(key)
  1287. if key == "g" then
  1288. if mouse.Target then
  1289. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1290. end
  1291. end
  1292. end)
  1293.  
  1294. end)
  1295.  
  1296. Enter.MouseButton1Down:connect(function()
  1297. speed = SpeedChanger.Text
  1298. end)
  1299.  
  1300. local function fly()
  1301. print("Flying Activated")
  1302. flying = true
  1303. local BG = Instance.new('BodyGyro', T)
  1304. local BV = Instance.new('BodyVelocity', T)
  1305. BG.P = 9e4
  1306. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1307. BG.cframe = T.CFrame
  1308. BV.velocity = Vector3.new(0, 0.1, 0)
  1309. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1310. spawn(function()
  1311. repeat wait()
  1312. lplayer.Character.Humanoid.PlatformStand = true
  1313. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1314. SPEED = SpeedChanger.Text
  1315. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1316. SPEED = 0
  1317. end
  1318. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1319. 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
  1320. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1321. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1322. 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
  1323. else
  1324. BV.velocity = Vector3.new(0, 0.1, 0)
  1325. end
  1326. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1327. until not flying
  1328. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1329. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1330. SPEED = 0
  1331. BG:destroy()
  1332. BV:destroy()
  1333. lplayer.Character.Humanoid.PlatformStand = false
  1334. end)
  1335. end
  1336.  
  1337. Enter.MouseButton1Down:connect(function()
  1338. SPEED = SpeedChanger.Text
  1339. end)
  1340.  
  1341. OnOffFly.MouseButton1Down:connect(function()
  1342. if flying == false then
  1343. fly()
  1344. else
  1345. flying = false
  1346. lplayer.Character.Humanoid.PlatformStand = true
  1347. print('Flying Disabled')
  1348. end
  1349. end)
  1350.  
  1351. Mouse.KeyDown:connect(function(KEY)
  1352. if KEY:lower() == 'w' then
  1353. CONTROL.F = speedfly
  1354. elseif KEY:lower() == 's' then
  1355. CONTROL.B = -speedfly
  1356. elseif KEY:lower() == 'a' then
  1357. CONTROL.L = -speedfly
  1358. elseif KEY:lower() == 'd' then
  1359. CONTROL.R = speedfly
  1360. end
  1361. end)
  1362. Mouse.KeyUp:connect(function(KEY)
  1363. if KEY:lower() == 'w' then
  1364. CONTROL.F = 0
  1365. elseif KEY:lower() == 's' then
  1366. CONTROL.B = 0
  1367. elseif KEY:lower() == 'a' then
  1368. CONTROL.L = 0
  1369. elseif KEY:lower() == 'd' then
  1370. CONTROL.R = 0
  1371. end
  1372. end)
  1373.  
  1374. Fly.MouseButton1Down:connect(function()
  1375. FlyGUI.Visible = true
  1376. FlyGUI.Active = true
  1377. FlyGUI.Draggable = true
  1378. end)
  1379.  
  1380. Kill.MouseButton1Down:connect(function()
  1381. TargetKill = Target.Text
  1382. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1383. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1384. l.Parent = game.Players.LocalPlayer.Character
  1385. l.Name = "Humanoid"
  1386. wait(0.1)
  1387. game.Players.LocalPlayer.Character["1"]:Destroy()
  1388. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1389. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1390. wait(0.1)
  1391. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1392. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1393. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1394. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1395. end
  1396. wait(0.1)
  1397. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[TargetKill].Character.HumanoidRootPart.CFrame
  1398. wait(0.1)
  1399. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[TargetKill].Character.HumanoidRootPart.CFrame
  1400. wait(0.2)
  1401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10000,-100, -10000))
  1402. end)
  1403.  
  1404. Fly_2.MouseButton1Down:connect(function()
  1405. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 10
  1406. WalkspeedValue.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1407. end)
  1408.  
  1409. Fly_3.MouseButton1Down:connect(function()
  1410. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 10
  1411. WalkspeedValue.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1412. end)
  1413.  
  1414. function PressK(key)
  1415. if (key == "k") then
  1416. all.Visible = not all.Visible
  1417. end
  1418. end
  1419. Mouse.KeyDown:connect(PressK)
  1420.  
  1421. God.MouseButton1Down:connect(function()
  1422. noclip = false
  1423. game:GetService('RunService').Stepped:connect(function()
  1424. if noclip then
  1425. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1426. end
  1427. end)
  1428. plr = game.Players.LocalPlayer
  1429. mouse = plr:GetMouse()
  1430. mouse.KeyDown:connect(function(key)
  1431.  
  1432. if key == "x" then
  1433. noclip = not noclip
  1434. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1435. end
  1436. end)
  1437. print('Loaded')
  1438. print('Press "X" to noclip')
  1439. end)
  1440.  
  1441. Goto.MouseButton1Down:connect(function()
  1442. TargetKill = Target.Text
  1443. lplayer.Character.HumanoidRootPart.CFrame = game.Players[TargetKill].Character.HumanoidRootPart.CFrame
  1444. end)
  1445.  
  1446. MiningSim.MouseButton1Down:connect(function()
  1447. MiningSimF.Visible = true
  1448. ApocF.Visible = false
  1449. CBROF.Visible = false
  1450. PhantomF.Visible = false
  1451. BoogaF.Visible = false
  1452. MinersHavenF.Visible = false
  1453. JailbreakF.Visible = false
  1454. end)
  1455.  
  1456. ApocRising.MouseButton1Down:connect(function()
  1457. MiningSimF.Visible = false
  1458. ApocF.Visible = true
  1459. CBROF.Visible = false
  1460. PhantomF.Visible = false
  1461. BoogaF.Visible = false
  1462. MinersHavenF.Visible = false
  1463. JailbreakF.Visible = false
  1464. end)
  1465.  
  1466. CBRO.MouseButton1Down:connect(function()
  1467. MiningSimF.Visible = false
  1468. ApocF.Visible = false
  1469. CBROF.Visible = true
  1470. PhantomF.Visible = false
  1471. BoogaF.Visible = false
  1472. MinersHavenF.Visible = false
  1473. JailbreakF.Visible = false
  1474. end)
  1475.  
  1476. PhantomForces.MouseButton1Down:connect(function()
  1477. MiningSimF.Visible = false
  1478. ApocF.Visible = false
  1479. CBROF.Visible = false
  1480. PhantomF.Visible = true
  1481. BoogaF.Visible = false
  1482. MinersHavenF.Visible = false
  1483. JailbreakF.Visible = false
  1484. end)
  1485.  
  1486. BoogaBooga.MouseButton1Down:connect(function()
  1487. MiningSimF.Visible = false
  1488. ApocF.Visible = false
  1489. CBROF.Visible = false
  1490. PhantomF.Visible = false
  1491. BoogaF.Visible = true
  1492. MinersHavenF.Visible = false
  1493. JailbreakF.Visible = false
  1494. end)
  1495.  
  1496. MinersHaven.MouseButton1Down:connect(function()
  1497. MiningSimF.Visible = false
  1498. ApocF.Visible = false
  1499. CBROF.Visible = false
  1500. PhantomF.Visible = false
  1501. BoogaF.Visible = false
  1502. MinersHavenF.Visible = true
  1503. JailbreakF.Visible = false
  1504. end)
  1505.  
  1506. Jailbreak.MouseButton1Down:connect(function()
  1507. MiningSimF.Visible = false
  1508. ApocF.Visible = false
  1509. CBROF.Visible = false
  1510. PhantomF.Visible = false
  1511. BoogaF.Visible = false
  1512. MinersHavenF.Visible = false
  1513. JailbreakF.Visible = true
  1514. end)
  1515.  
  1516. MiningSimM.MouseButton1Down:connect(function()
  1517. return loadstring(game:HttpGet('https://pastebin.com/raw/JEFMsrRw'), true)()
  1518. end)
  1519. ApocM.MouseButton1Down:connect(function()
  1520. return loadstring(game:HttpGet(('https://pastebin.com/raw/QxVZqDhj'), true))()
  1521. end)
  1522. ApocA.MouseButton1Down:connect(function()
  1523. return loadstring(game:HttpGet("https://pastebin.com/raw/0de4tAtR", true))()
  1524. end)
  1525. CBROM.MouseButton1Down:connect(function()
  1526. return loadstring(game:GetObjects('rbxassetid://574594561')[1].Source)()
  1527. end)
  1528. PhantomM.MouseButton1Down:connect(function()
  1529. return loadstring(game:HttpGet('https://pastebin.com/raw/KmRX4qvZ'), true)()
  1530. end)
  1531. PhantomA.MouseButton1Down:connect(function()
  1532. return loadstring(game:HttpGet('https://pastebin.com/raw/nM2dnyUk'), true)()
  1533. end)
  1534. MinersM.MouseButton1Down:connect(function()
  1535. return loadstring(game:HttpGet('https://pastebin.com/raw/EhgBL8qz'), true)()
  1536. end)
  1537. JailbreakM.MouseButton1Down:connect(function()
  1538. return loadstring(game:HttpGet('https://pastebin.com/raw/wcuYpcjZ'), true)()
  1539. end)
  1540.  
  1541. TopKek.MouseButton1Down:connect(function()
  1542. return loadstring(game:HttpGet(('https://pastebin.com/raw/p7RC7dcc'), true))()
  1543. end)
  1544.  
  1545. Reviz.MouseButton1Down:connect(function()
  1546. return loadstring(game:HttpGet(('https://pastebin.com/raw/iL3YfZNJ'), true))()
  1547. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement