Alien shooter 2 the legend
- EnterpriseNL
- Expert Cheater
- Posts: 202
- Joined: Fri Sep 01, 2017 1:35 pm
- Reputation: 43
Alien shooter 2 the legend
Game Name: Alien shooter 2 the legend
Game Engine: Unknown, guessing it's Unity
Game Version: Think it's 1.0.0.1, I'm using the cracked version
Options Required: Godmode for you and health drone, Unlimited Ammo, Unlimited energy for your shoulder gun, Unlimited money, or option to set money too
Game/Steam Website:
Table or trainer doesn't matter.
Game Engine: Unknown, guessing it's Unity
Game Version: Think it's 1.0.0.1, I'm using the cracked version
Options Required: Godmode for you and health drone, Unlimited Ammo, Unlimited energy for your shoulder gun, Unlimited money, or option to set money too
Game/Steam Website:
Table or trainer doesn't matter.
Re: Alien shooter 2 the legend
It's not unity, it's some homegrown Russian jank that they've been iterating on for the last 20 years
Re: Alien shooter 2 the legend
- Attachments
-
- fucking_game.CT
- Table [IGG] +3
- (2.16 KiB) Downloaded 667 times
Last edited by VampTY on Fri Jan 24, 2020 6:44 pm, edited 3 times in total.
- EnterpriseNL
- Expert Cheater
- Posts: 202
- Joined: Fri Sep 01, 2017 1:35 pm
- Reputation: 43
Re: Alien shooter 2 the legend
Thanks, money is more important for me, so you can make your loadout better, thanks for the health cheat tho
I tried some basic cheat engine, no 4, 8, float value found, I've found the value with the value type on all, but these values are restoring themself to the default one
I tried some basic cheat engine, no 4, 8, float value found, I've found the value with the value type on all, but these values are restoring themself to the default one
Last edited by EnterpriseNL on Fri Jan 24, 2020 1:46 pm, edited 2 times in total.
Re: Alien shooter 2 the legend
Agreed, money is key.
Could you please throw out a step-by-step on how you did this? The opcode tutorials are all greek to me but I learn very well by doing. :/
Could you please throw out a step-by-step on how you did this? The opcode tutorials are all greek to me but I learn very well by doing. :/
Re: Alien shooter 2 the legend
Unlimited Grenades (not AOB, but easy to make one)
Code: Select all
define(address,"AlienShooter.exe"+C04F5)
define(bytes,FF 8C 83 80 01 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
//dec [ebx+eax*4+00000180]
jmp return
address:
jmp newmem
nop 2
return:
[DISABLE]
address:
db bytes
// dec [ebx+eax*4+00000180]
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "AlienShooter.exe"+C04F5
"AlienShooter.exe"+C04D9: E8 F2 9B FB FF - call AlienShooter.exe+7A0D0
"AlienShooter.exe"+C04DE: 8B 4D 08 - mov ecx,[ebp+08]
"AlienShooter.exe"+C04E1: 6A 01 - push 01
"AlienShooter.exe"+C04E3: 8B 01 - mov eax,[ecx]
"AlienShooter.exe"+C04E5: 8B 4D 0C - mov ecx,[ebp+0C]
"AlienShooter.exe"+C04E8: 8B 00 - mov eax,[eax]
"AlienShooter.exe"+C04EA: 8B 40 04 - mov eax,[eax+04]
"AlienShooter.exe"+C04ED: 8D 04 80 - lea eax,[eax+eax*4]
"AlienShooter.exe"+C04F0: 8D 04 41 - lea eax,[ecx+eax*2]
"AlienShooter.exe"+C04F3: 8B CE - mov ecx,esi
// ---------- INJECTING HERE ----------
"AlienShooter.exe"+C04F5: FF 8C 83 80 01 00 00 - dec [ebx+eax*4+00000180]
// ---------- DONE INJECTING ----------
"AlienShooter.exe"+C04FC: 8B 06 - mov eax,[esi]
"AlienShooter.exe"+C04FE: FF 50 1C - call dword ptr [eax+1C]
"AlienShooter.exe"+C0501: B0 01 - mov al,01
"AlienShooter.exe"+C0503: 5F - pop edi
"AlienShooter.exe"+C0504: 5E - pop esi
"AlienShooter.exe"+C0505: 5B - pop ebx
"AlienShooter.exe"+C0506: 8B E5 - mov esp,ebp
"AlienShooter.exe"+C0508: 5D - pop ebp
"AlienShooter.exe"+C0509: C2 08 00 - ret 0008
"AlienShooter.exe"+C050C: 5F - pop edi
}
-
- Cheater
- Posts: 28
- Joined: Sat Dec 28, 2019 7:04 pm
- Reputation: 7
Re: Alien shooter 2 the legend
VampTY wrote: ↑Fri Jan 24, 2020 7:00 amHere's HEALTH for the player only, i've spent around 2 mins in the game, so far, so if you might need it badly, i made it for the non-steam version though, might work for steam as well.
More options might appear later..so far, i'm not in the mood...or perhaps somebody else can play and add more, it's easy enough!
V.
sorry but your table is not effective 'cos it makes both hero and enemies with infinite health. on all versions, both steam and not. Fix, please.
Re: Alien shooter 2 the legend
On me it works serg2011ubercan, i'm using non-steam version, well i'm not that far in the game,at the start, i'm where you need to find some bomb to detonate some door..paste me some saved game..i don't have patience with games i don't like...if so, i can update it!
Re: Alien shooter 2 the legend
If you can one-shot an enemy, it works. If you can't kill them in one hit, it doesn't. You can still die if you get hit with a big explosion at point blank range. You're not seeing the issue because you haven't gotten very far yet.
It feels like the game's process is:
Step 1: is the damage greater than their current health? If so FECKIN DEAD
Step 2: else reduce current health by damage taken
And your health script stops step 2 from happening. For everyone. Player, enemies, everything with a health bar.
It feels like the game's process is:
Step 1: is the damage greater than their current health? If so FECKIN DEAD
Step 2: else reduce current health by damage taken
And your health script stops step 2 from happening. For everyone. Player, enemies, everything with a health bar.
Last edited by Veav on Fri Jan 24, 2020 5:31 pm, edited 1 time in total.
-
- Cheater
- Posts: 28
- Joined: Sat Dec 28, 2019 7:04 pm
- Reputation: 7
Re: Alien shooter 2 the legend
thanks but your new updated table also work bad - strong monsters are in god mode also with health cheat active, only basic small monsters are killable.VampTY wrote: ↑Fri Jan 24, 2020 3:57 pmOn me it works serg2011ubercan, i'm using non-steam version, well i'm not that far in the game,at the start, i'm where you need to find some bomb to detonate some door..paste me some saved game..i don't have patience with games i don't like...if so, i can update it!
Re: Alien shooter 2 the legend
Try it now, on my time i have 7 mins played (all minutes combined) ... now, i've removed the other tables, i don't know, no saved game received, how can in test it? I don't like this game.. if i'd like it, true dedication will be added, play/testing and all that, know what i mean!
-
- Cheater
- Posts: 28
- Joined: Sat Dec 28, 2019 7:04 pm
- Reputation: 7
Re: Alien shooter 2 the legend
sorry but now health not work totally. Here i attach save with mission with hard enemies. my game version is 1.001 crack by darksiders group.VampTY wrote: ↑Fri Jan 24, 2020 5:37 pmTry it now, on my time i have 7 mins played (all minutes combined) ... now, i've removed the other tables, i don't know, no saved game received, how can in test it? I don't like this game.. if i'd like it, true dedication will be added, play/testing and all that, know what i mean!
Thanks.
- Attachments
-
- autosave.zip
- password 123
- (45.35 KiB) Downloaded 148 times
Re: Alien shooter 2 the legend
Try it now, now i have around 10 mins.. the game is awful, anyway, i have no problem with the scripts, so far i have an m4/uzzi on inventory, both do their job well.. if only i can play more to test it further more with more enemies, is just that is so boring, for me... well, let me know if it works, perhaps third time is the charm!
- EnterpriseNL
- Expert Cheater
- Posts: 202
- Joined: Fri Sep 01, 2017 1:35 pm
- Reputation: 43
Re: Alien shooter 2 the legend
Here is my save game, it's pretty much far into the game too, happy to have some Money cheat
Unpack it, and paste in Alien Shooter 2 - The Legend\SteamEmu\Saves
Thanks for your time and help,
I just saw the new table name hahaha.
Password is 123456
Unpack it, and paste in Alien Shooter 2 - The Legend\SteamEmu\Saves
Thanks for your time and help,
I just saw the new table name hahaha.
Password is 123456
- Attachments
-
- autosave.7z
- (57.33 KiB) Downloaded 184 times
-
- Cheater
- Posts: 28
- Joined: Sat Dec 28, 2019 7:04 pm
- Reputation: 7
Re: Alien shooter 2 the legend
sorry but still no effect. game either craseing or health cheat not work. Damn this game....VampTY wrote: ↑Fri Jan 24, 2020 6:49 pmTry it now, now i have around 10 mins.. the game is awful, anyway, i have no problem with the scripts, so far i have an m4/uzzi on inventory, both do their job well.. if only i can play more to test it further more with more enemies, is just that is so boring, for me... well, let me know if it works, perhaps third time is the charm!
Who is online
Users browsing this forum: BurtMcGurt, zeromike233