Memory Bot for Android Games

04/07/2018 10:45 podahmad#1
Can any help me...i need to make a memory based bot for an android game..

Is it possible...if yes guide me plz or give me links where i can get help

BUMP
04/07/2018 19:28 elmarcia#2
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
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
[Only registered and activated users can see links. Click Here To Register...]
04/07/2018 19:29 killzone#3
You're attaching it to the Nox Process?
04/07/2018 19:41 elmarcia#4
Quote:
Originally Posted by killzone View Post
You're attaching it to the Nox Process?
Yes
04/09/2018 11:36 podahmad#5
Quote:
Originally Posted by elmarcia View Post
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
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
[Only registered and activated users can see links. Click Here To Register...]
Thnkuu im looking into it...
if i need any help ill post here and ask for ur guidance

Quote:
Originally Posted by elmarcia View Post
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:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
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
[Only registered and activated users can see links. Click Here To Register...]
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