MADE BY saucekid
FEATURE:
- Uses Roblox pathfinding (unreliable )
- 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 game was updated
- .
- CONTROL:
- Use arrow keys to navigate GUI
- Right shift toggles GUI
- .
- NOTE:
- Pathfinding is known to be buggy in some areas of Enchanted Castle and Bandit Castle
- Sometimes projectiles shoot left when dodge (Fixing)
- AI will not dodge all attacks so you will still die if you are underleveled
- Put a heal potion on last slot to use auto heal
- Put an ability like roll in the first slot to use auto dodge
- .
- https://www.roblox.com/games/4809447488/ITEM-SLOT-Venture-Tale
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"))()