Advertisement
Guest User

Fear Hub

a guest
Jun 30th, 2021
1,475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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("Fear Hub", "Ocean")
  3. local Tab1 = Window:NewTab("FE Scripts")
  4. local Tab2 = Window:NewTab("Hat Scripts")
  5. local Tab3 = Window:NewTab("Netless")
  6. local Tab4 = Window:NewTab("Credits")
  7. local Section1 = Tab1:NewSection("FE Scripts")
  8. local Section2 = Tab2:NewSection("Hat Scripts")
  9. local Section3 = Tab3:NewSection("Netless")
  10. local Section4 = Tab4:NewSection("Made By BlameIsHot#8381")
  11.  
  12. Section1:NewButton("Gale Fighter", "Gale Fighter", function()
  13. loadstring(game:HttpGet(('https://pastebin.com/raw/agz3qNEf'),true))()
  14. end)
  15. Section1:NewButton("Server Admin", "Server Admin", function()
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/ONEReverseCard/My-Scripts/main/Netless%20Server%20Admin.md"))()
  17. end)
  18. Section1:NewButton("Among Us", "Among Us", function()
  19. loadstring(game:HttpGet("https://pastebin.com/raw/JXUMavf3", true))()
  20. end)
  21. Section1:NewButton("Xester", "Xester", function()
  22. loadstring(game:HttpGetAsync("https://pastebin.com/raw/RPwyPvEi"))()
  23. end)
  24. Section1:NewButton("Sonic", "Sonic", function()
  25. loadstring(game:HttpGetAsync("https://pastebin.com/raw/SyF5t70A"))()
  26. end)
  27. Section1:NewButton("Smug Dance", "Smug Dance", function()
  28. loadstring(game:HttpGet("https://pastebin.com/raw/ZuKy7HFF", true))()
  29. end)
  30. Section1:NewButton("Krystal Dance", "Krystal Dance", function()
  31. loadstring(game:HttpGet("https://pastebin.com/raw/FV3HLmTH", true))()
  32. end)
  33. Section1:NewButton("Russian Kick", "Russian Kick", function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/1P37qYeV"))()
  35. end)
  36. Section1:NewButton("Caducus", "Caducus", function()
  37. loadstring(game:HttpGetAsync("https://pastebin.com/raw/jfryBKds"))()
  38. end)
  39. Section1:NewButton("Ultimate Meme Dance", "Ultimate Meme Dance", function()
  40. loadstring(game:HttpGetAsync("https://pastebin.com/raw/0QfjMKrF"))()
  41. end)
  42.  
  43. Section3:NewButton("Netless", "Netless", function()
  44. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  45. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  46. game:GetService("RunService").Heartbeat:connect(function()
  47. v.Velocity = Vector3.new(-30,0,0)
  48. end)
  49. end
  50. end
  51.  
  52. game:GetService("StarterGui"):SetCore("SendNotification", {
  53. Title = "Notification";
  54. Text = "Netless Ran";
  55. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  56. Duration = 16;
  57. end)
  58. Section3:NewButton("Netless for Hats", "Netless for Hats", function()
  59. spawn(function()
  60. while true do
  61. game:GetService("RunService").Heartbeat:Wait()
  62. game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.huge;
  63. setsimulationradius(math.huge);
  64. end
  65. end)
  66.  
  67. game:GetService("StarterGui"):SetCore("SendNotification", {
  68. Title = "Notification";
  69. Text = "Netless for Hats Loaded";
  70. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  71. Duration = 16;
  72. end)
  73.  
  74. Section2:NewButton("Nep V Russo Sword", "HAT NEEDED: Russo Sword", function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/N8qyz4YH"))()
  76. end)
  77. Section2:NewButton("FE Floating Hats", "HATS NEEDED: 10 Random Fedoras", function()
  78. loadstring(game:HttpGet("https://pastebin.com/raw/4B4fktPS", true))()
  79. end)
  80. Section2:NewButton("FE Giant Hat", "HATS NEEDED: Beatrix The Pirate Queen", function()
  81. loadstring(game:HttpGet(('https://pastebin.com/raw/T2iJDHi8'),true))()
  82. end)
  83.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement