Advertisement
LuaXe

Bunny Race

Mar 27th, 2023
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.73 KB | Source Code | 0 0
  1. getgenv().C = false;
  2. getgenv().H = false;
  3. getgenv().W = false;
  4.  
  5. function C()
  6.     spawn(function ()
  7.         while getgenv().C do
  8. local args = {[1] = "Click"} game:GetService("Players").LocalPlayer.PlayerGui.PunchV2.Function:FireServer(unpack(args)) wait()
  9.         end
  10.     end)
  11. end
  12. function H(E)
  13.     spawn(function ()
  14.         while getgenv().H do
  15. local args = {[1] = E,[2] = "Buy1"} game:GetService("ReplicatedStorage").GameClient.Events.RemoteFunction.BuyEgg:InvokeServer(unpack(args)) wait()
  16.         end
  17.     end)
  18. end
  19. function W()
  20.     spawn(function ()
  21.         while getgenv().W do
  22.             for i, v in pairs(game:GetService("Workspace").map.winGates:GetChildren()) do
  23.                 local TW = game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(2, 0), {CFrame = CFrame.new(1.64244461, 0.913009644, 1000000)})
  24.                 TW:Play() wait(2)
  25.                 PHP(0) wait(2)
  26.                 if not getgenv().W then break end
  27.             end wait(4)
  28.         end
  29.     end)
  30. end
  31.  
  32. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  33.  
  34. local w = library:CreateWindow("Bunny Race")
  35.  
  36. local b = w:CreateFolder("Main")
  37.  
  38. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(12335842022) end)
  39.  
  40. b:Toggle("Autofarm",function(val)
  41. getgenv().W = val
  42. W()
  43. end)
  44.  
  45. b:Toggle("Auto Click",function(val)
  46. getgenv().C = val
  47. C()
  48. end)
  49.  
  50. b:Toggle("Auto Hatch",function(val)
  51. getgenv().H = val
  52. H(E)
  53. end)
  54.  
  55. b:Box("Enter Egg","z",function(val)
  56. E = val
  57. end)
  58.  
  59. b:Button("Print Eggs",function()
  60.     for i, v in pairs(game.workspace.Eggs:GetChildren()) do
  61.         print(v)
  62.     end
  63. end)
  64.  
  65. b:Label("type /console in chat",{TextSize = 22;TextColor = Color3.fromRGB(255,255,255);BgColor = Color3.fromRGB(69,69,69);})
  66.  
  67. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(69,69,69);})
  68.  
  69. local w = library:CreateWindow("LocalPlayer")
  70.  
  71. local b = w:CreateFolder("LP")
  72.  
  73. b:DestroyGui()
  74.  
  75. b:Button("Copy Discord Invite",function() setclipboard("discord.gg/8tRb8MQcW5") end)
  76. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  77. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  78. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  79.  
  80. b:Box("Speed","number",function(val) S = val end)
  81. b:Box("Jump","number",function(val) J = val end)
  82. b:Box("Hip Height","number",function(val) H = val end)
  83. b:Box("Gravity","number",function(val) G = val end)
  84.  
  85. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  86. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  87. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  88. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  89.  
  90. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  91.  
  92. function TPCFrame(Player_CFrame) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end
  93. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position end
  94. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  95.  
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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