| | Bots and Programs Botting and Hacking programs for World of Warcraft. [NO QUESTIONS HERE] |  | | 
10-25-2009
| | Knight | | | Join Date: Feb 2007
Posts: 200
Reputation: 20 Level up: 2%, 492 Points needed |    | | Quote:
Originally Posted by Cypher So, just to double check. Is there any interest at all for a PTR compatible version? | That would be awesome Cypher!
__________________ They look up and shout save us...
and I'll whisper no... | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
10-25-2009
|  | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,576
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1120 Points: 64,180, Level: 37 | Level up: 47%, 2,020 Points needed |     | | Quote:
Originally Posted by suran37 That would be awesome Cypher! | Quote:
Originally Posted by Garry__ I'd be very interested in a PTR version.
Thanks for all of this btw~ | Okay, are either of you able to provide 'WoW.exe' from the latest PTR build? It would speed up the process a lot. (Just upload it anywhere)
Thanks | 
10-25-2009
| | New User | | | Join Date: Sep 2009
Posts: 26
Reputation: 1 Level up: 26%, 296 Points needed | | | | So, with this it could be possible to write a complete bot only LUA ingame. (if thinking only a fighting bot)
It is clear. Even so, I have one more question:
Is there a way only ingame that we can sense mine nodes and herbs? Then can we "target" them somehow? In this way with this hack we can write a complete farming bot too...
What do U think? | 
10-25-2009
|  | Master Sergeant | | | Join Date: Mar 2008
Posts: 78
Reputation: 8 Level up: 23%, 387 Points needed |  | |
__________________ nothing here | 
10-26-2009
| | Master Sergeant | | | Join Date: Sep 2007 Location: Vancouver
Posts: 129
Reputation: 38 Level up: 9%, 455 Points needed |    | | | Is the German version sufficient? Or will you need the English one as well? | 
10-26-2009
| | New User | | | Join Date: Oct 2009
Posts: 3
Reputation: 1 Level up: 4%, 386 Points needed | | | | Is this working only on 3.2.x? because on 3.1.3 i get a "version mismatch" error
and the protected functions..are still protected. | 
10-26-2009
|  | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,576
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1120 Points: 64,180, Level: 37 | Level up: 47%, 2,020 Points needed |     | | | 3.2.2a only currently. If you give me the 3.1.3 binary however (the WoW.exe) I will do a 3.1.3 version for you.
Soon I'll try and whack together a version-independent one that does some basic signature scanning to identify the function in a patch-independent manner.
As for the PTR version, I just got home, I should be able to do that some time tonight or tomorrow at the latest (ditto for the 3.1.3 version if you post the WoW.exe).
P.S. Yes, the German version is sufficient, the WoW.exe is the same across all the clients, the localization data is stored in the DBCs, the exes are all identical afaik. | 
10-26-2009
|  | Knight-Lieutenant | | | Join Date: Jul 2007
Posts: 263
Reputation: 22 Level up: 86%, 70 Points needed |   | |
__________________ " Spy sappin mah sentry! "
Last edited by snigelmannen; 10-26-2009 at 10:46 AM.
| 
10-26-2009
| | Sergeant | | | Join Date: Mar 2009
Posts: 43
Reputation: 5 Level up: 74%, 104 Points needed |  | | Quote:
Originally Posted by kildare one tip for the others searching for real use of this nice piece of program....
get addon feralbynight ( rogue and druid feral optimal dps tool)
open file FeralbyNight.lua and search for the lines:
local spell = ""
local nextspell = ""
local aoespell = ""
local miscspell = ""
local intspell = ""
just delete first local word:
spell = ""
local nextspell = ""
local aoespell = ""
local miscspell = ""
local intspell = ""
save, and go write a macro with :
/Run temp=spell
/Run CastSpellByName(""..temp.."")
and you are done, one button to do all the hard work with rotation for max dps.
This will work with others addons like facesmash ones.
enjoy ... | this is pretty cool, but it does give the pop up about you are using a protected function. | 
10-26-2009
| | Site Donator | | | Join Date: Jan 2008
Posts: 62
Reputation: 2 Level up: 48%, 260 Points needed |   | | | Anyone have some codes to share? | 
10-26-2009
| | New User | | | Join Date: Sep 2009
Posts: 19
Reputation: 1 Level up: 24%, 305 Points needed | | | | Can anyone please post some Ret Pally rotation macros? Like it would automatically see which cooldown is finish on Crusader, JoW, Divine Storm, Exorcism (if Art of War up) then cast it first. | 
10-26-2009
| | Site Donator | | | Join Date: Feb 2007
Posts: 175
Reputation: 16 Level up: 55%, 228 Points needed |  | | | | 
10-26-2009
| | New User | | | Join Date: Jan 2007
Posts: 3
Reputation: 3 Level up: 32%, 341 Points needed |  | | Hey,
I've also done some Lua scripts which use protected functions to automate some gameplay. Not with thid mod though but my own private one.
However I can share what I made so far. I have no idea how useful these are to other people but I'm just sharing. Also I actually haven't used them in a while, and they may contain Lua errors or logic errors, so be prepared to have to edit them yourself manually! This is a helper file. It has some helper functions like CanCast() etc. required.
Kwaak.lua Code: Url: pastebin.com/f175caf90
Classes:
eleshaman.lua: lv80 Code: pastebin.com/f532e6aa4
svhunter.lua: for leveling Code: pastebin.com/f715e1f58
blooddk.lua: for lv80 Code: pastebin.com/f5fa90e1e
bmhunter.lua: for leveling Code: pastebin.com/f5674c3e
The for leveling one's are created with a 70 something hunter, so they don't have lv80 rotations/spells. I also have a destruc lock one but that is out of date. hf&gl :-) | 
10-26-2009
| | Site Donator | | | Join Date: Jan 2008
Posts: 62
Reputation: 2 Level up: 48%, 260 Points needed |   | | | For the blood dk thats for unholy as well. My rotation is It,ps, hs,hs,ds, dump DC and also is it able to cast dancing rune weapon and raise ghoul when its available? | 
10-27-2009
|  | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,576
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1120 Points: 64,180, Level: 37 | Level up: 47%, 2,020 Points needed |     | | | New versions released.
WoW v3.2.2a version updated.
WoW v3.1.3 version released. <-- NEEDS TESTING
WoW PTR version released. <-- NEEDS TESTING
Please check original post for download links.
Still todo:
2.4.3 version (requested via PM). May do that tomorrow.
Patch-independent version. May do that tomorrow. |  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 02:11 PM. |