Advertisement
Vunqz

Roblox exploit GUI Gravity V.3

Sep 22nd, 2019
14,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.33 KB | None | 0 0
  1. -- Made by Vunqz⚡#2898
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local OpenMain = Instance.new("Frame")
  4. local OpenLabel = Instance.new("TextLabel")
  5. local Open = Instance.new("TextButton")
  6. local MenuMain = Instance.new("Frame")
  7. local Label = Instance.new("TextLabel")
  8. local Scripts = Instance.new("TextButton")
  9. local Credits = Instance.new("TextButton")
  10. local Label_2 = Instance.new("TextLabel")
  11. local Main = Instance.new("Frame")
  12. local Label_3 = Instance.new("TextLabel")
  13. local ScrollingFrame = Instance.new("ScrollingFrame")
  14. local SkeletonV1 = Instance.new("TextButton")
  15. local Reviz = Instance.new("TextButton")
  16. local PermWalkSpeed = Instance.new("TextButton")
  17. local Andromeda = Instance.new("TextButton")
  18. local CozmosFE = Instance.new("TextButton")
  19. local PrisonOP = Instance.new("TextButton")
  20. local ArosiaFE = Instance.new("TextButton")
  21. local Astrava = Instance.new("TextButton")
  22. local HttpsGetRose = Instance.new("TextButton")
  23. local HttpsGetRose_2 = Instance.new("TextButton")
  24. local OPFinality = Instance.new("TextButton")
  25. local VerspinGui = Instance.new("TextButton")
  26. local N3xulisAdmin = Instance.new("TextButton")
  27. local IHaxGui = Instance.new("TextButton")
  28. local BalkusFE = Instance.new("TextButton")
  29. local Everything = Instance.new("TextButton")
  30. local FusionGui = Instance.new("TextButton")
  31. local SimpleGui = Instance.new("TextButton")
  32. local GoobyGui = Instance.new("TextButton")
  33. local Btools = Instance.new("TextButton")
  34. local ShatterVast = Instance.new("TextButton")
  35. local Close = Instance.new("TextButton")
  36. local Label_4 = Instance.new("TextLabel")
  37. --Properties:
  38. ScreenGui.Parent = game.CoreGui
  39.  
  40. OpenMain.Name = "OpenMain"
  41. OpenMain.Parent = ScreenGui
  42. OpenMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. OpenMain.Position = UDim2.new(0.101460405, 0, 0.419558376, 0)
  44. OpenMain.Size = UDim2.new(0, 259, 0, 102)
  45. OpenMain.Draggable = true
  46.  
  47. OpenLabel.Name = "OpenLabel"
  48. OpenLabel.Parent = OpenMain
  49. OpenLabel.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  50. OpenLabel.BorderColor3 = Color3.new(0, 0, 0)
  51. OpenLabel.BorderSizePixel = 2
  52. OpenLabel.Size = UDim2.new(0, 259, 0, 30)
  53. OpenLabel.Font = Enum.Font.SourceSans
  54. OpenLabel.Text = "Gravity V.3"
  55. OpenLabel.TextColor3 = Color3.new(0.207843, 0.709804, 0.560784)
  56. OpenLabel.TextScaled = true
  57. OpenLabel.TextSize = 14
  58. OpenLabel.TextStrokeTransparency = 0
  59. OpenLabel.TextWrapped = true
  60. OpenLabel.Draggable = true
  61.  
  62. Open.Name = "Open"
  63. Open.Parent = OpenMain
  64. Open.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  65. Open.BorderColor3 = Color3.new(0, 0, 0)
  66. Open.BorderSizePixel = 2
  67. Open.Position = UDim2.new(0.110256657, 0, 0.48801735, 0)
  68. Open.Size = UDim2.new(0, 200, 0, 30)
  69. Open.Font = Enum.Font.SourceSans
  70. Open.Text = "Verify"
  71. Open.TextColor3 = Color3.new(1, 1, 1)
  72. Open.TextScaled = true
  73. Open.TextSize = 14
  74. Open.TextStrokeTransparency = 0
  75. Open.TextWrapped = true
  76. Open.MouseButton1Down:connect(function()
  77. MenuMain.Visible = true
  78. OpenMain.Visible = false
  79. end)
  80.  
  81. MenuMain.Name = "MenuMain"
  82. MenuMain.Parent = ScreenGui
  83. MenuMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. MenuMain.Position = UDim2.new(0.316679478, 0, 0.395899057, 0)
  85. MenuMain.Size = UDim2.new(0, 436, 0, 314)
  86. MenuMain.Visible = false
  87.  
  88. Label.Name = "Label"
  89. Label.Parent = MenuMain
  90. Label.BackgroundColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  91. Label.Position = UDim2.new(-0.0160550456, 0, 0, 0)
  92. Label.Size = UDim2.new(0, 450, 0, 37)
  93. Label.Font = Enum.Font.SourceSans
  94. Label.Text = "Gravity"
  95. Label.TextColor3 = Color3.new(1, 1, 1)
  96. Label.TextScaled = true
  97. Label.TextSize = 14
  98. Label.TextStrokeTransparency = 0
  99. Label.TextWrapped = true
  100.  
  101. Scripts.Name = "Scripts"
  102. Scripts.Parent = MenuMain
  103. Scripts.BackgroundColor3 = Color3.new(0.411765, 0.945098, 0.72549)
  104. Scripts.Position = UDim2.new(0.577981651, 0, 0.436305761, 0)
  105. Scripts.Size = UDim2.new(0, 154, 0, 40)
  106. Scripts.Font = Enum.Font.SourceSans
  107. Scripts.Text = "Scripts"
  108. Scripts.TextColor3 = Color3.new(1, 1, 1)
  109. Scripts.TextScaled = true
  110. Scripts.TextSize = 14
  111. Scripts.TextStrokeTransparency = 0
  112. Scripts.TextWrapped = true
  113. Scripts.MouseButton1Down:connect(function()
  114. Main.Visible = true
  115. MenuMain.Visible = false
  116. end)
  117.  
  118. Credits.Name = "Credits"
  119. Credits.Parent = MenuMain
  120. Credits.BackgroundColor3 = Color3.new(0.411765, 0.945098, 0.72549)
  121. Credits.Position = UDim2.new(0.0688073635, 0, 0.436305761, 0)
  122. Credits.Size = UDim2.new(0, 154, 0, 40)
  123. Credits.Font = Enum.Font.SourceSans
  124. Credits.Text = "Credits"
  125. Credits.TextColor3 = Color3.new(1, 1, 1)
  126. Credits.TextScaled = true
  127. Credits.TextSize = 14
  128. Credits.TextStrokeTransparency = 0
  129. Credits.TextWrapped = true
  130.  
  131. Label_2.Name = "Label"
  132. Label_2.Parent = MenuMain
  133. Label_2.BackgroundColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  134. Label_2.Position = UDim2.new(-0.0160550456, 0, 0.882165611, 0)
  135. Label_2.Size = UDim2.new(0, 450, 0, 37)
  136. Label_2.Font = Enum.Font.SourceSans
  137. Label_2.Text = "Welcome \"iPokeV\""
  138. Label_2.TextColor3 = Color3.new(1, 1, 1)
  139. Label_2.TextScaled = true
  140. Label_2.TextSize = 14
  141. Label_2.TextStrokeTransparency = 0
  142. Label_2.TextWrapped = true
  143.  
  144. Main.Name = "Main"
  145. Main.Parent = ScreenGui
  146. Main.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  147. Main.Position = UDim2.new(0.577248335, 0, -1.49011612e-08, 0)
  148. Main.Size = UDim2.new(0, 543, 0, 411)
  149. Main.Visible = false
  150.  
  151. Label_3.Name = "Label"
  152. Label_3.Parent = Main
  153. Label_3.BackgroundColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  154. Label_3.Position = UDim2.new(-0.0147329653, 0, 0, 0)
  155. Label_3.Size = UDim2.new(0, 559, 0, 34)
  156. Label_3.Font = Enum.Font.SourceSans
  157. Label_3.Text = "Gravity V.3"
  158. Label_3.TextColor3 = Color3.new(1, 1, 1)
  159. Label_3.TextScaled = true
  160. Label_3.TextSize = 14
  161. Label_3.TextStrokeTransparency = 0
  162. Label_3.TextWrapped = true
  163.  
  164. ScrollingFrame.Parent = Main
  165. ScrollingFrame.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  166. ScrollingFrame.Position = UDim2.new(0.0282754526, 0, 0.324891329, 0)
  167. ScrollingFrame.Size = UDim2.new(0, 511, 0, 221)
  168.  
  169. SkeletonV1.Name = "SkeletonV.1"
  170. SkeletonV1.Parent = ScrollingFrame
  171. SkeletonV1.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  172. SkeletonV1.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  173. SkeletonV1.BorderSizePixel = 3
  174. SkeletonV1.Position = UDim2.new(0.0405739248, 0, 0.0140378419, 0)
  175. SkeletonV1.Size = UDim2.new(0, 127, 0, 31)
  176. SkeletonV1.Font = Enum.Font.SourceSans
  177. SkeletonV1.Text = "Skeleton FE"
  178. SkeletonV1.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  179. SkeletonV1.TextScaled = true
  180. SkeletonV1.TextSize = 14
  181. SkeletonV1.TextStrokeTransparency = 0
  182. SkeletonV1.TextWrapped = true
  183. SkeletonV1.MouseButton1Down:connect(function()
  184. loadstring(game:HttpGet(('https://pastebin.com/raw/yR2P2ZP4'),true))()
  185. end)
  186.  
  187. Reviz.Name = "Reviz"
  188. Reviz.Parent = ScrollingFrame
  189. Reviz.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  190. Reviz.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  191. Reviz.BorderSizePixel = 3
  192. Reviz.Position = UDim2.new(0.375211895, 0, 0.0140378419, 0)
  193. Reviz.Size = UDim2.new(0, 127, 0, 31)
  194. Reviz.Font = Enum.Font.SourceSans
  195. Reviz.Text = "Reviz Admin"
  196. Reviz.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  197. Reviz.TextScaled = true
  198. Reviz.TextSize = 14
  199. Reviz.TextStrokeTransparency = 0
  200. Reviz.TextWrapped = true
  201. Reviz.MouseButton1Down:connect(function()
  202. loadstring(game:HttpGet(('https://pastebin.com/raw/fr4hwLhb'),true))()
  203. end)
  204.  
  205. PermWalkSpeed.Name = "PermWalkSpeed"
  206. PermWalkSpeed.Parent = ScrollingFrame
  207. PermWalkSpeed.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  208. PermWalkSpeed.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  209. PermWalkSpeed.BorderSizePixel = 3
  210. PermWalkSpeed.Position = UDim2.new(0.711806774, 0, 0.0140378419, 0)
  211. PermWalkSpeed.Size = UDim2.new(0, 127, 0, 31)
  212. PermWalkSpeed.Font = Enum.Font.SourceSans
  213. PermWalkSpeed.Text = "WalkSpeed"
  214. PermWalkSpeed.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  215. PermWalkSpeed.TextScaled = true
  216. PermWalkSpeed.TextSize = 14
  217. PermWalkSpeed.TextStrokeTransparency = 0
  218. PermWalkSpeed.TextWrapped = true
  219. PermWalkSpeed.MouseButton1Down:connect(function()
  220. while true do
  221. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  222. wait()
  223. end
  224. end)
  225.  
  226. Andromeda.Name = "Andromeda"
  227. Andromeda.Parent = ScrollingFrame
  228. Andromeda.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  229. Andromeda.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  230. Andromeda.BorderSizePixel = 3
  231. Andromeda.Position = UDim2.new(0.711806774, 0, 0.115011074, 0)
  232. Andromeda.Size = UDim2.new(0, 127, 0, 31)
  233. Andromeda.Font = Enum.Font.SourceSans
  234. Andromeda.Text = "Andromeda"
  235. Andromeda.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  236. Andromeda.TextScaled = true
  237. Andromeda.TextSize = 14
  238. Andromeda.TextStrokeTransparency = 0
  239. Andromeda.TextWrapped = true
  240. Andromeda.MouseButton1Down:connect(function()
  241. loadstring(game:HttpGet(('https://pastebin.com/raw/L7jCXUjb'),true))()
  242. end)
  243.  
  244. CozmosFE.Name = "Cozmos FE"
  245. CozmosFE.Parent = ScrollingFrame
  246. CozmosFE.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  247. CozmosFE.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  248. CozmosFE.BorderSizePixel = 3
  249. CozmosFE.Position = UDim2.new(0.375211865, 0, 0.115011074, 0)
  250. CozmosFE.Size = UDim2.new(0, 127, 0, 31)
  251. CozmosFE.Font = Enum.Font.SourceSans
  252. CozmosFE.Text = "Cozmos FE"
  253. CozmosFE.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  254. CozmosFE.TextScaled = true
  255. CozmosFE.TextSize = 14
  256. CozmosFE.TextStrokeTransparency = 0
  257. CozmosFE.TextWrapped = true
  258. CozmosFE.MouseButton1Down:connect(function()
  259. loadstring(game:HttpGet(('https://pastebin.com/raw/EQdsgEt9'),true))()
  260. end)
  261.  
  262. PrisonOP.Name = "PrisonOP"
  263. PrisonOP.Parent = ScrollingFrame
  264. PrisonOP.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  265. PrisonOP.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  266. PrisonOP.BorderSizePixel = 3
  267. PrisonOP.Position = UDim2.new(0.040573895, 0, 0.115011074, 0)
  268. PrisonOP.Size = UDim2.new(0, 127, 0, 31)
  269. PrisonOP.Font = Enum.Font.SourceSans
  270. PrisonOP.Text = "PrisonLife OP"
  271. PrisonOP.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  272. PrisonOP.TextScaled = true
  273. PrisonOP.TextSize = 14
  274. PrisonOP.TextStrokeTransparency = 0
  275. PrisonOP.TextWrapped = true
  276. PrisonOP.MouseButton1Down:connect(function()
  277. loadstring(game:HttpGet(('https://pastebin.com/raw/24uTJgXv'),true))()
  278. end)
  279.  
  280. ArosiaFE.Name = "ArosiaFE"
  281. ArosiaFE.Parent = ScrollingFrame
  282. ArosiaFE.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  283. ArosiaFE.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  284. ArosiaFE.BorderSizePixel = 3
  285. ArosiaFE.Position = UDim2.new(0.040573895, 0, 0.213551223, 0)
  286. ArosiaFE.Size = UDim2.new(0, 127, 0, 31)
  287. ArosiaFE.Font = Enum.Font.SourceSans
  288. ArosiaFE.Text = "Arosia"
  289. ArosiaFE.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  290. ArosiaFE.TextScaled = true
  291. ArosiaFE.TextSize = 14
  292. ArosiaFE.TextStrokeTransparency = 0
  293. ArosiaFE.TextWrapped = true
  294. ArosiaFE.MouseButton1Down:connect(function()
  295. loadstring(game:HttpGet(('https://pastebin.com/raw/p2hWCJSb'),true))()
  296. end)
  297.  
  298. Astrava.Name = "Astrava"
  299. Astrava.Parent = ScrollingFrame
  300. Astrava.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  301. Astrava.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  302. Astrava.BorderSizePixel = 3
  303. Astrava.Position = UDim2.new(0.375211865, 0, 0.213551223, 0)
  304. Astrava.Size = UDim2.new(0, 127, 0, 31)
  305. Astrava.Font = Enum.Font.SourceSans
  306. Astrava.Text = "Astrava FE"
  307. Astrava.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  308. Astrava.TextScaled = true
  309. Astrava.TextSize = 14
  310. Astrava.TextStrokeTransparency = 0
  311. Astrava.TextWrapped = true
  312. Astrava.MouseButton1Down:connect(function()
  313. loadstring(game:HttpGet(('https://pastebin.com/raw/NRGckhEn'),true))()
  314. end)
  315.  
  316. HttpsGetRose.Name = "HttpsGetRose"
  317. HttpsGetRose.Parent = ScrollingFrame
  318. HttpsGetRose.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  319. HttpsGetRose.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  320. HttpsGetRose.BorderSizePixel = 3
  321. HttpsGetRose.Position = UDim2.new(0.711806774, 0, 0.213551223, 0)
  322. HttpsGetRose.Size = UDim2.new(0, 127, 0, 31)
  323. HttpsGetRose.Font = Enum.Font.SourceSans
  324. HttpsGetRose.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  325. HttpsGetRose.TextScaled = true
  326. HttpsGetRose.TextSize = 14
  327. HttpsGetRose.TextStrokeTransparency = 0
  328. HttpsGetRose.TextWrapped = true
  329. HttpsGetRose.MouseButton1Down:connect(function()
  330. loadstring(game:HttpGet(('https://pastebin.com/raw/YH7x3naH'),true))()
  331. end)
  332.  
  333. HttpsGetRose_2.Name = "HttpsGetRose"
  334. HttpsGetRose_2.Parent = ScrollingFrame
  335. HttpsGetRose_2.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  336. HttpsGetRose_2.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  337. HttpsGetRose_2.BorderSizePixel = 3
  338. HttpsGetRose_2.Position = UDim2.new(0.711806774, 0, 0.213551223, 0)
  339. HttpsGetRose_2.Size = UDim2.new(0, 127, 0, 31)
  340. HttpsGetRose_2.Font = Enum.Font.SourceSans
  341. HttpsGetRose_2.Text = "RoseHub"
  342. HttpsGetRose_2.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  343. HttpsGetRose_2.TextScaled = true
  344. HttpsGetRose_2.TextSize = 14
  345. HttpsGetRose_2.TextStrokeTransparency = 0
  346. HttpsGetRose_2.TextWrapped = true
  347. HttpsGetRose_2.MouseButton1Down:connect(function()
  348. loadstring(game:HttpGet(('https://pastebin.com/raw/YH7x3naH'),true))()
  349. end)
  350.  
  351. OPFinality.Name = "OPFinality"
  352. OPFinality.Parent = ScrollingFrame
  353. OPFinality.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  354. OPFinality.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  355. OPFinality.BorderSizePixel = 3
  356. OPFinality.Position = UDim2.new(0.711806774, 0, 0.307225227, 0)
  357. OPFinality.Size = UDim2.new(0, 127, 0, 31)
  358. OPFinality.Font = Enum.Font.SourceSans
  359. OPFinality.Text = "OPFinality"
  360. OPFinality.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  361. OPFinality.TextScaled = true
  362. OPFinality.TextSize = 14
  363. OPFinality.TextStrokeTransparency = 0
  364. OPFinality.TextWrapped = true
  365. OPFinality.MouseButton1Down:connect(function()
  366. loadstring(game:HttpGet(('https://pastebin.com/raw/fynwFJ6i'),true))()
  367. end)
  368.  
  369. VerspinGui.Name = "VerspinGui"
  370. VerspinGui.Parent = ScrollingFrame
  371. VerspinGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  372. VerspinGui.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  373. VerspinGui.BorderSizePixel = 3
  374. VerspinGui.Position = UDim2.new(0.375211865, 0, 0.307225227, 0)
  375. VerspinGui.Size = UDim2.new(0, 127, 0, 31)
  376. VerspinGui.Font = Enum.Font.SourceSans
  377. VerspinGui.Text = "Verspin Gui"
  378. VerspinGui.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  379. VerspinGui.TextScaled = true
  380. VerspinGui.TextSize = 14
  381. VerspinGui.TextStrokeTransparency = 0
  382. VerspinGui.TextWrapped = true
  383. VerspinGui.MouseButton1Down:connect(function()
  384. loadstring(game:HttpGet(('https://pastebin.com/raw/KD8a6S2q'),true))()
  385. end)
  386.  
  387. N3xulisAdmin.Name = "N3xulisAdmin"
  388. N3xulisAdmin.Parent = ScrollingFrame
  389. N3xulisAdmin.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  390. N3xulisAdmin.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  391. N3xulisAdmin.BorderSizePixel = 3
  392. N3xulisAdmin.Position = UDim2.new(0.040573895, 0, 0.307225227, 0)
  393. N3xulisAdmin.Size = UDim2.new(0, 127, 0, 31)
  394. N3xulisAdmin.Font = Enum.Font.SourceSans
  395. N3xulisAdmin.Text = "N3xulis Admin"
  396. N3xulisAdmin.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  397. N3xulisAdmin.TextScaled = true
  398. N3xulisAdmin.TextSize = 14
  399. N3xulisAdmin.TextStrokeTransparency = 0
  400. N3xulisAdmin.TextWrapped = true
  401. N3xulisAdmin.MouseButton1Down:connect(function()
  402. loadstring(game:HttpGet(('https://pastebin.com/raw/zz6TBETZ'),true))()
  403. end)
  404.  
  405. IHaxGui.Name = "IHaxGui"
  406. IHaxGui.Parent = ScrollingFrame
  407. IHaxGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  408. IHaxGui.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  409. IHaxGui.BorderSizePixel = 3
  410. IHaxGui.Position = UDim2.new(0.040573895, 0, 0.404548824, 0)
  411. IHaxGui.Size = UDim2.new(0, 127, 0, 31)
  412. IHaxGui.Font = Enum.Font.SourceSans
  413. IHaxGui.Text = "IHaxx Gui"
  414. IHaxGui.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  415. IHaxGui.TextScaled = true
  416. IHaxGui.TextSize = 14
  417. IHaxGui.TextStrokeTransparency = 0
  418. IHaxGui.TextWrapped = true
  419. IHaxGui.MouseButton1Down:connect(function()
  420. loadstring(game:HttpGet(('https://pastebin.com/raw/vatt2JWZ'),true))()
  421. end)
  422.  
  423. BalkusFE.Name = "BalkusFE"
  424. BalkusFE.Parent = ScrollingFrame
  425. BalkusFE.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  426. BalkusFE.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  427. BalkusFE.BorderSizePixel = 3
  428. BalkusFE.Position = UDim2.new(0.375211865, 0, 0.404548824, 0)
  429. BalkusFE.Size = UDim2.new(0, 127, 0, 31)
  430. BalkusFE.Font = Enum.Font.SourceSans
  431. BalkusFE.Text = "Balkus Gui"
  432. BalkusFE.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  433. BalkusFE.TextScaled = true
  434. BalkusFE.TextSize = 14
  435. BalkusFE.TextStrokeTransparency = 0
  436. BalkusFE.TextWrapped = true
  437. BalkusFE.MouseButton1Down:connect(function()
  438. loadstring(game:HttpGet(('https://pastebin.com/raw/mTup9Sr5'),true))()
  439. end)
  440.  
  441. Everything.Name = "Everything"
  442. Everything.Parent = ScrollingFrame
  443. Everything.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  444. Everything.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  445. Everything.BorderSizePixel = 3
  446. Everything.Position = UDim2.new(0.711806774, 0, 0.404548824, 0)
  447. Everything.Size = UDim2.new(0, 127, 0, 31)
  448. Everything.Font = Enum.Font.SourceSans
  449. Everything.Text = "EverythingYouNeed"
  450. Everything.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  451. Everything.TextScaled = true
  452. Everything.TextSize = 14
  453. Everything.TextStrokeTransparency = 0
  454. Everything.TextWrapped = true
  455. Everything.MouseButton1Down:connect(function()
  456. loadstring(Game:GetObjects("rbxassetid://377112748")[1].Source)()
  457. end)
  458.  
  459. FusionGui.Name = "FusionGui"
  460. FusionGui.Parent = ScrollingFrame
  461. FusionGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  462. FusionGui.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  463. FusionGui.BorderSizePixel = 3
  464. FusionGui.Position = UDim2.new(0.711806774, 0, 0.511604786, 0)
  465. FusionGui.Size = UDim2.new(0, 127, 0, 31)
  466. FusionGui.Font = Enum.Font.SourceSans
  467. FusionGui.Text = "FusionGui"
  468. FusionGui.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  469. FusionGui.TextScaled = true
  470. FusionGui.TextSize = 14
  471. FusionGui.TextStrokeTransparency = 0
  472. FusionGui.TextWrapped = true
  473. FusionGui.MouseButton1Down:connect(function()
  474. game:GetObjects("rbxassetid://157633158")[1].Parent = game.Players.LocalPlayer.PlayerGui
  475. end)
  476.  
  477. SimpleGui.Name = "SimpleGui"
  478. SimpleGui.Parent = ScrollingFrame
  479. SimpleGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  480. SimpleGui.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  481. SimpleGui.BorderSizePixel = 3
  482. SimpleGui.Position = UDim2.new(0.375211865, 0, 0.511604786, 0)
  483. SimpleGui.Size = UDim2.new(0, 127, 0, 31)
  484. SimpleGui.Font = Enum.Font.SourceSans
  485. SimpleGui.Text = "SimpleGui"
  486. SimpleGui.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  487. SimpleGui.TextScaled = true
  488. SimpleGui.TextSize = 14
  489. SimpleGui.TextStrokeTransparency = 0
  490. SimpleGui.TextWrapped = true
  491. SimpleGui.MouseButton1Down:connect(function()
  492. game:GetObjects("rbxassetid://145902357")[1].Parent = game.Players.LocalPlayer.PlayerGui
  493. end)
  494.  
  495. GoobyGui.Name = "GoobyGui"
  496. GoobyGui.Parent = ScrollingFrame
  497. GoobyGui.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  498. GoobyGui.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  499. GoobyGui.BorderSizePixel = 3
  500. GoobyGui.Position = UDim2.new(0.040573895, 0, 0.511604786, 0)
  501. GoobyGui.Size = UDim2.new(0, 127, 0, 31)
  502. GoobyGui.Font = Enum.Font.SourceSans
  503. GoobyGui.Text = "Gooby Gui"
  504. GoobyGui.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  505. GoobyGui.TextScaled = true
  506. GoobyGui.TextSize = 14
  507. GoobyGui.TextStrokeTransparency = 0
  508. GoobyGui.TextWrapped = true
  509. GoobyGui.MouseButton1Down:connect(function()
  510. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/sAgSuwbZ'))()
  511. end)
  512.  
  513. Btools.Name = "Btools"
  514. Btools.Parent = Main
  515. Btools.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  516. Btools.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  517. Btools.BorderSizePixel = 3
  518. Btools.Position = UDim2.new(0.0276825912, 0, 0.155157089, 0)
  519. Btools.Size = UDim2.new(0, 184, 0, 38)
  520. Btools.Font = Enum.Font.SourceSans
  521. Btools.Text = "Btools"
  522. Btools.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  523. Btools.TextScaled = true
  524. Btools.TextSize = 14
  525. Btools.TextStrokeTransparency = 0
  526. Btools.TextWrapped = true
  527. Btools.MouseButton1Down:connect(function()
  528. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  529. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  530. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  531. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  532. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  533. tool1.BinType = "Clone"
  534. tool2.BinType = "GameTool"
  535. tool3.BinType = "Hammer"
  536. tool4.BinType = "Script"
  537. tool5.BinType = "Grab"
  538. end)
  539.  
  540. ShatterVast.Name = "ShatterVast"
  541. ShatterVast.Parent = Main
  542. ShatterVast.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  543. ShatterVast.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  544. ShatterVast.BorderSizePixel = 3
  545. ShatterVast.Position = UDim2.new(0.593060136, 0, 0.155157089, 0)
  546. ShatterVast.Size = UDim2.new(0, 184, 0, 38)
  547. ShatterVast.Font = Enum.Font.SourceSans
  548. ShatterVast.Text = "ShatterVast"
  549. ShatterVast.TextColor3 = Color3.new(0.980392, 0.407843, 0.180392)
  550. ShatterVast.TextScaled = true
  551. ShatterVast.TextSize = 14
  552. ShatterVast.TextStrokeTransparency = 0
  553. ShatterVast.TextWrapped = true
  554. ShatterVast.MouseButton1Down:connect(function()
  555. loadstring(game:HttpGet(('https://pastebin.com/raw/QFTxu8wh'),true))()
  556. end)
  557.  
  558. Close.Name = "Close"
  559. Close.Parent = Main
  560. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  561. Close.BackgroundTransparency = 0.64999997615814
  562. Close.BorderColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  563. Close.BorderSizePixel = 3
  564. Close.Position = UDim2.new(0.429155827, 0, 0.155157089, 0)
  565. Close.Size = UDim2.new(0, 75, 0, 38)
  566. Close.Font = Enum.Font.SourceSans
  567. Close.Text = "X"
  568. Close.TextColor3 = Color3.new(0.980392, 0, 0)
  569. Close.TextScaled = true
  570. Close.TextSize = 14
  571. Close.TextStrokeTransparency = 0
  572. Close.TextWrapped = true
  573. Close.MouseButton1Down:connect(function()
  574. MenuMain.Visible = true
  575. Main.Visible = false
  576. end)
  577.  
  578. Label_4.Name = "Label"
  579. Label_4.Parent = Main
  580. Label_4.BackgroundColor3 = Color3.new(0.345098, 0.792157, 0.607843)
  581. Label_4.Position = UDim2.new(-0.0165745858, 0, 0.917274952, 0)
  582. Label_4.Size = UDim2.new(0, 559, 0, 34)
  583. Label_4.Font = Enum.Font.SourceSans
  584. Label_4.Text = "Gravity V.3"
  585. Label_4.TextColor3 = Color3.new(1, 1, 1)
  586. Label_4.TextScaled = true
  587. Label_4.TextSize = 14
  588. Label_4.TextStrokeTransparency = 0
  589. Label_4.TextWrapped = true
  590. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement