Jump to content

Search the Community

Showing results for tags 'spammer'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. so i am making a spam script wich basically keeps sending the text you tell it to, this is my script: while 1=1 hotkeyset ("a","spam") hotkeyset("s","stop") wend func spam () while 1=1 send ("hoi :)") send ("{enter}") WEnd EndFunc func stop () msgbox(1,"stop","hij is gestopt") EndFunc as you may be able to read once you hit A it starts and once you hit S it sends you a msbox so it stops until you click ok but it only sends hoi and i want the user to be able to input the text they want it to spam using a gui so when you type hellooooo in it it will spam that can someone please tell me how to do this i am kind of a noob heheh but i wanna learn this so please explain in normal english xD thanks, dragonheurt ps: the user defined text such as the msbox text are in dutch.
×
×
  • Create New...