InfMods

Shards Roblox gui update 4! created by exe_crusader aka me paradox

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