AutoIt / AutoRess Script menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AutoIt / AutoRess Script

    Hey, i remembered that theres a file named HonorFarm_2.au3 + Self ress script in a macro, do anyone have idea where to get that honorfarm file anymore ? :S

    AutoIt / AutoRess Script
  2. #2
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sariks View Post
    Hey, i remembered that theres a file named HonorFarm_2.au3 + Self ress script in a macro, do anyone have idea where to get that honorfarm file anymore ? :S
    If you mean only anti-afk honor leechin you could try the one enganic created

    Here

    If it solved your problem please next time try to use Search

  3. #3
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, its on private server where there's no ress sick when you ress on spirit healer, it autoress you because you put a macro in 4 or 5 slot active autoit and it runs forward and ress himself.

  4. #4
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well those macros


    Code:
    /script RepopMe(); 
    /target Spirit Healer
    /click StaticPopup1Button1
    /click StaticPopup1Button1
    Thats all you really need for ressing .

  5. #5
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the macros, i need the .au3 so it would do auto

  6. #6
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sariks View Post
    i got the macros, i need the .au3 so it would do auto
    Do it urself ? o.O ? keyspamming is easy you can do it

  7. #7
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want to go AFK so my friends could farm the bot..

  8. #8
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sariks View Post
    i want to go AFK so my friends could farm the bot..
    Didnt understand what did you mean by this sentence

  9. #9
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sariks View Post
    i want to go AFK so my friends could farm the bot..
    I think u want the program to auto ress and lets your buddys kill the character for honor/reward.

    Just do:
    Code:
    While 1 
       sleep(1000) 
       Send("1")
       Send("1")
       Send("1")
    wend
    It´s a loop so it will: wait 1sec - > press number 1 -press number 1 - press number 1 - Start over agen in infinity until u close the program ofc^^

    Put the marco that Dunreal posted at the action bar slot 1.
    Code:
    /script RepopMe(); 
    /target Spirit Healer
    /click StaticPopup1Button1
    /click StaticPopup1Button1
    Last edited by WannaBeProgrammer; 03-17-2010 at 07:20 AM.

  10. #10
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("{ESC}", "StopRessing")
    HotKeySet("{F1}", "BotRess")
    
    While 1
         Sleep(100)
    Wend
    
    Func BotRess()
      While 1
             ToolTip("Running - Sending Keystokes" , 0,0)
    	 sleep(1000)
             Send("1")
             Send("1")
             Send("1")
       Wend
    EndFunc
    
    
    Func StopRessing()
         Exit
    EndFunc
    Just to allow you to stop the script easily
    F1 - starts it
    Esc - Stops it

  11. #11
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    few more question, where do i put this? second how do i make this file

    edit: i got the honor script, but the bot starts running but it never ress itself
    Last edited by sariks; 03-18-2010 at 12:01 PM.

  12. #12
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sariks View Post
    few more question, where do i put this? second how do i make this file

    edit: i got the honor script, but the bot starts running but it never ress itself
    Upload it somewhere and post the link ill take a look at it

  13. #13
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think you need to read the autoit tutorial/readme/documentation.

  14. #14
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  15. #15
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well that code is Same as we posted . You dont need it use ours . This is the code you posted in the file

    Code:
    hotkeyset ("{F9}", "hide")
    hotkeyset ("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    while 1
    sleep(100)
    WEnd
    
    func hide()
    Global $Show = 0
    Global $handle = WinGetHandle("classname=GxWindowClassD3d")
    WinSetState ($handle, "", @SW_MINIMIZE )
    WinSetState ($handle, "", @SW_HIDE )
    If @error Then
    MsgBox(0, "error", "couldnt find WoW")
    Else
    While 1
    Sleep(200)
    ControlSend($handle, "", "", "{r}")
    Sleep(200)
    ControlSend($handle, "", "", "{5}")
    If $Show > 0 Then ExitLoop
    Wend
    EndIf
    endfunc
    
    func show()
    Global $Show = 1
    WinSetstate ("World of Warcraft", "", @SW_SHOW )
    WinSetState ("World of Warcraft", "", @SW_MAXIMIZE )
    WinActivate ($handle, "")
    endfunc
    Use that we made its mutch easier to understand

    Code:
    ;hotkeys of the script
    HotKeySet("{ESC}", "StopRessing") ;Exits the script
    HotKeySet("{F1}", "BotRess");Starts the script
    
    While 1
         Sleep(100)
    Wend
    
    Func BotRess() 
    Global $handle = WinGetHandle("World of Warcraft")
      While 1 ; This is an infinite loop
             ToolTip("Running - Sending Keystokes" , 0,0) ; a tooltip that will show you that the script is running in the upper left coerner of desktop
    	 sleep(1000) ; Time to dont do anythink in MS - 1000 MS = 1 s you can modify this to fit your needs
             ControlSend($handle, "", "", "{1}") ; This keys are sent 
             ControlSend($handle, "", "", "{1}")
             ControlSend($handle, "", "", "{1}")
       Wend
    EndFunc
    
    
    Func StopRessing() ;exit function
         Exit
    EndFunc
    Also as -Airwave- sayd i m sure that if you do some research about autoit in few hours you will be able to modify the script (whole) to fit anything you want to do

Page 1 of 2 12 LastLast

Similar Threads

  1. AutoIt FollowBot script
    By Trequarta in forum Path of Exile
    Replies: 0
    Last Post: 02-22-2013, 06:58 PM
  2. [Goldfarming] AutoIT only script Monk Sarkoth 16:10 Resolution
    By Karlschlag in forum D3 Gold profiles
    Replies: 4
    Last Post: 07-04-2012, 11:04 AM
  3. AutoIT Barbarian Script (Royal Crypts)
    By Amagicalman in forum Diablo 3 Bots Questions & Requests
    Replies: 6
    Last Post: 06-09-2012, 12:34 PM
  4. Looking for an Autoit goldfarming script for barbarian
    By XxVendettaXx in forum Diablo 3 Bots and Programs
    Replies: 0
    Last Post: 06-09-2012, 06:01 AM
  5. [Guide] AutoIT Above script.
    By Emuchild in forum Programming
    Replies: 0
    Last Post: 05-11-2008, 12:50 PM
All times are GMT -5. The time now is 07:01 PM. 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