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("L.A Airport Trolling GUI", "BloodTheme")
- local Tab = Window:NewTab("Main")
- local MainSection = Tab:NewSection("Main")
- MainSection:NewButton("FAKELAG", "Makes you look like you have mcdonalds wifi", function()
- loadstring(gaFESectionme:HttpGet('https://pastebin.com/raw/VM3b0Thg'))()
- end)
- MainSection:NewButton("Infinte Yield", "Working Admin Commands", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- local Tab = Window:NewTab("Local Player")
- local LocalPlayerSection = Tab:NewSection("Local Player")
- LocalPlayerSection:NewSlider("SpeedSlider", "Speed Slider", 250, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- LocalPlayerSection:NewButton("Infinte Yield", "Working Admin Commands", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- LocalPlayerSection:NewToggle("Infinite Jump", "Lets you infinitely jump", function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- LocalPlayerSection:NewToggle("Super-Human", "Go fast and jump high", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- end)
- LocalPlayerSection:NewButton("Resets to defults", "Resets to all defults", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- local Tab = Window:NewTab("Cussing")
- local CussingSection = Tab:NewSection("Cussing")
- CussingSection:NewButton("dumb ba*s", "free cussing!!!", function()
- local args = {
- [1] = "dumb bass",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- CussingSection:NewButton("shut up", "free cussing!!!", function()
- local args = {
- [1] = "Sh u@p",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- CussingSection:NewButton("sh*t", "free cussing!!!", function()
- local args = {
- [1] = "Shít",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- CussingSection:NewButton("f**k", "free cussing!!!", function()
- local args = {
- [1] = "f&%k",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- CussingSection:NewButton("fat a*s", "free cussing!!!", function()
- local args = {
- [1] = "@Fatass",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- CussingSection:NewButton("bad a*s", "free cussing!!!", function()
- local args = {
- [1] = "badass",
- [2] = "All"
- }
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
- end)
- local Tab = Window:NewTab("not even useful")
- local NotusefulSection = Tab:NewSection("not even useful")
- NotusefulSection:NewButton("Equip luggage", "NO", function()
- local args = {
- [1] = Enum.KeyCode.Two,
- [2] = {
- [1] = {
- ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Passport,
- ["Equipped"] = false
- },
- [2] = {
- ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Luggage,
- ["Equipped"] = false
- }
- }
- }
- workspace.FE.RemoteEvents.BackpackEvent:FireServer(unpack(args))
- end)
- NotusefulSection:NewButton("Equip red card", "ok", function()
- local args = {
- [1] = Enum.KeyCode.One,
- [2] = {
- [1] = {
- ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Passport,
- ["Equipped"] = false
- },
- [2] = {
- ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Luggage,
- ["Equipped"] = false
- }
- }
- }
- workspace.FE.RemoteEvents.BackpackEvent:FireServer(unpack(args))
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement