Jump to content

Recommended Posts

Posted

I was looking at a website the other day where it said i can use this programm to make an exe which hit buttons,

i was wondering if it would be possible for me to learn how to make something reletivly easy like a Im spammer like something that will type random stuff then do "enter" like "NooB" Noob" "nOOb" {enter}

please reply,

thankyou

Posted

One last thing, can some1 tell me how to do key strokes ie "enter" "w" etc,

You might want to read the help file on Send().

Then spend some time running the demo scripts that accompany every function in the help file.

Another thing to do is the simple tutorial included in the help file.

When you have trouble getting drowsy before bed time... read the help file.

Did I mention you could learn a lot about AutoIt from the help file?

:whistle:

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
Posted

You might want to read the help file on Send().

Then spend some time running the demo scripts that accompany every function in the help file.

Another thing to do is the simple tutorial included in the help file.

When you have trouble getting drowsy before bed time... read the help file.

Did I mention you could learn a lot about AutoIt from the help file?

:whistle:

yeah i did but i couldnt find the part about the keystrokes
Posted

i now got

; <AUT2EXE VERSION: 3.2.4.9>

; ----------------------------------------------------------------------------

; <AUT2EXE INCLUDE-START: C:\Documents and Settings\Compaq_Owner\Desktop\spam.au3>

; ----------------------------------------------------------------------------

#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.4.9

Author: myName

Script Function:

Template AutoIt script.

#ce ----------------------------------------------------------------------------

MsgBox(0, "Tutorial", "click diolouge box and hit OK")

Send("Noob {tab}{enter}")

Send("nOob {tab}{enter}")

Send("noOb {tab}{enter}")

Send("nooB {tab}{enter}")

Send("NOob {tab}{enter}")

Send("noOB {tab}{enter}")

Send("please gief you skillz {tab}{enter}")

Send("you sux {tab}{enter}")

; ----------------------------------------------------------------------------

; <AUT2EXE INCLUDE-END: C:\Documents and Settings\Compaq_Owner\Desktop\spam.au3>

; ----------------------------------------------------------------------------

Posted

you don't have to have {tab} and {enter} next to each other FYI. I thought you just wanted "{enter}", as I just gave "{tab}{enter}" to show you that you can have several like that next to normal text.

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
×
×
  • Create New...