I'm trying to make a macro recorder but I don't know how to make the program record their movements! Help! D:
What have you done so far ? You'll need to use the Keyboard and Mouse API's to do that !!
Originally Posted by FLAMESABER
What have you done so far ? You'll need to use the Keyboard and Mouse API's to do that !!
Rofl, I've made the listbox and buttons and stuff, I just finished everything. I just needed to learn how to record the keyboard and mouse's movements so when they finish recording, it'll be saved. I'm making a bot for MapleStory on a diff forum.
Posts 1–5 of 5 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by Gasps Its Michael Jackson
Rofl, I've made the listbox and buttons and stuff, I just finished everything. I just needed to learn how to record the keyboard and mouse's movements so when they finish recording, it'll be saved. I'm making a bot for MapleStory on a diff forum.
You just need to learn all the stuff. ROFL !!
Nextgen released API pack which includes Keyboard Hooking and Mouse control APIs. Download them and use them, and then ask what you don't understand in that. For recording macros, you'll need some external storage like XML. Once you've learned how to use API's, I'll tell you how to store and retrieve data via XML.