Spamming F ? menu

User Tag List

Thread: Spamming F ?

Results 1 to 7 of 7
  1. #1
    TheDudinou's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Spamming F ?

    Hello there.

    So, has anyone been able to write an AHK script that will press "F" every 30 seconds or so, with a toggle on/off on, say, "F10" ?

    Cheers.

    Spamming F ?
  2. #2
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    old autoit script from days past:

    Code:
    #Include <misc.au3>
    HotKeySet("{PAUSE}", "TogglePause")
    HotKeySet("{ESC}", "Terminate")
    $WindowTitle = "window_title_here"
    $sleeptime = 60000
    While 1
            If WinExists($WindowTitle) Then
                            ControlSend ($WindowTitle, "", "", "{f}", 0)
            EndIf
            Sleep($sleeptime)
    WEnd
    Func TogglePause()
        $Paused = NOT $Paused
       While $Paused
            sleep(100)
                ToolTip('"Script is "Paused"',0,0)
       WEnd
        ToolTip("wat.exe")
    EndFunc
    Func Terminate()
        Exit 0
    EndFunc
    wat

  3. #3
    TheDudinou's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,

    Thanks for this.

    I have an error while running this, it says "line text : Endif" "This line does not contain a recognised action".

    Any clue ?

  4. #4
    laudon's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    4/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SetTimer HitF, 1

    F1::Toggle := !Toggle

    HitF:
    If (!Toggle)
    Return
    send f
    sleep 30000

  5. #5
    patatjegroot's Avatar Banned
    Reputation
    6
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don`t use that without random sleeps.
    and even with and only clicking f is too suspicious.

  6. #6
    TheDudinou's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by patatjegroot View Post
    don`t use that without random sleeps.
    and even with and only clicking f is too suspicious.
    Yea well, neither of those script work, so I'm safe for now

  7. #7
    patatjegroot's Avatar Banned
    Reputation
    6
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    autohotkey.
    rename autohotkey.exe to something else

    the first sleep is the time before it starts, so doesn`t need to be random.
    the next the sleep between key strokes.
    i`m sure you want it to work in background mode also with game window closed, but that i don`t know that easily.
    guess i could if i set my mind to it and read some other peoples codes.
    which i`m not going to do (lot on my mind already)
    you can change times ofcourse.
    but just a char in an open world only pressing F , can`t gaurentee your safety on it ;p



    sleep 8000

    label1:

    {
    SendEvent,{f}
    Random, randSleep, 27000, 35000
    Sleep, randSleep
    }

    Goto, label1

    ^p::Pause ; control+p=pause
    return
    Last edited by patatjegroot; 10-09-2014 at 05:23 PM.

Similar Threads

  1. In-game mail spam bot???
    By Madhat in forum World of Warcraft General
    Replies: 1
    Last Post: 07-24-2010, 05:36 PM
  2. Goldfarmer spam, need confermation on the law part : )
    By coltcannon69 in forum Community Chat
    Replies: 2
    Last Post: 04-21-2007, 06:58 PM
  3. Spam?
    By cow level in forum Suggestions
    Replies: 2
    Last Post: 01-05-2007, 02:24 AM
  4. Offense: Harassment Policy Violation - Spamming
    By Enfeebleness in forum World of Warcraft General
    Replies: 3
    Last Post: 01-04-2007, 07:47 PM
  5. Spam ppl without getting spam back
    By Trustdale in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 11-18-2006, 03:11 PM
All times are GMT -5. The time now is 09:28 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search