View previous topic :: View next topic |
Author |
Message |
skycool How do I cheat?
Reputation: 0
Joined: 17 May 2020 Posts: 3
|
Posted: Sun May 17, 2020 12:26 am Post subject: Delphi to lua script |
|
|
can someone help me convert this so i can use it on cheat engine??
procedure TelaPrintf(Text : String; SystemC : Integer);
assembler;
const
Addr : DWORD = $0059356D;
asm
PUSH 07
PUSH SystemC
PUSH EAX
MOV ECX, 00B8C598h
CALL Addr
end;
//To use this
TelaPrintf('Test', 2 ;
anyhelp will do
|
|
Back to top |
|
 |
skycool How do I cheat?
Reputation: 0
Joined: 17 May 2020 Posts: 3
|
Posted: Sun May 17, 2020 10:40 pm Post subject: Re: Delphi to lua script |
|
|
Is it possible to do this function in lua script?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Mon May 18, 2020 1:53 am Post subject: |
|
|
Code: |
executeMethod(0, nil, 0x0059356D, 0xB8C598, text, systemc, 7)
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
skycool How do I cheat?
Reputation: 0
Joined: 17 May 2020 Posts: 3
|
Posted: Mon May 18, 2020 6:07 am Post subject: |
|
|
I get an error when compiling the script
Description: |
|
Filesize: |
32.24 KB |
Viewed: |
1378 Time(s) |

|
|
|
Back to top |
|
 |
|