Anti-AFK Bot menu

User Tag List

Thread: Anti-AFK Bot

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    RuNKino's Avatar Member
    Reputation
    7
    Join Date
    Jun 2014
    Posts
    21
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download Autoit and run this code as script

    Anti-AFK Bot
  2. #17
    Killswitch27's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RuNKino View Post
    Download Autoit and run this code as script
    I did that and nothin happened, does this work in BGs?

  3. #18
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did this fast in c# as an alternative.


    for download:


    Will send randomly WASD each 1-2 minutes .
    Last edited by FEUP; 06-24-2018 at 06:37 PM.

  4. #19
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FEUP View Post
    I did this fast in c# as an alternative.

    https://github.com/fabiommc/WildAFK

    for download:

    https://github.com/fabiommc/WildAFK/releases

    Will send randomly WASD each 1-2 minutes .
    I am still having issues with this, then I noticed that even when I used notepad to test that keystrokes were being sent they were not,
    Then I updated the code as follows (below), and it worked for notepad (if it was the currently focused window), but not for wildstar (if it was the focused window).

    Any ideas why Windows 8.1 + WildStar combination could cause this issue?
    I have tried building the EXE in x86 and running WildStar in x86, and x64, issue still persists.

    Code:
            private static void Tick_timer(object sender, EventArgs e)
            {
                int rnd = rd.Next(0, 4);
    
                //SendKeys(_processes[0], sequence[rnd]);
                SendKeys.Send(sequence[rnd].ToString());
            }
    
            //private static void SendKeys(Process Wildstar, char send)
            //{
            //   SendMessage(Wildstar.MainWindowHandle, WM_CHAR, new IntPtr(send), IntPtr.Zero);
            //}
    Edit: I think WildStar are now blocking key-sends from 3rd party applications as of Patch 6714, I think you used yours on 6710?
    Last edited by WiNiFiX; 06-08-2014 at 06:54 AM.

  5. #20
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have chat open it will send even in background, but the keys don't move the character. Only accepted if the chat open, maybe a keyboard hook to detect from where the keys are being sent is in use.
    Last edited by FEUP; 06-08-2014 at 09:04 AM.

  6. #21
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FEUP View Post
    If you have chat open it will send even in background, but the keys don't move the character. Only accepted if the chat open, maybe a keyboard hook to detect from where the keys are being sent is in use.
    What I find interesting is it you use windows "On-screen Virtual Keyboard" to send keystrokes to the game it works.
    Guess one could program the app in C# to press the keys on the keyboard as a workaround.

  7. #22
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -- If is in foreground alot stuff works.
    Last edited by FEUP; 06-08-2014 at 09:43 AM.

  8. #23
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ye, I give up, they did something in the latest build that you can send keystrokes if chat window is open and in foreground otherwise the keystrokes don't get through.
    Anyone else got work-around solutions for this issue?

  9. #24
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I changed it to use mouse_event and now works but it forces to change window to foreground and active, it will send randomly between 4-6 minutes the input.


    https://github.com/fabiommc/WildAFK/releases


    https://github.com/fabiommc/WildAFK

  10. #25
    shaunffs's Avatar Member
    Reputation
    13
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Feup, nice program but it says key each 260+ seconds yet i seem to go afk / kicked out of a bg in less that that timer or am i mistaken?

  11. #26
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shaunffs View Post
    Hi Feup, nice program but it says key each 260+ seconds yet i seem to go afk / kicked out of a bg in less that that timer or am i mistaken?
    What is the timer in bg's ? I did this to not dc from hazak server with the 2 hours queue's.

  12. #27
    shaunffs's Avatar Member
    Reputation
    13
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    about 120 seconds or so to be safe

  13. #28
    FEUP's Avatar Active Member
    Reputation
    39
    Join Date
    May 2009
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated with possibilities to change in ui the interval.


    https://github.com/fabiommc/WildAFK/releases/

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Easy Mac Anti-AFK bot
    By wowpew in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 08-02-2007, 09:04 PM
  2. new undetectable anti-afk bot
    By twitch101 in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 11-04-2006, 07:32 AM
  3. Replies: 4
    Last Post: 09-18-2006, 06:38 PM
  4. [Bot] Anti-AFK Bot (No Injection & Focus not Needed)
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 09-10-2006, 11:14 AM
  5. The Most Comprehensive Anti-AFK Bot... Ever
    By Sym in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 08-24-2006, 07:30 AM
All times are GMT -5. The time now is 07:52 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