Search found 9 matches

by Crage
Wed Dec 13, 2023 12:10 pm
Forum: Tables
Topic: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16
Replies: 289
Views: 200768

Re: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16

6.20 updated table with some useful pointers

or change it manualy:

AOBScanModule(MOPS,$process,FF 90 20 13 00 00 48 83) //.
to
AOBScanModule(MOPS,$process,FF 90 28 13 00 00 48 83) //.

call qword ptr [rax+00001320]
to
call qword ptr [rax+00001328]

db FF 90 20 13 00 00
to
db FF 90 28 13 00 00
by Crage
Fri May 12, 2023 11:36 am
Forum: Tables
Topic: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16
Replies: 289
Views: 200768

Re: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16

Change:

AOBScanModule(MOPS,$process,FF 90 18 13 00 00 48 83) //.
to
AOBScanModule(MOPS,$process,FF 90 20 13 00 00 48 83) //.

call qword ptr [rax+00001318]
to
call qword ptr [rax+00001320]

db FF 90 18 13 00 00
to
db FF 90 20 13 00 00
by Crage
Tue Feb 14, 2023 9:46 am
Forum: Single Player Cheat Requests
Topic: [REQ] Against The Storm
Replies: 62
Views: 42543

Re: [REQ] Against The Storm

Eremite.Model.State - Effect.State: this.fuelConsumptionSpeed = 0.2f; this.stormLength = 0.2f; this.traderGlobalSellPriceRate = 4.5f; Eremite.WorldMap.Conditions - SeasonalEffectsGenerator - CacheFields delete ! (5 positive rain perk) Eremite.Services - Hostilitymonitor - AddEffectHostility this.Ad...
by Crage
Fri Jan 20, 2023 9:13 pm
Forum: Tables
Topic: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16
Replies: 289
Views: 200768

Re: X4 Foundations SV v5.10 (476551) Steam (GM and More) 2022-Apr-16

Can we have update the table for 6.0 beta?
thanks
by Crage
Sat Nov 10, 2018 8:10 am
Forum: Single Player Cheat Requests
Topic: [REQ] Hitman 2 2018
Replies: 24
Views: 14633

Re: [REQ] Hitman 2 2018

fearlessrevolution better than greedy CH.
fearlessrevolution Trainer


Image



HITMAN.2.v2.10.Plus.11.Trainer-FLiNG.rar
fearlessrevolution Trainer
(659.06 KiB) Downloaded 75 times
by Crage
Sat Oct 27, 2018 8:56 pm
Forum: Tables
Topic: Assassin's Creed Odyssey v1.3.0/v1.5.1 +21 (table Update18.3)
Replies: 1487
Views: 1961238

Re: Assassin's Creed Odyssey +16 (table Update11.2)

pPerk Warrior 14% 000000016928E260 Warrior 15% 000000016928E3F8 Assassin 14% 000000016928E740 Assassin 15% 000000016928E848 Hunter 14% 000000016928EB60 Damage with Swords 15% 000000016924FFE0 Damage with Staffs 15% 000000016924FD40 Damage with Heavy Weapons 15% 000000016924FE30 Damage with Spears an...
by Crage
Sat Oct 27, 2018 7:50 pm
Forum: Tables
Topic: Assassin's Creed Odyssey v1.3.0/v1.5.1 +21 (table Update18.3)
Replies: 1487
Views: 1961238

Re: Assassin's Creed Odyssey +16 (table Update11.2)

we need a change pPerk not a hashid.
wnen your change hashid your change it for all other item with some pPerk in this save. In same items this pPerk just cleared.
when you change or add pPerk - hashid recalculate automaticly.
by Crage
Fri Aug 17, 2018 4:37 pm
Forum: Tables
Topic: Graveyard Keeper
Replies: 128
Views: 190041

Re: Graveyard Keeper

Stamina / fatigue and other // ORIGINAL CODE - INJECTION POINT: 099D7498 099D7477: 8B 75 08 - mov esi,[ebp+08] 099D747A: 8B 46 0C - mov eax,[esi+0C] 099D747D: 39 45 0C - cmp [ebp+0C],eax 099D7480: 73 28 - jae 099D74AA 099D7482: 8B 46 08 - mov eax,[esi+08] 099D7485: D9 45 10 - fld dword ptr [ebp+10] ...
by Crage
Tue Feb 13, 2018 8:41 pm
Forum: Tables
Topic: Kingdom Come Deliverance
Replies: 597
Views: 642140

Re: Kingdom Come Deliverance

carry weight define(address,"WHGame.DLL"+30DB87) define(bytes,F3 44 0F 10 43 1C) [ENABLE] assert(address,bytes) alloc(newmem,$1000,"WHGame.DLL"+30DB87) label(code) label(return) newmem: mov [rbx+1C],0 code: movss xmm8,[rbx+1C] jmp return address: jmp newmem nop return: [DISABLE] address: db bytes //...