[REQUEST] Alien Hominid HD
[REQUEST] Alien Hominid HD
Please make a CT for this game:
Game Name: Alien Hominid HD
Game Engine:
Game Version: GOLDBERG
Options Required: Infinite Health, Infinite Lifes, Ammo
Game Name: Alien Hominid HD
Game Engine:
Game Version: GOLDBERG
Options Required: Infinite Health, Infinite Lifes, Ammo
-
- Novice Cheater
- Posts: 19
- Joined: Thu Jun 29, 2023 1:21 am
- Reputation: 8
Re: [REQUEST] Alien Hominid HD
+1
+2
and
+3
+2
and
+3
-
- Expert Cheater
- Posts: 257
- Joined: Tue Jul 18, 2017 6:31 pm
- Reputation: 84
Re: [REQUEST] Alien Hominid HD
You start with a shield. The memory address for that shield simply has a value of 1 when you have a shield, and 0 when you don't. You can lock it to 1 and you have infinite shield. However, I tried to NOP the instruction that writes that value and all kinds of crazy stuff happened, so someone better than me will have to try. Or someone who knows how to AOB scan could at least reliably find that shield value to lock it.
Re: [REQUEST] Alien Hominid HD
Alien Hominid HD [
> Step 1: After the game was loaded without any error and you have the control of the alien, then activate the options from this table using "Alien Hominid HD"
> Step 2: Switch back to your game in order that all values to be read
> Step 3: Edit/Lock/Select the one you want, just make sure you should never add more than enough!
INFO:
> The option named "Invulnerability/God", if you want to enable (could cause glitches while the game is loaded, since there's 4 addresses and two backups used for any respawn) and make use of it also, properly, after you'll take control of the player, see if is either 0 or 1, then if is one of these two values, make that to be 1, then freeze it or not, you can also waste some heart, then go back to it.If it won't be read right, restart your game and also the table!This is a non-steam game after all, time and love weren't spent much for it.In any case, there's plenty of options to play with!
Don't expect updates!
Take care!
Non-Steam
] Tenoke options
:- Ammo
- Grenades
- Hearts
- Invulnerability/God
- Score
> Step 1: After the game was loaded without any error and you have the control of the alien, then activate the options from this table using "Alien Hominid HD"
> Step 2: Switch back to your game in order that all values to be read
> Step 3: Edit/Lock/Select the one you want, just make sure you should never add more than enough!
INFO:
> The option named "Invulnerability/God", if you want to enable (could cause glitches while the game is loaded, since there's 4 addresses and two backups used for any respawn) and make use of it also, properly, after you'll take control of the player, see if is either 0 or 1, then if is one of these two values, make that to be 1, then freeze it or not, you can also waste some heart, then go back to it.If it won't be read right, restart your game and also the table!This is a non-steam game after all, time and love weren't spent much for it.In any case, there's plenty of options to play with!
Don't expect updates!
Take care!
- Attachments
-
- AlienHominidHD.CT
- Alien Hominid HD [Non-Steam] Table
- (3.33 KiB) Downloaded 266 times
-
- Expert Cheater
- Posts: 257
- Joined: Tue Jul 18, 2017 6:31 pm
- Reputation: 84
Re: [REQUEST] Alien Hominid HD
Thanks, but I've tried 8 or 9 times and the invulnerability code hasn't worked onceVampTY wrote: ↑Sat Nov 04, 2023 1:30 pmAlien Hominid HD [Non-Steam
] Tenokeoptions
:
- Ammo
- Grenades
- Hearts
- Invulnerability/God
Important:
- Score
> Step 1: After the game was loaded without any error and you have the control of the alien, then activate the options from this table using "Alien Hominid HD"
> Step 2: Switch back to your game in order that all values to be read
> Step 3: Edit/Lock/Select the one you want, just make sure you should never add more than enough!
INFO:
> The option named "Invulnerability/God", if you want to enable (could cause glitches while the game is loaded, since there's 4 addresses and two backups used for any respawn) and make use of it also, properly, after you'll take control of the player, see if is either 0 or 1, then if is one of these two values, make that to be 1, then freeze it or not, you can also waste some heart, then go back to it.If it won't be read right, restart your game and also the table!This is a non-steam game after all, time and love weren't spent much for it.In any case, there's plenty of options to play with!
Don't expect updates!
Take care!
Re: [REQUEST] Alien Hominid HD
I can't tell, on me it worked, non-steam version, also the value is located in byte, is easy to find, perhaps different versions, now i can't help much, i removed it!
PM if this game gets some update, then i'll take another look!So far, controls are awful
PM if this game gets some update, then i'll take another look!So far, controls are awful
-
- Expert Cheater
- Posts: 257
- Joined: Tue Jul 18, 2017 6:31 pm
- Reputation: 84
Re: [REQUEST] Alien Hominid HD
I find the game also crashes quite a lot - did you find that as well?
I can search for the shield value at least (it's a 1 when shield is active), but it changes every level.
Anyways, thanks for the hearts and grenades, these work well.
Re: [REQUEST] Alien Hominid HD
No problem, i'm glad at least something is working , daninthemix, indeed is 1 on byte, then 0 when is depleted..also if you know your way with pointers, add it's offset to the pointer added by me, if you can't backtrack it through mem, just use the left and right arrows when adding some offset, know what i mean!Let's say the the address of my ammo is d4b63132, ok, then the offset is a5 for example.. now, you found your ammo on (the value on table) d4b71111, other address, so make that value from address d4b71111 in the first pointer that goes to d4b63132 and use left and right arrows to get to your d4b71111, modify the offset then you'll get your offset (manually though, without backtracking in mem)
These things work when adressess are shared on the same eax, rcx, ecx ..etc, if the ammo from the first pointer was for rdi and yours is on eax, it won't work..if is on rax (all the way), i'm just bad at explaining.
I'll give you a better example:
- you found your GOLD on some address, let's say is on eax ,then when accessed it points only to your GOLD value, nothing else, not shared, not many addresses read at the same time, just one value and one address, direct read
- now, second, you found perhaps some GEM, then when accessed it goess millions through that address, what now?If that GEM is also using eax, drop it's address on table, then add it to the script that point to that gold, find the offset, manual, through left right arrows on that gold pointer, then pow, that's that!
Or do a break and trace, it takes time, but if you like the game, it might worth the time spent!
Example:
Make that address from X to look like the one from Points, below:
I hope you can understand this and goodluck!
These things work when adressess are shared on the same eax, rcx, ecx ..etc, if the ammo from the first pointer was for rdi and yours is on eax, it won't work..if is on rax (all the way), i'm just bad at explaining.
I'll give you a better example:
- you found your GOLD on some address, let's say is on eax ,then when accessed it points only to your GOLD value, nothing else, not shared, not many addresses read at the same time, just one value and one address, direct read
- now, second, you found perhaps some GEM, then when accessed it goess millions through that address, what now?If that GEM is also using eax, drop it's address on table, then add it to the script that point to that gold, find the offset, manual, through left right arrows on that gold pointer, then pow, that's that!
Or do a break and trace, it takes time, but if you like the game, it might worth the time spent!
Example:
Make that address from X to look like the one from Points, below:
Spoiler
-
- Noobzor
- Posts: 9
- Joined: Tue Mar 01, 2022 7:10 am
- Reputation: 0
Re: [REQUEST] Alien Hominid HD
Thank you, I was able to find my offset. Though, not fully invincible if hit with an OHKO move; bombs, acid or ultimate attacks. But basic attacks, yes.
-
- Novice Cheater
- Posts: 19
- Joined: Thu Jun 29, 2023 1:21 am
- Reputation: 8
Re: [REQUEST] Alien Hominid HD
This was just updated on Steam to version 1.1 with lots of stuff changed. Restored OG content, turbo fire, and a slew of bugfixes.
So I don't know if the table works anymore or not.
So I don't know if the table works anymore or not.
-
- Novice Cheater
- Posts: 19
- Joined: Thu Jun 29, 2023 1:21 am
- Reputation: 8
Re: [REQUEST] Alien Hominid HD
Any news on this?