Advertisement
Shadow_Scripts

SHADOW SCRIPTS HUB V2

Dec 5th, 2022
25,968
3
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 3 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. wait(0.2)
  8. local function callback(text)
  9. if text == "Yes" then
  10. print("User said yes")
  11. elseif text == "No" then
  12. print("User said no")
  13. end
  14. end
  15.  
  16. local bindableFunction= Instance.new("BindableFunction")
  17.  
  18. game.StarterGui:SetCore("SendNotification", {
  19. Title = "MADE BY: shad0w_Tyler8";
  20. Text = "display name: mythical_shad0w";
  21. Duration = "2";
  22. callbakc = bindableFunction;
  23. Button1 = "OK";
  24.  
  25. })
  26.  
  27. wait(3.5)
  28. game.StarterGui:SetCore("SendNotification", {
  29. Title = "LOADED Shadow scripts V2 "; -- the title
  30. Text = "thanks for using my script (some scripts have the name of their owner) "; -- what the text says
  31. Duration = 2; -- how long the notification should in secounds
  32. })
  33.  
  34. wait(0.1)
  35.  
  36. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  37.  
  38. local Window = Library.CreateLib("Shadows Scripts HUB V2", "GrapeTheme")
  39.  
  40. local Tab = Window:NewTab("| MAIN |")
  41.  
  42. local Section = Tab:NewSection("random scripts ")
  43.  
  44. Section:NewButton("FLY GUI V3 MODDED", "script owner: me_ozone modifier: shad0w_TYLER8", function()
  45. loadstring(game: HttpGet('https://pastebin.com/raw/3UYg1qqb'))()
  46. end)
  47.  
  48. Section:NewButton("Nameless animation V3 -My World (read info)", "keybinds: F R T Q | this script was not made by me", function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/CsKA3L8Z"))()
  50. end)
  51.  
  52. Section:NewButton("OP | PRISON LIFE SCRIPT", "-when does prison life update? never....", function()
  53. loadstring(game: HttpGet('https://pastebin.com/raw/VUzUCJGf'))()
  54. end)
  55.  
  56. Section:NewButton("NUKER MOD GUI da hood(script owner in info)", "Made by tokixqp#3489 and Lucifear#0001", function()
  57. loadstring(game: HttpGet('https://pastebin.com/raw/DDXCeVtk'))()
  58. end)
  59.  
  60. Section:NewButton("KEYBOARD SCRIPT", "Made by Kokjindesu", function()
  61. loadstring(game: HttpGet('https://pastebin.com/raw/YtdxEz0q'))()
  62. end)
  63.  
  64. Section:NewButton("Doors script made by darkrai", "cool script for doors.... yeaahh", function()
  65. loadstring(game: HttpGet('https://pastebin.com/raw/wm4eQSUQ'))()
  66. end)
  67.  
  68. Section:NewButton("Infinite Yield FE", "MY FAVORITE SCRIPT", function()
  69. loadstring(game: HttpGet('https://pastebin.com/raw/8fUy5TBM'))()
  70. end)
  71.  
  72. Section:NewButton("OP | PRISON LIFE SCRIPT XtheMasterX", "SUPER OP", function()
  73. loadstring(game: HttpGet('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'))()
  74. end)
  75.  
  76.  
  77.  
  78. local Tab2 = Window:NewTab("| PLAYER |")
  79.  
  80. local Section2 = Tab2:NewSection("Keyboards / cursor mobile ")
  81.  
  82. Section2:NewSlider("Speed", "Set you speed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  83. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  84. end)
  85.  
  86. Section2:NewButton("FE | Giant script R15 (read info)", "keep your character's body proportions at maximum", function()
  87. loadstring(game: HttpGet('https://pastebin.com/raw/2s98PrEE'))()
  88. end)
  89.  
  90. Section2:NewButton("set Shift lock ", "only for mobile", function()
  91. loadstring(game: HttpGet('https://pastebin.com/raw/792svEcC'))()
  92. end)
  93.  
  94. Section2:NewButton("Telekinesis Script (need cursor script)", "a", function()
  95. loadstring(game: HttpGet('https://pastebin.com/raw/Z33NcECh'))()
  96. end)
  97.  
  98.  
  99. local Tab3 = Window:NewTab("• R6 ANIM SCRIPTS •")
  100.  
  101. local Section3 = Tab3:NewSection("R6 ANIMATIONS")
  102.  
  103. Section3:NewButton("nameless animation V3", "BEST ANIMATION SCRIPT <3", function()
  104. loadstring(game: HttpGet('https://pastebin.com/raw/CsKA3L8Z'))()
  105. end)
  106.  
  107. Section3:NewButton("R6 ANIMATIONS GUI", "try nameless v3", function()
  108. loadstring(game: HttpGet('https://pastebin.com/raw/vbJsvU0L'))()
  109. end)
  110.  
  111. local Tab4 = Window:NewTab("• R15 ANIM SCRIPTS •")
  112.  
  113. local Section4 = Tab4:NewSection("R15 ANIMATIONS")
  114.  
  115. Section4:NewButton("R15 ANIMATIONS GUI + music gui", "R6 is better", function()
  116. loadstring(game: HttpGet('https://pastebin.com/raw/tSmUTPXD'))()
  117. end)
  118.  
  119. Section4:NewButton("FE R15 animations (read info)", "use Rthro animation to work", function()
  120. loadstring(game: HttpGet('https://pastebin.com/raw/mbj17A7p'))()
  121. end)
  122.  
  123. local Tab5 = Window:NewTab("• FLING SCRIPTS •")
  124.  
  125. local Section5 = Tab5:NewSection("fling scripts")
  126.  
  127. Section5:NewButton("FE CONTROLLER FLING (read info) ", "u need a backpack called 8-bit controller backpack", function()
  128. loadstring(game: HttpGet('https://pastebin.com/raw/XRxfvKmR'))()
  129. end)
  130.  
  131. Section5:NewButton("FE troll fling gui", "YEET!", function()
  132. loadstring(game: HttpGet('https://pastebin.com/raw/XRxfvKmR'))()
  133. end)
  134.  
  135. Section5:NewButton("FE ultimate fling gui", "fling your enemies!", function()
  136. loadstring(game: HttpGet('https://pastebin.com/raw/r97d7dS0'))()
  137. end)
  138.  
  139. Section5:NewButton("FE invisible fling (press Z to execute)", "fling your enemies!", function()
  140. loadstring(game: HttpGet('https://pastebin.com/raw/B9G4qHGy'))()
  141. end)
  142.  
  143. local Tab6 = Window:NewTab("DA HOOD")
  144.  
  145. local Section6 = Tab6:NewSection("Da hood scripts ")
  146.  
  147. Section6:NewButton("Unticled Hood V4.1", "BIGGEST GUI I HAVE EVER SEEN", function()
  148. loadstring(game: HttpGet('https://pastebin.com/raw/JDeTFWrm'))()
  149. end)
  150.  
  151. Section6:NewButton("Da hood VORTEX GUI", "this is cool", function()
  152. loadstring(game: HttpGet('https://raw.githubusercontent.com/ImagineProUser/vortexdahood/main/vortex'))()
  153. end)
  154.  
  155. Section6:NewButton("NUKER MOD GUI da hood(script owner in info)", "Made by tokixqp#3489 and Lucifear#0001", function()
  156. loadstring(game: HttpGet('https://pastebin.com/raw/DDXCeVtk'))()
  157. end)
  158.  
  159. local Tab7 = Window:NewTab("PLS DONATE")
  160.  
  161. local Section7 = Tab7:NewSection("Pls donate scripts ")
  162.  
  163. Section7:NewButton("PLS DONATE GUI", "LETS GET SOME BEBUX BOIIII", function()
  164. loadstring(game: HttpGet('https://pastebin.com/raw/jT3VNw1K'))()
  165. end)
  166.  
  167. Section7:NewButton("Pls donate Fake donation", " idk ", function()
  168. loadstring(game: HttpGet('https://raw.githubusercontent.com/o5u3/PLS-Donate/main/Fake-Donate.lua'))()
  169. end)
  170.  
  171. local Tab8 = Window:NewTab("Sus scripts")
  172.  
  173. local Section8 = Tab8:NewSection("sus script | animations | nekos | +")
  174.  
  175.  
  176. Section8:NewButton("Pendulum Hub", " roblox thinks his game is for kids right? ", function()
  177. loadstring(game: HttpGet('https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua'))()
  178. end)
  179.  
  180. Section8:NewButton("Sussy hub", " roblox thinks his game is for kids right? ", function()
  181. loadstring(game: HttpGet('https://gist.githubusercontent.com/Nilrogram/8b0c8bd710be142f383c71f79279752c/raw/e4fb01a7de7cd498bb53270d2ad191dfab268a88/FE%2520SussyHub'))()
  182. end)
  183.  
  184. local Tab9 = Window:NewTab("EVADE")
  185.  
  186. local Section9 = Tab9:NewSection("Evade scripts ")
  187.  
  188. Section9:NewButton("Evade gui", "idk", function()
  189. loadstring(game: HttpGet('https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Evade/main.lua'))()
  190. end)
  191.  
  192. Section9:NewButton("OP | Evade Gui (need Key)", "cool script but need Key :(", function()
  193. loadstring(game: HttpGet('https://pastebin.com/raw/uBvmEkWB'))()
  194. end)
  195.  
  196. Section9:NewButton("OP | Evade Script GUI (need join discord server)", "WOW", function()
  197. loadstring(game: HttpGet('https://raw.githubusercontent.com/Robobo2022/script/main/Main.lua'))()
  198. end)
  199.  
  200. Section9:NewButton("Darkrai-X Evade script", "", function()
  201. loadstring(game: HttpGet('https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Evade'))()
  202. end)
  203.  
  204.  
  205.  
  206. local Tab10 = Window:NewTab("Keyboards")
  207.  
  208. local Section10 = Tab10:NewSection("Keyboard | mobile cursor ")
  209.  
  210. Section10:NewButton("Keyboard", "made by Kokjindesu", function()
  211. loadstring(game: HttpGet('https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt'))()
  212. end)
  213.  
  214. Section10:NewButton("mobile cursor", "mobile now have cursor haha", function()
  215. loadstring(game: HttpGet('https://pastefy.ga/V75mqzaz/raw'))()
  216. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement