| | 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 |  | | 
03-15-2009
|  | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,180
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1074 Points: 55,512, Level: 35 | Level up: 14%, 3,188 Points needed |     | | For movement you want CInputControl.
The lua functions MoveForwardStart, TurnLeftStart, etc are stupidly easy to reverse and have the functions and class pointers you want.
As for interaction and inventory, most of that is already available here I think. If you get stuck somewhere feel free to ask though, you're obviously not stupid.
Cool bot, that's exactly why I'm rewriting everything. Wanna have a decent bot framework. Cbf actually playing anymore, hacking/botting is more fun.  | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
03-15-2009
|  | MaiN's Biatch Legendary User | | | Join Date: Mar 2007 Location: VirtualAllocEx
Posts: 1,115
Nominated 26 Times in 3 Posts  TOTM/W Award(s): 1 Reputation: 727 Points: 36,171, Level: 28 | Level up: 95%, 129 Points needed |     | | Or you can attempt to get Click-to-Move to work, it's really nice i use it in my pvp bot. It takes a pointer to a vector no stupid key turning | 
03-16-2009
| | Master Sergeant | | | Join Date: May 2008
Posts: 96
Reputation: 7 Level up: 69%, 157 Points needed | | | | thanks for the replies. i have done lots of game trainers in the past, and injecting is no problem. i just been hesitant to mess with the .exe because i DO love my characters and play quite a bit and didn't want to risk them.
i think i am going to start a trial account and have a leveling service update a character to 45 or something and use that to test/code with so i won't worry about my character getting banned, etc.
i am sure i will need help and assistance. i would like to be able to minimize my bot and the game and have it run in the background while i am doing other work with the computer and check it periodically for probs, etc. but mostly let it grind or farm, etc. on it's own. so being able to pass the commands to the game without having to have it in focus and without having to actually really 'simulate' pressing the keys is a must.
i tried the click with mouse thing manually to see how it works. however, there seems to be some problems using it (at least manually). for instance, when there is a mine up a hill. clicking on the mine and your character will try to head to it, but he gets stuck (stupid AI pathing) trying to get up there in many cases. maybe i am doing something wrong? anyways, i had similar problems with my own bot, but i made the waypoints by hand for my farming circuit(s) to force the character to take a certain path so the click method probably would work fine if you carefully placed the waypoints up the hill correctly (which is what i did already). what params do you pass to the function for click to mouse? i have stored my waypoints as x,y,z using world coords. would be cool if you pushed onto the stack x,y,z and then called that function and your char walked to that coord.
anyways, thanks for the feedback and information. i have much more to do. | 
03-16-2009
| | Master Sergeant | | | Join Date: May 2008
Posts: 96
Reputation: 7 Level up: 69%, 157 Points needed | | | | cypher, it's funny you mentioned rewriting your bot. i am thinking of doing the same. although it does alot of what i want and looks fairly decent (at least the output and movement), the code looks like crap and is a mishmash of additions that i did along the way as i improved it.
i think my program would benefit from starting over and rewriting the code in a more organized and readable, updatable fashion, while adding the new abilities and new code for movement and interacting with objects, etc.
currently my code it around 5200 lines. not too bad, but still alot to have to rewrite. also, i am using windows gadgets and etc. and i am thinking of just going to 100% graphical user interface, except for the search window. i have used that search window alot to find people in crowded areas or specific items while flying around, etc. netherwing eggs blink and jump off the map, and i even have it beep when something is highlighted. makes finding things so much faster, etc. | 
03-16-2009
|  | Kynox's sister's pimp Legendary User | | | Join Date: Apr 2006 Location: ntdll.dll
Posts: 4,180
Nominated 63 Times in 4 Posts  TOTM/W Award(s): 1 Reputation: 1074 Points: 55,512, Level: 35 | Level up: 14%, 3,188 Points needed |     | | Quote:
Originally Posted by Nesox Or you can attempt to get Click-to-Move to work, it's really nice i use it in my pvp bot. It takes a pointer to a vector no stupid key turning |
Yeah. Unfortunately you can't do things like strafe or backpedal with that though (unless you hook).
So often you'll need both if you need that kind of control for you bots (PVP, AoE, etc).
@ShoniShilent
Function calls makes stuff so much easier and more reliable.
Last edited by Cypher; 03-16-2009 at 01:00 AM.
| 
03-16-2009
|  | MaiN's Biatch Legendary User | | | Join Date: Mar 2007 Location: VirtualAllocEx
Posts: 1,115
Nominated 26 Times in 3 Posts  TOTM/W Award(s): 1 Reputation: 727 Points: 36,171, Level: 28 | Level up: 95%, 129 Points needed |     | | Quote:
Originally Posted by Cypher
Yeah. Unfortunately you can't do things like strafe or backpedal with that though (unless you hook).
So often you'll need both if you need that kind of control for you bots (PVP, AoE, etc).
@ShoniShilent
Function calls makes stuff so much easier and more reliable. | Yea a mix of CTM and cInputControl is teh shit | 
04-28-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 275
Reputation: 17 Level up: 21%, 558 Points needed |  | | I'll bring this thread back to life a bit.
Been working on this the past few days.
Last edited by ramey; 04-28-2009 at 06:12 PM.
| 
04-28-2009
|  | Contributor | | | Join Date: May 2007 Location: Schockiland
Posts: 385
Reputation: 131 Level up: 68%, 262 Points needed |     | | | Very well done ramey, looks great!
__________________ \o Robske sagt:
then you'll get
O,o
// ________________- BLAAAAAH C++ NAZIKIWI BLAAAA
\\ | 
04-28-2009
|  | Warden's Mediator Legendary User | | | Join Date: Dec 2006 Location: Raping your Stack
Posts: 773
Nominated 2 Times in 1 Post Reputation: 797 Points: 28,091, Level: 24 | Level up: 53%, 809 Points needed |     | | Quote:
Originally Posted by ramey I'll bring this thread back to life a bit.
Been working on this the past few days.  | Simple, yet effective. Nice work! | 
04-28-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 ramey I'll bring this thread back to life a bit.
Been working on this the past few days.  | What a nice screenshot to bring back the discussion with. | 
04-28-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 275
Reputation: 17 Level up: 21%, 558 Points needed |  | | Thanks guys, nice feedback is always really good to hear after all that work | 
04-29-2009
| | Sergeant | | | Join Date: Jan 2009
Posts: 54
Reputation: 5 Level up: 58%, 168 Points needed | | | | Rofl, this thread is full of win. | 
04-29-2009
|  | Master Sergeant | | | Join Date: Oct 2007 Location: Behind you,watch out
Posts: 91
Reputation: 11 Level up: 21%, 397 Points needed |   | | Hi, well I thought I named my app in a clever way "Bender", since is a bot. Just realized that at least 2 in this thread named theirs in the same way. So now ill have to think a new one. Anyway here it is.
Features:
- Grinding bot + Waypoint Maker (working a lot to make it human like ^^ at the moment. Planning simple IA to respond chat)
- Fisher ( not quite finish, hoping to implement some sort of node detection)
- Tracker (track mobs, mines, plants, player ...)
- Auto-update addresses and offsets (still trying to find some of them thou.)
- No need to recompile, to update just update a text file.
- Really qute alpha-perpixle tranparent layout, similar to a infamus IPHONE ^^.
Feature plans.
- Mine / Plant gatherer bot
- Quest planner with queue.
- Remote controll through phone VNC client.
- If time......Ill try to make him iron, do the dishes & the washing. ^^ just kidding I have a mom for that XD.
__________________ "I'm not going to expose my methods for time bending, as i don't want to do get nerfed!"-Kynox
Last edited by mordok; 04-29-2009 at 01:32 AM.
| 
04-29-2009
|  | Master Sergeant | | | Join Date: May 2008 Location: Under your bed
Posts: 97
Reputation: 17 Level up: 31%, 345 Points needed |   | | Quote:
Originally Posted by mordok Hi, well I thought I named my app in a clever way "Bender", since is a bot. Just realized that at least 2 in this thread named theirs in the same way. So now ill have to think a new one. \ | what 2 others? i only know of my own. | 
04-29-2009
|  | Master Sergeant | | | Join Date: Oct 2007 Location: Behind you,watch out
Posts: 91
Reputation: 11 Level up: 21%, 397 Points needed |   | | Quote:
Originally Posted by BoogieManTM what 2 others? i only know of my own. | Humm, I did a quick next next and just so yours, but I promise I counted 2, so the other one must be in a link, but im to lazzy to check page by page link by link.
Btw gz for the exquisite choice naming the app, it denotes your good taste.
__________________ "I'm not going to expose my methods for time bending, as i don't want to do get nerfed!"-Kynox
Last edited by mordok; 04-29-2009 at 04:31 AM.
|  | |
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 06:17 PM. |