Search found 25 matches

by BADORGOOD
Sat Apr 20, 2024 12:28 am
Forum: Tables
Topic: No Rest for the Wicked
Replies: 49
Views: 7727

Re: No Rest for the Wicked

hp is stored -1 value in +a and max hp in +1a

Example, you see in game 50/50, real code is 49/49

mov [rax+0a],(int)99998
mov [rax+1a],(int)99998

in game you can see 99999/99999

regards
by BADORGOOD
Fri Mar 24, 2023 12:44 pm
Forum: Tables
Topic: Resident Evil 4 Remake demo
Replies: 41
Views: 13395

Re: Resident Evil 4 Remake demo

game use anticheat and read memory (memory checks) causing game crash on unlimited ammo (health and etc..). Set a Data Breakpoint on address and look:

Accesing locations:

Code :push [rcx]
Code :xor rbx,[rcx]
Code :and r9,[rbx-4DD8D2A5]
Code :add rbx,[r11+3C5DF004]

Regards
by BADORGOOD
Sat May 22, 2021 10:19 am
Forum: Single Player Cheat Requests
Topic: Left Alive
Replies: 15
Views: 11139

Re: Left Alive

LinGon the antidebugger guy...
by BADORGOOD
Sat May 08, 2021 11:29 am
Forum: Single Player Cheat Requests
Topic: [Request]Resident Evil Village
Replies: 15
Views: 11133

Re: [Request]Resident Evil Village

only unlimited hp is need, more options are for noobs. Always +200 trainers.... useless Now CH(shit) and Flying trainers are clones. The new war... money money. unlimited hp is the definition of noob. its basically asking for no consequences for being trash at a game. At that point you may as well ...
by BADORGOOD
Fri May 07, 2021 12:16 pm
Forum: Single Player Cheat Requests
Topic: [Request]Resident Evil Village
Replies: 15
Views: 11133

Re: [Request]Resident Evil Village

only unlimited hp is need, more options are for noobs. Always +200 trainers.... useless

Now CH(shit) and Flying trainers are clones. The new war... money money.
by BADORGOOD
Sun Feb 28, 2021 7:24 pm
Forum: Single Player Cheat Requests
Topic: [REQUEST] League of Maidens cheat
Replies: 35
Views: 29224

Re: [REQUEST] League of Maidens cheat

-200 this game is garbage.
by BADORGOOD
Fri Oct 30, 2020 2:46 am
Forum: Tables
Topic: Xuan Yuan Sword VII
Replies: 14
Views: 8698

Xuan Yuan Sword VII

Table options:

UNLIMTED HP
UNLIMTED STAMINA
UNLIMTED ITEMS
UNLIMTED GOLD
ONE HIT KILLS
NO COOLDOWNS
MAX POTION/BUFS DURATION
MAX EXP/LVL 50
by BADORGOOD
Wed Jul 29, 2020 6:20 pm
Forum: Tables
Topic: Serious Sam HD: The First Encounter (Steam 313862)
Replies: 3
Views: 4519

Re: Serious Sam HD: The First Encounter (Steam 313862)

are pointers?, this game use memory checks for scripting.
by BADORGOOD
Wed Jul 29, 2020 4:53 pm
Forum: Cheat Engine
Topic: CE 7.1 Script Problems
Replies: 12
Views: 4264

Re: CE 7.1 Script Problems

use normal nops and remove nop X, or use db 90 And no is need use short and long jumps, can cause problems. A short jump can be achieved using a relative offset from the current assembly instruction. For x86/32-bit, this is a 2 byte instruction, where the first byte is always EB, for short jump, and...
by BADORGOOD
Tue Jul 28, 2020 9:17 am
Forum: Single Player Cheat Requests
Topic: [COMPLETED] [REQUEST] Othercide
Replies: 13
Views: 9922

Re: [REQUEST] Othercide

use mono for this, no is hard change all. Regards
by BADORGOOD
Mon Jul 27, 2020 2:07 pm
Forum: Single Player Cheat Requests
Topic: Carrion Game Pass version
Replies: 23
Views: 12735

Re: Carrion Game Pass version

hi, te correct way for find HP/Biomass is this game i think it could be this, I don't know, I don't have the game. I only provide an idea. https://i.imgur.com/nY2IaBg.jpg In the image you can see 5 yellow spheres, which do not have to be a value 5, I think they are rather 1 1 1 1 1 and as they chang...
by BADORGOOD
Thu May 28, 2020 5:42 am
Forum: Cheat Engine
Topic: [HELP] Pointer Compare in rcx
Replies: 12
Views: 4192

[HELP] Pointer Compare in rcx

yeah is a bad pointer, the procedures are all ok.



mov rax,[rcx+98]

mov al,[rax+10]



not always is 8 or B.



Regards
by BADORGOOD
Tue Apr 28, 2020 8:54 pm
Forum: Single Player Cheat Requests
Topic: Serious Sam HD: The First Encounter
Replies: 6
Views: 2497

Re: Serious Sam HD: The First Encounter

is strange, yeah in single player mode game dont show a message error forgame badfuntion passed 3-5 min and game crash?, regards
by BADORGOOD
Tue Apr 28, 2020 7:01 am
Forum: Single Player Cheat Requests
Topic: Serious Sam HD: The First Encounter
Replies: 6
Views: 2497

Re: Serious Sam HD: The First Encounter

This game use anticheat correct?, memory checks.