Categories > Exploiting > Scripts >

Eating simulator 2 by b-b studio script

Posts: 15

Threads: 5

Joined: Jan, 2022

Reputation: 0

Posted

A long time ago, (2019) when i was playing this game i wanted to see if there was scripts,

 

There wasn't and i had to farm with only 1+ things, So i was thinking if someone please made me a script for getting all powerups by an execution script, if you can then please send it to me.

 

Thanks! 

The game link is https://web.roblox.com/games/910064139/EATING-SIMULATOR-2

  • 0

Roshanth

Chaotic_Void

Posts: 17

Threads: 8

Joined: Jan, 2020

Reputation: 3

Replied

Quick Script For this game

just a basic autofarm

made it in 5 min so its pretty bad

_G.autoequip = true
_G.click = true

spawn(function()
    while _G.autoequip == true do
    local tool = "Burger" -- Put in Cola to Auto Farm with the Cola
    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)
  • 0

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

Posts: 15

Threads: 5

Joined: Jan, 2022

Reputation: 0

Replied

Thank you for the script!

  • 0

Users viewing this thread:

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