| | WoW Memory Editing WoW Memory Editing for learning purposes only.
This section is more advanced than others on MMOwned Read the section specific rules, infractions will be given out if u break them!That is including the expectations! - If you don't meet them then don't post |  | | 
01-27-2009
|  | Master Sergeant | | | Join Date: May 2008 Location: Under your bed
Posts: 97
Reputation: 17 Level up: 31%, 345 Points needed |   | | here's some C# screenies:
Realm Selection:
Chat Interface: | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
01-27-2009
|  | Elite User | | | Join Date: Nov 2006
Posts: 575
Nominated 6 Times in 3 Posts Reputation: 557 Level up: 97%, 38 Points needed |     | | Quote:
Originally Posted by BoogieManTM here's some C# screenies:
Realm Selection:
Chat Interface:  | Haha, i just love thoes. | 
01-28-2009
|  | Contributor | | | Join Date: Jun 2007 Location: Germany
Posts: 1,400
Reputation: 264 Level up: 2%, 1,088 Points needed |     | | Finding alot of Rendering stuff oO
Try out 0x9A84F4 (float), normal value = 0,5
set it to 19 and look closely at the screen! (Can D/C you, so try different values) | 
01-28-2009
| | Private | | | Join Date: Aug 2008
Posts: 10
Reputation: 5 Level up: 98%, 10 Points needed | | | | | 
01-28-2009
|  | Corporal | | | Join Date: Mar 2008 Location: Russia, Moscow
Posts: 28
Reputation: 8 Level up: 87%, 52 Points needed | | | After year of works with basic memmory reading, i create grind bot.
My app features:
- Radar system (Units, Corpce, Player, Hostiles, Enemies)
- Waypoint editor ( Add, Delete, Load, Save )
- Units information
- Scriptable player logic ( like JavaScript, 5000+ Lines of API )
- Update logic by http request
QT interface used.
Also program use script engine (ECMAScript) by QT. | 
01-28-2009
|  | Contributor | | | Join Date: Jul 2008 Location: Node #23
Posts: 316
Reputation: 89 Level up: 96%, 34 Points needed |     | | | that is a neat ass bot XD.
Love the icons and the layout great work.
Next thing to add is More advanced pathing is all that i can see for that bot since it uses waypoints. | 
01-28-2009
| | Sergeant | | | Join Date: May 2008
Posts: 64
Reputation: 14 Level up: 26%, 371 Points needed |   | | | A bot written in Java...I envy you. I hate Java so much. | 
01-28-2009
|  | Corporal | | | Join Date: Mar 2008 Location: Russia, Moscow
Posts: 28
Reputation: 8 Level up: 87%, 52 Points needed | | | Quote:
Originally Posted by RawrSnarl A bot written in Java...I envy you. I hate Java so much. | No! The program writen in C++.
Program collect basic data from wow.
JavaScript engine get data about units, buffs, keybinds, waypoints, etc... from program.
Script used for programing player actions (When he stay at point, do combat, dispell debuffs, restoring). It easy for use and develop, no need recompile all program, just restart simulation) | 
01-28-2009
|  | Contributor | | | Join Date: Oct 2006 Location: In your attic.
Posts: 1,205
Reputation: 148 Level up: 25%, 832 Points needed |     | | | I don't exactly agree with your UI; But it seems interesting.
I personally use VB / C# for my routines of my bots; Gives functionality and you don't have to compile them the same as your Java.
You just unload and reload them. | 
01-28-2009
|  | Warden's Mediator Legendary User | | | Join Date: Dec 2006 Location: Raping your Stack
Posts: 773
Nominated 2 Times in 1 Post Reputation: 794 Points: 28,073, Level: 24 | Level up: 52%, 827 Points needed |     | | Nice work, though you have "Concussive" written as "Conclussive"  . | 
01-28-2009
|  | Contributor | | | Join Date: May 2007 Location: Dragon Shores
Posts: 688
Reputation: 167 Level up: 27%, 662 Points needed |     | | Quote:
Originally Posted by kynox Nice work, though you have "Concussive" written as "Conclussive"  . | They seem to be custom names, not the actual ingame names
Serp pent sting
arcane sho ot
Why are we bitching about the spelling anyway
__________________ “Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.”
“If Java had true garbage collection, most programs would delete themselves upon execution.” | 
01-28-2009
|  | Contributor | | | Join Date: Jul 2008 Location: Node #23
Posts: 316
Reputation: 89 Level up: 96%, 34 Points needed |     | | | Ya from looking @ it.
Big list of Skills + Keybinding and then it does a search for it and calls that keybind name. | 
01-29-2009
|  | Corporal | | | Join Date: Mar 2008 Location: Russia, Moscow
Posts: 28
Reputation: 8 Level up: 87%, 52 Points needed | | | Yes this is true, it not "ingame" spell names, i use predefined list of spell names for any class and just send key to window from script.
I said that i was work with basic memory reading, without any injection and of course we are not talking about lua calls( DoLuaString, CastSpellByName and etc. ). This will be my next develop stage
I'm sorry about spelling, i'm from Russia( all offsets and addresses superbly work in Russian version of WoW), and my English is not the best, this answer i make by Google Translator (i LOVE Google)
I want to thank all WoW Memory Editing community for the provided information. | 
01-29-2009
|  | Warden's Mediator Legendary User | | | Join Date: Dec 2006 Location: Raping your Stack
Posts: 773
Nominated 2 Times in 1 Post Reputation: 794 Points: 28,073, Level: 24 | Level up: 52%, 827 Points needed |     | | Quote:
Originally Posted by Zombie911 Yes this is true, it not "ingame" spell names, i use predefined list of spell names for any class and just send key to window from script.
I said that i was work with basic memory reading, without any injection and of course we are not talking about lua calls( DoLuaString, CastSpellByName and etc. ). This will be my next develop stage
I'm sorry about spelling, i'm from Russia( all offsets and addresses superbly work in Russian version of WoW), and my English is not the best, this answer i make by Google Translator (i LOVE Google)
I want to thank all WoW Memory Editing community for the provided information. | Hey don't apologize man, its better than most! | 
01-29-2009
| | Sergeant | | | Join Date: Nov 2008
Posts: 67
Reputation: 32 Level up: 16%, 423 Points needed |   | | Quote:
Originally Posted by zombie911 no! The program writen in c++.
Program collect basic data from wow.
Javascript engine get data about units, buffs, keybinds, waypoints, etc... From program.
Script used for programing player actions (when he stay at point, do combat, dispell debuffs, restoring). It easy for use and develop, no need recompile all program, just restart simulation) | прикольно ;-) |  | |
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 11:53 PM. |