Jump to content

Send words from txt file in RANDOM order


Recommended Posts

I don't even remember who you are. "Person"? You're trying to hard to not sound like a retard.

Next time you decide to be an ass, and disrespect your elders by saying they are "trying to hard to not sound like a retard", try and make yourself look less of a "retard" by not confusing TOO and TO.

One would think a haXor4life could read the AutoIt help file and make a bruteforce utility without needing somebody on the forum to write it for him.

Link to comment
Share on other sites

Next time you decide to be an ass, and disrespect your elders by saying they are "trying to hard to not sound like a retard", try and make yourself look less of a "retard" by not confusing TOO and TO.

One would think a haXor4life could read the AutoIt help file and make a bruteforce utility without needing somebody on the forum to write it for him.

Everyone's laughing at you when they see your lame attempts at trolling.

But on a second thought.

Bruteforce with mouseclicks? You seemed to be a genuinely mentally challenged person.

And yeah it's a help forum, one would want to try to think some more.

Link to comment
Share on other sites

Ugh, while at work this turned into a flame war :/.

This will be my last post on this topic then

Uhm the idea wasn't to paste

for $i = 1 to random(1,9,1)
  ;the code to be repeatedl
next

just like this into the code, you should put the code to be repeated in the place where it says ;the code to be repeatedl.

I'll show you where to put it, but you should really look at the help (or some basic coding tutorials). A for loop is a very basic coding term/method

In the mouseaction() function

there's a section

Sleep(50) 

    sendwords()
    
MouseClick("left", 840, 500, 1)

make that

Sleep(50) 
  
for $i = 1 to random(1,9,1) 
    sendwords()
next
    
MouseClick("left", 840, 500, 1)
Link to comment
Share on other sites

Yep - I can see you've chosen your nickname very well.

Hope you can manage the huge amount of fans you will get in time ...

Till you "grow up" I'll stay out of any of your threads. Good luck, you'll need it.

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

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...