Quote:
Originally Posted by elmarcia
I made one for Summoner Wars using autoit for sending keystrokes and reading memory of currentEnergy and game state from nox emulator. The thing is that in a VM u won't have static pointers, so u search for the address u want every time u run the game and update your script, or use pattern search scan so u can get it dinamically.
Links:

If u know C then use it, but for bots and sending keystrokes is best using autoit.
Also make sure in your Cheat Engine settings to check MEM_MAPPED
|
Thnkuu im looking into it...
if i need any help ill post here and ask for ur guidance
Quote:
Originally Posted by elmarcia
I made one for Summoner Wars using autoit for sending keystrokes and reading memory of currentEnergy and game state from nox emulator. The thing is that in a VM u won't have static pointers, so u search for the address u want every time u run the game and update your script, or use pattern search scan so u can get it dinamically.
Links:

If u know C then use it, but for bots and sending keystrokes is best using autoit.
Also make sure in your Cheat Engine settings to check MEM_MAPPED
|
Ive made one bot in autoit...it was pixel bot and now i want to get a step
deeper...
im good in C, not and expert though,,
i learn as i go ahead..
could u give me some links to understand all the process i mean im starting
from scratch and dont know much about memory bots..
throw me some links plz...ill study and learn