Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("ant life", "LightTheme")
- local antblack = Window:NewTab("ant black")
- local antblackSection = antblack:NewSection("ant hub")
- antblackSection:NewButton("fling ants", "he fling peoples", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
- end)
- antblackSection:NewToggle("speed ant", "that just make your speed", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (100)
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (16)
- end
- end)
- antblackSection:NewButton("want rtx? ", "that for play god", function()
- getgenv().RTX_Name = "rtxnamehere" --not really needed if you don't need it
- --[[
- examples auto loads features :
- getgenv().RTX_Name = "Midday lite"
- -Morning
- -Afternoon
- -Midday
- -Evening
- -Night
- -Midnight
- -Morning lite
- -Midday lite
- -Afternoon lite
- -Evening lite
- -Night lite
- -Midnight lite
- ]]
- loadstring(game:HttpGet(('https://pastefy.app/xXkUxA0P/raw'),true))()
- end)
- local trollingants = Window:NewTab("xd trolling ants")
- local trollingantsSection = trollingants:NewSection("trolling ants")
- trollingantsSection:NewButton("chat bypassed", "lol that for trolling ants", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua",true))()
- end)
- antblackSection:NewSlider("walkspeed", "that speed too", 500, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- antblackSection:NewSlider("jump high", "that jump for power", 350, 50, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement