hacimiks

Unnamed Lib

Dec 12th, 2022 (edited)
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.51 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet('https://raw.githubusercontent.com/aoki0x/UI-Libraries/main/Unnamed/source.lua'))()
  2. Library.Theme = "Dark"
  3. local Flags = Library.Flags
  4.  
  5. local Window = Library:Window({
  6.    Text = "RemiAPE | discord.gg/RemiAPE"
  7. })
  8. --TABS--
  9. local Tab = Window:Tab({
  10.    Text = "Main"
  11. })
  12.  
  13. local Tab2 = Window:Tab({
  14.    Text = "Miscellaneous"
  15. })
  16.  
  17. local Tab3 = Window:Tab({
  18.    Text = "Settings"
  19. })
  20. --SECTIONS--
  21. local Section = Tab:Section({
  22.    Text = "Auto Farm"
  23. })
  24.  
  25. local Section2 = Tab:Section({
  26.    Text = "Other"
  27. })
  28.  
  29. local Section3 = Tab:Section({
  30.    Text = "Gamepass"
  31. })
  32.  
  33. local Section4 = Tab:Section({
  34.    Text = "Teleport"
  35. })
  36.  
  37. local Section5 = Tab2:Section({
  38.    Text = "Extras"
  39. })
  40.  
  41. local Section6 = Tab2:Section({
  42.    Text = "Troll"
  43. })
  44.  
  45. local Section7 = Tab3:Section({
  46.    Text = "Universal Esp"
  47. })
  48. --VALUES--
  49. Section:Toggle({
  50.    Text = "Auto Win",
  51.    Callback = function(bool)
  52.             _G.autowinfarm = bool;
  53.          while wait(.1) do
  54.              if _G.autowinfarm == true and  game.Players.LocalPlayer.Character and  game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  55.          game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-236, 180, 360, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  56.             end
  57.         end
  58.     end
  59. })
  60.  
  61. Section2:Toggle({
  62.    Text = "Remove Fall Damage (Auto)",
  63.    Callback = function(bool)
  64.             __G.NoFallDamage = bool;
  65.                             while wait(0.5) do
  66.                                     if _G.NoFallDamage == true then
  67.                             local FallDamageScript = (game.Players.LocalPlayer.Character ~= nil) and game.Players.LocalPlayer.Character:FindFirstChild("FallDamageScript") or nil
  68.                             if FallDamageScript then
  69.                             FallDamageScript:Destroy()
  70.                 end end end
  71.     end
  72. })
  73.  
  74. Section2:Toggle({
  75.    Text = "Walk On Water",
  76.    Callback = function(bool)
  77.             if bool == false then do game.Workspace.WaterLevel.CanCollide = false
  78.                              game.Workspace.WaterLevel.Size = Vector3.new(10, 1, 10)
  79.             end
  80.         end
  81.                      if bool == true then do game.Workspace.WaterLevel.CanCollide = true
  82.                              game.Workspace.WaterLevel.Size = Vector3.new(5000, 1, 5000)
  83.             end
  84.         end
  85.     end
  86. })
  87.  
  88. Section2:Button({
  89.     Text = "Infinite Jump",
  90.     Callback = function()
  91.             loadstring(game:HttpGet('https://pastebin.com/raw/b6EaD89h'))()
  92.         end
  93. })
  94.  
  95. Section2:Button({
  96.    Text = "Remove Blizzard Gui",
  97.    Callback = function()
  98.            game.Players.LocalPlayer.PlayerGui.BlizzardGui:destroy()
  99.         end
  100. })
  101.  
  102. Section2:Button({
  103.    Text = "Remove Sandstorm Gui",
  104.    Callback = function()
  105.            game.Players.LocalPlayer.PlayerGui.SandStormGui:destroy()
  106.         end
  107. })
  108.  
  109. Section3:Toggle({
  110.    Text = "Vote Map",
  111.    Callback = function(bool)
  112.             if bool == false then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = false
  113.             end
  114.         end
  115.                     if bool == true then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = true
  116.             end
  117.         end
  118.     end
  119. })
  120.  
  121. Section4:Button({
  122.     Text = "Island",
  123.     Callback = function()
  124.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-123.5, 78.5, -27.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) --Game Island
  125.         end
  126. })
  127.  
  128. Section4:Button({
  129.     Text = "Tower",
  130.     Callback = function()
  131.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-320, 210, 341, 1, 0, 0, 0, 1, 0, 0, 0, 1) --Spawn Tower
  132.         end
  133. })
  134.  
  135. Section5:Button({
  136.     Text = "Headless (Client)",
  137.     Callback = function()
  138.             loadstring(game:HttpGet("https://pastebin.com/raw/um5UETpy"))()
  139.         end
  140. })
  141.  
  142. Section5:Button({
  143.     Text = "Fly Gui V3",
  144.     Callback = function()
  145.             loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  146.         end
  147. })
  148.  
  149. Section5:Button({
  150.     Text = "Mobile Keyboard",
  151.     Callback = function()
  152.              loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  153.         end
  154. })
  155.  
  156. Section5:Button({
  157.     Text = "Infintie Yield",
  158.     Callback = function()
  159.             loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  160.         end
  161. })
  162.  
  163. Section6:Button({
  164.     Text = "FE Universal Admin Script",
  165.     Callback = function()
  166.             loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau'))()
  167.         end
  168. })
  169.  
  170. Section6:Button({
  171.     Text = "FE Server Crasher",
  172.     Callback = function()
  173.             loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/FE-Server-Crash/main/source"))()
  174.         end
  175. })
  176.  
  177. Section6:Button({
  178.     Text = "FE Server Lagger",
  179.     Callback = function()
  180.             loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/FE-server-lag/main/source"))()
  181.         end
  182. })
  183.  
  184. Section6:Button({
  185.     Text = "FE Admin Commands",
  186.     Callback = function()
  187.             loadstring(game:HttpGet("https://raw.githubusercontent.com/JoeScriptHub/GrimEx-Admin/main/GrimEx%20Admin"))()
  188.         end
  189. })
  190.  
  191. Section7:Button({
  192.     Text = "Lightux Esp",
  193.     Callback = function()
  194.             loadstring(game:HttpGet('https://pastebin.com/raw/3cKjwUCG'))()
  195.         end
  196. })
  197.  
  198. Tab:Select()
Add Comment
Please, Sign In to add comment