|
|
|
 |
Posted 2004-08-31, 03:43 PM
in reply to `Insolence`'s post starting "I don't see any credit given to me... I..."
|
 |
 |
 |
`Insolence` said:
I don't see any credit given to me... I practically wrote it.
|
Thanks for the $gamename input box knowledge you shared with me. And the other Autoit help you provided, you are very skilled with autoit. Oh yea this is only my 2nd script i've made besides a couple little things like timers and shit and item drop script.
and this is quite a bit different than snargs. Snargs is messed unless you change the delays using his source and compile it yourself.
This has delays
mouseclick("left", 712, 483, 1 ,2) ;Click 'Join'
sleep ( 300 )
Send ( $gamename , 0 )
sleep(200)
Send ( '{TAB}' )
sleep(200)
Send ( $password , 0 )
sleep(200)
Send ( '{ENTER}' )
sleep ( 300 )
Wend
Between each command.
Last edited by nddwind; 2004-08-31 at 03:49 PM.
|
 |
 |
 |
|
|
|
|
|
|
|