3.1.2 Anti-Afk menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    Omgwtfowned's Avatar Banned
    Reputation
    75
    Join Date
    Jul 2008
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    3.1.2 Anti-Afk

    Hello To all mmowned.com User :wave:

    I have created recently a Anti-Afk AutoIt script This can be Used with
    http://www.mmowned.com/forums/bots-p...r-leecher.html

    Thiers not much to say but it makes you not afk LOL

    Here is the Link to File AutoIt pastebin - collaborative debugging tool

    Please comment

    3.1.2 Anti-Afk
  2. #2
    Omgwtfowned's Avatar Banned
    Reputation
    75
    Join Date
    Jul 2008
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry guys this is only for what I linked above idk if can be used for other bots you can try
    Last edited by Omgwtfowned; 05-29-2009 at 08:16 PM.

  3. #3
    cometangel's Avatar Banned
    Reputation
    42
    Join Date
    Mar 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesnt work...

  4. #4
    omg123's Avatar Member
    Reputation
    24
    Join Date
    Apr 2008
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice copy/paste.

  5. #5
    babypunt3r's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a working Anti-AFK that can work in the background

    Code:
    #include <ButtonConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <StaticConstants.au3>
    #include <WindowsConstants.au3>
    #include <Misc.au3>
    
    global $gRun
    Global $hWnd
    global $afkMsg
    
    Global $mainGUI = GUICreate("KFA", 50, 70, 25, 25, BitOR($WS_MINIMIZEBOX, $WS_SYSMENU, $WS_DLGFRAME, $WS_POPUP, $WS_GROUP, $WS_CLIPSIBLINGS))
    $btnStart = GUICtrlCreateButton("Start", 0, 0, 50, 35)
    $btnStop = GUICtrlCreateButton("Exit",0,35,50,35)
    *****tState(@SW_SHOW)
    
    While 1
    	$runMsg = GUIGetMsg()
    	Switch $runMsg
    		Case $btnStart
    			afkRun()
    		Case $btnStop
    			Exit
    	endSwitch
    WEnd
    
    func afkRun()
    	Local $afkKeys[4]
    	$afkKeys[1] = "W"
    	$afkKeys[2] = "S"
    	$afkKeys[3] = "{SPACE}"
    	
    	$hWnd = WinGetHandle("World of Warcraft")
    	MsgBox(1, "", $hWnd)
    	while 1
    		$i = Random(1,3,1)
    		ControlSend("World of Warcraft", "", $hWnd, $afkKeys[$i])
    		Sleep(50)
    		ControlSend("World of Warcraft", "", $hWnd, $afkKeys[$i])
    			$afkMsg = GUIGetMsg()
    			Switch $afkMsg
    				Case $btnStop
    					Exit
    			endSwitch
    		sleep(1000*150)
    	wend
    EndFunc
    Replace '*****tState(@SW_SHOW)' with 'G.U.I.S.e.t.State(@SW_SHOW)' minus the '.'
    Pastebin - pastebin.com/f53077f97

  6. #6
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You guys are making nesox angry
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  7. #7
    babypunt3r's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    You guys are making nesox angry
    Can i give him cookie to make him happy again?

  8. #8
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Omgwtfowned View Post
    Hello To all mmowned.com User :wave:

    I have created recently a Anti-Afk AutoIt script This can be Used with
    http://www.mmowned.com/forums/bots-p...r-leecher.html

    Thiers not much to say but it makes you not afk LOL

    Here is the Link to File AutoIt pastebin - collaborative debugging tool

    Please comment
    That pastebin shit is some of the funniest code I've ever seen:
    Code:
    	Func ConsoleWriteError MsgBox(0x10010, "Null ProcessId", "ID of process is null.")
    		Func _ BMOpenProcess ($m_Kernel32 =True , 4 AccessFalse = $PROCESS_ALL_ACCESS
    and
    Code:
    Func MsgBox(0x0008) , Null ProcessClose, "Null Process Handle"
    EndFunc
    and
    Code:
    Func _BMReadRawMemory($Handle, $Address, ByRef $Struct)
    	If Not $m_IsInitialized Then
    		SetError(1)
    		Return 0
    		;--------------------------------------------
    		;BMC_"CloseloseHandle Create Error"
    	    ;--------------------------------------------
    		;This process if for writing False Warning
    		;--------------------------------------------
    
    		Func _BMReadRawMemory ($AccessRights , ByRef , "$Construct Error"
    
    		EndFunc
    I hand all of you ****ers a nicely laid-out memory read/write UDF and this is what you do to it? That's hilarious. There's no way this script could ever work or do anything.

  9. #9
    sebbe133's Avatar Member
    Reputation
    16
    Join Date
    Feb 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All that code for anti-afk? Yeah, sure..

  10. #10
    ultiman's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it dosnt do any thing else if that's what u mean

Similar Threads

  1. Anyone have a anti afk macro?
    By EternalOwnz in forum World of Warcraft General
    Replies: 9
    Last Post: 08-25-2011, 11:04 AM
  2. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft General
    Replies: 22
    Last Post: 11-03-2006, 02:30 PM
  3. [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
  4. Any Anti AFK Scripts available?
    By paboee in forum World of Warcraft General
    Replies: 2
    Last Post: 08-30-2006, 09:11 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 12:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search