Alterac AFK Bot with Waypoints menu

User Tag List

Page 16 of 60 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 886
  1. #226
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fair enough , knowing blizzard, its them hehe

    one more thing, to make this profile easier to make, is there anyway you can make record_path.exe have a hot key to press the button? i get killed by horde because im stopping every second to record lol, its very difficult.

    i looked around on autoit scripting, really couldnt find much on implementing hotkeys ><

    havent programmed anyhting in years so id really appreciate your help

    Alterac AFK Bot with Waypoints
  2. #227
    Flos's Avatar Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chiln View Post
    Fair enough , knowing blizzard, its them hehe

    one more thing, to make this profile easier to make, is there anyway you can make record_path.exe have a hot key to press the button? i get killed by horde because im stopping every second to record lol, its very difficult.

    i looked around on autoit scripting, really couldnt find much on implementing hotkeys ><

    havent programmed anyhting in years so id really appreciate your help
    hm.. trying to look into this... on top of my head I only can think of:
    HotKeySet("SomeHotKey", "FunctionName") ;
    Where FunctionName of course is the function that writes the WP(..)-stuff and SomeHotKey the usual weired auto-it-key-thing.
    Don't have windows currently, so you have to figure this one out on your own for now.

  3. #228
    Rprp's Avatar Member
    Reputation
    6
    Join Date
    Dec 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, Maybe a stupid question, but...

    Have anyone tried this bot in linux with wine (winehq.org) yet?

    I cant get it work /cry

  4. #229
    axcess's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i added in those lines of code you gave me earlier into the 20080313_alpha_0_3\WOW\src\flo.au3 file, but when i try to run it i keep getting a problem...any guess why? the normal flo.exe works, but when i try to run the script in the src file it gives me errors.

  5. #230
    Flos's Avatar Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by axcess View Post
    i added in those lines of code you gave me earlier into the 20080313_alpha_0_3WOWsrcflo.au3 file, but when i try to run it i keep getting a problem...any guess why? the normal flo.exe works, but when i try to run the script in the src file it gives me errors.
    Just went over the syntax again, there shouldn't be any errors if you just add those lines..

    and ad. wine... computer is too old, can't even get wow to work with wine (1-2 fps ^^). Possible that it will not work, because it uses TLS (windows api-functions)...

  6. #231
    Axe Rogue's Avatar Member
    Reputation
    18
    Join Date
    Mar 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn.... I added a sleep(10000) under Case 0 ; town
    and I still got th error when i left a BG...
    ([00:37:14] [698175] reset_movement_keys()
    [00:37:15] [699163] _GetBaseOffset()
    [00:37:15] [699179] failed reading address: 0x00000000
    [00:37:15] [699179] Last Error: 299
    [00:37:15] [699179] failed reading address: 0x00000000
    [00:37:15] [699179] Last Error: 299
    [00:37:25] [709197] STATUS: TOWN
    [00:37:25] [709197] JoinBG()
    [00:37:25] [709197] GetZone()
    [00:37:25] [709197] failed reading address: 0x00000000
    [00:37:25] [709197] Last Error: 299

  7. #232
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DoubleDeuce View Post
    Flos, would you know any specific reason why your bot would run outside the cave, in av, then right after exiting the cave it would run back in to the starting point before mounting because of some error and just keep trying to start again and again from the beginning, before it quits.
    the reason why is because you for some reason have the coordinates for the inside of the cave set under <afterstart>

    i suggest you look into it, its pretty easy to figure out, especially since you already did the <beforestart>

  8. #233
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here you guys, i made a new version of Record_path.exe to ease the recording, its set to SHIFT + F
    No malicious code entered, and modified source included

    MAKE SURE THAT IS NOT ONE OF YOUR IN GAME BINDINGS

    all credit to flos of course

    RapidShare Webhosting + Webspace

  9. #234
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Flos, a strange bug ive noticed, it seems that if you open the program via shortcuts, it doesnt properly create the recording file, therefore losing all data, it must be executed directly, any idea?

  10. #235
    Flos's Avatar Member
    Reputation
    49
    Join Date
    Feb 2008
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chiln View Post
    Flos, a strange bug ive noticed, it seems that if you open the program via shortcuts, it doesnt properly create the recording file, therefore losing all data, it must be executed directly, any idea?
    isn't AutoIt great? ^^ - With this "visual" etc. stuff I have almost no experience, you just have to play around with it.

    @ fyi : hm.. _GetBaseOffset() is called correctly, no idea why the player-struct is still not found afterwards.

    @doublede: change "ExtendedStatusDetection" to "1" in the ini file and look if its working now. If it's still not working than you probably have a bad xml-file.

    and now I'm off to italy, have fun leeching honor ^^

  11. #236
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Func SetWaypoint()
    	 = _GetPlayer()
    	FileWrite(, "WP( " & _GetDataFromwowObject(,'x') & ", " & _GetDataFromwowObject(,'y') & ", " & _GetDataFromwowObject(,'z') & ")" & @CRLF)
    Im really lazy atm, but i think it would be a GREAT idea to add the <Exec></Exec>
    tag into that function, then you would be able to copy and paste the waypoint list in there, cause my lists are going nearly to 15 kb a piece, which is a ton to hand edit.

  12. #237
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time i try to use this i always get this error.

    Line-1:

    Error: Variable used without being declared

  13. #238
    chiln's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heres a little VBScript to add the <Exec>X,Y,Z</Exec> to your files

    just make a text file, rename it to whateveryouwant.VBS

    then open it with notepad, and edit the bit that says CHANGETHISTOYOURFILENAME.TXT to whatever the name is, you have to do this in two different places in the code, then exectute it, rinse repeat.
    Code:
    Const ForReading = 1
    Const ForWriting = 2
    
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objTextFile = objFSO.OpenTextFile("CHANGETHISTOYOURFILENAME.TXT", ForReading)
    
    Do Until objTextFile.AtEndOfStream
        strNextLine = "<Exec>" + objTextFile.Readline + "</Exec>"
        
        
        strNewFile = strNewFile & strNextLine & vbCrLf
    Loop
    
    objTextFile.Close
    
    Set objTextFile = objFSO.OpenTextFile("CHANGETHISTOYOURFILENAME.TXT", ForWriting)
    
    objTextFile.WriteLine strNewFile
    objTextFile.Close

  14. #239
    alcatrax's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i start my wow and log in i type /flo its show <Flo> Check - interface/Addons/Flo/Fol.lua - for more details

    anyone know how to fix this??

  15. #240
    Axe Rogue's Avatar Member
    Reputation
    18
    Join Date
    Mar 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you type /flo on

    And I already added a record that adds exec tags and the , 1
    see !
    http://www.mmowned.com/forums/bots-p...sion-flos.html
    just no one sems to notice it

Page 16 of 60 FirstFirst ... 121314151617181920 ... LastLast

Similar Threads

  1. Making an anti-afk bot with AutoIT the easy way.
    By Tsai in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 10-02-2007, 04:22 PM
  2. Easy AFK Bot with G15
    By husky003 in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 01-13-2007, 12:42 AM
  3. Replies: 4
    Last Post: 09-18-2006, 06:38 PM
  4. anit afk bot with Cheat engine
    By thechosenone in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 09-11-2006, 03:44 PM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 08:14 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