Page 1 of 5

Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 3:18 am
by EnterpriseNL
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.

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 4:27 am
by gunofdis
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

Posted: Fri Jan 24, 2020 7:00 am
by VampTY
For IGG version:

Code: Select all

HP
Inventory bandages
Inventory grenades

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 12:06 pm
by EnterpriseNL
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

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 1:22 pm
by Veav
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. :/

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 3:37 pm
by jkollss
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
}

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 3:38 pm
by serg2011ubercan
VampTY wrote:
Fri Jan 24, 2020 7:00 am
Here'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.
:P


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

Posted: Fri Jan 24, 2020 3:57 pm
by VampTY
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

Posted: Fri Jan 24, 2020 4:04 pm
by Veav
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.

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 5:16 pm
by serg2011ubercan
VampTY wrote:
Fri Jan 24, 2020 3:57 pm
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!
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.

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 5:37 pm
by VampTY
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! :P

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 6:17 pm
by serg2011ubercan
VampTY wrote:
Fri Jan 24, 2020 5:37 pm
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! :P
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.
Thanks.

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 6:49 pm
by VampTY
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! :P

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 6:53 pm
by EnterpriseNL
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

Re: Alien shooter 2 the legend

Posted: Fri Jan 24, 2020 7:00 pm
by serg2011ubercan
VampTY wrote:
Fri Jan 24, 2020 6:49 pm
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! :P
sorry but still no effect. game either craseing or health cheat not work. Damn this game....