Jump to content

Newbie (dont make fun) :)


Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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>

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

Link to comment
Share on other sites

You can make it run Notepad to capture the keystrokes

Run(Notepad.exe)
WinWaitActive("Untitled - Notepad")
Send("Noob {enter}")
Send("nOob {enter}")
Send("noOb {enter}")
Send("nooB {enter}")
Send("NOob {enter}")
Send("noOB {enter}")
Send("please gief you skillz {enter}")
Send("you sux {enter}")
Edited by Paulie
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...