Page 1 of 1
[Request] Angry Video Game Nerd Adventures
Posted: Fri Aug 28, 2026 7:23 am
by lu_metal
Please, make a CT for this game!
Game Name: Angry Video Game Nerd Adventures
Game Version: Steam / Skidrow games /IGG Games v1189078 ( most recent version )
Options Required: Infinite Health, Lives,invincibility, moon jump
Re: [Request] Angry Video Game Nerd Adventures
Posted: Thu Sep 10, 2026 12:12 pm
by HNI96
Angry Video Game Nerd Adventures Cheat Table By HNI96
Current Features:
- Pointer to Health (Beers)
- Pointer to Lives
- Pointer to Power Up amount
- Infinite Jumps (Can Always Jump)
- Invincibility (Ignores Everything / No knock-back or damage)
How-to in case the table needs an update:
* Script One:
-- If you have 3 beers on screen, scan for -4 (4-bytes)
-- Find what writes to the address when you take damage
-- Avoid hard coding infinite health, or the character will become stuck
on the bottom of the screen, even with infinite jumps enabled
* Script Two:
-- Scan for the amount of Lives plus One (4-bytes)
-- Find what writes, that will access both Lives and Power Ups
-- Check if edi can be used to distinguish them
* Script Three:
-- 1 means you can jump, 0 means that you can't
-- Keep scanning for 0/1 until you find the address
-- The instruction that writes to canJump also writes to a bunch of other
addresses, so you'll need a way to distinguish them.
-- One obvious method is that you already known canJump goes from 1 to 0. This already filters most addresses, and the remaining addresses can be further filtered by analyzing the esp stack and [edi] structure.
avgn.CT
- Game Build: 1189078
- (8.27 KiB) Downloaded 2 times
Re: [Request] Angry Video Game Nerd Adventures
Posted: Thu Sep 10, 2026 3:24 pm
by lu_metal