[Darkorbit] how to buy cloak

09/18/2012 14:42 fuso98#1
I want to make a script that automatic buy cloak in darkorbit. How i can do it??? with tcp???
09/18/2012 19:20 Ludder231#2
yes. With TCp, WinHttp or WebTcp.
09/18/2012 20:56 fuso98#3
ok but it have to work in background... how i can make it, i don't know what is the command to sent at server
09/18/2012 21:35 YatoDev#4
write a packet bot or a IE Bot (#include <ie.au3>) if you dont know something about packets then make a ie bot .
09/18/2012 22:13 fuso98#5
ok i will test it
09/19/2012 14:15 YatoDev#6
Code:
#include<ie.au3>
_Login()
Func _Login()
Global $server=InputBox("Server","type here your server shortcut")
Global $sid=InputBox("sid Login","Type you sid here")
$IE = _IECREATEEMBEDDED()
Global $Bot = GUICreate("Form1", 1280, 720)
GUICtrlCreateObj($IE, 0, 0, 1280, 720)
GUISetState(@SW_HIDE)
_IENAVIGATE($IE,$server&'.darkorbit.bigpoint.com/indexInternal.es?dosid='&$sid)
EndFunc
this is my login script . if you want to make it with username and passwort make
Code:
ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y]]]] )
For Galaxy gates you can do something like this :
Code:
	$IE = _IECREATEEMBEDDED()
	;$Bot = GUICreate("Form1", 1280, 720) ;i dont know if it works 
	GUICtrlCreateObj($IE, 0, 0, 1280, 720)
	_IENAVIGATE($IE,'http://'&$server&'.darkorbit.bigpoint.com/indexInternal.es?action=internalGalaxyGates')
	ControlClick($TITLE,$TEXT,$BUTTON,$CLICKS,$X,$Y)
the 2. code doesnt work now .
Mayby you can give me a thanks ?
:handsdown:
09/19/2012 14:31 Ludder231#7
U'll get a logout if you do this. You can't stay logged in with 2 prgorammes. If you play DO and then u log in with your script you'll get a logout
09/19/2012 14:34 YatoDev#8
Yes but his question was how to buy . He can make a function to copy login link so he can fast relog
09/19/2012 19:42 fuso98#9
ok but this script work in background or the windows must be open??
09/19/2012 20:16 YatoDev#10
Code:
GUISetState(@SW_HIDE)
This hide the GUI of internet exploerer . i can help you more if you want . Im writing a IE BOT for darkorbit at this moment .

Can you mayby speak german ?
09/19/2012 20:22 fuso98#11
i'm italian, but i can speak english and franch :)... i can help you if you want... but i know only autoit :(
09/19/2012 20:27 YatoDev#12
I dont need help . I try to make a UDF for Darkorbit IE bots so everyone can make a Darkorbit bot :)
09/19/2012 20:33 fuso98#13
ah okok excuse me ;) but when you think you can finish it
09/19/2012 20:40 YatoDev#14
Code:
;_LOGIN 
;_GG
;_TRADE
;_SKYLAB
;_PILOT
;_SHOP
;_CLAN
;_QUEST
;_IUP /Item upgrading
Ive done already :
Code:
;_LOGIN 
;_GG
;_TRADE / 50 %
;_SKYLAB
;_QUEST
And i want to make a func to save the login link to clibboard because you get logged out . (Ludder231 idea)
09/19/2012 20:43 fuso98#15
very good :D