Arcade Prehacks

Results 1 to 3 of 3

Thread: Chat spammer

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    17

    Chat spammer

    I made this chat spammer awhile back, here you go.
    It is made in Notepad++
    Code:
    set shell = createobject("wscript.shell")
    strtext = inputbox("Message :")
    strtimes = inputbox("Number of times to spam")
    if not isnumeric(strtimes) then
    wscript.quit
    end if
    msgbox "U have 3 seconds to get to your inputbox"
    wscript.sleep( 3000 )
    for i=1 to strtimes
    shell.sendkeys(strtext & "{enter}")
    wscript.sleep(500)
    next

  2. #2
    Junior Member
    Join Date
    Feb 2019
    Posts
    17
    don't hav time to try it, but do you think autohotkey is better?
    does this work to spam the roblox chat?

  3. #3
    Junior Member
    Join Date
    Jul 2022
    Posts
    4

    Visit us for Latest Spanish Dramas


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •