![]() |
|
Portal |
Downloads |
Arcade |
CD-Key Shop |
Register |
FAQ |
|
|
|
#1 |
|
Knight of Wars
Join Date: 9th Dec 2004
Posts: 114
|
My first script... ChatSpammer
Okay this is the first one i made... Instructions are all inside the RAR file so i guess you can read...
This script would not have been made possible if TS58 did not help me... So most of the credit should go to him... EDIT: Fixed a loop problem whereby the chatbox is closed at the start of the second loop. Please either have 2 lines of text or 4... do not put 3 or 1 as it will cause problems when looping. EDIT: Uploaded new one... With more info... Note: Please do not leave line 3 and 4 empty as it might not work properly Last edited by DrTech; 14th January 2005 at 16:43.. |
|
|
|
|
|
#2 | |
|
Permanently Banned
|
Quote:
good for all those peoplethat spam to sell/ or even I will use it now sence soneone made one. Good jobSome info that will help AutoItSetOption("SendKeyDelay", 1) ;send keys faster default is 10... If WinActive("MapleStory") Then ;script here, not the func() tho Else Sleep (10000); puts a pasue in the loop so if ms isnt running, it doesnt over load older computers(like mine). EndIf ![]() |
|
|
|
|
|
|
#3 |
|
Knight of Wars
Join Date: 12th Dec 2004
Posts: 130
|
good job
|
|
|
|
|
|
#4 | |
|
Knight of Wars
Join Date: 9th Dec 2004
Posts: 114
|
Quote:
Edit: Okay, this is what i added... then when i initiate script... it closes after awhile.. If WinActive("MapleStory") Then Sleep($var2) send("{enter}") $X =1 DO send($textvar1) send("{Enter}") Sleep($var1) send($textvar2) send("{Enter}") Sleep($var1) send($textvar3) send("{Enter}") Sleep($var1) send($textvar4) send("{Enter}") Sleep($var1) Until $X =2 Else Sleep(10000) EndIf Last edited by DrTech; 14th January 2005 at 11:34.. |
|
|
|
|
|
|
#5 | |
|
Permanently Banned
|
Quote:
But to speed up the typing alitte, AutoItSetOption("SendKeyDelay", 1) ;send keys faster default is 10... 1 is fastest. The func() needs to be at the complete end of script, and how you set it up with If WinActive("MapleStory") Then ;script here, not the func() Else Sleep (10000) EndIf Incase you alt tap out of the game, and someone else gets on the computer and presses the pause butten for the hell of it... it dont start sending "$textvar1" outside of the game. Edit: Hrmm, The script closes, eh? Try $X =1 DO If WinActive("MapleStory") Then ;nothing here Else Sleep (10000) EndIf Sleep($var2) send("{enter}") send($textvar1) send("{Enter}") Sleep($var1) send($textvar2) send("{Enter}") Sleep($var1) send($textvar3) send("{Enter}") Sleep($var1) send($textvar4) send("{Enter}") Sleep($var1) Until $X =2 Last edited by TS58; 14th January 2005 at 11:53.. |
|
|
|
|
|
|
#6 | |
|
Knight of Wars
Join Date: 9th Dec 2004
Posts: 114
|
Quote:
gonna put it up... |
|
|
|
|
|
|
#7 | |
|
Permanently Banned
|
Quote:
![]() |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
![]() |
![]() |