ADVERTISEMENTREMOVE ADS

Undertale: Remnants of the Multiverse EXP and Soul Autofarm

Script preview thumbnail
Script Preview

Description

That's it. That's the entire script. It farms EXP and soul so I guess it's better than the previous one??? But this one is fundamentally slower (EXP farm) than the previous one so idk.

Features:

  • EXP Autofarm
  • Soul Autofarm
ADVERTISEMENTREMOVE ADS
16 Lines • 468 Bytes
Verified
Raw
--BROUGHT TO YOU BY RSCRIPTS.NET!--
getgenv().b = true -- true to on false to off
while getgenv().b == true do
local p = game.Players.LocalPlayer.Character.HumanoidRootPart
for i,v in pairs(workspace.CHEST:GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(p, v.Parent, 0)
task.wait()
firetouchinterest(p, v.Parent, 1)
end
end
task.wait(60) --change this if you want but I don't recommend
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS