|
You last visited: Today at 22:38
Advertisement
AutoIT Skill Leveler !
Discussion on AutoIT Skill Leveler ! within the CO2 Programming forum part of the Conquer Online 2 category.
12/26/2010, 21:00
|
#1
|
elite*gold: 0
Join Date: Jun 2009
Posts: 239
Received Thanks: 47
|
AutoIT Skill Leveler !
Hey, I Would like someone to help me why AutoIt ISn't doing what i wrote on the code ! This is for Guard lvler :
Guard = F10
Sit=F9
Code:
Code:
Global $win = "[Conquer] Legend Return" ;Name Of Windows
HotKeySet ("{F3}","Terminate")
MsgBox("","Skill F10, Sit =F9",0) ; MSgBox
ControlSend($win,"","","{F10}",0) ; Sends{F10}(Skill)
While 1 ; ( Without Ending)
ControlSend($win,"","","{F9}",0) ; Click On F9 (Sit)
Sleep(11000) ; The Time To Fill The Full Stamina
ControlClick($win,"","","right",1,510,400) ; Click next to me with right click to summon a Guard/Skill !
WEnd ; END
Func Terminate()
exit 0 ;exits the Script by pressing F3
EndFunc
The Problem Is , it doesnt click F10,F9 ! I Tried with ControlSend , But still same.. Anyone Got Idea?
|
|
|
01/05/2011, 18:32
|
#2
|
elite*gold: 0
Join Date: Jan 2011
Posts: 1
Received Thanks: 0
|
my advice for u to use conquer clicky to fix u guard
|
|
|
01/10/2011, 03:56
|
#3
|
elite*gold: 0
Join Date: Dec 2009
Posts: 134
Received Thanks: 403
|
controlsend and controlclick are not good functions for conquer, unless you are using a multi that has background click checks removed; use them for about 5 minutes, and you'll be botjailed.
you also seem to be missing a few parameters; do you use scite (the built-in editor)?
changes/errors are marked in red
Code:
Global $win = [COLOR="Red"]WinGetHandle([/COLOR]"[Conquer] Legend Return"[COLOR="Red"])[/COLOR] ;[COLOR="Red"]Take the handle instead so it doesn't get confused with other windows[/COLOR]
HotKeySet ("{F3}","Terminate")
MsgBox([COLOR="Red"]0, "Skill Leveler", 'Skill F10, Sit F9'[/COLOR]) ; you had put the instructions in the title?
ControlSend($win,"",[COLOR="Red"]""[/COLOR],"{F10}",0) ; Sends{F10}(Skill) ;ControlSend ("title", "text", [COLOR="Red"]controlID[/COLOR], "string" [, flag])
While 1 ; ( Without Ending)
ControlSend($win,"","","{F9}",0) ; Click On F9 (Sit)
Sleep[COLOR="Red"](Random(11000, 11500, 1)[/COLOR]) ; The Time To Fill The Full Stamina ; idk if it would be detectable if it is always the same
ControlClick($win,"",[COLOR="Red"]""[/COLOR],"right",1,510,400) ; Click next to me with right click to summon a Guard/Skill ! [COLOR="Red"]What control are you clicking?[/COLOR]
WEnd ; END
Func Terminate()
Exit 0 ;exits the Script by pressing F3
EndFunc
you are going to either have to get the missing control names from au3info, or use real clicks
|
|
|
 |
Similar Threads
|
XP skill leveler, poisonfog leveler + more
11/25/2009 - CO2 Exploits, Hacks & Tools - 17 Replies
its a noob post but i see all these people requesting hacks and shit for no reason... theres really a simple way to lvl up your xp skills.
put your xp skill on one of the f-key as shortcuts, jam a penny in the f-key that has the xp skill in it. leave it over night and it will lvl up :P
same thing with poison fog. put sit in an f-key, jam that f-key with a penny, get auto clicker from here and set it to right click every 2000 miliseconds (which is 2 seconds). make sure you are in a pk map....
|
Need Tao skill leveler
02/03/2008 - Conquer Online 2 - 0 Replies
Ok, I'm looking for a bot or hack that will level my tornado, i looked on forum but i can't find anything that works. probally me. Just want something i can use in wine zone (caverns) that it will level tornado for me, and picks up gold, gems, mets and db's.
It would be cool if you would help me installing it and explain how it works, cuz im a noobie with this things.
|
Skill leveler!
11/08/2007 - Zero - 2 Replies
Hey this is my own skill leveler using an AC tool from Shocksoft
Works with all patches and will not D/C unless lag
This is my first, so please don't be hating, anyways this leveler features an Ac tool that allows you to continuously clicking with the right or left. The Ac tool isn't mine but I'm featuring it in this packages
Best place to skill bot would be in town, choose a not so laggy area
The setup and everything is included with the leveler.
|
XP skill Leveler
08/22/2007 - CO2 Bots & Macros - 5 Replies
My first contribution,
A XP skill leveler, I was just testing around with AutoIt and thought well lets begin with making something simple, jumping into deep has no use :)
So here is my Xp Skill leveler
It is easy to use:
1) Put ur XP skill on the F2 hotkey,
2) open up XP Skill Leveler
3) Follow the instruction and go to your desired CO screen
|
Exp Skill Leveler
08/14/2007 - CO2 Bots & Macros - 9 Replies
Hi.
This is my first contribution (programwise) to E*PVP-Conquer Online. So please don't flame! (Note: If you feel like you are going to, don't download.) It will level most transformation exp skills such as-
Robot
Water Elf (Fishy)
Night Devil
And most others!
WARNING: THIS BOT WAS MADE WITH AUTOIT, SO IT WILL COME UP AS A TROJAN WITH MOST VIRUSSCANS. USE AT YOUR OWN RISK UNTILL A MOD OK'S IT.
1) Put the skill you want to level in both F9 and F10
2) Run Program
|
All times are GMT +2. The time now is 22:38.
|
|