ADVERTISEMENTREMOVE ADS
Game icon

OpenSource AUTO ENCOUNTER

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
25 Lines โ€ข 684 Bytes
Raw
local Main
for _,v in pairs(getgc(true)) do
if typeof(v) == "table" and rawget(v, "DataManager") then
Main = v
break
end
end
if Main.DataManager.currentChunk.regionData.Grass then
--[[ You can spam the doWildBattle function by doing this
Main.Battle.currentBattle = nil
--]]
Main.Battle.doWildBattle(Main.Battle, Main.DataManager.currentChunk.regionData.Grass, {})
--[[ You can get information of the loomians in currentBattle
for _,v in pairs(Main.Battle.currentBattle) do
print(_,v)
end
]]
--[[ End battle
Main.Battle.currentBattle.BattleEnded:Fire()
]]
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS