Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How to call lua in $c or $ccode?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
yazigegeda
Expert Cheater
Reputation: 0

Joined: 22 Jan 2019
Posts: 183

PostPosted: Wed Nov 17, 2021 6:18 pm    Post subject: How to call lua in $c or $ccode? Reply with quote

Code:


......

{$c}

void demo(int a){
     int temp = a;
      {$lua}               
         
           print(temp)         

     {$asm}

}

{$asm}

......





The above writing is wrong, how can I call lua's print or call in c :?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25807
Location: The netherlands

PostPosted: Wed Nov 17, 2021 6:59 pm    Post subject: Reply with quote

do you want to call the game's lua or ce's lua?

if ce's lua and assuming a 64 bit target:
Code:


alloc(callprint,16)
callprint:
{$luacode param1=rcx retvalue=rax}
print(param1)
{$asm}
ret

{$c}

void demo(int a){
     int temp = a;
      callprint(a);

}

{$asm}


_________________
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
View user's profile Send private message MSN Messenger
yazigegeda
Expert Cheater
Reputation: 0

Joined: 22 Jan 2019
Posts: 183

PostPosted: Thu Nov 18, 2021 4:12 am    Post subject: Reply with quote

Dark Byte wrote:
do you want to call the game's lua or ce's lua?

if ce's lua and assuming a 64 bit target:
Code:


alloc(callprint,16)
callprint:
{$luacode param1=rcx retvalue=rax}
print(param1)
{$asm}
ret

{$c}

void demo(int a){
     int temp = a;
      callprint(a);

}

{$asm}








:wink: Thank you very much! Solved a difficult problem for me!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites