Jump to content

Bah

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Ricardo-san

Ricardo-san

    Learning Programmer

  • Members
  • PipPipPip
  • 53 posts
I know nothing about Java.
There is this game. It's coded in Flash. Basically, you're a gunman and you shoot targets. Should be simple really, the targets are red and white, with a red circle at the center...so, would it be possible to program a bot that automatically snaps the mouse to the center, and fires?
I'm thinking in Java would be great.
Lol, if there is a tutorial somewhere, or someone could teach me, fantastic. If not, I can pay someone to code it... :p
But not that much.

#2
Cander

Cander

    Learning Programmer

  • Members
  • PipPipPip
  • 63 posts
A program that move the mouse pointer in Java? Is this possible?

#3
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts

Cander said:

A program that move the mouse pointer in Java? Is this possible?

Yep, while using mouselistener :>
Posted Image

#4
Cander

Cander

    Learning Programmer

  • Members
  • PipPipPip
  • 63 posts
Oh I see.