Jump to content

i made a spam script but i need to make a gui please help


Recommended Posts

so i am making a spam script wich basically keeps sending the text you tell it to,

this is my script:

while 1=1
hotkeyset ("a","spam")
hotkeyset("s","stop")
wend
func spam ()
while 1=1
send ("hoi :)")
send ("{enter}")
WEnd
EndFunc
func stop ()
msgbox(1,"stop","hij is gestopt")
EndFunc

as you may be able to read once you hit A it starts and once you hit S it sends you a msbox so it stops until you click ok

but it only sends hoi :) and i want the user to be able to input the text they want it to spam using a gui so when you type hellooooo in it it will spam that

can someone please tell me how to do this i am kind of a noob heheh but i wanna learn this so please explain in normal english xD

thanks,

dragonheurt

ps: the user defined text such as the msbox text are in dutch.

Edited by dragonheard
Link to comment
Share on other sites

i made a few adjustments (1 lool)

now it spams whatever you type in the textfile

...

its a beginning but i wanna learn gui :)

heres the code:

$text = wingettext ("text to spam in here.txt - Kladblok")
while 1=1
hotkeyset ("a","spam")
hotkeyset("s","stop")
wend
func spam ()
while 1=1
send ($text)
send ("{enter}")
WEnd
EndFunc
func stop ()
msgbox(1,"stop","hij is gestopt")
EndFunc

thanks in advance,

dragonheurt

Link to comment
Share on other sites

  • Moderators

dragonheard,

Before you post again I suggest you read the Forum Rules - particularly the bit that says:

"Do not discuss any of the following:

SPAM tools"

So you will get no help and this thread will now be locked. :naughty:

Looking at your history here it is clear that you are not making much effort to fit in. Make sure any future posts are legal or you will be removed from the forum. :mad:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...