Advertisement
hacimiks

Aqua Lib

Apr 8th, 2024 (edited)
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.30 KB | None | 0 0
  1. getgenv().SecureMode = true
  2. local lib = loadstring(game:HttpGet('https://raw.githubusercontent.com/TheoTheEpic/AquaLib/main/AquaLib.lua'))()
  3. local window = lib.createWindow("AOKI X AQUA LIB", "Aoki X Aqua UI", true) -- lib.createWindow(title, name, draggable)
  4.  
  5.  
  6.  
  7. local tab1 = window.createTab("Main") -- window.createTab(name)
  8. local section1 = tab1.createSection("Auto Farm", false)
  9. section1.createToggle("Auto Win", false, function(bool)
  10.         _G.autowinfarm = bool;
  11.          while wait(.1) do
  12.              if _G.autowinfarm == true and  game.Players.LocalPlayer.Character and  game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  13.                     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-236, 180, 360, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  14.                  end
  15.              end
  16.          end)
  17.  
  18. local section1 = tab1.createSection("Other", false)
  19. section1.createToggle("Remove Fall Damage (Auto)", false, function(bool)
  20.         _G.NoFallDamage = bool;
  21.             while wait(0.5) do
  22.             if _G.NoFallDamage == true then
  23.                 local FallDamageScript = (game.Players.LocalPlayer.Character ~= nil) and game.Players.LocalPlayer.Character:FindFirstChild("FallDamageScript") or nil
  24.                 if FallDamageScript then
  25.                     FallDamageScript:Destroy()
  26.                 end end end
  27.     end)
  28.  
  29. section1.createToggle("Walk On Water", false, function(bool)
  30.         if bool == false then do game.Workspace.WaterLevel.CanCollide = false
  31.                 game.Workspace.WaterLevel.Size = Vector3.new(10, 1, 10)
  32.             end
  33.         end
  34.         if bool == true then do game.Workspace.WaterLevel.CanCollide = true
  35.                 game.Workspace.WaterLevel.Size = Vector3.new(5000, 1, 5000)
  36.             end
  37.         end
  38.     end)
  39.  
  40. section1.createButton("Remove Blizzard Ui", function()
  41.         game.Players.LocalPlayer.PlayerGui.BlizzardGui:destroy()
  42.     end)
  43.  
  44. section1.createButton("Remove Sandstorm Ui", function()
  45.         game.Players.LocalPlayer.PlayerGui.SandStormGui:destroy()
  46.     end)
  47.  
  48. local section1 = tab1.createSection("Gamepass", false)
  49. section1.createToggle("Vote Map", false, function(bool)
  50.         if bool == false then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = false
  51.             end
  52.         end
  53.         if bool == true then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = true
  54.             end
  55.         end
  56.     end)
  57.  
  58. local section1 = tab1.createSection("Teleport", false)
  59. section1.createButton("Island", function()
  60.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-123.5, 42.5, -27.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) --Game Island
  61.     end)
  62.  
  63. section1.createButton("Tower", function()
  64.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-320, 210, 341, 1, 0, 0, 0, 1, 0, 0, 0, 1) --Spawn Tower
  65.     end)
  66.  
  67. local tab3 = window.createTab("Miscellaneous")
  68. local section3 = tab3.createSection("Extras", false)
  69. section3.createButton("Infinite Jump", function()
  70.         local InfiniteJumpEnabled = bool;
  71.                     game:GetService("UserInputService").JumpRequest:connect(function()
  72.                 if InfiniteJumpEnabled then
  73.                     game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  74.                 end
  75.             end)
  76.         end)
  77.  
  78. section3.createButton("Fly V3", function()
  79.             loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  80.         end)
  81.  
  82. section3.createButton("Headless (Client)", function()
  83.             loadstring(game:HttpGet("https://pastebin.com/raw/um5UETpy"))()
  84.         end)
  85.  
  86. section3.createButton("Keyboard", function()
  87.             loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  88.         end)
  89.  
  90. section3.createButton("Infinite Yield", function()
  91.             loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  92.          end)
  93.    
  94. local section3 = tab3.createSection("Troll", false)
  95. section3.createToggle("Sound Troll", false, function(bool)
  96.             _G.EARFUK = bool;
  97.                 while _G.EARFUK == true and task.wait(EARFUK) do
  98.                 for _, sound in next, workspace:GetDescendants() do
  99.                     if sound:isA("Sound") then
  100.                         sound:Play()
  101.                             end
  102.                      end end
  103.             end, false)
  104.  
  105. local tab4 = window.createTab("Settings")
  106. local section4 = tab4.createSection("Universal Esp", false)
  107. section4.createButton("Lightux Esp", false, function()
  108.             loadstring(game:HttpGet('https://pastebin.com/raw/3cKjwUCG'))()
  109.         end)
  110.  
  111. local section4 = tab4.createSection("Humanoid", true)
  112. section4.createSlider("Walk Speed", {defualt = 16, max = 400, min = 0}, function(value)
  113.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
  114.        end)
  115.  
  116. section4.createSlider("Jump Height", {defualt = 50, max = 400, min = 0}, function(value)
  117.             game.Players.LocalPlayer.Character.Humanoid.JumpPower = value --value
  118.        end)
  119.  
  120. local section4 = tab4.createSection("Exit Gui", false)
  121. section4.createButton("Exit", function()
  122.             lib:Destroy()
  123.         end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement