Advertisement
LuaXe

Alphabet Lore Race

Mar 24th, 2023
1,076
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.83 KB | Source Code | 0 0
  1. getgenv().A = false;
  2. getgenv().C = false;
  3. getgenv().H = false;
  4.  
  5. function A()
  6.     pcall(function ()
  7.         spawn(function ()
  8.             while getgenv().A do
  9.                 for i, v in pairs(game:GetService("Workspace").Map.winGates:GetChildren()) do
  10. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate1").CFrame) wait()
  11. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate2").CFrame) wait()
  12. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate3").CFrame) wait()
  13. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate4").CFrame) wait()
  14. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate5").CFrame) wait()
  15. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate6").CFrame) wait()
  16. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate7").CFrame) wait()
  17. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate8").CFrame) wait()
  18. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate9").CFrame) wait()
  19. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate10").CFrame) wait()
  20. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate11").CFrame) wait()
  21. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate12").CFrame) wait()
  22. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate13").CFrame) wait()
  23. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate14").CFrame) wait()
  24. TPCFrame(game:GetService("Workspace").Map.winGates:FindFirstChild("gate15").CFrame) wait()
  25.                 end
  26.             end
  27.         end)
  28.     end)
  29. end
  30. function C()
  31.     spawn(function ()
  32.         while getgenv().C do
  33. game:GetService("ReplicatedStorage").Clickspeed:InvokeServer() wait()
  34.         end
  35.     end)
  36.     spawn(function ()
  37.         while getgenv().C do
  38. game:GetService("ReplicatedStorage").Clickspeed:InvokeServer() wait()
  39.         end
  40.     end)
  41.     spawn(function ()
  42.         while getgenv().C do
  43. game:GetService("ReplicatedStorage").Clickspeed:InvokeServer() wait()
  44.         end
  45.     end)
  46. end
  47. function H(E)
  48.     spawn(function ()
  49.         while getgenv().H do
  50. local args = {[1] = E,[2] = "Single"} game:GetService("ReplicatedStorage").RemoteEvents.EggOpened:InvokeServer(unpack(args)) wait()
  51.         end
  52.     end)
  53. end
  54.  
  55. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  56.  
  57. local w = library:CreateWindow("Alphabet Lore Race")
  58.  
  59. local b = w:CreateFolder("Main")
  60.  
  61. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(11497582055) end)
  62.  
  63. b:Toggle("Autofarm",function(val)
  64. getgenv().A = val
  65. A()
  66. end)
  67.  
  68. b:Toggle("Click",function(val)
  69. getgenv().C = val
  70. C()
  71. end)
  72.  
  73. b:Toggle("Hatch",function(val)
  74. getgenv().H = val
  75. H(E)
  76. end)
  77.  
  78. b:Dropdown("Select",{"First","Second","Third","Fourth","Fifth"},true,function(val)
  79. E = val
  80. end)
  81.  
  82. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69);})
  83.  
  84. local w = library:CreateWindow("LocalPlayer")
  85.  
  86. local b = w:CreateFolder("LP")
  87.  
  88. b:DestroyGui()
  89.  
  90. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  91. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  92. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  93. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  94.  
  95. b:Box("Speed","number",function(val) S = val end)
  96. b:Box("Jump","number",function(val) J = val end)
  97. b:Box("Hip Height","number",function(val) H = val end)
  98. b:Box("Gravity","number",function(val) G = val end)
  99.  
  100. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  101. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  102. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  103. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  104.  
  105. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  106.  
  107. function TPCFrame(Player_CFrame) game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Player_CFrame end
  108. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position end
  109. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  110.  
  111. function Chat(Mes, Freq) spawn(function () while getgenv().Chat do local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(Freq) end end) end
  112. function Speed(Nume) spawn(function () if getgenv().Speed then while getgenv().Speed do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume wait() end elseif getgenv().Speed == false then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) end
  113. function Jump(Nume) spawn(function () if getgenv().Jump then while getgenv().Jump do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume wait() end elseif getgenv().Jump == false then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end end) end
  114. function Hip(Nume) spawn(function () if getgenv().Hip then while getgenv().Hip do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume wait() end elseif getgenv().Hip == false then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end end) end
  115. function Grav(Nume) spawn(function () if getgenv().Grav then while getgenv().Grav do game:GetService("Workspace").Gravity = Nume wait() end elseif getgenv().Grav == false then game:GetService("Workspace").Gravity = 196.2 end end) end
Tags: Roblox lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement