can i learn how to make thats tools pleas i want to learn thats
Sure, it's really easy actually. Click the link in my signature = "Read the guide on how to survive elitepvpers" - that'll give you some good beginning scripting knowlage.
Quote:
Originally Posted by vlajkoros
its not clean, i scan with avire, there have virus :S
Yes, if you actually read the first page, you'd know that there will be falsepositives because it was made with AutoIt. If you don't trust me, don't use it. Also, this has been up quite a while so if it was really a virus a mod would've closed this by now...
Ok, I want to make sure...this can be used to train an XP skill or no? If so, what do I put in to make F4 work for a skill? I have night devil on one of my characters and want to train it overnight.
Ok, I want to make sure...this can be used to train an XP skill or no? If so, what do I put in to make F4 work for a skill? I have night devil on one of my characters and want to train it overnight.
Yes it can. If you want, put ND in any of the F boxes - for example F4. Then, in the autotalker put {F4}. It will keep hitting the F4 key as long as Conquer is maximized, and if you get an exp skill, when it hits F4, your char will do ND.
Credits: Core Programming by Hok- Special thanks to Hiyoal and UPSman2
thats the source!?! ok where did u need help o0
Code:
MAIN()
Func MAIN()
$RUNNER = 0
#region ### START Koda GUI section ### Form=
Global $FORM1 = GUICreate("Hok's Autotalker for E*PVP", 594, 122, 197, 224)
GUISetBkColor(128)
Global $INPUT = GUICtrlCreateInput("Input your text here.", 8, 48, 425, 21)
Global $INPUT1 = GUICtrlCreateInput("Input the time between each message. (Milliseconds)", 8, 72, 425, 21)
$START = GUICtrlCreateButton("Start", 448, 24, 137, 57, 0)
$CREDITS = GUICtrlCreateLabel("Credits: Core Programming by Hok- Special thanks to Hiyoal and UPSman2", 8, 8, 357, 17)
GUICtrlSetBkColor(-1, 16711680)
GUISetState(@SW_SHOW)
#endregion ### END Koda GUI section ###
TrayTip("Hok's AutoTalker for E*PVP", "Type what you would like to say in the box, then press start. Pressing Ctrl + Alt + x will stop the macro. Enjoy.", 10)
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $START
GUISetState(@SW_HIDE)
ExitLoop
EndSwitch
WEnd
EndFunc
START()
Func STOP()
$RUNNER = 1
GUIDelete($FORM1)
MAIN()
EndFunc
Func START()
While $RUNNER = 0
HotKeySet("^!x", "Stop")
$TEXT = GUICtrlRead($INPUT)
$TIME = GUICtrlRead($INPUT1)
Sleep(800)
Send($TEXT)
Send("{ENTER}")
Sleep($TIME)
WEnd
EndFunc
Credits: Core Programming by Hok- Special thanks to Hiyoal and UPSman2
thats the source!?! ok where did u need help o0
Code:
MAIN()
Func MAIN()
$RUNNER = 0
#region ### START Koda GUI section ### Form=
Global $FORM1 = GUICreate("Hok's Autotalker for E*PVP", 594, 122, 197, 224)
GUISetBkColor(128)
Global $INPUT = GUICtrlCreateInput("Input your text here.", 8, 48, 425, 21)
Global $INPUT1 = GUICtrlCreateInput("Input the time between each message. (Milliseconds)", 8, 72, 425, 21)
$START = GUICtrlCreateButton("Start", 448, 24, 137, 57, 0)
$CREDITS = GUICtrlCreateLabel("Credits: Core Programming by Hok- Special thanks to Hiyoal and UPSman2", 8, 8, 357, 17)
GUICtrlSetBkColor(-1, 16711680)
GUISetState(@SW_SHOW)
#endregion ### END Koda GUI section ###
TrayTip("Hok's AutoTalker for E*PVP", "Type what you would like to say in the box, then press start. Pressing Ctrl + Alt + x will stop the macro. Enjoy.", 10)
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $START
GUISetState(@SW_HIDE)
ExitLoop
EndSwitch
WEnd
EndFunc
START()
Func STOP()
$RUNNER = 1
GUIDelete($FORM1)
MAIN()
EndFunc
Func START()
While $RUNNER = 0
HotKeySet("^!x", "Stop")
$TEXT = GUICtrlRead($INPUT)
$TIME = GUICtrlRead($INPUT1)
Sleep(800)
Send($TEXT)
Send("{ENTER}")
Sleep($TIME)
WEnd
EndFunc
AutoTalker 06/07/2008 - CO2 Exploits, Hacks & Tools - 5 Replies Hey, i found an autotalked while i was lookin for something on my computer and found a *Runescape AutoTalker* and i tried it in conquer and it worked.
no credits go to me but i did buy it long time ago :D so yeah. here you go. and if you dont like it please dont flame. im just tryin to help.
AutoTalker 05/04/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 6 Replies Hey,
I am from the Conquer Online section, and this bot was made for Conquer. I am thinking it might work for this game too so give it a shot. Tell me if it doesn't work and fails horribly.
:D
~Hok~
AutoTalker 04/28/2008 - CO2 Bots & Macros - 8 Replies Welcome to my AutoTalker- which is currently in an alpha stage (AKA I made it in five minutes and want feedback.) Warning: I made this bot with autoit, and scanners will sometimes show autoit files as Trojans, but you can decompile the code with any autoit decompiler from .exe to .au3 and read it over.
Thanks is accepted! If you like it, press the thanks button. I need more feedback though.
Instructions:
1. Open the AutoTalker
2. (Have Conquer or any other game open, or open it now)
3....
AutoTalker 04/27/2008 - Conquer Online 2 - 50 Replies Welcome to my AutoTalker- which is currently in an alpha stage (AKA I made it in five minutes and want feedback.) Warning: I made this bot with autoit, and scanners will sometimes show autoit files as Trojans, but you can decompile the code with any autoit decompiler from .exe to .au3 and read it over.
Thanks is accepted! If you like it, press the thanks button. I need more feedback though.
Instructions:
1. Open the AutoTalker
2. (Have Conquer or any other game open, or open it now)
3....