Posted: Wed Dec 14, 2016 9:43 pm Post subject: Call function in cheat engine
I want to call the function that prints hello world
Try to copy the function to the auto assembler and execute it but it does not work
how call the function to print again hello world from cheat engine?
This is the source code of the exe
Code:
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
system("PAUSE");
return 0;
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