using ARROW KEYS

Vb Noob

Member
Joined
Oct 12, 2005
Messages
14
Programming Experience
Beginner
Ok i want to figure out how to make a program that automatically uses arrow keys and clicks. I'm not trying to cheat or anything and it's perfectly legitimate because this isn't even a 'real' game that counts for anything.

But it still is a game lol.

http://www.xgenstudios.com/play/stickrpg

I want to get it so it auto walks to the job... clicks and works 3 times... then automatically goes to the university and study for 1 time. You use arrow keys to walk and the mouse to click.

I'm not sure how to really start, but I would like to figure it out. If you look at the game for 1 second you'll be able to understand it's pretty self-explainitory.

It's a flash player btw that plays the game. I just want to figure this out so I can make it do some basic things so I can learn vb better.

Thanks.
 
Mouse Clicks and Keyboard events

I made another thead but that one was very vague.

I want to do the following:


On F8 click then run a function;

on the function i want it to do this

Arrow key left
Arrow key down

(If there is a way to hold down the left arrow key for 5 seconds, other wise i want to hit it a few times.. but only write it once, I can figure it out I just want the function)

then I want to mouse click at a certain area... (tell me how to find this specific point out on the screen... it's not on the program)

then I want it to repeat... I am gonna make it do a lot more but I just wanan figure out how to make it press the arrow keys and mouse click at a specific point.

Thanks!
 
Back
Top