Advertisement
AceW0lf_BOt

AuberonHub(Protected)V1

Mar 31st, 2023 (edited)
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.24 KB | None | 0 0
  1. local plr = game:GetSevice("Players").LocalPlayer
  2. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))()
  3. local venyx = library.new("Moon Chicory! | Welcome ".. plr.Name .."!", 5013109572)
  4.  
  5. local themes = {
  6.     Background = Color3.fromRGB(86, 144, 255),
  7.     Glow = Color3.fromRGB(0, 0, 0),
  8.     Accent = Color3.fromRGB(10, 10, 10),
  9.     LightContrast = Color3.fromRGB(20, 20, 20),
  10.     DarkContrast = Color3.fromRGB(14, 14, 14),  
  11.     TextColor = Color3.fromRGB(0,0,128)
  12. }
  13.  
  14. local page = venyx:addPage("Farming", 5012544693)
  15. local section1 = page:addSection("Farming!")
  16. section1:addToggle("Equip DW", nil, function(state)
  17.     print("Toggled", state)
  18.     if state then
  19.         print("Toggle On")
  20.     _G.Equip = true
  21.     while _G.Equip do
  22.         wait()
  23.         for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  24.             if v.Name == "Double Weight" then
  25.                 v.Parent = game.Players.LocalPlayer.Character
  26.             end
  27.         end
  28.     end
  29.     else
  30.         print("Toggle Off")
  31.     _G.Equip = false
  32. end
  33. end)
  34.  
  35. section1:addToggle("Farm DW", nil, function(state)
  36.     print("Toggled", state)
  37.     if state then
  38.         print("Toggle On")
  39.         _G.Farm = true
  40.         while _G.Farm do
  41.             wait(0.5)
  42.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  43.                 if v.Name == "Double Weight" then v:Activate() end
  44.             end
  45.         end
  46.         else
  47.             print("Toggle Off")
  48.         _G.Farm = false
  49.     end
  50. end)
  51.  
  52. local section1 = page:addSection("Extra!")
  53. section1:addToggle("Lock Player", nil, function(state)
  54.     print("Toggled", state)
  55.     print(state)
  56.     if state then
  57.         for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  58.             if v:IsA('Part') then v.Anchored = true
  59.             end
  60.         end
  61.     else
  62.         for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  63.             if v:IsA('Part') then v.Anchored = false
  64.             end
  65.         end
  66.     end
  67. end)
  68.  
  69. section1:addButton("Toggle Day/Night", function()
  70.     print("Clicked")
  71.     if game:GetService("Lighting").ClockTime == 19 then
  72.         game:GetService("Lighting").ClockTime = 14
  73.     elseif game:GetService("Lighting").ClockTime == 14 then
  74.         game:GetService("Lighting").ClockTime = 19
  75.     end
  76. end)
  77.  
  78. section1:addButton("Weight Counter", function()
  79.     print("Clicked")
  80.        loadstring(game:HttpGet("https://pastebin.com/raw/AfrXkv3g"))()
  81. end)
  82.  
  83. section1:addButton("Del Hud", function()
  84.     print("Clicked")
  85.     game:GetService("Players").LocalPlayer.PlayerGui.HUD:Destroy()
  86. end)
  87.  
  88. section1:addButton("Del Rumble", function()
  89.     print("Clicked")
  90.     game.ReplicatedFirst.TourneyQ:Destroy()
  91. end)
  92.  
  93. section1:addButton("Lower Ping + High Fps", function()
  94.     loadstring(game:HttpGet("https://pastebin.com/raw/fyg6uPGC"))()
  95. end)
  96.  
  97. section1:addButton("Anti Afk", function()
  98.     print("Clicked")
  99.     local vu = game:GetService("VirtualUser")
  100.     game:GetService("Players").LocalPlayer.Idled:connect(function()
  101.         vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  102.         wait(1)
  103.         vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  104.     end)
  105. end)
  106.  
  107. local page = venyx:addPage("Dropping", 5012544693)
  108. local section2 = page:addSection("Dropping!")
  109. section2:addButton("Drop Script(Credits - @01newj)", function()
  110.     print("Clicked")
  111.     loadstring(game:HttpGet("https://pastebin.com/raw/dTSv2gXK"))()
  112. end)
  113.  
  114. local page = venyx:addPage("Misc", 5012544693)
  115. local section3 = page:addSection("Misc!")
  116. section3:addButton("Small", function()
  117.     print("Clicked")
  118.     for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  119.         if v:IsA("NumberValue") then
  120.             v:Destroy()
  121.         end
  122.     end
  123. end)
  124.  
  125. section3:addButton("Anti Hit (Credits @KIXEmperorKaidoIX)", function()
  126.     print("Clicked")
  127.     loadstring(game:HttpGet("https://raw.githubusercontent.com/MidnightScriptz/KaidoAntiH/main/loader", true))()
  128. end)
  129.  
  130. section3:addButton("Strength Spy (Credits @KIXEmperorKaidoIX)", function()
  131.     print("Clicked")
  132.     loadstring(game:HttpGet("https://raw.githubusercontent.com/MidnightScriptz/KaidoSpy/main/loader", true))()
  133. end)
  134.  
  135. section3:addButton("Loop (Credits @KIXEmperorKaidoIX)", function()
  136.     print("Clicked")
  137.     loadstring(game:HttpGet("https://raw.githubusercontent.com/MidnightScriptz/KingKaidoLoop/main/loader", true))()
  138. end)
  139.  
  140. section3:addButton("Rainbow Gloves", function()
  141.     loadstring(game:HttpGet("https://pastebin.com/raw/fYUdJZHZ"))()
  142. end)
  143.  
  144. section3:addButton("FastPunch", function()
  145.     loadstring(game:HttpGet("https://pastebin.com/raw/Q3NLgMAh"))()
  146. end)
  147.  
  148. section3:addButton("Crazy Script (Credits - @01newj)", function()
  149.     loadstring(game:HttpGet("https://pastebin.com/raw/VzcHMi30"))()
  150. end)
  151.  
  152. local theme = venyx:addPage("Settings", 5012544693)
  153. local colors = theme:addSection("Toggle Key!")
  154. colors:addKeybind("Toggle Keybind", Enum.KeyCode.F, function()
  155.     print("Activated Keybind")
  156.     venyx:toggle()
  157.     end, function()
  158.     print("Changed Keybind")
  159. end)
  160.  
  161. local page = venyx:addPage("Credits", 5012544693)
  162. local section4 = page:addSection("Credits!")
  163. section4:addButton("Made By - Auberon_Altas#5542 ", function()
  164.     print("CREDITS - Auberon_Altas#5542")
  165. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement