New AutoTalker with GUI (MultiFunction Tool!)

04/19/2009 14:32 XMasterrrr#31
i like it thnx
04/19/2009 15:18 hok30#32
Quote:
Originally Posted by XMasterrrr View Post
i like it thnx
I'm glad. I made that SOOOOOOOOOOOOO long ago... A bit of a bump - eh?
04/19/2009 17:34 XMasterrrr#33
can i learn how to make thats tools pleas i want to learn thats
04/20/2009 20:26 elpop#34
thanks
04/20/2009 21:18 vlajkoros#35
its not clean, i scan with avire, there have virus :S
04/20/2009 23:43 hok30#36
Quote:
Originally Posted by XMasterrrr View Post
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 View Post
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...

:P

- Hok
04/21/2009 07:59 gulpi_de_gulat#37
there is a virus scan by avast 4.8
05/03/2009 05:10 DragonGoddess#38
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.
05/03/2009 16:44 hok30#39
Quote:
Originally Posted by DragonGoddess View Post
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.
05/04/2009 21:09 Azunai#40
thats hard....

sry but i cant understand why the hell?
Code:
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
05/05/2009 01:07 hok30#41
Quote:
Originally Posted by Azunai View Post
thats hard....

sry but i cant understand why the hell?
Code:
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

Something like that. I made this a while ago.
05/05/2009 03:32 Renn AKA Lee#42
A surgestion. i surgest you let us add more than 1 messege in so we can advertise for diffrent sites ect
05/05/2009 23:52 hok30#43
Quote:
Originally Posted by Renn AKA Lee View Post
A surgestion. i surgest you let us add more than 1 messege in so we can advertise for diffrent sites ect
This is no longer being updated lol. From the lack of thanks, I can tell that not very many people liked it.
05/15/2009 03:35 jomong213#44
hopw to stop it?
09/13/2009 23:24 ax5#45
VIRUS