Advertisement
LuaXe

GOAL Race

Mar 28th, 2023 (edited)
1,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.07 KB | Source Code | 0 0
  1. function C()
  2.     spawn(function ()
  3.         while getgenv().C do
  4. game:GetService("Players").LocalPlayer.PlayerGui.RemoteEvents.Click:FireServer() wait()
  5.         end
  6.     end)
  7. end
  8. function K()
  9.     spawn(function ()
  10.         while getgenv().K do
  11. game:GetService("Players").LocalPlayer.PlayerGui.RemoteEvents.Start:FireServer() wait()
  12.         end
  13.     end)
  14. end
  15. function H(E)
  16.     spawn(function ()
  17.         while getgenv().H do
  18. local args = {[1] = E,[2] = "Single"} game:GetService("ReplicatedStorage").RemoteEvents.EggOpened:InvokeServer(unpack(args))
  19.         end
  20.     end)
  21. end
  22.  
  23. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  24.  
  25. local w = library:CreateWindow("GOAL Race")
  26.  
  27. local b = w:CreateFolder("Main")
  28.  
  29. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(11088884990) end)
  30.  
  31. b:Toggle("Auto Click",function(val)
  32. getgenv().C = val
  33. C()
  34. end)
  35.  
  36. b:Toggle("Auto Goal",function(val)
  37. getgenv().K = val
  38. K()
  39. end)
  40.  
  41. b:Toggle("Auto Hatch",function(val)
  42. getgenv().H = val
  43. H(E)
  44. end)
  45.  
  46. b:Dropdown("Select",{"Common","Uncommon","Rare","Epic","Legendary"},true,function(val)
  47. E = val
  48. end)
  49.  
  50. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69);})
  51.  
  52. local w = library:CreateWindow("LocalPlayer")
  53.  
  54. local b = w:CreateFolder("LP")
  55.  
  56. b:DestroyGui()
  57.  
  58. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  59. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  60. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  61. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  62.  
  63. b:Box("Speed","number",function(val) S = val end)
  64. b:Box("Jump","number",function(val) J = val end)
  65. b:Box("Hip Height","number",function(val) H = val end)
  66. b:Box("Gravity","number",function(val) G = val end)
  67.  
  68. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  69. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  70. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  71. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  72.  
  73. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  74.  
  75. function TPCFrame(Player_CFrame) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end
  76. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position end
  77. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  78.  
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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