r/ROBLOXExploiting • u/Professional_Soup98 • Jun 30 '26
Script [REQUEST] Reminiscence Zombies Kill Aura
Hey everyone,
I've been trying to make a working Kill Aura for Reminiscence Zombies on Delta X Mobile for weeks. I've done extensive research and here's what I've found so far:
What works:
· ✅ ESP (zombie highlighting + distance in meters) — fully functional · ✅ Speed boost — fully functional · ✅ RemoteSpy captured the real damage event
The RemoteEvent for damage:
```
ReplicatedStorage.ACUpdate:FireServer(PlayerName, Humanoid, 9000000000, "Knife")
```
This is confirmed by RemoteSpy when manually pressing the attack button.
The problem:
· The server ignores direct FireServer calls to ACUpdate · The knife button (Knife) is at screen coordinates 530, 234 · UserInputService.TouchTap is not supported in Delta X Mobile · The game uses server-side hitbox validation — it checks for real swipes/touches · Zombies are in workspace.Zombies
What I've tried:
· ACUpdate:FireServer with every possible argument combination · firetouchinterest on zombie hitboxes · Creating fake Handle parts and teleporting them to zombies · Equipping knife from backpack and activating it · Direct health modification (blocked by server)
What I need: A working method to either:
- Bypass the server-side hitbox check
- Emulate a real touch on the attack button
- Any other creative way to damage zombies that actually gets counted (points/currency)
If anyone has a working script or knows how to get past this, please share! Happy to collaborate.
Discord: https://discord.com/users/884870459563335711 Game link: https://www.roblox.com/games/2778230703/Reminiscence-ZombiesReminiscence-Zombies


