Categories > Exploiting > Scripts >

Baby simulator script

Posts: 15

Threads: 5

Joined: Jan, 2022

Reputation: 0

Posted

Hello! I would like it if you could hand me a baby simulator script.

The contents need to be atleast a quick autofarm

with teleports, The teleports are not extremely important but it would be nice if you made it,

Thank you!

https://web.roblox.com/games/2823503928/Baby-Simulator Is link

  • 0

Roshanth

Chaotic_Void

Posts: 17

Threads: 8

Joined: Jan, 2020

Reputation: 3

Replied

Just Remade an Quick Auto Farm

_G.autoequip = true
_G.click = true

spawn(function()
    while _G.autoequip == true do
    local tool = "Baby Bottle" -- Teddy Bear, Shaker, Rubber Duckie, Pacifier
    for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
    if v:IsA("Tool") and v.Name == tool then
    v.Parent = game:GetService("Players").LocalPlayer.Character
    end
    end
    wait()
end
end)

spawn(function()
  while _G.click == true do
    local f = game:GetService("VirtualUser")
    f:ClickButton1(Vector2.new(500,0))
    wait()
  end
end)

 

Teleport Gui

loadstring(game:HttpGet(('https://raw.githubusercontent.com/xChaoticVoid/Baby-Simulator/main/Teleports%20Gui.lua'), true))()
  • 0

Exploits I Own: Synapse X, Dx9ware, v-severe, Calamari(Rip)

Posts: 15

Threads: 5

Joined: Jan, 2022

Reputation: 0

Replied

I am really sorry,I forgot to say thank you

 

 

Thank you!

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )