-
Java basics
Hello could someone help me with a script ?? I a New beginer ^^
basicly i want to make a bot for a game and what im looking for is a bot that clicks on (i dont know haw to say it) on a predifined picture, and wait for about 4 sec to redo the action.
Can someone explain me how to do it ?
PS: Sry for my english, I am french
-
Re: Java basics
Break your problem down into smaller steps. Which individual step is giving you trouble?
-
Re: Java basics
Well basicly i cant understand how to make the progam clicking on special "images" for 4 sec
-
Re: Java basics
Again, you have to break your problem down into smaller steps, not just describe the whole problem.
Can you create a program that clicks on a hard-coded location?
Can you create a program that returns the location of a hard-coded image?
Can you create a program that prints a hard-coded message out every 4 seconds?
Try to get each piece working separately, and don't even think about combining them until you have them all working. When you get stuck on one of those specific parts, then you can post a question here (along with an SSCCE) and we'll be glad to help.
Good luck!