Page 1 of 1

I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Mon Aug 07, 2023 10:49 am
by bubu2110
I have a table ( not mine ) for Three Kingdoms Lastwarlord but 2 scripts's not working

Sell items to Caravan to Add/Multiply

[Image

Image

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"threekingdoms.exe"+610DCC) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
//sub eax,r9d
add eax,r9d
mov [rcx+18],eax

exit:
jmp returnhere

"threekingdoms.exe"+610DCC:
jmp newmem
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"threekingdoms.exe"+610DCC:
sub eax,r9d
mov [rcx+18],eax
//Alt: db 44 29 C8 89 41 18
Image

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"threekingdoms.exe"+610DCC) 
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here

originalcode:
//sub eax,r9d
imul eax,r9d
mov [rcx+18],eax

exit:
jmp returnhere

"threekingdoms.exe"+610DCC:
jmp newmem
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"threekingdoms.exe"+610DCC:
sub eax,r9d
mov [rcx+18],eax
//Alt: db 44 29 C8 89 41 18
Image

I'm new for cheat engine.....so i can't do anything
Help me please....!!! :( :( :( :(

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Mon Aug 07, 2023 11:37 am
by bubu2110
Anyone help me ??? :( :( :(

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Tue Aug 08, 2023 1:19 pm
by bubu2110
+1

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Tue Aug 08, 2023 1:36 pm
by Rhark
Why not ask the person who made the table if they can update it?

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Tue Aug 08, 2023 5:06 pm
by bubu2110
Rhark wrote:
Tue Aug 08, 2023 1:36 pm
Why not ask the person who made the table if they can update it?
I did, but but he he haven't respond....and his last active is from Aug :cry: :cry: :cry:

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Tue Aug 08, 2023 6:32 pm
by Rhark
bubu2110 wrote:
Tue Aug 08, 2023 5:06 pm
Rhark wrote:
Tue Aug 08, 2023 1:36 pm
Why not ask the person who made the table if they can update it?
I did, but but he he haven't respond....and his last active is from Aug :cry: :cry: :cry:
It is August now... Maybe have some patience 😀

Re: I need help fixing a table.....!!! Three Kingdoms Last Warlord

Posted: Wed Aug 09, 2023 3:31 am
by bubu2110
Rhark wrote:
Tue Aug 08, 2023 6:32 pm
bubu2110 wrote:
Tue Aug 08, 2023 5:06 pm
Rhark wrote:
Tue Aug 08, 2023 1:36 pm
Why not ask the person who made the table if they can update it?
I did, but but he he haven't respond....and his last active is from Aug :cry: :cry: :cry:
It is August now... Maybe have some patience 😀
I hope so..... :?