Page 1 of 2

Generation Zero [Steam]

Posted: Thu Jul 02, 2020 5:31 am
by Chiados
Version: 1914906
Platform: Steam

Max Region Score
Max Level Rivals
Movement Speed Multipliers

Table update 1
Updated region/rival score by request of MumboDance. Kill a machine ro raise region score. Enable region script, kill another machine to max region score. Do this for every region. Do not leave this script on at all times or your game will crash. Once a rival spawns, kill a machine to give it a score and enable rival script. Kill another machine to max its level. Do not leave this script on at all times either. You have to do this for every region and every rival.

Table update 0
Making a new topic to avoid hijacking a previous thread.

Re: Generation Zero [Steam] [Fnix Rising]

Posted: Mon Aug 24, 2020 9:20 pm
by Luke Rataplan
Excuse me, does this table have no recoil/weapon drift?

Re: Generation Zero [Steam] [Fnix Rising]

Posted: Wed Nov 11, 2020 8:19 pm
by Chiados
Luke Rataplan wrote:
Mon Aug 24, 2020 9:20 pm
Excuse me, does this table have no recoil/weapon drift?
If it's not listed in the original topic then no.

Re: Generation Zero [Steam]

Posted: Thu Nov 12, 2020 11:53 pm
by MumboDance
Thanks for the latest update.

Re: Generation Zero [Steam]

Posted: Tue Nov 24, 2020 6:21 am
by Caius101
Thank you for the table, Chiados. :)

Re: Generation Zero [Steam]

Posted: Thu Dec 17, 2020 1:20 am
by Kito
Here are some extra features;

- Unlimited Health
- Ghost Mode
- No Reload
- Unlimited Ammo & Consumables

Activate No Reload and Unlimited Ammo to not waste your ammo you have left in your inventory. i was to lazy for this.. and Deactivate No Reload & Unlimited Ammo if you add new Attachments or change your gun.
maybe someone else wanna fix this or continue to Update the Table.

GenerationZero_F.CT
(6.83 KiB) Downloaded 490 times

Re: Generation Zero [Steam]

Posted: Wed Feb 24, 2021 10:35 pm
by Krotow
Thanks, table from 2020-12-17 still works with Steam version. Though Unlimited Ammo sometimes crash the game.

Can we get unlimited carrying capacity somehow? Suddenly becoming overcumbered somewhere in bunker depths far below the ground unbelievably sucks.

Re: Generation Zero [Steam]

Posted: Thu Mar 11, 2021 8:38 pm
by ring0star
For anyone who wants an update on his table :

Rivals level maxed :

Code: Select all

[ENABLE]

aobscanmodule(RIVALSMAXED,GenerationZero_F.exe,41 8B 4F 04 75 18)
alloc(newmem,$1000,RIVALSMAXED)

label(code)
label(return)

newmem:

code:
  mov [r15+04],9999
  jmp return

RIVALSMAXED:
  jmp newmem
  nop
return:
registersymbol(RIVALSMAXED)

[DISABLE]

RIVALSMAXED:
  db 41 8B 4F 04 75 18

unregistersymbol(RIVALSMAXED)
dealloc(newmem)
Region level Maxed :

Code: Select all

[ENABLE]

aobscanmodule(REGIONMAXED,GenerationZero_F.exe,8B 43 04 66 0F 6F 05 A7 D1 DE 00)
alloc(newmem,$1000,REGIONMAXED)

label(code)
label(return)

newmem:

code:
  mov [rbx+04],9611
  jmp return

REGIONMAXED:
  jmp newmem
  nop 6
return:
registersymbol(REGIONMAXED)

[DISABLE]

REGIONMAXED:
  db 8B 43 04 66 0F 6F 05 A7 D1 DE 00

unregistersymbol(REGIONMAXED)
dealloc(newmem)
Ennemy don't mind you :

Code: Select all

[ENABLE]

aobscanmodule(NOENNEMY,GenerationZero_F.exe,F3 0F 11 43 1C F3 41 0F 10 06)
alloc(newmem,$1000,NOENNEMY)

label(code)
label(return)

newmem:
  subss xmm0,xmm0
  movss [rbx+1C],xmm0
  jmp return

code:
  movss [rbx+1C],xmm0
  jmp return

NOENNEMY:
  jmp newmem
return:
registersymbol(NOENNEMY)

[DISABLE]

NOENNEMY:
  db F3 0F 11 43 1C

unregistersymbol(NOENNEMY)
dealloc(newmem)
Enjoy :)

Re: Generation Zero [Steam]

Posted: Mon May 17, 2021 8:38 am
by peppermint
Chiados wrote:
Thu Jul 02, 2020 5:31 am
Version: 1914906
Platform: Steam

Max Region Score
Max Level Rivals
Movement Speed Multipliers

Table update 1
Updated region/rival score by request of MumboDance. Kill a machine ro raise region score. Enable region script, kill another machine to max region score. Do this for every region. Do not leave this script on at all times or your game will crash. Once a rival spawns, kill a machine to give it a score and enable rival script. Kill another machine to max its level. Do not leave this script on at all times either. You have to do this for every region and every rival.

Table update 0
Making a new topic to avoid hijacking a previous thread.
Can someone update this for the latest version?

Re: Generation Zero [Steam]

Posted: Wed Jun 02, 2021 6:48 am
by Memiomy
ring0star wrote:
Thu Mar 11, 2021 8:38 pm
For anyone who wants an update on his table :

Rivals level maxed :

Code: Select all

[ENABLE]

aobscanmodule(RIVALSMAXED,GenerationZero_F.exe,41 8B 4F 04 75 18)
alloc(newmem,$1000,RIVALSMAXED)

label(code)
label(return)

newmem:

code:
  mov [r15+04],9999
  jmp return

RIVALSMAXED:
  jmp newmem
  nop
return:
registersymbol(RIVALSMAXED)

[DISABLE]

RIVALSMAXED:
  db 41 8B 4F 04 75 18

unregistersymbol(RIVALSMAXED)
dealloc(newmem)
Region level Maxed :

Code: Select all

[ENABLE]

aobscanmodule(REGIONMAXED,GenerationZero_F.exe,8B 43 04 66 0F 6F 05 A7 D1 DE 00)
alloc(newmem,$1000,REGIONMAXED)

label(code)
label(return)

newmem:

code:
  mov [rbx+04],9611
  jmp return

REGIONMAXED:
  jmp newmem
  nop 6
return:
registersymbol(REGIONMAXED)

[DISABLE]

REGIONMAXED:
  db 8B 43 04 66 0F 6F 05 A7 D1 DE 00

unregistersymbol(REGIONMAXED)
dealloc(newmem)
Ennemy don't mind you :

Code: Select all

[ENABLE]

aobscanmodule(NOENNEMY,GenerationZero_F.exe,F3 0F 11 43 1C F3 41 0F 10 06)
alloc(newmem,$1000,NOENNEMY)

label(code)
label(return)

newmem:
  subss xmm0,xmm0
  movss [rbx+1C],xmm0
  jmp return

code:
  movss [rbx+1C],xmm0
  jmp return

NOENNEMY:
  jmp newmem
return:
registersymbol(NOENNEMY)

[DISABLE]

NOENNEMY:
  db F3 0F 11 43 1C

unregistersymbol(NOENNEMY)
dealloc(newmem)
Enjoy :)
how to copy these into table?

Re: Generation Zero [Steam]

Posted: Thu Feb 10, 2022 6:39 pm
by NotAFedBoy
game just got a huge update any chance we could get a table update

Re: Generation Zero [Steam]

Posted: Mon Mar 07, 2022 11:48 pm
by Fuxbox
The rivals worked fine but region didn't. But a simple scan got it done for me thanks

Re: Generation Zero [Steam]

Posted: Mon May 23, 2022 1:55 am
by Allen1013
sadly only ghost mode works.

Re: Generation Zero [Steam]

Posted: Fri Jun 24, 2022 12:36 pm
by lf2killer
Anyone wanna help with updating it to work with the lateste update?
Tried myself, but don't really know enough to get it working 😅

Re: Generation Zero [Steam]

Posted: Fri Jul 08, 2022 8:05 am
by ring0star
For anyone who wants an update on this table :



Region level Maxed :

Code: Select all

[ENABLE]

aobscanmodule(REGIONMAXED,GenerationZero_F.exe,8B 43 48 66 0F 6F 05 5F 1D E4 00) 
alloc(newmem,$1000,REGIONMAXED)

label(code)
label(return)

newmem:

code:
  mov [rbx+04],9611
  jmp return

REGIONMAXED:
  jmp newmem
  nop 6
return:
registersymbol(REGIONMAXED)

[DISABLE]

REGIONMAXED:
  db 8B 43 48 66 0F 6F 05 5F 1D E4 00

unregistersymbol(REGIONMAXED)
dealloc(newmem)
Ennemy don't mind you :

Code: Select all

[ENABLE]

aobscanmodule(NOENNEMY,GenerationZero_F.exe,F3 0F 11 43 1C F3 41 0F 10 06) 
alloc(newmem,$1000,NOENNEMY)

label(code)
label(return)

newmem:
  subss xmm0,xmm0
  movss [rbx+1C],xmm0
  jmp return

code:
  movss [rbx+1C],xmm0
  jmp return

NOENNEMY:
  jmp newmem
return:
registersymbol(NOENNEMY)

[DISABLE]

NOENNEMY:
  db F3 0F 11 43 1C

unregistersymbol(NOENNEMY)
dealloc(newmem)
I retrieved my old table on this, but was unable to remember how I was doing the maxed rivals.

If Chiados is still around, perhaps he'll be able to make it work again.
Honestly, I searched a couple of hours without success.