InfMods

Shards Roblox gui update 7! (wip) loadstring version created by exe_crusader aka me paradox

Aug 5th, 2022 (edited)
759
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.30 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. Frame.Draggable = true
  3. local Window = Library.CreateLib("Shards Gui made by exe_crusader aka paradox", "DarkTheme")
  4. -- Main
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Simple Scripts")
  7.  
  8.  
  9. MainSection:NewButton("Vhub broken", "A big Gui full of scripts recommended for trolling etc.", function()
  10. -- is a loadstring script because is script is to large >https://roblxopayscript.godaddysites.com<
  11.  
  12. loadstring(game:HttpGet(('loadstring(game:HttpGet("https://raw.githubusercontent.com/SourceScript5315/sauce/main/VH-Launcher.lua"))()'),true))()
  13.  
  14. Section:NewButton("Chat spam", "Loads a gui that allows you to spam", function()
  15.  
  16. end)
  17.  
  18. loadstring(game:HttpGet(('https://raw.githubusercontent.com/itsyaboivincentt5315/script/main/VHub.txt'),true))()
  19. Mainsection:NewToggle("Mega Jump", "now you can jump high like you're on the moon", function(state)
  20. if state then
  21. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  22. else
  23. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  24. end
  25. end)
  26.  
  27. PlayerSection:NewToggle("SimpleSpeed", "You go fast but not to fast", function(state)
  28. if state then
  29. game.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  30. else
  31. game.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  32. end
  33. end)
  34.  
  35. PlayerSection:NewButton("Inf Yield", "Fe Admin Commands", function()
  36. loadstring.game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source')()
  37. end)
  38.  
  39.  
  40. --LOCAL PLAYER
  41. local Player = Window:NewTab("Player")
  42. local PlayerSection = Player:NewSection("Player")
  43.  
  44. PlayerSection:NewSlider("Walkspeed", "zoom past anything", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  45. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  46. end)
  47.  
  48. PlayerSection:NewSlider("JumpPower", "Jump really high ", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  49. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  50. end)
  51.  
  52. PlayerSection:NewButton("Reset WS/JP", "Rests Walkspeed and jumpPower to default", function()
  53. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  54. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  55. end)
  56.  
  57. --Other
  58. local Other = Window:NewTab("Other")
  59. local OtherSection = Other:NewSection("Other")
  60.  
  61. OtherSection:NewButton("Fly Gui", "Gives you a fly gui",function()
  62. loadstring.game:HttpGet('https://pastebin.com/raw/LXq36kRU')()
  63.  
  64. end) -- end's the code and loads up the gui
  65. end)
  66.  
  67. local Tab = Window:NewTab("Easy Scripts")
  68. local Section = Tab:NewSection("Easy Scripts")
  69.  
  70. Section:NewButton("InfiniteYield", "Gives you commands to use", function()
  71. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  72. end)
  73.  
  74. Section:NewButton("Small Fling Gui", "Loads a small fling gui", function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/saMtiek2",true))()
  76. end)
  77.  
  78. Section:NewButton("BackDoorFinder", "Finds a Backdoor for admin or additional scripts", function()
  79. loadstring(game:HttpGet(('https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua'),true))()
  80. end)
  81.  
  82. Section:NewButton("Speed Gui", "Loads a gui with speed control", function()
  83. loadstring(game:HttpGet(('https://raw.githubusercontent.com/PrototypeRBLX/Speed-Script/main/README.md'),true))()
  84. end)
  85.  
  86.  
  87. Section:NewButton("Moon Gui", "Loads a Big gui with tons of scripts", function()
  88. loadstring(game:HttpGet('https://raw.githubusercontent.com/IlikeyocutgHAH12/MoonUI-v10-/main/MoonUI%20v10'))()
  89. end)
  90.  
  91. Section:NewSlider("WalkSpeed", "Run really fast", 500, 10, function(s) -- 500 (MaxValue) | 0 (MinValue)
  92. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  93. end)
  94.  
  95. Section:NewSlider("JumpPower", "Jump really high ", 500, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
  96. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  97. end)
  98.  
  99.  
  100. Section:NewButton("Speed Tool", "Gives you a tool to speed up", function()
  101. loadstring(game:HttpGet('https://pastebin.com/raw/iShZQHw7'))()
  102. end)
  103.  
  104.  
  105. Section:NewButton("EarRape", "Click to play all sounds in the game you're in at once", function()
  106. loadstring(game:HttpGet("https://pastebin.com/raw/nZjJq2wJ"))()
  107. end)
  108.  
  109.  
  110. Section:NewButton("Animation Gui", "Loads a gui with animations to use", function()
  111. loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f"))()
  112. end)
  113.  
  114.  
  115. Section:NewButton("Invisible Gui", "Loads a gui that makes you invisible", function()
  116. loadstring(game:HttpGet('https://pastebin.com/raw/AYtzGEPb'))()
  117. end)
  118.  
  119.  
  120. Section:NewButton("Annoy people Gui", "loads a gui to annoy players with", function()
  121. loadstring(game:HttpGet('https://pastebin.com/raw/ZME5dX7w'))()
  122. end)
  123.  
  124.  
  125. Section:NewButton("Infinite Jump", "lets you jump forever", function()
  126. loadstring(game:HttpGet('https://pastebin.com/raw/KpT16qBg'))()
  127. end)
  128.  
  129.  
  130. Section:NewButton("UpDown gui", "jumps to the postition or number you type", function()
  131. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/UpDown'))()
  132. end)
  133.  
  134.  
  135. Section:NewButton("Era Hub", "Loads a gui with some features", function()
  136. loadstring(game:HttpGet('https://pastebin.com/raw/zRWQnNjS'))()
  137. end)
  138.  
  139.  
  140.  
  141. Section:NewButton("R6 Troll Gui", "loads a gui to troll players", function()
  142. loadstring(game:HttpGet('https://pastebin.com/raw/FS0hUuJg'))()
  143. end)
  144.  
  145. Section:NewButton("Fe tall Script", "must be tall first", function()
  146. loadstring(game:HttpGet('https://pastebin.com/raw/Lix6q0PD'))()
  147. end)
  148.  
  149.  
  150. Section:NewButton("Anti Afk Gui", "never get kicked out again", function()
  151. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nadir3709/Huubb/main/Mobile%20Scripting"))()
  152. end)
  153.  
  154.  
  155. Section:NewButton("Anti Fling", "never get flung again", function()
  156. loadstring(game:HttpGet('https://pastebin.com/raw/hKfDWcJw'))();
  157. end)
  158.  
  159.  
  160. Section:NewButton("Game Teleport", "loads a gui that allows you to tp to games", function()
  161. loadstring(game:HttpGet('https://pastebin.com/raw/hiWAdBMa'))()
  162. end)
  163.  
  164.  
  165. Section:NewButton("Walk/Run gui", "loads a gui to Run/Walk", function()
  166. loadstring(game:HttpGet('https://pastebin.com/raw/72EKEHqC'))()
  167. end)
  168.  
  169.  
  170. Section:NewButton("R6 Climb on walls", "lets you climb on any walls", function()
  171. loadstring(game:HttpGet('https://pastebin.com/raw/jLVhHEVW'))()
  172. end)
  173.  
  174.  
  175. Section:NewButton("Body Part Destroyer Gui", "fe and destroys your body parts", function()
  176. loadstring(game:HttpGet('https://pastebin.com/raw/eE0PQ7jk'))()
  177. end)
  178.  
  179.  
  180. Section:NewButton("Super Tools", "gives you cool tools to use", function()
  181. loadstring(game:HttpGet('https://pastebin.com/raw/sQWeMuB0'))()
  182. end)
  183.  
  184.  
  185. Section:NewButton("Fe Fake Death", "you're dead", function()
  186. loadstring(game:HttpGet('https://pastebin.com/raw/kjxNZCfb'))()
  187. end)
  188.  
  189.  
  190. Section:NewButton("R15 Fe just legs", "just legs", function()
  191. loadstring(game:HttpGet('https://pastebin.com/raw/Cj2Tm82A'))()
  192. end)
  193.  
  194.  
  195. Section:NewButton("R6 upside down", "makes your roblox player go upside down", function()
  196. loadstring(game:HttpGet('https://pastebin.com/raw/e1xMVyWb'))()
  197. end)
  198.  
  199.  
  200. Section:NewButton("Freeze mode", "Gives you tools to freeze yourself just tap", function()
  201. loadstring(game:HttpGet('https://pastebin.com/raw/AkJS0PC7'))()
  202. end)
  203.  
  204. Section:NewButton("Op gui", "loads a really op gui", function()
  205. loadstring(game:HttpGet(('https://pastebin.com/raw/JLPe0B3H'),true))();
  206. end)
  207.  
  208.  
  209. Section:NewButton("Teleport gui", "loads a gui that lets you tp to players", function()
  210. loadstring(game:HttpGet("https://gist.githubusercontent.com/DagerFild/b4776075a0d26ef04394133ee6bd2081/raw/0ed51ac94057d2d9a9f00e1b037b9011c76ca54a/tpGUI", true))()
  211. end)
  212.  
  213.  
  214. Section:NewButton("Infinite Yield 2", "loads admin v.2", function()
  215. loadstring(game:HttpGet('https://pastebin.com/raw/nwWRBrnJ'))()
  216. end)
  217.  
  218.  
  219. Section:NewButton("Dupe Tools Gui", "loads a gui to dupe tools", function()
  220. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Dupe%20Tools%20Main%20Script.md'))()
  221. end)
  222.  
  223.  
  224. Section:NewButton("Send Hat Gui", "loads a gui for you to send you're hat", function()
  225. loadstring(game:HttpGet(('https://pastebin.com/raw/dAy5u2hX'),true))()
  226. end)
  227.  
  228.  
  229. Section:NewButton("Position Reader Gui", "loads a gui showing you're position", function()
  230. loadstring(game:HttpGet('https://pastebin.com/raw/55yDd1UZ'))()
  231. end)
  232.  
  233.  
  234. Section:NewButton("Keyboard Gui", "loads a gui with a functional keyboard", function()
  235. loadstring(game:HttpGet('https://pastebin.com/raw/mtPcjSNQ'))()
  236. end)
  237.  
  238.  
  239. Section:NewButton("Jump Button Gui", "loads a jump button", function()
  240. loadstring(game:HttpGet('https://pastebin.com/raw/qhBY6frK'))();
  241. end)
  242.  
  243.  
  244. Section:NewButton("Realistic Shader", "makes graphics much more realistic", function()
  245. loadstring(game:HttpGet('https://pastebin.com/raw/uqD7VqQU'))()
  246. end)
  247.  
  248.  
  249. Section:NewButton("Emote Gui", "loads a fe gui that has different emotes for you to use", function()
  250. loadstring(game:HttpGet('https://pastebin.com/raw/fitjHU5J'))()
  251. end)
  252.  
  253.  
  254. Section:NewButton("Chat hack Gui", "loads a gui to make people say stuff", function()
  255. loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
  256. end)
  257.  
  258.  
  259. Section:NewButton("Server Finder Gui", "loads a gui that finds servers", function()
  260. loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))();
  261. end)
  262.  
  263.  
  264. Section:NewButton("Walk on walls", "makes you walk on walls", function()
  265. loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()
  266. end)
  267.  
  268.  
  269. Section:NewButton("Spectate Gui", "loads a gui that allows you to spectate players", function()
  270. loadstring(game:HttpGet('https://pastebin.com/raw/wyvdb7gr'))()
  271. end)
  272.  
  273.  
  274. Section:NewButton("Black and White Shader", "makes everything black and white", function()
  275. loadstring(game:HttpGet('https://pastebin.com/raw/KvJDt5Zw'))()
  276. end)
  277.  
  278.  
  279. Section:NewButton("Red Ghost Hub", "loads a fe op gui", function()
  280. loadstring(game:HttpGet('https://pastebin.com/raw/WFKSRG6m'))();
  281. end)
  282.  
  283.  
  284. Section:NewButton("WALK/RUN tools", "gives you tools to run/walk", function()
  285. loadstring(game:HttpGet('https://pastebin.com/raw/9gKCGSPh'))()
  286. end)
  287.  
  288.  
  289.  
  290.  
  291.  
  292. Section:NewButton("Ez Hub", "loads Ez Hub", function()
  293. loadstring(game:HttpGet('https://pastebin.com/raw/K4xkQZpv'))()
  294. end)
  295.  
  296.  
  297. Section:NewButton("Local PLayer Gui", "loads the gui", function()
  298. loadstring(game:HttpGet("https://raw.githubusercontent.com/Retroapple/Roblox-Hack-Scripts/main/retroapple-universal"))();
  299. end)
  300.  
  301.  
  302. Section:NewButton("Netless", "makes your avatar more stable", function()
  303. loadstring(game:HttpGet('https://pastebin.com/raw/7Jtggrqx'))()
  304. end)
  305.  
  306.  
  307. Section:NewButton("GreenScreen gui", "not fe but perfect for videos", function()
  308. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Green%20Screen'))()
  309. end)
  310.  
  311.  
  312. Section:NewButton("Custom HitBox", "you can customize the hitbox not fe", function()
  313. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/HitBox%20Costumizer%20v2'))()
  314. end)
  315.  
  316.  
  317. Section:NewButton("Time Stop button", "lets you stop time not fe", function()
  318. loadstring(game:HttpGet('https://pastebin.com/raw/djAd7g2W'))()
  319. end)
  320.  
  321.  
  322. Section:NewButton("Realistic Shader GUI", "loads a gui that lets you change the shaders not fe", function()
  323. loadstring(game:HttpGet('https://pastebin.com/raw/Bkf0BJb3'))()
  324. end)
  325.  
  326.  
  327. Section:NewButton("Telescope gui", "loads a telescope gui not fe", function()
  328. loadstring(game:HttpGet('https://pastebin.com/raw/8T0STS4f'))()
  329. end)
  330.  
  331.  
  332.  
  333.  
  334.  
  335. local Tab = Window:NewTab("Op Scripts")
  336. local Section = Tab:NewSection("Good Scripts")
  337. Section:NewButton("LigtPet", "gives you a pet that has a light not fe", function()
  338. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Light%20Part%20Pet'))()
  339. end)
  340.  
  341. Section:NewButton("Op fling", "if you're on mobile use noclip", function()
  342. loadstring(game:HttpGet('https://pastebin.com/raw/JekRhmf5'))()
  343. end)
  344.  
  345. Section:NewButton("Fly Gui", "best fly gui", function()
  346. loadstring(game:HttpGet('https://pastebin.com/raw/6dvYSb6r'))()
  347. end)
  348.  
  349. Section:NewButton("Turn into a bird", "you need tweetbird for it to work", function()
  350. loadstring(game:HttpGet('https://pastebin.com/raw/fdPHLrDb'))()
  351. end)
  352.  
  353. Section:NewButton("R6 pose gui", "loads a gui for posing fe btw", function()
  354. loadstring(game:HttpGet('https://pastebin.com/raw/sZMn81tZ'))()
  355. end)
  356.  
  357. Section:NewButton("Part fly", "gives you tools to fly not fe", function()
  358. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Part%20Fly%20Bypass'))()
  359. end)
  360.  
  361. Section:NewButton("Spam tools", "spams the tools in you're inventory", function()
  362. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Spam%20Tools'))()
  363. end)
  364.  
  365. Section:NewButton("PLayer Gui", "you need to be tall for it to work", function()
  366. loadstring(game:HttpGet('https://pastebin.com/raw/PCC1rtpK'))()
  367. end)
  368.  
  369. Section:NewButton("Set Tp", "click set then click tp to go to where you had set it", function()
  370. loadstring(game:HttpGet('https://pastebin.com/raw/1dM3mAJq'))()
  371. end)
  372.  
  373. Section:NewButton("Penetrating Underground Script", "click the button and you'll go through the object you're standing on", function()
  374. loadstring(game:HttpGet('https://pastebin.com/raw/QKbzxzSj'))()
  375. end)
  376.  
  377. Section:NewButton("Clone script", "clones you're avatar not fe", function()
  378. loadstring(game:GetObjects('rbxassetid://7339698872')[1].Source)()
  379. end)
  380.  
  381. Section:NewButton("R6 Avatar", "makes your avatar a npc not fe", function()
  382. loadstring(game:HttpGet('https://pastebin.com/raw/MtjAKQqH'))()
  383. end)
  384.  
  385. Section:NewButton("Fake kick", "when people leave it makes them think you kicked them", function()
  386. loadstring(game:HttpGet('https://pastebin.com/raw/9H4EGzHg'))()
  387. end)
  388.  
  389. Section:NewButton("Loop Fling all", "automatically flings people", function()
  390. loadstring(game:HttpGet('https://github.com/DigitalityScripts/roblox-scripts/raw/main/loop%20fling%20all'))()
  391. end)
  392.  
  393. Section:NewButton("R15 Leg resize", "you become really tall", function()
  394. loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/Leg%20Resize'))()
  395. end)
  396.  
  397. Section:NewButton("Steal people's items", "press again to steal more items", function()
  398. loadstring(game:HttpGet('https://pastebin.com/raw/01cGQZet'))()
  399. end)
  400.  
  401. Section:NewButton("Legon Hub", "Op hub with alot of scripts", function()
  402. loadstring(game:HttpGet('https://pastebin.com/raw/B1cUSJsv'))()
  403. end)
  404.  
  405. Section:NewButton("Set cameras up", "not fe but op", function()
  406. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/CCTV%20Camera'))()
  407. end)
  408.  
  409. local Tab = Window:NewTab("useful Hubs")
  410. local Section = Tab:NewSection("useful")
  411. Section:NewButton("Prompt gui", "loads a pretty useful gui", function()
  412. loadstring(game:HttpGet('https://pastebin.com/raw/Kw51Cqtp'))()
  413. end)
  414.  
  415. Section:NewButton("Auto rap battle gui", "op", function()
  416. loadstring(game:HttpGet('https://pastebin.com/raw/HpuRqYSD'))()
  417. end)
  418.  
  419. Section:NewButton("Auto Rap battle gui 2", "op", function()
  420. loadstring(game:HttpGet('https://pastebin.com/raw/HpuRqYSD'))()
  421. end)
  422.  
  423.  
  424. Section:NewButton("vhub works", "good gui", function()
  425. loadstring(game:HttpGet("https://raw.githubusercontent.com/SourceScript5315/sauce/main/VH-Launcher.lua"))()
  426. end)
  427.  
  428. Section:NewButton("Auto fling", "really op", function()
  429. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Auto%20Fling'))()
  430. end)
  431.  
  432.  
  433.  
  434. local Tab = Window:NewTab("Hubs i made")
  435. local Section = Tab:NewSection("Hubs coming soon")
  436. Section:NewButton("ButtonText", "ButtonInfo", function()
  437.  
  438. end)
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. local Tab = Window:NewTab("Troll Gui's")
  447. local Section = Tab:NewSection("Troll")
  448. Section:NewButton("Jump in the cadillac", "not fe but funny troll", function()
  449. loadstring(game:HttpGet('https://pastebin.com/raw/8zbBwCUZ'))()
  450. end)
  451.  
  452. Section:NewButton("Troll gui", "it's fe but you need certain hats", function()
  453. loadstring(game:HttpGet("https://pastebin.com/raw/wDh1eTdX"))()
  454. end)
  455.  
  456.  
  457. local Tab = Window:NewTab("Auto rap battle")
  458. local Section = Tab:NewSection("Auto rap battle's")
  459. Section:NewButton("Dominus Empyreus'", "fe", function()
  460. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  461. end)
  462.  
  463. Section:NewButton("Auto rap battle Gui", "loads a gui for the game", function()
  464. loadstring(game:HttpGet('https://pastebin.com/raw/3dh0d3ya'))()
  465. end)
  466.  
  467.  
  468. local Tab = Window:NewTab("Fe big head need rthro head")
  469. local Section = Tab:NewSection("Big head")
  470. Section:NewButton("Big head", "need r15 and rthro head", function()
  471. loadstring(game:HttpGet("https://raw.githubusercontent.com/sysGhost-aka-BiKode/Scripts2022/main/BigHeadV3_Unpatched", true))()
  472. end)
  473.  
  474. Section:NewButton("Ozone fly gui", "works with big head", function()
  475. loadstring(game:HttpGet('https://pastebin.com/raw/h5QDPy6s'))()
  476. end)
  477.  
  478.  
  479.  
  480. local Tab = Window:NewTab("simple shit")
  481. local Section = Tab:NewSection("simple")
  482. Section:NewButton("R6 Crawl gui", "fe", function()
  483. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Crawling%20Gui'))()
  484. end)
  485.  
  486. Section:NewButton("Ghost player hub", "password is GhostPlayer", function()
  487. loadstring(game:HttpGet('https://pastebin.com/raw/PY9SMdpY'))()
  488. end)
  489.  
  490.  
  491. Section:NewButton("Ghost PLayer hub v2", "second hub", function()
  492. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  493. end)
  494.  
  495.  
  496. Section:NewButton("Wolf or other gui", "op shit", function()
  497. loadstring(game:HttpGet('https://pastebin.com/raw/8dtz02tV'))()
  498. end)
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514. local Tab = Window:NewTab("admin")
  515. local Section = Tab:NewSection("Admin")
  516. Section:NewButton("infinite yield", "admin", function()
  517. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  518. end)
  519.  
  520. Section:NewButton("Infinite Yield 2", "admin", function()
  521. loadstring(game:HttpGet('https://pastebin.com/raw/nwWRBrnJ'))()
  522. end)
  523.  
  524.  
  525. Section:NewButton("Morph admin", "admin", function()
  526. loadstring(game:HttpGet('https://pastebin.com/raw/0ELHZ5vr'))()
  527. end)
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment