• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Auto non afk

    Discussion in 'Archives' started by aztyx, Jan 18, 2010.

    1. aztyx

      aztyx New Member

      Joined:
      Jan 15, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Hi there, i got a question.

      Im using honorbuddy to level a druid atm, and since i got a second account Linked with my main i got raf.

      i dont got the money to buy a second HB yet(and i actually dont care about the second toon:p) and now im wondering, do you guys know an addon or program that will make the second char (wich i got on follow) to not go afk?

      Maybe some auto-it stuff?

      /aztyx
       
    2. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      There is nothing I'm aware of. But what happens if your character gets stuck while on follow? Also not to mention the only key that would not break followed is the space bar. Pressing any other key will break followed.

      Unfortunately, this really won't work well.
       
      Last edited: Jan 18, 2010
    3. Ntsmarkv

      Ntsmarkv New Member

      Joined:
      Jan 15, 2010
      Messages:
      219
      Likes Received:
      4
      Trophy Points:
      0
      Auto-It Anti-AFK Bot
      Code:
      WinWaitActive("wow2.exe")
      
      HotKeySet("{PAUSE}", "TogglePause")
      HotKeySet("!{PAUSE}","Quit")
      Dim $Paused
      
      TogglePause()
      While 1
      Start()
      WEnd
      
      func Start()
      ToolTip('AntiAFK started.',0,0)
      Sleep(1000)
      ToolTip("")
      While 1
      Send("{SPACE}")
      Sleep(Random(120000,240000))
      WEnd
      EndFunc
      
      Where wow2.exe make sure your "followbot" exe is named to this, or rename in code. You should have 1 wow folders per bot.


      /credits to Niv at Auto-IT
       
    4. aztyx

      aztyx New Member

      Joined:
      Jan 15, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Since it runs to close i dont think it will get stuck:) Tnx Ntsmarkv! :D
       

    Share This Page