Alien shooter 2 the legend

Ask about cheats/tables for single player games here
User avatar
EnterpriseNL
Expert Cheater
Expert Cheater
Posts: 200
Joined: Fri Sep 01, 2017 1:35 pm
Reputation: 42

Alien shooter 2 the legend

Post 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.

gunofdis
Noobzor
Noobzor
Posts: 6
Joined: Tue Oct 03, 2017 1:48 am
Reputation: 0

Re: Alien shooter 2 the legend

Post by gunofdis »

It's not unity, it's some homegrown Russian jank that they've been iterating on for the last 20 years

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1050

Re: Alien shooter 2 the legend

Post by VampTY »

For IGG version:

Code: Select all

HP
Inventory bandages
Inventory grenades
Attachments
fucking_game.CT
Table [IGG] +3
(2.16 KiB) Downloaded 491 times
Last edited by VampTY on Fri Jan 24, 2020 6:44 pm, edited 3 times in total.

User avatar
EnterpriseNL
Expert Cheater
Expert Cheater
Posts: 200
Joined: Fri Sep 01, 2017 1:35 pm
Reputation: 42

Re: Alien shooter 2 the legend

Post 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
Last edited by EnterpriseNL on Fri Jan 24, 2020 1:46 pm, edited 2 times in total.

Veav
Cheater
Cheater
Posts: 42
Joined: Wed Feb 28, 2018 3:28 am
Reputation: 11

Re: Alien shooter 2 the legend

Post 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. :/

jkollss
Noobzor
Noobzor
Posts: 6
Joined: Thu Aug 17, 2017 11:42 am
Reputation: 1

Re: Alien shooter 2 the legend

Post 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
}

serg2011ubercan
Cheater
Cheater
Posts: 28
Joined: Sat Dec 28, 2019 7:04 pm
Reputation: 7

Re: Alien shooter 2 the legend

Post 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.

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1050

Re: Alien shooter 2 the legend

Post 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!

Veav
Cheater
Cheater
Posts: 42
Joined: Wed Feb 28, 2018 3:28 am
Reputation: 11

Re: Alien shooter 2 the legend

Post 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.
Last edited by Veav on Fri Jan 24, 2020 5:31 pm, edited 1 time in total.

serg2011ubercan
Cheater
Cheater
Posts: 28
Joined: Sat Dec 28, 2019 7:04 pm
Reputation: 7

Re: Alien shooter 2 the legend

Post 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.

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1050

Re: Alien shooter 2 the legend

Post 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

serg2011ubercan
Cheater
Cheater
Posts: 28
Joined: Sat Dec 28, 2019 7:04 pm
Reputation: 7

Re: Alien shooter 2 the legend

Post 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.
Attachments
autosave.zip
password 123
(45.35 KiB) Downloaded 104 times

User avatar
VampTY
Table Makers
Table Makers
Posts: 809
Joined: Tue Mar 05, 2019 10:52 am
Reputation: 1050

Re: Alien shooter 2 the legend

Post 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

User avatar
EnterpriseNL
Expert Cheater
Expert Cheater
Posts: 200
Joined: Fri Sep 01, 2017 1:35 pm
Reputation: 42

Re: Alien shooter 2 the legend

Post 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
Attachments
autosave.7z
(57.33 KiB) Downloaded 126 times

serg2011ubercan
Cheater
Cheater
Posts: 28
Joined: Sat Dec 28, 2019 7:04 pm
Reputation: 7

Re: Alien shooter 2 the legend

Post 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....

Post Reply

Who is online

Users browsing this forum: Ara, Dimko909, Google [Bot], poopydiapersx