Advertisement
BobbyJonesLarry

L.A Airport Trolling GUI

Apr 7th, 2023
486
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | Gaming | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("L.A Airport Trolling GUI", "BloodTheme")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local MainSection = Tab:NewSection("Main")
  6.  
  7.  
  8.  
  9.  
  10.  
  11. MainSection:NewButton("FAKELAG", "Makes you look like you have mcdonalds wifi", function()
  12. loadstring(gaFESectionme:HttpGet('https://pastebin.com/raw/VM3b0Thg'))()
  13. end)
  14.  
  15.  
  16. MainSection:NewButton("Infinte Yield", "Working Admin Commands", function()
  17. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  18. end)
  19.  
  20.  
  21.  
  22.  
  23. local Tab = Window:NewTab("Local Player")
  24. local LocalPlayerSection = Tab:NewSection("Local Player")
  25.  
  26.  
  27. LocalPlayerSection:NewSlider("SpeedSlider", "Speed Slider", 250, 16, function(s) -- 500 (MaxValue) | 0 (MinValue)
  28. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  29. end)
  30.  
  31.  
  32.  
  33. LocalPlayerSection:NewButton("Infinte Yield", "Working Admin Commands", function()
  34. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  35. end)
  36.  
  37.  
  38.  
  39. LocalPlayerSection:NewToggle("Infinite Jump", "Lets you infinitely jump", function()
  40. local InfiniteJumpEnabled = true
  41. game:GetService("UserInputService").JumpRequest:connect(function()
  42. if InfiniteJumpEnabled then
  43. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  44. end
  45. end)
  46. end)
  47.  
  48.  
  49.  
  50. LocalPlayerSection:NewToggle("Super-Human", "Go fast and jump high", function(state)
  51. if state then
  52. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  53. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  54. else
  55. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  56. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  57.  
  58. end
  59. end)
  60.  
  61.  
  62.  
  63.  
  64. LocalPlayerSection:NewButton("Resets to defults", "Resets to all defults", function()
  65. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  66. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  67. end)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. local Tab = Window:NewTab("Cussing")
  78. local CussingSection = Tab:NewSection("Cussing")
  79.  
  80.  
  81.  
  82.  
  83. CussingSection:NewButton("dumb ba*s", "free cussing!!!", function()
  84. local args = {
  85. [1] = "dumb bass",
  86. [2] = "All"
  87. }
  88.  
  89. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  90.  
  91. end)
  92.  
  93.  
  94.  
  95.  
  96.  
  97. CussingSection:NewButton("shut up", "free cussing!!!", function()
  98. local args = {
  99. [1] = "Sh u@p",
  100. [2] = "All"
  101. }
  102.  
  103. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  104.  
  105. end)
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. CussingSection:NewButton("sh*t", "free cussing!!!", function()
  113. local args = {
  114. [1] = "Shít",
  115. [2] = "All"
  116. }
  117.  
  118. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  119.  
  120. end)
  121.  
  122.  
  123. CussingSection:NewButton("f**k", "free cussing!!!", function()
  124. local args = {
  125. [1] = "f&%k",
  126. [2] = "All"
  127. }
  128.  
  129. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  130. end)
  131.  
  132.  
  133.  
  134. CussingSection:NewButton("fat a*s", "free cussing!!!", function()
  135. local args = {
  136. [1] = "@Fatass",
  137. [2] = "All"
  138. }
  139.  
  140. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  141. end)
  142.  
  143.  
  144.  
  145.  
  146. CussingSection:NewButton("bad a*s", "free cussing!!!", function()
  147. local args = {
  148. [1] = "badass",
  149. [2] = "All"
  150. }
  151.  
  152. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  153. end)
  154.  
  155.  
  156. local Tab = Window:NewTab("not even useful")
  157. local NotusefulSection = Tab:NewSection("not even useful")
  158.  
  159.  
  160. NotusefulSection:NewButton("Equip luggage", "NO", function()
  161. local args = {
  162. [1] = Enum.KeyCode.Two,
  163. [2] = {
  164. [1] = {
  165. ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Passport,
  166. ["Equipped"] = false
  167. },
  168. [2] = {
  169. ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Luggage,
  170. ["Equipped"] = false
  171. }
  172. }
  173. }
  174.  
  175. workspace.FE.RemoteEvents.BackpackEvent:FireServer(unpack(args))
  176.  
  177. end)
  178.  
  179.  
  180. NotusefulSection:NewButton("Equip red card", "ok", function()
  181. local args = {
  182. [1] = Enum.KeyCode.One,
  183. [2] = {
  184. [1] = {
  185. ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Passport,
  186. ["Equipped"] = false
  187. },
  188. [2] = {
  189. ["Tool"] = game:GetService("Players").LocalPlayer.Backpack.Luggage,
  190. ["Equipped"] = false
  191. }
  192. }
  193. }
  194.  
  195. workspace.FE.RemoteEvents.BackpackEvent:FireServer(unpack(args))
  196.  
  197. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement