Page 1 of 11

Synthetik [PLAZA]

Posted: Wed Mar 21, 2018 11:25 pm
by ArmY of 0n3
Image





Synthetik Legion Rising v23.4

Old Releses:

Synthetik Legion Rising v21.1
Synthetik Legion Rising v20.2
Synthetik Legion Rising v20
Synthetik Legion Rising v19.1
Updated for game version 16.
Updated for game version 15.
Updated for game version 14.
Updated for game version 13.
Updated for game version 12.3.

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 5:22 am
by VirgilSouth
Inf. Shield and Fast Level Up dont work for me. And maybe better freeze credits on 5000 cos over this value game can abort with "anticheat" warning

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 10:23 am
by mikonno1
Are there anyway to increase the Data value so i can purchase new weapons and perks?

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 1:56 pm
by VirgilSouth
Its easy to hack it by CE. Just search Double AND dont set it over 1000 cos again drop to zero with "anticheat" warning

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 4:15 pm
by machine56
can you make this table compatible for steam version ?

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 5:47 pm
by alset85
+1 Fast Level Up not working for me.

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 5:51 pm
by VirgilSouth
alset85 wrote:
Thu Mar 22, 2018 5:47 pm
+1 Fast Level Up not working for me.
Its really very easy to hack too. Just find a proper Double then freeze it then set it on 999999 for example then unfreeze when reach wanted level

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 6:59 pm
by ArmY of 0n3
VirgilSouth wrote:
Thu Mar 22, 2018 5:22 am
Inf. Shield and Fast Level Up dont work for me. And maybe better freeze credits on 5000 cos over this value game can abort with "anticheat" warning
alset85 wrote:
Thu Mar 22, 2018 5:47 pm
+1 Fast Level Up not working for me.

Please replace your old scripts with these and try again ;)
Inf.Shield

Code: Select all

[ENABLE]

aobscanmodule(_AobShield,Synthetik.exe,83 EC 04 F7 40 0C FF FF FF 00 74 * 89 04 24 E8 * * * * DD 9C 24 98 05 00 00 F2 0F 10 84 24 98 05 00 00 EB * F2 0F 10 00 F2 0F 58 * * * * * F2 0F 10 * * * * * 66 0F 2E C8)
alloc(newmem,$100)

label(code)
label(return)
label(Shield)
registersymbol(Shield)

newmem:

code:
  sub esp,04
  test [eax+0C],FFFFFF
  fld qword ptr [Shield]
  fstp qword ptr [eax]
  jmp return

Shield:
dq (double)999

_AobShield:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(_AobShield)

[DISABLE]

_AobShield:
  db 83 EC 04 F7 40 0C FF FF FF 00

unregistersymbol(_AobShield)
unregistersymbol(Shield)
dealloc(newmem)
Fast Level Up

Code: Select all

[ENABLE]

aobscanmodule(_AobExp,Synthetik.exe,83 EC 04 F7 40 0C FF FF FF 00 74 * 89 04 24 E8 * * * * DD 9C 24 A0 05 00 00 F2 0F 10 84 24 A0 05 00 00 EB * F2 0F 10 00 F2 0F10 * * * * * 66 0F 57 * * * * * 66 0F 2E C8)
alloc(newmem,$100)

label(code)
label(return)
label(Exp)
registersymbol(Exp)

newmem:

code:
  sub esp,04
  test [eax+0C],FFFFFF
  fld qword ptr [Exp]
  fstp qword ptr [eax]
  jmp return

Exp:
dq (double)999999

_AobExp:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(_AobExp)

[DISABLE]

_AobExp:
  db 83 EC 04 F7 40 0C FF FF FF 00

unregistersymbol(_AobExp)
unregistersymbol(Exp)
dealloc(newmem)

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 8:24 pm
by ArmY of 0n3
mikonno1 wrote:
Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Inf.Data

Code: Select all

[ENABLE]

aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)

label(code)
label(return)
label(Data)
registersymbol(Data)

newmem:

code:
  test [edi+0C],FFFFFF
  fld qword ptr [Data]
  fstp qword ptr [edi]
  jmp return

Data:
dq (double)1000

_AobData+0B:
  jmp newmem
  nop
  nop
return:
registersymbol(_AobData)

[DISABLE]

_AobData+0B:
  db F7 47 0C FF FF FF 00

unregistersymbol(_AobData)
dealloc(newmem)

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 8:29 pm
by VirgilSouth
ArmY of 0n3 wrote:
Thu Mar 22, 2018 8:24 pm
mikonno1 wrote:
Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Inf.Data

Code: Select all

[ENABLE]

aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)

label(code)
label(return)
label(Data)
registersymbol(Data)

newmem:

code:
  test [edi+0C],FFFFFF
  fld qword ptr [Data]
  fstp qword ptr [edi]
  jmp return

Data:
dq (double)1000

_AobData+0B:
  jmp newmem
  nop
  nop
return:
registersymbol(_AobData)

[DISABLE]

_AobData+0B:
  db F7 47 0C FF FF FF 00

unregistersymbol(_AobData)
dealloc(newmem)
ArmY of 0n3 wrote:
Thu Mar 22, 2018 8:24 pm
mikonno1 wrote:
Thu Mar 22, 2018 10:23 am
Are there anyway to increase the Data value so i can purchase new weapons and perks?
Inf.Data

Code: Select all

[ENABLE]

aobscanmodule(_AobData,Synthetik.exe,C7 84 24 E0 14 00 00 07 00 00 00 F7 47 0C FF FF FF 00)
alloc(newmem,$100)

label(code)
label(return)
label(Data)
registersymbol(Data)

newmem:

code:
  test [edi+0C],FFFFFF
  fld qword ptr [Data]
  fstp qword ptr [edi]
  jmp return

Data:
dq (double)1000

_AobData+0B:
  jmp newmem
  nop
  nop
return:
registersymbol(_AobData)

[DISABLE]

_AobData+0B:
  db F7 47 0C FF FF FF 00

unregistersymbol(_AobData)
dealloc(newmem)
Now all scripts work thanks

Re: Synthetik [PLAZA]

Posted: Thu Mar 22, 2018 8:33 pm
by ArmY of 0n3
Update: Fixed issue with scripts Inf.Shield and Fast Level Up.Added new option Inf.Data.New table in my first post.Enjoy :)

Re: Synthetik [PLAZA]

Posted: Fri Mar 23, 2018 2:58 am
by alset85
The update works. If you're taking suggestions maybe Fast Gun Levelup so you can unlock the 4th upgrade slot at level 10.

Re: Synthetik [PLAZA]

Posted: Fri Mar 23, 2018 12:36 pm
by TG1K986
Well done, thx! :thumbsup:

Re: Synthetik [PLAZA]

Posted: Fri Mar 23, 2018 2:10 pm
by mikonno1
Nice job, thanks!

Re: Synthetik [PLAZA]

Posted: Sun Mar 25, 2018 6:48 am
by VirgilSouth
Game updated, godmode, inf. shield, inf. data, inf. credits and fastlevelup dont work