Zythronis

Reanimated HUB

Oct 23rd, 2024
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.11 KB | Gaming | 0 0
  1. local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
  2. local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))()
  3. local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))()
  4.  
  5. local Window = Fluent:CreateWindow({
  6.     Title = "Fe Reanimated hub v2 ",
  7.     SubTitle = "by Zythronis/Issac",
  8.     TabWidth = 160,
  9.     Size = UDim2.fromOffset(460, 250),
  10.     Acrylic = true,
  11.     Theme = "Dark",
  12.     MinimizeKey = Enum.KeyCode.LeftControl
  13. })
  14.  
  15. local Tabs = {
  16.     Main = Window:AddTab({ Title = "fe script", Icon = "contact" })
  17. }
  18.  
  19. local Options = Fluent.Options
  20.  
  21. do
  22.     Fluent:Notify({
  23.         Title = "Loaded",
  24.         Content = "Reanimated hub v2",
  25.         SubContent = "reanimated hub loaded",
  26.         Duration = 5
  27.     })
  28.  
  29.  
  30.  
  31.     Tabs.Main:AddParagraph({
  32.         Title = "reset when changing to others script",
  33.         Content = ""
  34.     })
  35.  
  36.  
  37.  
  38.     Tabs.Main:AddButton({
  39.         Title = "da feed",
  40.         Description = "da feed make ur arm and leg as long leg",
  41.         Callback = function()
  42.              loadstring(game:HttpGet('https://gist.githubusercontent.com/1BlueCat/7291747e9f093555573e027621f08d6e/raw/23b48f2463942befe19d81aa8a06e3222996242c/FE%2520Da%2520Feets'))()
  43.         end
  44.     })
  45.    
  46.    
  47.     Tabs.Main:AddButton({
  48.         Title = "fe among us v2",
  49.         Description = "amongus v2 created by myworld",
  50.         Callback = function()
  51.           loadstring(game:HttpGet('https://rawscripts.net/raw/Nothing-Fe-Among-Us-V2-(R6)-3224'))()
  52.         end
  53.     })
  54.    
  55.     Tabs.Main:AddButton({
  56.         Title = "fe nameless animation v4",
  57.         Description = "nameless animation created by myworld",
  58.         Callback = function()
  59.                       loadstring(game:HttpGet('https://rawscripts.net/raw/Universal-Script-FE-Nameless-Animations-V4-4249'))()
  60.         end
  61.     })
  62.     Tabs.Main:AddButton({
  63.         Title = "fe grandmaster",
  64.         Description = "",
  65.         Callback = function()
  66.          loadstring(game:HttpGet('https://pastebin.com/raw/jnfLkZVR'))()
  67.         end
  68.     })
  69. if not game:GetService("ReplicatedStorage"):FindFirstChild("01_server") then return game:GetService("TeleportService"):Teleport(17574618959, game:GetService("Players").LocalPlayer) end
  70. Tabs.Main:AddButton({
  71.         Title = "fe chill",
  72.         Description = "make ur character floating with a chill style",
  73.         Callback = function()
  74.                             loadstring(game:HttpGet('https://rawscripts.net/raw/Just-a-baseplate.-Fe-Chill-14103'))()
  75.         end
  76.     })
  77.     Tabs.Main:AddButton({
  78.         Title = "fe sonic",
  79.         Description = "make ur body abimating as sonic",
  80.         Callback = function()
  81.             loadstring(game:HttpGet('https://pastebin.com/raw/RZrtcvh4'))()
  82.         end
  83.     })
  84.    
  85.     Tabs.Main:AddButton({
  86.         Title = "fe clovr",
  87.         Description = "turn ur body into vr can be without vr",
  88.         Callback = function()
  89.                             loadstring(game:HttpGet('https://rawscripts.net/raw/Just-a-baseplate.-Fe-Clovr-14102'))()
  90.         end
  91.     })
  92.    
  93.     Tabs.Main:AddButton({
  94.         Title = "fe creepy crawler",
  95.         Description = "become creepy creatures made by myworld",
  96.         Callback = function()
  97.                             loadstring(game:HttpGet('https://rawscripts.net/raw/a-literal-baseplate.-FE-Creepy-Crwler-10249'))()
  98.         end
  99.     })
  100.    
  101.     Tabs.Main:AddButton({
  102.         Title = "fe floppa",
  103.         Description = "become floppa pet creatures made by myworld",
  104.         Callback = function()
  105.                             loadstring(game:HttpGet('https://pastebin.com/raw/07xmeJUG'))()
  106.         end
  107.     })
  108.    
  109.     Tabs.Main:AddButton({
  110.         Title = "fe winged master",
  111.         Description = "arm as a wing?",
  112.         Callback = function()
  113.                             loadstring(game:HttpGet('https://pastebin.com/raw/G68Krc4Q'))()
  114.         end
  115.     })
  116.    
  117.    
  118.    
  119.  
  120. end
  121.    
  122. Window:SelectTab(1)
  123.    
Advertisement
Add Comment
Please, Sign In to add comment