[Request] how to create a trainer in cheat engine?
how to create a trainer in cheat engine to this model image? with process of choice (pluguins) and how to put the buttons and scripts?
how to create a trainer in cheat engine? Posted on: 11/25/2014 11:07am
Quote Post

how to create a trainer in cheat engine to this model image?
with process of choice (pluguins) and how to put the buttons and scripts?

I tried this process did not work.

CEComboBox1 = component_findComponentByName(CETrainer,"CEComboBox1")
form_show(CETrainer)

change = combobox_getItemIndex(CEComboBox1)
if (change == 1) then
browser = "plugin-container.exe"
end
if (change == 2) then
browser = "opera.exe"
end
if (change == 3) then
browser = "chrome.exe"
end
if (getProcessIDFromProcessName(browser)==nil) then
showMessage("Áðàóçåð Íå Íàéäåí!")
return end
showMessage ("Ïîäêëþ÷èëñÿ!")
openProcess(browser)





and tried this scrpit for the buttons.

autoAssemble([[
Luacall(Aobswap("  02 16 7D ?? ?? ?? ?? 2A" 90 90 90 90 90))

]]
)



want to make a model of how this trainer



 

RE: how to create a trainer in cheat engine? Posted on: 11/25/2014 4:31pm
Quote Post

I'd probably use the KH Easy Trainer Creator to create a template and customize it.

RE: how to create a trainer in cheat engine? Posted on: 11/25/2014 4:43pm
Quote Post

COULD BE, BUT I DO NOT HAVE KH PLUGIN CONTAINER.EXE

I SAW THIS TUTORIAL, FOLLOW ALL VIDEO STEPS PLUS HACK NOT WORKED.