► DEVELOPERS -DARKORBIT BOT ◄

03/14/2017 19:27 orys#31
#UPDATE ,
New codes or projects will be added in the future,
next update: login in c# with Http
03/14/2017 19:31 killzone#32
Quote:
Originally Posted by orys View Post
Hi,

yes but I'm afraid that can intercept the packages :confused:
What do you mean intercept the packages?
Also, you wrote:
Code:
Me.setupReuqest("http://darkorbit.com")
03/14/2017 19:37 orys#33
Quote:
Originally Posted by killzone View Post
Also, you wrote:
Code:
Me.setupReuqest("http://darkorbit.com")
if you look at that code was shared by a user in the first comments a long time ago :D
03/15/2017 20:05 lenclstr746#34
How do I know if my invisibility is open with "auto it"???
03/15/2017 21:19 orys#35
Quote:
Originally Posted by lenclstr746 View Post
How do I know if my invisibility is open with "auto it"???
Include the library:

Quote:
Code:
#include <ImageSearch.au3>
Download ImageSearch: [Only registered and activated users can see links. Click Here To Register...]

Code:
Quote:
Code:
HotKeySet("s", "checkForImage") ; key s to start
HotKeySet("p", "pause")             ; key p to pause

global $y = 0, $x = 0  ; declare the coordinates x and y 

Func checkForImage() ; start the Function that searches the image
Local $search = _ImageSearch("Image.bmp", 0, $x, $y, 0)  ; image.bmp( put the picture you have to look)
If $search = 1 Then
MouseMove($x, $y, 10) ; move mouse on Image if exist
EndIf
EndFunc  ; end func
Func pause()
sleep(9999)
EndFunc
Final Visual:
Code:
#include <ImageSearch.au3>

HotKeySet("p", "checkForImage")
HotKeySet("p", "pause") 
global $y = 0, $x = 0

Func checkForImage()
local $search =  _ImageSearch("Image.bmp", 0, $x, $y, 0) 
If $search = 1 Then
MouseMove($x, $y, 10)
EndIf
EndFunc

Func pause()
sleep(9999)
EndFunc
I suggest you look at this guide:[Only registered and activated users can see links. Click Here To Register...]
04/03/2017 20:06 lenclstr746#36
aBot download link is broken pls refresh