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
thanks for listening






