Advertisement
Guest User

Grass Gui

a guest
Nov 9th, 2019
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.19 KB | None | 0 0
  1. -- Made By Ryan_devil2#3120
  2. local GrassGui = Instance.new("ScreenGui")
  3. local logingui = Instance.new("Frame")
  4. local logintext = Instance.new("TextLabel")
  5. local user = Instance.new("TextBox")
  6. local pass = Instance.new("TextBox")
  7. local submit = Instance.new("TextButton")
  8. local help = Instance.new("TextLabel")
  9. local openframe = Instance.new("Frame")
  10. local open = Instance.new("TextButton")
  11. local maingui = Instance.new("Frame")
  12. local titlegui = Instance.new("TextLabel")
  13. local scriptexecutorbutton = Instance.new("TextButton")
  14. local Guisbutton = Instance.new("TextButton")
  15. local quickcmdbutton = Instance.new("TextButton")
  16. local closemaingui = Instance.new("TextButton")
  17. local titlegui_2 = Instance.new("TextLabel")
  18. local Executor = Instance.new("Frame")
  19. local bar = Instance.new("Frame")
  20. local closeexecutor = Instance.new("TextButton")
  21. local bar2 = Instance.new("Frame")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local input = Instance.new("TextBox")
  24. local executebutton = Instance.new("TextButton")
  25. local clearbutton = Instance.new("TextButton")
  26. local Guissection = Instance.new("Frame")
  27. local bar_2 = Instance.new("Frame")
  28. local bar2_2 = Instance.new("Frame")
  29. local title = Instance.new("TextLabel")
  30. local closeguisection = Instance.new("TextButton")
  31. local counterpepsi = Instance.new("TextButton")
  32. local snippet = Instance.new("TextButton")
  33. local Ninjalegends = Instance.new("TextButton")
  34. local Madhaxx = Instance.new("TextButton")
  35. local Jailbroken = Instance.new("TextButton")
  36. local Blackholesim = Instance.new("TextButton")
  37. local title_2 = Instance.new("TextLabel")
  38. local quickcmds = Instance.new("Frame")
  39. local bar_3 = Instance.new("Frame")
  40. local closequickcmds = Instance.new("TextButton")
  41. local Walkspeed = Instance.new("TextButton")
  42. local BTools = Instance.new("TextButton")
  43. local Infiniteyield = Instance.new("TextButton")
  44. local jpower = Instance.new("TextButton")
  45. --Properties:
  46. GrassGui.Name = "Grass Gui"
  47. GrassGui.Parent = game.CoreGui
  48. GrassGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  49.  
  50. logingui.Name = "logingui"
  51. logingui.Parent = GrassGui
  52. logingui.Active = true
  53. logingui.AnchorPoint = Vector2.new(0.5, 0.5)
  54. logingui.BackgroundColor3 = Color3.new(0, 1, 0)
  55. logingui.BorderColor3 = Color3.new(0, 0.552941, 0.027451)
  56. logingui.BorderSizePixel = 6
  57. logingui.Position = UDim2.new(0.833333373, 0, 0.510775864, 0)
  58. logingui.Size = UDim2.new(0, 432, 0, 403)
  59. logingui.Visible = true
  60. logingui.Draggable = true
  61.  
  62. logintext.Name = "logintext"
  63. logintext.Parent = logingui
  64. logintext.AnchorPoint = Vector2.new(0.5, 0.5)
  65. logintext.BackgroundColor3 = Color3.new(0, 0.529412, 0)
  66. logintext.Position = UDim2.new(0.5, 0, 0.0496277735, 0)
  67. logintext.Size = UDim2.new(0, 432, 0, 40)
  68. logintext.Font = Enum.Font.Cartoon
  69. logintext.Text = "Please Login To Continue"
  70. logintext.TextColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  71. logintext.TextScaled = true
  72. logintext.TextSize = 14
  73. logintext.TextStrokeColor3 = Color3.new(0, 1, 0.152941)
  74. logintext.TextStrokeTransparency = 0.5
  75. logintext.TextWrapped = true
  76.  
  77. user.Name = "user"
  78. user.Parent = logingui
  79. user.AnchorPoint = Vector2.new(0.5, 0.5)
  80. user.BackgroundColor3 = Color3.new(0.25098, 0.501961, 0.00784314)
  81. user.BorderSizePixel = 7
  82. user.Position = UDim2.new(0.498842597, 0, 0.318858564, 0)
  83. user.Size = UDim2.new(0, 347, 0, 35)
  84. user.Font = Enum.Font.SciFi
  85. user.Text = "Username"
  86. user.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  87. user.TextScaled = true
  88. user.TextSize = 14
  89. user.TextWrapped = true
  90.  
  91. pass.Name = "pass"
  92. pass.Parent = logingui
  93. pass.AnchorPoint = Vector2.new(0.5, 0.5)
  94. pass.BackgroundColor3 = Color3.new(0.25098, 0.501961, 0.00784314)
  95. pass.BorderSizePixel = 7
  96. pass.Position = UDim2.new(0.498842597, 0, 0.586848676, 0)
  97. pass.Size = UDim2.new(0, 347, 0, 35)
  98. pass.Font = Enum.Font.SciFi
  99. pass.Text = "Password"
  100. pass.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  101. pass.TextScaled = true
  102. pass.TextSize = 14
  103. pass.TextWrapped = true
  104.  
  105. submit.Name = "submit"
  106. submit.Parent = logingui
  107. submit.AnchorPoint = Vector2.new(0.5, 0.5)
  108. submit.BackgroundColor3 = Color3.new(0.0627451, 0.501961, 0.25098)
  109. submit.BorderSizePixel = 5
  110. submit.Position = UDim2.new(0.5, 0, 0.897022307, 0)
  111. submit.Size = UDim2.new(0, 432, 0, 39)
  112. submit.Font = Enum.Font.GothamBold
  113. submit.Text = "Submit"
  114. submit.TextColor3 = Color3.new(0, 0, 0)
  115. submit.TextScaled = true
  116. submit.TextSize = 14
  117. submit.TextWrapped = true
  118. submit.MouseButton1Down:connect(function()
  119. if user.Text == "YUQ912O" and pass.Text == "0291QUY" then
  120. logingui.Visible = false
  121. openframe.Visible = true
  122. end
  123. end)
  124.  
  125. help.Name = "help"
  126. help.Parent = logingui
  127. help.AnchorPoint = Vector2.new(0.5, 0.5)
  128. help.BackgroundColor3 = Color3.new(0.0627451, 0.501961, 0.25098)
  129. help.Position = UDim2.new(0.5, 0, 0.163771749, 0)
  130. help.Size = UDim2.new(0, 432, 0, 40)
  131. help.Font = Enum.Font.SourceSansSemibold
  132. help.Text = "Need Help? Goto https://pastebin.com/r03y4iyj to get your login"
  133. help.TextColor3 = Color3.new(0, 0, 0)
  134. help.TextScaled = true
  135. help.TextSize = 14
  136. help.TextWrapped = true
  137.  
  138. openframe.Name = "openframe"
  139. openframe.Parent = GrassGui
  140. openframe.Active = true
  141. openframe.AnchorPoint = Vector2.new(0.5, 0.5)
  142. openframe.BackgroundColor3 = Color3.new(0, 0.545098, 0)
  143. openframe.Position = UDim2.new(0.0564304255, 0, 0.530172348, 0)
  144. openframe.Size = UDim2.new(0, 172, 0, 33)
  145. openframe.Visible = false
  146.  
  147. open.Name = "open"
  148. open.Parent = openframe
  149. open.AnchorPoint = Vector2.new(0.5, 0.5)
  150. open.BackgroundColor3 = Color3.new(0, 0.886275, 0)
  151. open.Position = UDim2.new(0.497092247, 0, 0.484848499, 0)
  152. open.Size = UDim2.new(0, 151, 0, 22)
  153. open.Text = "Open"
  154. open.TextColor3 = Color3.new(0, 0, 0)
  155. open.TextScaled = true
  156. open.TextSize = 14
  157. open.TextWrapped = true
  158. open.MouseButton1Down:connect(function()
  159. openframe.Visible = false
  160. maingui.Visible = true
  161. end)
  162.  
  163. maingui.Name = "maingui"
  164. maingui.Parent = GrassGui
  165. maingui.Active = true
  166. maingui.AnchorPoint = Vector2.new(0.5, 0.5)
  167. maingui.BackgroundColor3 = Color3.new(0.0509804, 0.372549, 0.0470588)
  168. maingui.BorderColor3 = Color3.new(0, 0, 0)
  169. maingui.BorderSizePixel = 3
  170. maingui.Position = UDim2.new(0.416338533, 0, 0.489942461, 0)
  171. maingui.Size = UDim2.new(0, 507, 0, 282)
  172. maingui.Visible = false
  173. maingui.Draggable = true
  174.  
  175. titlegui.Name = "titlegui"
  176. titlegui.Parent = maingui
  177. titlegui.AnchorPoint = Vector2.new(0.5, 0.5)
  178. titlegui.BackgroundColor3 = Color3.new(0, 0.717647, 0)
  179. titlegui.Position = UDim2.new(0.441814601, 0, 0.0744681954, 0)
  180. titlegui.Size = UDim2.new(0, 448, 0, 42)
  181. titlegui.Font = Enum.Font.SourceSansSemibold
  182. titlegui.Text = "Thanks for using Grass!"
  183. titlegui.TextColor3 = Color3.new(0, 0, 0)
  184. titlegui.TextScaled = true
  185. titlegui.TextSize = 14
  186. titlegui.TextWrapped = true
  187.  
  188. scriptexecutorbutton.Name = "scriptexecutorbutton"
  189. scriptexecutorbutton.Parent = maingui
  190. scriptexecutorbutton.AnchorPoint = Vector2.new(0.5, 0.5)
  191. scriptexecutorbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
  192. scriptexecutorbutton.Position = UDim2.new(0.226511911, 0, 0.317375869, 0)
  193. scriptexecutorbutton.Size = UDim2.new(0, 187, 0, 50)
  194. scriptexecutorbutton.Text = "Script Executor"
  195. scriptexecutorbutton.TextColor3 = Color3.new(0, 0, 0)
  196. scriptexecutorbutton.TextScaled = true
  197. scriptexecutorbutton.TextSize = 14
  198. scriptexecutorbutton.TextWrapped = true
  199. scriptexecutorbutton.MouseButton1Down:connect(function()
  200. Executor.Visible = true
  201. end)
  202.  
  203. Guisbutton.Name = "Guisbutton"
  204. Guisbutton.Parent = maingui
  205. Guisbutton.AnchorPoint = Vector2.new(0.5, 0.5)
  206. Guisbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
  207. Guisbutton.Position = UDim2.new(0.697912276, 0, 0.317375869, 0)
  208. Guisbutton.Size = UDim2.new(0, 187, 0, 50)
  209. Guisbutton.Text = "Guis for Jailbreak, Madcity etc"
  210. Guisbutton.TextColor3 = Color3.new(0, 0, 0)
  211. Guisbutton.TextScaled = true
  212. Guisbutton.TextSize = 14
  213. Guisbutton.TextWrapped = true
  214. Guisbutton.MouseButton1Down:connect(function()
  215. Guissection.Visible = true
  216. end)
  217.  
  218. quickcmdbutton.Name = "quickcmdbutton"
  219. quickcmdbutton.Parent = maingui
  220. quickcmdbutton.AnchorPoint = Vector2.new(0.5, 0.5)
  221. quickcmdbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
  222. quickcmdbutton.Position = UDim2.new(0.478977382, 0, 0.824468076, 0)
  223. quickcmdbutton.Size = UDim2.new(0, 187, 0, 50)
  224. quickcmdbutton.Text = "Quick cmd"
  225. quickcmdbutton.TextColor3 = Color3.new(0, 0, 0)
  226. quickcmdbutton.TextScaled = true
  227. quickcmdbutton.TextSize = 14
  228. quickcmdbutton.TextWrapped = true
  229. quickcmdbutton.MouseButton1Down:connect(function()
  230. quickcmds.Visible = true
  231. end)
  232.  
  233. closemaingui.Name = "closemaingui"
  234. closemaingui.Parent = maingui
  235. closemaingui.AnchorPoint = Vector2.new(0.5, 0.5)
  236. closemaingui.BackgroundColor3 = Color3.new(1, 1, 1)
  237. closemaingui.BackgroundTransparency = 1
  238. closemaingui.Position = UDim2.new(0.941814601, 0, 0.0709219873, 0)
  239. closemaingui.Size = UDim2.new(0, 59, 0, 40)
  240. closemaingui.Font = Enum.Font.GothamBlack
  241. closemaingui.Text = "X"
  242. closemaingui.TextColor3 = Color3.new(0, 0, 0)
  243. closemaingui.TextScaled = true
  244. closemaingui.TextSize = 14
  245. closemaingui.TextWrapped = true
  246. closemaingui.MouseButton1Down:connect(function()
  247. maingui.Visible = false
  248. openframe.Visible = true
  249. end)
  250.  
  251. titlegui_2.Name = "titlegui"
  252. titlegui_2.Parent = maingui
  253. titlegui_2.AnchorPoint = Vector2.new(0.5, 0.5)
  254. titlegui_2.BackgroundColor3 = Color3.new(0, 0.717647, 0)
  255. titlegui_2.Position = UDim2.new(0.499013811, 0, 0.574468195, 0)
  256. titlegui_2.Size = UDim2.new(0, 448, 0, 42)
  257. titlegui_2.Font = Enum.Font.SourceSansSemibold
  258. titlegui_2.Text = "Simulator guis are in the gui section!"
  259. titlegui_2.TextColor3 = Color3.new(0, 0, 0)
  260. titlegui_2.TextScaled = true
  261. titlegui_2.TextSize = 14
  262. titlegui_2.TextWrapped = true
  263.  
  264. Executor.Name = "Executor"
  265. Executor.Parent = GrassGui
  266. Executor.Active = true
  267. Executor.AnchorPoint = Vector2.new(0.5, 0.5)
  268. Executor.BackgroundColor3 = Color3.new(0, 1, 0)
  269. Executor.Position = UDim2.new(0, 739, 0, 368)
  270. Executor.Size = UDim2.new(0, 583, 0, 444)
  271. Executor.Visible = false
  272. Executor.Draggable = true
  273.  
  274. bar.Name = "bar"
  275. bar.Parent = Executor
  276. bar.AnchorPoint = Vector2.new(0.5, 0.5)
  277. bar.BackgroundColor3 = Color3.new(0, 0.501961, 0.00784314)
  278. bar.Position = UDim2.new(0, 291, 0, 23)
  279. bar.Size = UDim2.new(0, 583, 0, 46)
  280.  
  281. closeexecutor.Name = "closeexecutor"
  282. closeexecutor.Parent = Executor
  283. closeexecutor.AnchorPoint = Vector2.new(0.5, 0.5)
  284. closeexecutor.BackgroundColor3 = Color3.new(1, 1, 1)
  285. closeexecutor.BackgroundTransparency = 1
  286. closeexecutor.Position = UDim2.new(0.948675692, 0, 0.0506517179, 0)
  287. closeexecutor.Size = UDim2.new(0, 59, 0, 40)
  288. closeexecutor.Font = Enum.Font.GothamBlack
  289. closeexecutor.Text = "X"
  290. closeexecutor.TextColor3 = Color3.new(0, 0, 0)
  291. closeexecutor.TextScaled = true
  292. closeexecutor.TextSize = 14
  293. closeexecutor.TextWrapped = true
  294. closeexecutor.MouseButton1Down:connect(function()
  295. Executor.Visible = false
  296. end)
  297.  
  298. bar2.Name = "bar2"
  299. bar2.Parent = Executor
  300. bar2.AnchorPoint = Vector2.new(0.5, 0.5)
  301. bar2.BackgroundColor3 = Color3.new(0, 0.741176, 0)
  302. bar2.BorderSizePixel = 0
  303. bar2.Position = UDim2.new(0, 291, 0, 49)
  304. bar2.Size = UDim2.new(0, 583, 0, 7)
  305.  
  306. ScrollingFrame.Parent = Executor
  307. ScrollingFrame.Active = true
  308. ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  309. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  310. ScrollingFrame.BackgroundTransparency = 1
  311. ScrollingFrame.Position = UDim2.new(0, 290, 0, 237)
  312. ScrollingFrame.Size = UDim2.new(0, 553, 0, 333)
  313. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1e+09, 0)
  314.  
  315. input.Name = "input"
  316. input.Parent = ScrollingFrame
  317. input.AnchorPoint = Vector2.new(0.5, 0.5)
  318. input.BackgroundColor3 = Color3.new(1, 1, 1)
  319. input.BorderSizePixel = 0
  320. input.Position = UDim2.new(0, 270, 0, 495)
  321. input.Size = UDim2.new(0, 537, 0, 990)
  322. input.ClearTextOnFocus = false
  323. input.Font = Enum.Font.SourceSans
  324. input.MultiLine = true
  325. input.Text = ""
  326. input.TextColor3 = Color3.new(0, 0, 0)
  327. input.TextSize = 20
  328. input.TextXAlignment = Enum.TextXAlignment.Left
  329. input.TextYAlignment = Enum.TextYAlignment.Top
  330.  
  331. executebutton.Name = "executebutton"
  332. executebutton.Parent = Executor
  333. executebutton.AnchorPoint = Vector2.new(0.5, 0.5)
  334. executebutton.BackgroundColor3 = Color3.new(0.0313726, 0.564706, 0.0196078)
  335. executebutton.Position = UDim2.new(0, 157, 0, 423)
  336. executebutton.Size = UDim2.new(0, 215, 0, 29)
  337. executebutton.Font = Enum.Font.SciFi
  338. executebutton.Text = "Execute"
  339. executebutton.TextColor3 = Color3.new(0, 0, 0)
  340. executebutton.TextScaled = true
  341. executebutton.TextSize = 14
  342. executebutton.TextWrapped = true
  343. executebutton.MouseButton1Down:connect(function()
  344. loadstring(input.Text)()
  345. end)
  346.  
  347. clearbutton.Name = "clearbutton"
  348. clearbutton.Parent = Executor
  349. clearbutton.AnchorPoint = Vector2.new(0.5, 0.5)
  350. clearbutton.BackgroundColor3 = Color3.new(0.0313726, 0.564706, 0.0196078)
  351. clearbutton.Position = UDim2.new(0, 416, 0, 423)
  352. clearbutton.Size = UDim2.new(0, 215, 0, 29)
  353. clearbutton.Font = Enum.Font.SciFi
  354. clearbutton.Text = "Clear"
  355. clearbutton.TextColor3 = Color3.new(0, 0, 0)
  356. clearbutton.TextScaled = true
  357. clearbutton.TextSize = 14
  358. clearbutton.TextWrapped = true
  359. clearbutton.MouseButton1Down:connect(function()
  360. input.Text = ""
  361. end)
  362.  
  363. Guissection.Name = "Guissection"
  364. Guissection.Parent = GrassGui
  365. Guissection.Active = true
  366. Guissection.AnchorPoint = Vector2.new(0.5, 0.5)
  367. Guissection.BackgroundColor3 = Color3.new(0, 1, 0)
  368. Guissection.Position = UDim2.new(0, 1233, 0, 363)
  369. Guissection.Size = UDim2.new(0, 498, 0, 373)
  370. Guissection.Visible = false
  371. Guissection.Draggable = true
  372.  
  373. bar_2.Name = "bar"
  374. bar_2.Parent = Guissection
  375. bar_2.AnchorPoint = Vector2.new(0.5, 0.5)
  376. bar_2.BackgroundColor3 = Color3.new(0, 0.490196, 0)
  377. bar_2.Position = UDim2.new(0, 249, 0, 21)
  378. bar_2.Size = UDim2.new(0, 498, 0, 43)
  379.  
  380. bar2_2.Name = "bar2"
  381. bar2_2.Parent = Guissection
  382. bar2_2.AnchorPoint = Vector2.new(0.5, 0.5)
  383. bar2_2.BackgroundColor3 = Color3.new(0, 0.768628, 0)
  384. bar2_2.BorderSizePixel = 0
  385. bar2_2.Position = UDim2.new(0, 249, 0, 50)
  386. bar2_2.Size = UDim2.new(0, 498, 0, 15)
  387.  
  388. title.Name = "title"
  389. title.Parent = Guissection
  390. title.AnchorPoint = Vector2.new(0.5, 0.5)
  391. title.BackgroundColor3 = Color3.new(1, 1, 1)
  392. title.BackgroundTransparency = 1
  393. title.Position = UDim2.new(0, 221, 0, 17)
  394. title.Size = UDim2.new(0, 443, 0, 35)
  395. title.Text = "Welcome To The Gui Section!"
  396. title.TextColor3 = Color3.new(0, 0, 0)
  397. title.TextScaled = true
  398. title.TextSize = 14
  399. title.TextWrapped = true
  400.  
  401. closeguisection.Name = "closeguisection"
  402. closeguisection.Parent = Guissection
  403. closeguisection.AnchorPoint = Vector2.new(0.5, 0.5)
  404. closeguisection.BackgroundColor3 = Color3.new(1, 1, 1)
  405. closeguisection.BackgroundTransparency = 1
  406. closeguisection.Position = UDim2.new(0.945830643, 0, 0.0521552339, 0)
  407. closeguisection.Size = UDim2.new(0, 59, 0, 40)
  408. closeguisection.Font = Enum.Font.GothamBlack
  409. closeguisection.Text = "X"
  410. closeguisection.TextColor3 = Color3.new(0, 0, 0)
  411. closeguisection.TextScaled = true
  412. closeguisection.TextSize = 14
  413. closeguisection.TextWrapped = true
  414. closeguisection.MouseButton1Down:connect(function()
  415. Guissection.Visible = false
  416. end)
  417.  
  418. counterpepsi.Name = "counterpepsi"
  419. counterpepsi.Parent = Guissection
  420. counterpepsi.AnchorPoint = Vector2.new(0.5, 0.5)
  421. counterpepsi.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  422. counterpepsi.Position = UDim2.new(0, 132, 0, 99)
  423. counterpepsi.Size = UDim2.new(0, 200, 0, 50)
  424. counterpepsi.Font = Enum.Font.SourceSansLight
  425. counterpepsi.Text = "CounterBlox"
  426. counterpepsi.TextColor3 = Color3.new(0, 0, 0)
  427. counterpepsi.TextScaled = true
  428. counterpepsi.TextSize = 14
  429. counterpepsi.TextWrapped = true
  430. counterpepsi.MouseButton1Down:connect(function()
  431. loadstring(game:HttpGet("https://pastebin.com/raw/mVJhUqiD", true))()
  432. end)
  433.  
  434. snippet.Name = "snippet"
  435. snippet.Parent = Guissection
  436. snippet.AnchorPoint = Vector2.new(0.5, 0.5)
  437. snippet.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  438. snippet.Position = UDim2.new(0, 367, 0, 99)
  439. snippet.Size = UDim2.new(0, 200, 0, 50)
  440. snippet.Font = Enum.Font.SourceSansLight
  441. snippet.Text = "CounterBlox OP"
  442. snippet.TextColor3 = Color3.new(0, 0, 0)
  443. snippet.TextScaled = true
  444. snippet.TextSize = 14
  445. snippet.TextWrapped = true
  446. snippet.MouseButton1Down:connect(function()
  447. loadstring(game:HttpGet("https://pastebin.com/raw/JV8wkpQV", true))()
  448. end)
  449.  
  450. Ninjalegends.Name = "Ninjalegends"
  451. Ninjalegends.Parent = Guissection
  452. Ninjalegends.AnchorPoint = Vector2.new(0.5, 0.5)
  453. Ninjalegends.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  454. Ninjalegends.Position = UDim2.new(0, 132, 0, 186)
  455. Ninjalegends.Size = UDim2.new(0, 200, 0, 50)
  456. Ninjalegends.Font = Enum.Font.SourceSansLight
  457. Ninjalegends.Text = "NinjaLegends OP"
  458. Ninjalegends.TextColor3 = Color3.new(0, 0, 0)
  459. Ninjalegends.TextScaled = true
  460. Ninjalegends.TextSize = 14
  461. Ninjalegends.TextWrapped = true
  462. Ninjalegends.MouseButton1Down:connect(function()
  463. loadstring(game:HttpGet("https://pastebin.com/raw/PNTWkYaW", true))()
  464. end)
  465.  
  466. Madhaxx.Name = "Madhaxx"
  467. Madhaxx.Parent = Guissection
  468. Madhaxx.AnchorPoint = Vector2.new(0.5, 0.5)
  469. Madhaxx.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  470. Madhaxx.Position = UDim2.new(0, 367, 0, 186)
  471. Madhaxx.Size = UDim2.new(0, 200, 0, 50)
  472. Madhaxx.Font = Enum.Font.SourceSansLight
  473. Madhaxx.Text = "MadCity OP"
  474. Madhaxx.TextColor3 = Color3.new(0, 0, 0)
  475. Madhaxx.TextScaled = true
  476. Madhaxx.TextSize = 14
  477. Madhaxx.TextWrapped = true
  478. Madhaxx.MouseButton1Down:connect(function()
  479. loadstring(game:GetObjects('rbxassetid://3015089451')[1].Source)()
  480. end)
  481.  
  482. Jailbroken.Name = "Jailbroken"
  483. Jailbroken.Parent = Guissection
  484. Jailbroken.AnchorPoint = Vector2.new(0.5, 0.5)
  485. Jailbroken.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  486. Jailbroken.Position = UDim2.new(0, 132, 0, 273)
  487. Jailbroken.Size = UDim2.new(0, 200, 0, 50)
  488. Jailbroken.Font = Enum.Font.SourceSansLight
  489. Jailbroken.Text = "Jailbreak OP"
  490. Jailbroken.TextColor3 = Color3.new(0, 0, 0)
  491. Jailbroken.TextScaled = true
  492. Jailbroken.TextSize = 14
  493. Jailbroken.TextWrapped = true
  494. Jailbroken.MouseButton1Down:connect(function()
  495. loadstring(game:GetObjects("rbxassetid://3473939051")[1].Source)()
  496. end)
  497.  
  498. Blackholesim.Name = "Blackholesim"
  499. Blackholesim.Parent = Guissection
  500. Blackholesim.AnchorPoint = Vector2.new(0.5, 0.5)
  501. Blackholesim.BackgroundColor3 = Color3.new(0, 0.721569, 0)
  502. Blackholesim.Position = UDim2.new(0, 367, 0, 273)
  503. Blackholesim.Size = UDim2.new(0, 200, 0, 50)
  504. Blackholesim.Font = Enum.Font.SourceSansLight
  505. Blackholesim.Text = "BlackHole Simulator OP"
  506. Blackholesim.TextColor3 = Color3.new(0, 0, 0)
  507. Blackholesim.TextScaled = true
  508. Blackholesim.TextSize = 14
  509. Blackholesim.TextWrapped = true
  510. Blackholesim.MouseButton1Down:connect(function()
  511. loadstring(game:HttpGet("https://pastebin.com/raw/XbTMmY4r", true))()
  512. end)
  513.  
  514. title_2.Name = "title"
  515. title_2.Parent = Guissection
  516. title_2.AnchorPoint = Vector2.new(0.5, 0.5)
  517. title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  518. title_2.BackgroundTransparency = 1
  519. title_2.Position = UDim2.new(0, 245, 0, 349)
  520. title_2.Size = UDim2.new(0, 443, 0, 35)
  521. title_2.Text = "Made By Ryan_devil2#3120"
  522. title_2.TextColor3 = Color3.new(0, 0, 0)
  523. title_2.TextScaled = true
  524. title_2.TextSize = 14
  525. title_2.TextWrapped = true
  526.  
  527. quickcmds.Name = "quickcmds"
  528. quickcmds.Parent = GrassGui
  529. quickcmds.Active = true
  530. quickcmds.AnchorPoint = Vector2.new(0.5, 0.5)
  531. quickcmds.BackgroundColor3 = Color3.new(0, 1, 0)
  532. quickcmds.Position = UDim2.new(0, 1078, 0, 329)
  533. quickcmds.Size = UDim2.new(0, 213, 0, 212)
  534. quickcmds.Visible = false
  535. quickcmds.Draggable = true
  536.  
  537. bar_3.Name = "bar"
  538. bar_3.Parent = quickcmds
  539. bar_3.AnchorPoint = Vector2.new(0.5, 0.5)
  540. bar_3.BackgroundColor3 = Color3.new(0, 0.752941, 0)
  541. bar_3.BorderSizePixel = 0
  542. bar_3.Position = UDim2.new(0, 106, 0, 12)
  543. bar_3.Size = UDim2.new(0, 213, 0, 25)
  544.  
  545. closequickcmds.Name = "closequickcmds"
  546. closequickcmds.Parent = quickcmds
  547. closequickcmds.AnchorPoint = Vector2.new(0.5, 0.5)
  548. closequickcmds.BackgroundColor3 = Color3.new(1, 1, 1)
  549. closequickcmds.BackgroundTransparency = 1
  550. closequickcmds.Position = UDim2.new(0.920687497, 0, 0.0591295362, 0)
  551. closequickcmds.Size = UDim2.new(0, 48, 0, 27)
  552. closequickcmds.Font = Enum.Font.GothamBlack
  553. closequickcmds.Text = "X"
  554. closequickcmds.TextColor3 = Color3.new(0, 0, 0)
  555. closequickcmds.TextScaled = true
  556. closequickcmds.TextSize = 14
  557. closequickcmds.TextWrapped = true
  558. closequickcmds.MouseButton1Down:connect(function()
  559. quickcmds.Visible = false
  560. end)
  561.  
  562. Walkspeed.Name = "Walkspeed"
  563. Walkspeed.Parent = quickcmds
  564. Walkspeed.AnchorPoint = Vector2.new(0.5, 0.5)
  565. Walkspeed.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
  566. Walkspeed.Position = UDim2.new(0, 106, 0, 50)
  567. Walkspeed.Size = UDim2.new(0, 182, 0, 33)
  568. Walkspeed.Font = Enum.Font.SciFi
  569. Walkspeed.Text = "Walkspeed"
  570. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  571. Walkspeed.TextScaled = true
  572. Walkspeed.TextSize = 14
  573. Walkspeed.TextWrapped = true
  574. Walkspeed.MouseButton1Down:connect(function()
  575. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  576. end)
  577.  
  578. BTools.Name = "BTools"
  579. BTools.Parent = quickcmds
  580. BTools.AnchorPoint = Vector2.new(0.5, 0.5)
  581. BTools.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
  582. BTools.Position = UDim2.new(0, 106, 0, 97)
  583. BTools.Size = UDim2.new(0, 182, 0, 33)
  584. BTools.Font = Enum.Font.SciFi
  585. BTools.Text = "Btools"
  586. BTools.TextColor3 = Color3.new(0, 0, 0)
  587. BTools.TextScaled = true
  588. BTools.TextSize = 14
  589. BTools.TextWrapped = true
  590. BTools.MouseButton1Down:connect(function()
  591. loadstring(game:HttpGet("https://pastebin.com/raw/sichDnn0"))()
  592. end)
  593.  
  594. Infiniteyield.Name = "Infiniteyield"
  595. Infiniteyield.Parent = quickcmds
  596. Infiniteyield.AnchorPoint = Vector2.new(0.5, 0.5)
  597. Infiniteyield.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
  598. Infiniteyield.Position = UDim2.new(0, 106, 0, 143)
  599. Infiniteyield.Size = UDim2.new(0, 182, 0, 33)
  600. Infiniteyield.Font = Enum.Font.SciFi
  601. Infiniteyield.Text = "infinite Yield "
  602. Infiniteyield.TextColor3 = Color3.new(0, 0, 0)
  603. Infiniteyield.TextScaled = true
  604. Infiniteyield.TextSize = 14
  605. Infiniteyield.TextWrapped = true
  606. Infiniteyield.MouseButton1Down:connect(function()
  607. loadstring(game:HttpGet("https://pastebin.com/raw/tzTXmYf2", true))()
  608. end)
  609.  
  610. jpower.Name = "jpower"
  611. jpower.Parent = quickcmds
  612. jpower.AnchorPoint = Vector2.new(0.5, 0.5)
  613. jpower.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
  614. jpower.Position = UDim2.new(0, 106, 0, 187)
  615. jpower.Size = UDim2.new(0, 182, 0, 33)
  616. jpower.Font = Enum.Font.SciFi
  617. jpower.Text = "Jump Power"
  618. jpower.TextColor3 = Color3.new(0, 0, 0)
  619. jpower.TextScaled = true
  620. jpower.TextSize = 14
  621. jpower.TextWrapped = true
  622. jpower.MouseButton1Down:connect(function()
  623. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 130
  624. end)
  625. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement