Auto farm, survive zombie arena script
Description
🧟 Kashimo - Survive Zombie Arena v4.5
Smart Auto-Farming Script for Roblox Arena (Zombie Tower Defense)
Built with Rayfield UI | Config System | Multi-Feature Automation
---
⚡ Features Overview
Feature Status Description
Kill Aura ✅ Auto-hit all zombies via GunHit remote
Auto Upgrade Gun ✅ Smart purchase when minerals sufficient
Auto Upgrade Health ✅ Auto-buy health upgrades
Auto Equip Weapon ✅ Equip tools from backpack automatically
Auto Gear (Slot 1-3) ✅ Multi-select dropdown for gear slots
Auto Skip Wave ✅ Vote skip waves automatically
Auto Double Credits ✅ Claim double credits on game over
Auto Replay ✅ Vote "Play Again" with same team
Config System ✅ JSON save/load with auto-execute
---
📦 Installation
1. Use any Roblox Executor (Synapse X, Script-Ware, KRNL, etc.)
2. Paste the loadstring or inject the script file
3. UI will appear automatically
---
🎮 Usage Guide
Main Tab
· Toggle features ON/OFF as needed
· Adjust Equip Check Delay slider
· Select Gear Slots (1, 2, or 3) for auto gear placement
· Set Replay Delay (seconds before auto-voting replay)
Config Tab
· Auto Execute On Join — Enable all features automatically when joining
· Auto Save On Change — Save settings instantly on any change
· Timing Sliders — Fine-tune delays for upgrades, gear, skip wave, kill aura
· Save / Reload / Reset buttons for manual config management
---
🗂️ Config File Location
```
workspace/KashimoArena/Settings_v4.5.json
```
All settings persist between sessions. Config is automatically merged with defaults for version compatibility.
---
🔧 Technical Implementation
Remotes Used
Remote Path Purpose
GunHit GunRemotes.GunHit Kill Aura zombie hits
PurchaseWeaponUpgrade UpgradeRemotes.PurchaseWeaponUpgrade Weapon upgrades
PurchaseHealthUpgrade UpgradeRemotes.PurchaseHealthUpgrade Health upgrades
GearPurchase GearRemotes.GearPurchase Gear placement
SkipVote WaveRemotes.SkipVote Wave skip voting
RequestDoubleCredits GameStateRemotes.RequestDoubleCredits Double credits
VotePlayAgain GameStateRemotes.VotePlayAgain Game replay voting
Data Sources
· Minerals: LocalPlayer.leaderstats.Minerals
· Zombies: workspace.Zombies_Local folder
· Gear Info: PlayerGui.MainGui.ControlPanel UI elements
· Equipped Gun: Character children with Handle descendants
Safety Features
· pcall() wrappers on all remote calls
· WaitForChild() with 30-second timeouts
· Anti-double execution via getgenv().Kashimo_Loaded
· Character reset handler for state cleanup
---
📋 Default Configuration
```lua
{
KillAura = false,
AutoUpgradeGun = false,
AutoUpgradeHealth = false,
AutoEquipWeapon = false,
AutoGear = false,
AutoGearSlots = {"1"},
AutoSkipWave = false,
AutoDoubleCredits = false,
AutoReplay = false,
EquipCheckDelay = 1,
KillAuraDelay = 0.1,
UpgradeDelay = 1.5,
GearDelay = 0.5,
SkipWaveDelay = 2,
ReplayDelay = 2,
AutoExecuteOnJoin = false,
SaveOnChange = true,
NotifyOnLoad = true
}
```
---
🚀 Quick Start
1. Join the game (Arena - Zombie Tower Defense)
2. Execute the script
3. Enable features: Kill Aura + Auto Gear + Auto Skip Wave
4. Enable Config: Auto Execute On Join + Auto Save On Change
5. Save Config — done! Script will auto-run on next join
---
📝 Changelog
v4.5 (Current)
· ✅ Removed Anti Hit feature
· ✅ Fixed remote call reliability
· ✅ Optimized mineral checking (LocalPlayer only)
· ✅ Improved config merge logic
v4.4
· Added Auto Gear multi-slot dropdown (1-3)
· Added Auto Replay (Play Again) feature
v4.3
· Removed No Cooldown Gear
· Added Auto Replay with configurable delay
v4.0
· Fixed upgrade remotes not firing
· Direct remote calls without FindFirstChild
· Debug print tracking
---
⚠️ Disclaimer
This script is provided for educational purposes only. Use at your own risk. The developer assumes no responsibility for any account bans or penalties resulting from the use of this automation tool.
---
👨💻 Credits
· Author: Kashimo AI
· UI Library: Rayfield
· Game: Arena (Zombie Tower Defense)
· Version: 4.5
---
🔗 Links
· Rayfield UI: https://sirius.menu/rayfield
· Game Link: (insert Roblox game link)
---
Made with ❤️ by Kashimo



Comments
Game: Arena (Zombie Tower Defense) game?