Jump to content

Help - Spam Script


Ravage
 Share

Recommended Posts

Well hello there.

I'm posting here because i'm stuck on my spam script, and i'd like to get some help with it.

My spamscript now:

Sleep (500)

$regels2 = 0

$regels = Inputbox ( "Regels?", "Hoeveel regels wil je?", "", " M" )

if @error = 1 then

Exit

else

sleep (1000)

endif

$tekst = Inputbox ( "Tekst?", "Welke tekst?", "", " M" )

if @error = 1 then

Exit

else

MsgBox ( 0, "Tijd", "Je hebt 5 seconde de tijd om het typbalkje te selecteren" )

endif

sleep (5000)

send($tekst)

Send("^{a}")

Send("^{c}")

Send("{BS}")

Do

Send("^{v}")

Send("{Enter}")

$regels2 = $regels2 + 1

Until $regels2 = $regels

The first input box asks how many times he needs to spam a certain line.

The second input box asks what text it needs to spam.

The message box says the typewindow needs to be activated in 5 seconds.

The working of the script:

It first types the text the user said it needed to type, then it copy's it and then it'll paste it as many times as you wanted.

Anyway, here's my problem, is it possible to only enter numbers in the first input box? Cause if I put some words in it it'll spam alot :)

And another problem is that when I put an ! in the inputbox it won't read the current input and it'll do the previous one.

Thanks in advance,

Ravage.

Link to comment
Share on other sites

no, I will not help you make yet another spambot for Diablo 2, or WoW, or Guild Wars, or some other game.

seconded...

- MoChr(77)& Chr(97)& Chr(100)& Chr(101)& Chr(32)& Chr(121)& Chr(97)& Chr(32)& Chr(108)& Chr(111)& Chr(111)& Chr(107)-------I've told you 100,000 times not to exaggerate!-------Don't make me hit you with my cigarette hand...-------My scripts:Random Episode Selector, Keyboard MouseMover, CopyPath v2.1, SmartRename for XP,Window Tracer[sup]New![/sup]

Link to comment
Share on other sites

seconded...

Thirdeded... OK that's not a word...

Tertiary affirmative signal, per Robert's Rules Of Order...

@Ravage: Go away and come back when you want to script something non-malicious.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...