PogoCheats Forum

Pogo Cheats => Club Pogo => Topic started by: sser on July 17, 2004, 08:20:14 PM

Title: ?
Post by: sser on July 17, 2004, 08:20:14 PM
how do u make a auto?
Title: Re: ?
Post by: Bizach0620 on July 17, 2004, 08:41:36 PM
Do a search on Google.  You can find info there
Title: Re: ?
Post by: ronandamee1 on July 17, 2004, 08:53:37 PM
You don't make autos. You buy autos from Oscar. ;)
Title: Re: ?
Post by: sser on July 17, 2004, 08:56:57 PM
under wut
Title: Re: ?
Post by: Bizach0620 on July 18, 2004, 08:51:58 AM
You search under what you are looking for.
Title: Re: ?
Post by: Token Monster (iaMnafetS) on July 18, 2004, 11:28:44 AM
You make an auto with 2 things:

A way to interface with the game, be it intercepting and returning packets or moving the mouse through Java Robot (whatever) or just sending the click command low level through some API call to the screen.  Depending upon how your auto works you may also have to find a way to read from the screen, the most common method being to look at colors, but there are other ways :).

An algorithm to solve the puzzle or do whatever.  This is usually the hardest part.  A simple blackjack auto would work like this:

Deal
Read Cards
While < 16
    Hit
Repeat

Now, turn that into code, watch for intermissions, dialogs, make sure the timing seems semi-random etc.  It's not an easy process, but it's actually a pretty good programming excersize (or Macro if you're ghetto like that).  Anyways, if you're not really into it you can really help out auto makers by purchasing their's for little money.
Title: Re: ?
Post by: Super Duckie on July 18, 2004, 05:06:32 PM
i may have to try and make one someday, just to see if i can do it