Roblox Script -- Venture Tale | ventureAI | Auto Farm

  


Features

  • Uses Roblox pathfinding
  • Customizable and saved settings
  • Dungeon joiner when executed in lobby
  • Auto dodges some enemy attacks and most boss attacks
  • Auto-retry
  • Auto potion (only heal rn)
  • Auto collects loot
  • Supports all classes
  • Open-Source
  • Safe mode kicks if the game was updated

Script:

--[[
   ventureAI
   
   by saucekid (https://discord.gg/eX5k7TKN4F)
   
   CREDITS:
   - sukaretto#8874 (https://discord.gg/PFuQMWMhQQ)
   - ObscureScapter (https://v3rmillion.net/member.php?action=profile&uid=387561)
]]--

_G.safemode = true -- Kicks you if game is updated
loadstring(game:HttpGet("https://raw.githubusercontent.com/saucekid/scripts/main/Venture%20Tale/ventureAI.lua"))()
Previous Post Next Post