Jump to content

kskatec

Members
  • Posts

    12
  • Joined

  • Last visited

kskatec's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. So put a sleep between each line?
  2. So I made this script that spams, but it types it WAY too fast. What should the sleep be set at? HotKeySet("{end}","spam") While 1 sleep(10) WEnd Func spam() send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") send("Spam.") send("{enter}") EndFunc
  3. Heres a better description of what I want. I want it to ENTER type Sit then ENTER again. Then ENTER the ENTER. etc. Just need it to go slow between typing and ENTER.
  4. Your's works but why wont mine?
  5. When I do this, I press End and the script automatically quits out.
  6. Speed still is an issue, I just need to slow it down some... Edit: Just read it, how come it doesnt work with my script though?
  7. For some reason when I run this script the sleep doesnt do anything, it still works like sleep is at zero.. #cs ---------------------------------------------------------------------------- AutoIt Version: 3.2.11.1 (beta) Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here HotKeySet("{end}","spam") While 1 sleep(13000) WEnd Func spam() send("{enter}") send("Sit") send("{enter}") send("The") send("{enter}") send("Fuck") send("{enter}") send("Down.") send("{enter}") send("LnE > You") send("{enter}") EndFunc
  8. Can you help or no? If not please dont post.
  9. Alright, I'll try to describe this. When you are dueling on Diablo 2 and you kill someone it says #1 was slain by #2. I want to know how to add death messeges like this: #1 was slain by #2. (then after it says that) $$$$ U DIED MAN WASUP? $$$$ (or anything) If you play Diablo 2 it may help you understand what I mean, theres a program called DieHard, it uses it. Can anyone help? (I'm very noob)
  10. What I mean by Auto Typer is this. You press End and it types what you wanted it to type. Or even you press End and it shift + left clicks. Stuff like that.
  11. Are keyloggers a real bad thing or something?
  12. I'm new to Auto It V3, my friend said its something that I should get into. Things I'd like to learn with Auto It V3. -Basics -Keyloggers -Auto Typer Can someone help me with these?
×
×
  • Create New...