Arctic Combat AutoLogin

07/17/2013 01:52 xmTyraelmx#1
hey guys,

i'm wondering if i can write an auto-login ".vbs" script for arctic combat.

My problem is, i don't know how to :P

Can anyone give me some tips ?

already written this part of the code...


set wshshell = createobject("wscript.shell")
WSHShell.Run """D:\Spiele\ArcticCombat\System\ArcticCombat.exe" "", 1, vbFalse

set wshshell = createobject("wscript.shell")
wscript.sleep 9000
wshshell.sendkeys "*********" nick
wshshell.sendkeys "{Tabulator}"
wshshell.sendkeys "*********" Password
wshshell.sendkeys "{enter}"

wscript.sleep 5000

but doesn't matter... won't work unless i've the missing part of the code -.-
I cant see whats wrong with it :(

If anyone can help me i would be happy :D it would be amazing :)

thanks for listening :)
07/20/2013 14:36 Acid#2
#moved
07/20/2013 17:29 MrSm!th#3
#moved
07/20/2013 17:33 Requi#4
Quote:
Originally Posted by MrSm!th View Post
#moved
Das ist VBS. Und nicht VB.NET
07/20/2013 17:44 .SkyneT.#5
Quote:
Originally Posted by Requi View Post
This ist VBS. Und nicht VB.NET
"This ist" :D


btt: a bit more information would be very helpful..
(how the login looks, etc.)