Advertisement
LuaXe

Baby Simulator

May 29th, 2023
1,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.83 KB | Source Code | 0 0
  1. function C()
  2.     spawn(function ()
  3.         while getgenv().C do
  4.             if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool") then
  5.                 game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):Activate()
  6.             end wait()
  7.         end
  8.     end)
  9. end
  10. function R()
  11.     spawn(function ()
  12.         while getgenv().R do
  13. game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer() wait()
  14.         end
  15.     end)
  16. end
  17. function HE() spawn(function () while getgenv().H do local args = {[1] = E}game:GetService("ReplicatedStorage").Remotes.OpenEgg:InvokeServer(unpack(args)) if E == "Common" then local args = {[1] = "Basic"}game:GetService("ReplicatedStorage").Remotes.OpenEgg:InvokeServer(unpack(args)) end if E == "Rainbow" then local args = {[1] = "Gold"}game:GetService("ReplicatedStorage").Remotes.OpenEgg:InvokeServer(unpack(args)) end wait() end end) end
  18. function HC() spawn(function () while getgenv().H do local args = {[1] = C}game:GetService("ReplicatedStorage").Remotes.OpenCrate:InvokeServer(unpack(args)) wait() end end) end
  19.  
  20. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  21.  
  22. local w = library:CreateWindow("Baby Simulator")
  23.  
  24. local b = w:CreateFolder("Main")
  25.  
  26. b:Button("TP To The Game",function() game:GetService("TeleportService"):Teleport(2823503928) end)
  27.  
  28. b:Button("Size Reverse",function() game:GetService("ReplicatedStorage").Remotes.CharacterSize:InvokeServer() end)
  29.  
  30. b:Toggle("Inf. Happiness",function(val) getgenv().C = val C() end)
  31. b:Toggle("Inf. Rebirths",function(val) getgenv().R = val R() end)
  32.  
  33. b:Toggle("Hatch an Egg",function(val) getgenv().H = val HE() end)
  34. b:Toggle("Hatch a Crate",function(val) getgenv().H = val HC() end)
  35.  
  36. b:Dropdown("Choose an Egg",{"Common","Striped","Spotted","Amethyst","Faberge","Rainbow"},true,function(val) E = val end)
  37. b:Dropdown("Choose a Crate",{"Common","Uncommon","Rare","Epic","Legendary","Mythic"},true,function(val) C = val end)
  38.  
  39. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(38, 38, 38);})
  40.  
  41. local w = library:CreateWindow("LocalPlayer")
  42.  
  43. local b = w:CreateFolder("LP")
  44.  
  45. b:DestroyGui()
  46.  
  47. b:Button("Discord",function() setclipboard("workink.co/2GQ/LTD") end)
  48. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  49. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  50. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  51.  
  52. b:Box("Speed","number",function(val) S = val end)
  53. b:Box("Jump","number",function(val) J = val end)
  54. b:Box("Hip Height","number",function(val) H = val end)
  55. b:Box("Gravity","number",function(val) G = val end)
  56.  
  57. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  58. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  59. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  60. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  61.  
  62. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  63.  
  64. function TPCFrame(Player_CFrame) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end end
  65. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position.Position end
  66. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  67.  
  68. 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
  69. function Speed(Nume) spawn(function () while getgenv().Speed do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume if not getgenv().Speed then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end wait() end end) end
  70. function Jump(Nume) spawn(function () while getgenv().Jump do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume if not getgenv().Jump then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end wait() end end) end
  71. function Hip(Nume) spawn(function () while getgenv().Hip do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume if not getgenv().Hip then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end wait() end end) end
  72. function Grav(Nume) spawn(function () while getgenv().Grav do game:GetService("Workspace").Gravity = Nume if not getgenv().Grav then game:GetService("Workspace").Gravity = 196.2 end wait() end end) end
Tags: Roblox lua
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement