[RELEASE] Circle Tool by hoocrax

07/07/2011 17:06 elder ray#106
ok in a bit
07/07/2011 17:08 elder ray#107
Keeps saying you need to enter [Only registered and activated users can see links. Click Here To Register...] in order to download the latest version lol , but does it work in 3-2 map?
07/07/2011 19:57 Fuchseibua123#108
have you made the video? :(
07/10/2011 16:33 hoocrax#109
Strange.. try re-download. Working for me :)
07/11/2011 19:31 mohdghulamali#110
hoocrax... mine cant circle my mouse move only a lil bit distance.. i increase radius and dec too,, bt noting hapen.. me new thats y dont know any think dont mind
07/11/2011 19:39 mohdghulamali#111
hoocrax make a video of this plz,,, i cant understand ......,.,.,
07/17/2011 14:24 vandbnc#112
Maybe hoocrax can explain this virustotal report?

[Only registered and activated users can see links. Click Here To Register...]
07/17/2011 15:11 hoocrax#113
Sure can :)
My script downloads a text file from my ftp.
Reads the first line, matches it with the thing in the script to check version.

So, since ppl make stuff with the INetGet function to download malware and hack them, this is just simple downloading of a file to check version..

This is the code why that message is shown by anti - virus

Code:
SplashTextOn("","Checking For the Latest Version..", 250, 45,-1,-1, 1, "", 10, 900)
#notrayicon
FileDelete(@TempDir & "\version.txt" )
InetGet( "http://hoocrax.********/version.txt" ,@TempDir & "\version.txt" , 1 , 0 )
$file = FileOpen (@TempDir & "\version.txt" , 0 )
$ver_server = FileReadLine( $file , 1 )
$ver_pc = IniRead( "Settings.ini" , "Info" , "Version" , "" )
If $ver_server = $ver_pc or $ver_server = "" Then
FileClose ( $file )
FileDelete (@TempDir & "\version.txt" )
splashoff()
SplashTextOn("","You have the latest version !", 250, 45,-1,-1, 1, "", 10, 900)
sleep(600)
splashoff()
Else 
splashoff()
$answer = InputBox("Version Too Old !", "The version you are using is old, please download the latest version from the link below !", "http://www.elitepvpers.com/forum/darkorbit/1218546-release-circle-tool-hoocrax.html", "", 400,150)
ProcessClose("Circle-Tool-v1.3.exe") 
EndIf
07/17/2011 16:46 vandbnc#114
Then this code is outdated since:

ProcessClose("Circle-Tool-v1.3.exe")


Maybe new version has diffrent code, but I wouldn`t mind a version that is NOT connecting to anything.

Let it be my problem if it`s an old version.
Could you do such a version, that don`t need to connect to anything, not FTP, not any external program?

Thankx!
07/17/2011 17:15 hoocrax#115
Quote:
Originally Posted by vandbnc View Post
Then this code is outdated since:

ProcessClose("Circle-Tool-v1.3.exe")


Maybe new version has diffrent code, but I wouldn`t mind a version that is NOT connecting to anything.

Let it be my problem if it`s an old version.
Could you do such a version, that don`t need to connect to anything, not FTP, not any external program?

Thankx!
Well not much difference in the main code.
The processClose is now replaced with
Exit 0


See below ( the latest version's update code ):
Code:
SplashTextOn("","Checking For the Latest Version..", 250, 45,-1,-1, 1, "", 10, 900)
#notrayicon
FileDelete(@TempDir & "\version.txt" )
InetGet( "http://hoocrax.********/version.txt" ,@TempDir & "\version.txt" , 1 , 0 )
$file = FileOpen (@TempDir & "\version.txt" , 0 )
$ver_server = FileReadLine( $file , 1 )
$ver_pc = IniRead( "Settings.ini" , "Info" , "Version" , "" )
If $ver_server = $ver_pc or $ver_server = "" Then
FileClose ( $file )
FileDelete (@TempDir & "\version.txt" )
splashoff()
SplashTextOn("","You have the latest version !", 250, 45,-1,-1, 1, "", 10, 900)
sleep(600)
splashoff()
Else 
splashoff()
$answer = InputBox("Version Too Old !", "The version you are using is old, please download the latest version from the link below !", "http://www.elitepvpers.com/forum/darkorbit/1218546-release-circle-tool-hoocrax.html", "", 400,150)
Exit 0 
EndIf

Because , if the file is renamed, the program wont close and still run.
Well the connecting part is like the update function.. so..
Well.. maybe i can try INetRead.. not sure.. ill try tomorrow.
And sure , all the previous versions were without connecting / updating.. its just to make the users up - to -date.. because i might make some major changes and people might not know about it ( Like the mouseclick -> mousedrag which was the most MAJOR update ever ).


I have no intention of spreading any virus / keylogger / trojan to anyone. My scripts are completely safe and trusted :)
07/19/2011 16:09 hoocrax#116
Updated first post :P
Sorry guys I did not notice that v2.0 was in the main page and people kept downloading that and it kept saying u have the old version.. Sorry..
07/19/2011 17:19 SUPERZETH#117
can some one send an private message for the best settings for circeling in the gate :)
07/19/2011 18:53 hoocrax#118
Idk ... because i combine my 2 scripts in gates. One is circle tool on map ( small radius + high speed map clicking ( mouseclick version ) ) and one script that searches for pixel color in alien repeatdly and clicks on and starts shooting it with r egular time intervals. So, I automate my GG like this.
07/19/2011 20:37 ĤΛƇҠ#119
Very good tool
Used it for gg beta & gamma
07/19/2011 21:17 Fuchseibua123#120
i dont work for mee Pleeeeeeaaaaaaassssseeeee make a video ;(