Advertisement
Grantrookie

GRUI

Nov 2nd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 KB | None | 0 0
  1. -- Made by xXGamer GrantXx
  2. -- Note: the password to the "lt2" gui is Leaked
  3. -- To exit the excution paste this script: ExitExecution();
  4.  
  5.  
  6. local GRUI = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local bar2 = Instance.new("Frame")
  9. local bar3 = Instance.new("Frame")
  10. local title = Instance.new("TextLabel")
  11. local credit = Instance.new("TextLabel")
  12. local exitok = Instance.new("TextButton")
  13. local exebut = Instance.new("TextButton")
  14. local scriptbut = Instance.new("TextButton")
  15. local ExeFrame = Instance.new("Frame")
  16. local bar4 = Instance.new("Frame")
  17. local ScrollingFrame = Instance.new("ScrollingFrame")
  18. local input = Instance.new("TextBox")
  19. local clear = Instance.new("TextButton")
  20. local execute = Instance.new("TextButton")
  21. local ScriptFrame = Instance.new("Frame")
  22. local bar5 = Instance.new("Frame")
  23. local hung = Instance.new("TextButton")
  24. local exitscripts = Instance.new("TextButton")
  25. local explorer = Instance.new("TextButton")
  26. local coolkid = Instance.new("TextButton")
  27. local lt2 = Instance.new("TextButton")
  28. local van = Instance.new("TextButton")
  29. local dex = Instance.new("TextButton")
  30. local mom = Instance.new("TextButton")
  31. local grabknifev4 = Instance.new("TextButton")
  32. local telekenisis = Instance.new("TextButton")
  33. local lt2maneggs = Instance.new("TextButton")
  34. local OpenFrame = Instance.new("Frame")
  35. local openbut = Instance.new("TextButton")
  36.  
  37. -- Properties
  38.  
  39. GRUI.Name = "GRUI"
  40. GRUI.Parent = game.Players.LocalPlayer.PlayerGui
  41.  
  42. MainFrame.Name = "MainFrame"
  43. MainFrame.Parent = GRUI
  44. MainFrame.Active = true
  45. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  46. MainFrame.BackgroundTransparency = 0.5
  47. MainFrame.BorderColor3 = Color3.new(0.807843, 0, 0)
  48. MainFrame.Draggable = true
  49. MainFrame.Position = UDim2.new(0, 318, 0, 117)
  50. MainFrame.Size = UDim2.new(0, 644, 0, 366)
  51. MainFrame.Visible = false
  52.  
  53. bar2.Name = "bar2"
  54. bar2.Parent = MainFrame
  55. bar2.BackgroundColor3 = Color3.new(0, 1, 1)
  56. bar2.Size = UDim2.new(0, 644, 0, 9)
  57.  
  58. bar3.Name = "bar3"
  59. bar3.Parent = MainFrame
  60. bar3.BackgroundColor3 = Color3.new(0, 1, 1)
  61. bar3.BackgroundTransparency = 0.15000000596046
  62. bar3.Position = UDim2.new(0, 0, 0, 9)
  63. bar3.Size = UDim2.new(0, 644, 0, 9)
  64.  
  65. title.Name = "title"
  66. title.Parent = MainFrame
  67. title.BackgroundColor3 = Color3.new(1, 0, 0)
  68. title.BackgroundTransparency = 1
  69. title.Position = UDim2.new(0, 44, 0, 25)
  70. title.Size = UDim2.new(0, 556, 0, 158)
  71. title.Font = Enum.Font.Cartoon
  72. title.FontSize = Enum.FontSize.Size60
  73. title.Text = "WELCOME TO GRUI! INGAME EXECUTION AND SCRIPTS"
  74. title.TextColor3 = Color3.new(0, 1, 1)
  75. title.TextSize = 50
  76. title.TextWrapped = true
  77.  
  78. credit.Name = "credit"
  79. credit.Parent = MainFrame
  80. credit.BackgroundColor3 = Color3.new(0, 1, 1)
  81. credit.BackgroundTransparency = 1
  82. credit.Position = UDim2.new(0, 0, 0, 334)
  83. credit.Size = UDim2.new(0, 289, 0, 32)
  84. credit.Font = Enum.Font.Cartoon
  85. credit.FontSize = Enum.FontSize.Size14
  86. credit.Text = "Made By xXGamer GrantXx"
  87. credit.TextColor3 = Color3.new(0.286275, 0.929412, 1)
  88. credit.TextScaled = true
  89. credit.TextSize = 14
  90. credit.TextWrapped = true
  91.  
  92. exitok.Name = "exitok"
  93. exitok.Parent = MainFrame
  94. exitok.BackgroundColor3 = Color3.new(0, 0, 0)
  95. exitok.BorderColor3 = Color3.new(0, 1, 1)
  96. exitok.BorderSizePixel = 8
  97. exitok.Position = UDim2.new(0, 471, 0, 315)
  98. exitok.Size = UDim2.new(0, 153, 0, 36)
  99. exitok.Font = Enum.Font.Cartoon
  100. exitok.FontSize = Enum.FontSize.Size14
  101. exitok.Text = "Exit"
  102. exitok.TextColor3 = Color3.new(0, 1, 1)
  103. exitok.TextScaled = true
  104. exitok.TextSize = 14
  105. exitok.TextWrapped = true
  106. exitok.MouseButton1Down:connect(function()
  107. MainFrame.Visible = false
  108. OpenFrame.Visible = true
  109. end)
  110.  
  111. exebut.Name = "exebut"
  112. exebut.Parent = MainFrame
  113. exebut.BackgroundColor3 = Color3.new(0, 0, 0)
  114. exebut.BorderColor3 = Color3.new(0, 1, 1)
  115. exebut.BorderSizePixel = 8
  116. exebut.Position = UDim2.new(0, 80, 0, 227)
  117. exebut.Size = UDim2.new(0, 200, 0, 50)
  118. exebut.Font = Enum.Font.Cartoon
  119. exebut.FontSize = Enum.FontSize.Size14
  120. exebut.Text = "Execution"
  121. exebut.TextColor3 = Color3.new(0, 1, 1)
  122. exebut.TextScaled = true
  123. exebut.TextSize = 14
  124. exebut.TextWrapped = true
  125. exebut.MouseButton1Down:connect(function()
  126. MainFrame.Visible = false
  127. ExeFrame.Visible = true
  128. end)
  129.  
  130. scriptbut.Name = "scriptbut"
  131. scriptbut.Parent = MainFrame
  132. scriptbut.BackgroundColor3 = Color3.new(0, 0, 0)
  133. scriptbut.BorderColor3 = Color3.new(0, 1, 1)
  134. scriptbut.BorderSizePixel = 8
  135. scriptbut.Position = UDim2.new(0, 371, 0, 227)
  136. scriptbut.Size = UDim2.new(0, 200, 0, 50)
  137. scriptbut.Font = Enum.Font.Cartoon
  138. scriptbut.FontSize = Enum.FontSize.Size14
  139. scriptbut.Text = "Scripts"
  140. scriptbut.TextColor3 = Color3.new(0, 1, 1)
  141. scriptbut.TextScaled = true
  142. scriptbut.TextSize = 14
  143. scriptbut.TextWrapped = true
  144. scriptbut.MouseButton1Down:connect(function()
  145. ScriptFrame.Visible = true
  146. MainFrame.Visible = false
  147. end)
  148.  
  149. ExeFrame.Name = "ExeFrame"
  150. ExeFrame.Parent = GRUI
  151. ExeFrame.Active = true
  152. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  153. ExeFrame.BackgroundTransparency = 0.30000001192093
  154. ExeFrame.Draggable = true
  155. ExeFrame.Position = UDim2.new(0, 323, 0, 182)
  156. ExeFrame.Size = UDim2.new(0, 578, 0, 322)
  157. ExeFrame.Visible = false
  158.  
  159. bar4.Name = "bar4"
  160. bar4.Parent = ExeFrame
  161. bar4.BackgroundColor3 = Color3.new(0, 1, 1)
  162. bar4.Size = UDim2.new(0, 578, 0, 15)
  163.  
  164. ScrollingFrame.Parent = ExeFrame
  165. ScrollingFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  166. ScrollingFrame.BackgroundTransparency = 0.25
  167. ScrollingFrame.Position = UDim2.new(0, 16, 0, 31)
  168. ScrollingFrame.Size = UDim2.new(0, 545, 0, 202)
  169. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10000000, 0)
  170. ScrollingFrame.ScrollBarThickness = 10
  171.  
  172. input.Name = "input"
  173. input.Parent = ScrollingFrame
  174. input.BackgroundColor3 = Color3.new(0, 1, 1)
  175. input.BackgroundTransparency = 1
  176. input.Size = UDim2.new(0, 528, 0, 202)
  177. input.Font = Enum.Font.SourceSans
  178. input.FontSize = Enum.FontSize.Size24
  179. input.Text = "print(\"Any Scripts Here\");"
  180. input.TextSize = 20
  181. input.TextXAlignment = Enum.TextXAlignment.Left
  182. input.TextYAlignment = Enum.TextYAlignment.Top
  183.  
  184. clear.Name = "clear"
  185. clear.Parent = ExeFrame
  186. clear.BackgroundColor3 = Color3.new(0, 0, 0)
  187. clear.BorderColor3 = Color3.new(0, 1, 1)
  188. clear.BorderSizePixel = 8
  189. clear.Position = UDim2.new(0.642962575, -83, 1.36795008, -188)
  190. clear.Size = UDim2.new(0, 200, 0, 50)
  191. clear.Font = Enum.Font.Cartoon
  192. clear.FontSize = Enum.FontSize.Size14
  193. clear.Text = "Clear"
  194. clear.TextColor3 = Color3.new(0, 1, 1)
  195. clear.TextScaled = true
  196. clear.TextSize = 14
  197. clear.TextWrapped = true
  198. clear.MouseButton1Down:connect(function()
  199. input.Text = "";
  200. end)
  201.  
  202. execute.Name = "execute"
  203. execute.Parent = ExeFrame
  204. execute.BackgroundColor3 = Color3.new(0, 0, 0)
  205. execute.BorderColor3 = Color3.new(0, 1, 1)
  206. execute.BorderSizePixel = 8
  207. execute.Position = UDim2.new(0.642962575, -325, 1.36795008, -188)
  208. execute.Size = UDim2.new(0, 200, 0, 50)
  209. execute.Font = Enum.Font.Cartoon
  210. execute.FontSize = Enum.FontSize.Size14
  211. execute.Text = "Execute"
  212. execute.TextColor3 = Color3.new(0, 1, 1)
  213. execute.TextScaled = true
  214. execute.TextSize = 14
  215. execute.TextWrapped = true
  216. execute.MouseButton1Down:connect(function()
  217. if input.Text == "ExitExecution();" then
  218. MainFrame.Visible = true
  219. ExeFrame.Visible = false
  220. print("Exited Frame")
  221. else
  222. loadstring(input.Text)()
  223. end
  224. end)
  225.  
  226. ScriptFrame.Name = "ScriptFrame"
  227. ScriptFrame.Parent = GRUI
  228. ScriptFrame.Active = true
  229. ScriptFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  230. ScriptFrame.BackgroundTransparency = 0.55000001192093
  231. ScriptFrame.Draggable = true
  232. ScriptFrame.Position = UDim2.new(0, 304, 0, 174)
  233. ScriptFrame.Size = UDim2.new(0, 650, 0, 348)
  234. ScriptFrame.Visible = false
  235.  
  236. bar5.Name = "bar5"
  237. bar5.Parent = ScriptFrame
  238. bar5.BackgroundColor3 = Color3.new(0, 1, 1)
  239. bar5.Size = UDim2.new(1.00399995, -4, 0.0299999993, 0)
  240.  
  241. hung.Name = "hung"
  242. hung.Parent = ScriptFrame
  243. hung.BackgroundColor3 = Color3.new(0, 0, 0)
  244. hung.BorderColor3 = Color3.new(0, 1, 1)
  245. hung.BorderSizePixel = 8
  246. hung.Position = UDim2.new(0, 22, 0, 26)
  247. hung.Size = UDim2.new(0, 189, 0, 43)
  248. hung.Font = Enum.Font.Cartoon
  249. hung.FontSize = Enum.FontSize.Size14
  250. hung.Text = "Hung999 GUI"
  251. hung.TextColor3 = Color3.new(0, 1, 1)
  252. hung.TextScaled = true
  253. hung.TextSize = 14
  254. hung.TextWrapped = true
  255. hung.MouseButton1Down:connect(function()
  256. loadstring(game:GetObjects("rbxassetid://157387254")[1].Source)()
  257. end)
  258.  
  259. exitscripts.Name = "exitscripts"
  260. exitscripts.Parent = ScriptFrame
  261. exitscripts.BackgroundColor3 = Color3.new(0, 0, 0)
  262. exitscripts.BorderColor3 = Color3.new(0, 1, 1)
  263. exitscripts.BorderSizePixel = 8
  264. exitscripts.Position = UDim2.new(0, 230, 0, 288)
  265. exitscripts.Size = UDim2.new(0, 189, 0, 43)
  266. exitscripts.Font = Enum.Font.Cartoon
  267. exitscripts.FontSize = Enum.FontSize.Size14
  268. exitscripts.Text = "Exit"
  269. exitscripts.TextColor3 = Color3.new(0, 1, 1)
  270. exitscripts.TextScaled = true
  271. exitscripts.TextSize = 14
  272. exitscripts.TextWrapped = true
  273. exitscripts.MouseButton1Down:connect(function()
  274. ScriptFrame.Visible = false
  275. MainFrame.Visible = true
  276. end)
  277.  
  278. explorer.Name = "explorer"
  279. explorer.Parent = ScriptFrame
  280. explorer.BackgroundColor3 = Color3.new(0, 0, 0)
  281. explorer.BorderColor3 = Color3.new(0, 1, 1)
  282. explorer.BorderSizePixel = 8
  283. explorer.Position = UDim2.new(0, 231, 0, 26)
  284. explorer.Size = UDim2.new(0, 189, 0, 43)
  285. explorer.Font = Enum.Font.Cartoon
  286. explorer.FontSize = Enum.FontSize.Size14
  287. explorer.Text = "Explorer GUI"
  288. explorer.TextColor3 = Color3.new(0, 1, 1)
  289. explorer.TextScaled = true
  290. explorer.TextSize = 14
  291. explorer.TextWrapped = true
  292. explorer.MouseButton1Down:connect(function()
  293. loadstring(game:GetObjects("rbxassetid://169942111")[1].Source)()
  294. end)
  295.  
  296. coolkid.Name = "coolkid"
  297. coolkid.Parent = ScriptFrame
  298. coolkid.BackgroundColor3 = Color3.new(0, 0, 0)
  299. coolkid.BorderColor3 = Color3.new(0, 1, 1)
  300. coolkid.BorderSizePixel = 8
  301. coolkid.Position = UDim2.new(0, 440, 0, 26)
  302. coolkid.Size = UDim2.new(0, 189, 0, 43)
  303. coolkid.Font = Enum.Font.Cartoon
  304. coolkid.FontSize = Enum.FontSize.Size14
  305. coolkid.Text = "CoolKid GUI"
  306. coolkid.TextColor3 = Color3.new(0, 1, 1)
  307. coolkid.TextScaled = true
  308. coolkid.TextSize = 14
  309. coolkid.TextWrapped = true
  310. coolkid.MouseButton1Down:connect(function()
  311. loadstring(Game:GetObjects("rbxassetid://166327202")[1].Source)()
  312. end)
  313.  
  314. lt2.Name = "lt2"
  315. lt2.Parent = ScriptFrame
  316. lt2.BackgroundColor3 = Color3.new(0, 0, 0)
  317. lt2.BorderColor3 = Color3.new(0, 1, 1)
  318. lt2.BorderSizePixel = 8
  319. lt2.Position = UDim2.new(0, 22, 0, 88)
  320. lt2.Size = UDim2.new(0, 189, 0, 43)
  321. lt2.Font = Enum.Font.Cartoon
  322. lt2.FontSize = Enum.FontSize.Size14
  323. lt2.Text = "LT2 GUI"
  324. lt2.TextColor3 = Color3.new(0, 1, 1)
  325. lt2.TextScaled = true
  326. lt2.TextSize = 14
  327. lt2.TextWrapped = true
  328. lt2.MouseButton1Down:connect(function()
  329. loadstring(game:GetObjects("rbxassetid://711760907")[1].Source)()
  330. end)
  331.  
  332. van.Name = "van"
  333. van.Parent = ScriptFrame
  334. van.BackgroundColor3 = Color3.new(0, 0, 0)
  335. van.BorderColor3 = Color3.new(0, 1, 1)
  336. van.BorderSizePixel = 8
  337. van.Position = UDim2.new(0, 231, 0, 88)
  338. van.Size = UDim2.new(0, 189, 0, 43)
  339. van.Font = Enum.Font.Cartoon
  340. van.FontSize = Enum.FontSize.Size14
  341. van.Text = "VAN GUI"
  342. van.TextColor3 = Color3.new(0, 1, 1)
  343. van.TextScaled = true
  344. van.TextSize = 14
  345. van.TextWrapped = true
  346. van.MouseButton1Down:connect(function()
  347. loadstring(Raindrop:DownloadString('http://pastebin.com/raw/ZY9uBcyL'))()
  348. end)
  349.  
  350. dex.Name = "dex"
  351. dex.Parent = ScriptFrame
  352. dex.BackgroundColor3 = Color3.new(0, 0, 0)
  353. dex.BorderColor3 = Color3.new(0, 1, 1)
  354. dex.BorderSizePixel = 8
  355. dex.Position = UDim2.new(0, 440, 0, 89)
  356. dex.Size = UDim2.new(0, 188, 0, 43)
  357. dex.Font = Enum.Font.Cartoon
  358. dex.FontSize = Enum.FontSize.Size14
  359. dex.Text = "Dex Explorer V2"
  360. dex.TextColor3 = Color3.new(0, 1, 1)
  361. dex.TextScaled = true
  362. dex.TextSize = 14
  363. dex.TextWrapped = true
  364. dex.MouseButton1Down:connect(function()
  365. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  366. end)
  367.  
  368. mom.Name = "mom"
  369. mom.Parent = ScriptFrame
  370. mom.BackgroundColor3 = Color3.new(0, 0, 0)
  371. mom.BorderColor3 = Color3.new(0, 1, 1)
  372. mom.BorderSizePixel = 8
  373. mom.Position = UDim2.new(0, 22, 0, 151)
  374. mom.Size = UDim2.new(0, 189, 0, 43)
  375. mom.Font = Enum.Font.Cartoon
  376. mom.FontSize = Enum.FontSize.Size14
  377. mom.Text = "YourMom GUI"
  378. mom.TextColor3 = Color3.new(0, 1, 1)
  379. mom.TextScaled = true
  380. mom.TextSize = 14
  381. mom.TextWrapped = true
  382. mom.MouseButton1Down:connect(function()
  383. loadstring(game:GetObjects('rbxassetid://289110135')[1].Source)()
  384. end)
  385.  
  386. grabknifev4.Name = "grabknifev4"
  387. grabknifev4.Parent = ScriptFrame
  388. grabknifev4.BackgroundColor3 = Color3.new(0, 0, 0)
  389. grabknifev4.BorderColor3 = Color3.new(0, 1, 1)
  390. grabknifev4.BorderSizePixel = 8
  391. grabknifev4.Position = UDim2.new(0, 231, 0, 152)
  392. grabknifev4.Size = UDim2.new(0, 189, 0, 43)
  393. grabknifev4.Font = Enum.Font.Cartoon
  394. grabknifev4.FontSize = Enum.FontSize.Size14
  395. grabknifev4.Text = "Grab Knife V4"
  396. grabknifev4.TextColor3 = Color3.new(0, 1, 1)
  397. grabknifev4.TextScaled = true
  398. grabknifev4.TextSize = 14
  399. grabknifev4.TextWrapped = true
  400. grabknifev4.MouseButton1Down:connect(function()
  401. loadstring(game:GetObjects("rbxassetid://01131646678")[1].Source)()
  402. end)
  403.  
  404. telekenisis.Name = "telekenisis"
  405. telekenisis.Parent = ScriptFrame
  406. telekenisis.BackgroundColor3 = Color3.new(0, 0, 0)
  407. telekenisis.BorderColor3 = Color3.new(0, 1, 1)
  408. telekenisis.BorderSizePixel = 8
  409. telekenisis.Position = UDim2.new(0, 440, 0, 152)
  410. telekenisis.Size = UDim2.new(0, 189, 0, 43)
  411. telekenisis.Font = Enum.Font.Cartoon
  412. telekenisis.FontSize = Enum.FontSize.Size14
  413. telekenisis.Text = "Telekenisis"
  414. telekenisis.TextColor3 = Color3.new(0, 1, 1)
  415. telekenisis.TextScaled = true
  416. telekenisis.TextSize = 14
  417. telekenisis.TextWrapped = true
  418. telekenisis.MouseButton1Down:connect(function()
  419. loadstring(game:GetObjects('rbxassetid://287147018')[1].Source)()
  420. end)
  421.  
  422. lt2maneggs.Name = "lt2maneggs"
  423. lt2maneggs.Parent = ScriptFrame
  424. lt2maneggs.BackgroundColor3 = Color3.new(0, 0, 0)
  425. lt2maneggs.BorderColor3 = Color3.new(0, 1, 1)
  426. lt2maneggs.BorderSizePixel = 8
  427. lt2maneggs.Position = UDim2.new(0, 23, 0, 217)
  428. lt2maneggs.Size = UDim2.new(0, 606, 0, 43)
  429. lt2maneggs.Font = Enum.Font.Cartoon
  430. lt2maneggs.FontSize = Enum.FontSize.Size14
  431. lt2maneggs.Text = "Man Eggs Hub LT2"
  432. lt2maneggs.TextColor3 = Color3.new(0, 1, 1)
  433. lt2maneggs.TextScaled = true
  434. lt2maneggs.TextSize = 14
  435. lt2maneggs.TextWrapped = true
  436. lt2maneggs.MouseButton1Down:connect(function()
  437. loadstring(game:GetObjects("rbxassetid://01131621822")[1].Source)()
  438. end)
  439.  
  440. OpenFrame.Name = "OpenFrame"
  441. OpenFrame.Parent = GRUI
  442. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  443. OpenFrame.BackgroundTransparency = 0.55000001192093
  444. OpenFrame.BorderColor3 = Color3.new(0, 1, 1)
  445. OpenFrame.BorderSizePixel = 7
  446. OpenFrame.Position = UDim2.new(0, 0, 0, 456)
  447. OpenFrame.Size = UDim2.new(0, 203, 0, 50)
  448.  
  449. openbut.Name = "openbut"
  450. openbut.Parent = OpenFrame
  451. openbut.BackgroundColor3 = Color3.new(0, 0, 0)
  452. openbut.BackgroundTransparency = 1
  453. openbut.Size = UDim2.new(0, 203, 0, 50)
  454. openbut.Font = Enum.Font.Cartoon
  455. openbut.FontSize = Enum.FontSize.Size14
  456. openbut.Text = "Open Grui"
  457. openbut.TextColor3 = Color3.new(0, 1, 1)
  458. openbut.TextScaled = true
  459. openbut.TextSize = 14
  460. openbut.TextWrapped = true
  461. openbut.MouseButton1Down:connect(function()
  462. MainFrame.Visible = true
  463. OpenFrame.Visible = false
  464. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement