Search found 32 matches

by hzlleo123
Sat Jul 22, 2023 2:29 pm
Forum: Tables
Topic: Remnant 2 [Steam]
Replies: 174
Views: 70316

Re: Remnant 2 [Steam]

Does anyone find HP value? I do find the SP, Max SP, and Max HP in float, but I am unable to find correct HP value (I do find one in float but when I try to edit it, it instantly change back to original val)
by hzlleo123
Sun Jun 25, 2023 3:41 pm
Forum: Tables
Topic: Trepang 2
Replies: 1
Views: 985

Trepang 2

Just made a simple table for trepang 2 (Not Demo)
Options are:
1. Inf HP, Armor, Stamina
2. OHK
3. Inf Skill Duration
4. No reload, inf ammo
5. Inf Grenades
CPPFPS-Win64-Shipping_ENG.CT
(71.61 KiB) Downloaded 469 times
by hzlleo123
Wed Jun 21, 2023 2:44 pm
Forum: Single Player Cheat Requests
Topic: Aliens: Dark Descent
Replies: 32
Views: 11186

Re: Aliens: Dark Descent

Just located the health code, the following are code for inf HP and OHK OHK: [ENABLE] aobscanmodule(aobCombat_OHK,AliensDarkDescentGameSteam-Win64-Shipping.exe,F3 0F 10 B0 08 01 00 00 48) // should be unique alloc(newmem,$1000,aobCombat_OHK) label(IsEnemy) label(NotEnemy) label(code) label(return) n...
by hzlleo123
Mon Jun 19, 2023 4:39 am
Forum: Tables
Topic: Second Extinction
Replies: 145
Views: 58150

Re: Second Extinction

Hi I found a way to modify the research points that gathered in the mission by edit the killed dinosours in the mission. The following is my example code to get 999m RP in one mission: [ENABLE] aobscanmodule(aobRP_InMission,SecondExtinction_F.exe,46 01 24 A9 48 8B 0D 72 AF CB 02) // should be unique...
by hzlleo123
Sun Jun 11, 2023 5:35 am
Forum: Single Player Cheat Requests
Topic: Lies of P (Demo) Steam
Replies: 14
Views: 4208

Re: Lies of P (Demo) Steam

Hi after I compared the offset between the old and new script from OP, I locate the damage bounes at offset FC (use HP addr - C as structure base addr) This is the table I seperated the OP script (HP and SP) into separeted scripts, added inf energy, weapon durability, and restored original damage ha...
by hzlleo123
Fri Jul 29, 2022 8:38 pm
Forum: Tables
Topic: ELEX 2 [STEAM]
Replies: 82
Views: 31979

Re: ELEX 2 [STEAM]

PredatorWarlord wrote:
Fri Jul 29, 2022 7:43 am
If possible please update to version 1.04
Just updated to newest version
by hzlleo123
Sun Jul 17, 2022 2:45 pm
Forum: Tables
Topic: Outriders World Slayers CT Tables
Replies: 186
Views: 38508

Re: Outriders World Slayers CT Tables

Okay, Thanks


batty1224 wrote:
Sun Jul 17, 2022 11:08 am
hzlleo123 wrote:
Sat Jul 16, 2022 11:57 pm
Hi I just got a small question about the dumper - when should I activate it? at main screen, at the lobby or after get into the game? Also, usually how long will it take?
main screen
by hzlleo123
Sat Jul 16, 2022 11:57 pm
Forum: Tables
Topic: Outriders World Slayers CT Tables
Replies: 186
Views: 38508

Re: Outriders World Slayers CT Tables

Hi I just got a small question about the dumper - when should I activate it? at main screen, at the lobby or after get into the game? Also, usually how long will it take?
by hzlleo123
Mon Apr 18, 2022 4:29 pm
Forum: Tables
Topic: ELEX 2 [STEAM]
Replies: 82
Views: 31979

Re: ELEX 2 [STEAM]

I managed to converted the cfemen's item spawner into the AOB format based on the newest version (OP:viewtopic.php?p=238767#p238767) All Credits goes to him
ELEX2_ItemSpawner_v1.04_ENG.CT
(145.15 KiB) Downloaded 199 times
***Update to Current Version, also added batch add***
by hzlleo123
Mon Feb 28, 2022 3:36 am
Forum: Tables
Topic: Elden Ring
Replies: 698
Views: 316264

Re: Elden Ring

Hi, Is there a complete ID list yet? I manage to edit couple enhancement stone ID but I still unable find ID for lv9 enhancement stone. (lv1 to lv8 is 0x????2774 to 0x????277B) But when I tried 0x????277c it just not working Not sure if there is a lvl 9 stone but the somber smithing stone [1] (for ...
by hzlleo123
Mon Feb 28, 2022 1:55 am
Forum: Tables
Topic: Elden Ring
Replies: 698
Views: 316264

Re: Elden Ring

So if you have the game still open, do you mind right clicking on the ID number and doing a "what's accesses this address" and then letting me know what it sends back? I'll look into a more comprehensive item editor with that. Thanks. Hi zachillios, there are 8 of them, 5 are continuously accessing...
by hzlleo123
Mon Feb 28, 2022 12:55 am
Forum: Tables
Topic: Elden Ring
Replies: 698
Views: 316264

Re: Elden Ring

Hi, Is there a complete ID list yet? I manage to edit couple enhancement stone ID but I still unable find ID for lv9 enhancement stone. (lv1 to lv8 is 0x????2774 to 0x????277B) But when I tried 0x????277c it just not working So if you have the game still open, do you mind right clicking on the ID n...
by hzlleo123
Mon Feb 28, 2022 12:18 am
Forum: Tables
Topic: Elden Ring
Replies: 698
Views: 316264

Re: Elden Ring

Hi, Is there a complete ID list yet? I manage to edit couple enhancement stone ID but I still unable find ID for lv9 enhancement stone. (lv1 to lv8 is 0x????2774 to 0x????277B) But when I tried 0x????277c it just not working
by hzlleo123
Fri Feb 25, 2022 6:09 am
Forum: Tables
Topic: Elden Ring
Replies: 698
Views: 316264

Re: Elden Ring

Current I found: HP & OHK: aobscanmodule(aobPlayer_InfHP,eldenring.exe,89 81 38 01 00 00 E8) // should be unique alloc(newmem,$1000,aobPlayer_InfHP) alloc(OHK_Switch,1) registersymbol(OHK_Switch) label(code) label(return) newmem: cmp [rcx+c8],#3145827 jne OHK cmp [rcx+cc],#3145776 jne OHK cmp word p...
by hzlleo123
Sat Dec 18, 2021 4:21 pm
Forum: Tables
Topic: Second Extinction
Replies: 145
Views: 58150

Re: Second Extinction

Hi I just found that during the mission the resources value are editable and can be saved permanently. The following is my code, which will make all the resources that you collected in each run have at least 10000 amount. [ENABLE] aobscanmodule(aobItem_MassReward,SecondExtinction_F.exe,01 39 B0 01 4...