Infested Planet Table - Health, BP, Money
Posted: Thu Jun 01, 2017 8:44 pm
UPDATED - for steam 2015-05-21 version
Note: The Health cheat tops up the health of any friendly unit you have selected or are hovering your mouse over. If you send one guy up to attack the enemy and then select a different guy to do something with, the first soldier's health will go down.
Scripts:
Shop - Code runs when entering the shop, used for money pointer and cheats
BP - Runs each frame while playing, used to get BP and Ammo pointers and for those cheats
Health - Runs each frame for friendly units you have selected or that are under the mouse cursor, used for health cheat
Cheats:
Health - keeps units you have selected or hover over at full health
BP - Makes sure you have 100 BP
Ammo - Makes sure you have full ammo
Money - Makes sure you have at least 1,000,000 money
Values:
Directly edit the Money, BP and Ammo. It's probably best not to freeze these
values as it may crash the game.
Test:
Some pointers found by the cheats, use for structure dissecting if you want to look for other things.
Also some scripts with injection points that don't do anything.
Note: The BP script is now fragile for updates, they added basic anti-cheat of xoring the ammo and BP so you can't search for value now.
Made by jgoemat

Note: The Health cheat tops up the health of any friendly unit you have selected or are hovering your mouse over. If you send one guy up to attack the enemy and then select a different guy to do something with, the first soldier's health will go down.
Scripts:
Shop - Code runs when entering the shop, used for money pointer and cheats
BP - Runs each frame while playing, used to get BP and Ammo pointers and for those cheats
Health - Runs each frame for friendly units you have selected or that are under the mouse cursor, used for health cheat
Cheats:
Health - keeps units you have selected or hover over at full health
BP - Makes sure you have 100 BP
Ammo - Makes sure you have full ammo
Money - Makes sure you have at least 1,000,000 money
Values:
Directly edit the Money, BP and Ammo. It's probably best not to freeze these
values as it may crash the game.
Test:
Some pointers found by the cheats, use for structure dissecting if you want to look for other things.
Also some scripts with injection points that don't do anything.
Note: The BP script is now fragile for updates, they added basic anti-cheat of xoring the ammo and BP so you can't search for value now.
Made by jgoemat
