WoW Modification Journal menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW Modification Journal

    Many of us, here, are striving to create hunting bots--or other tools, from teleportation hacks to anti-afk bots--for World of Warcraft. It's taken me nearly a week of nothing but research to get from starting with zero knowledge to feeling like I have a pretty decent grasp on how to actually go about doing this. I've found a bunch of different topics with a bunch of great knowledge, but I've never found a vast amount of knowledge consolidated in one place. That is my goal.

    I'm going to document every step I take--all my thoughts, methods, insights, findings, knowledge, etc.--from starting with nothing to (hopefully) having a decently workable product in a WordPress blog/journal. There's a few posts there, currently, that might help some of you who have just started catch up a little bit, and I will continue to post more stuff there as I learn more and develop more. Anyway, I hope this helps someone; writing even as little as I have, so far, has helped me.

    Shynd's WoW Modification Journal
    (Due to it being a blog and me being too lazy to do it any other way, things are currently posted with newest post first, so you have to read it backwards. HERE is a link to the Introduction, and there will be a link to each new article on the bottom of every page, allowing you to start at the beginning and read through.)



    Please, bear with me as I learn and apply knowledge and share it with the community. I've got a full-time job and a girlfriend who, while awesome, does get a bit attention starved when I've been sitting in front of a computer, nerding out all day More will come, soon.

    WoW Modification Journal
  2. #2
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a cool project... Easy to understand = 2x +Rep for you Im happy about everything I can learn

  3. #3
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks nice mate, you're making great progress!

    Edit:

    Just thought i would point out, where you say " If you inject a DLL, unlink your module (search gamedeception.net for unlinking modules)." - They scan through the modules via the Process's Page List, so this won't achieve too much. Nulling your DLL's EAT will beat this (But also screw up Ejecting your DLL).

    Also, "Part of what Warden does is scan open windows and processes" - From what i've seen, warden doesn't seem to do these types of scans anymore. Mainly scans that do not leave the WoW.exe process space.

    Hope it helps!
    Last edited by kynox; 06-14-2008 at 03:01 PM.

  4. #4
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does WoW rly hook createremoteThread?
    Then I wonder how I was able to inject a dll by calling create remote thread on a allocated memory reagion to wich I wrote the opcodes for a LoadLiberayA call. ^^
    I hacked 127.0.0.1

  5. #5
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xarg0: I was just repeating what bobbysing had posted over at gamedeception.net. Have no idea if that's true or not as I've never used it (as I stated).

    @Kynox: Good information, I'll edit it with credits to you. Thanks again.

    @Cursed: Thanks for the rep

  6. #6
    galpha's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice project, I'll be glad to help if I can. Keep it up!

  7. #7
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have updated the Journal, outlining how to get a unit's reaction (Hostile, Neutral, Friendly) without injecting code. Check it out .

    GetUnitReaction « Shynd’s WoW Modification Journal

  8. #8
    KOS0937's Avatar Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gj.... respect oO I wish I could do this stuff, but i'm too nooby with ASM 8[

    (You don't deserve to be called a n00b, so i'll +Rep you)
    Last edited by KOS0937; 06-15-2008 at 02:46 PM.

  9. #9
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KOS0937 View Post
    gj.... respect oO I wish I could do this stuff, but i'm too nooby with ASM 8[

    (You don't deserve to be called a n00b, so i'll +Rep you)
    Thanks for the rep. For the record, though, the only thing anyone needs to learn ASM is patience and persistence. I'm no smarter or better at this than anyone else here, that I assure you =p

  10. #10
    Thybhalt's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Shynd, that's a very nice project +rep =)
    I've written a program what show me Guid and X,Y,Z of all Gameobject but a few objects have x:0 y:0 z:0, what do you think i've done a mistake ? =)
    I'm a noob but i want learn.

    Thybhalt

  11. #11
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are some Objects that don't have a x y z, that's all ^^
    I hacked 127.0.0.1

  12. #12
    Thybhalt's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay thank you =) :wave:

  13. #13
    blizzo's Avatar Member
    Reputation
    6
    Join Date
    Jun 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thybhalt View Post
    I've written a program what show me Guid and X,Y,Z of all Gameobject but a few objects have x:0 y:0 z:0, what do you think i've done a mistake ? =)
    * Credit kynox for this info *

    At ObjectBase + 0014h there is a DWORD of the type of object that you are looking at:
    Code:
    enum ObjectType { ITEM = 1, CONTAINER, UNIT, PLAYER, GAMEOBJ, DYNOBJ, CORPSE };
    Some objects, items, etc. won't have a real world location.

  14. #14
    Thybhalt's Avatar Member
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And again a nice info Thank You =)

  15. #15
    Shynd's Avatar Contributor
    Reputation
    97
    Join Date
    May 2008
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've updated the journal, this time talking about Movement and, more specifically, facing rotation. For anyone struggling with turning to face an object or way point, this article is for you.

    On a side note, I apologize for taking so much time between posts. My girlfriend and I went to Indiana Beach amusement park for the weekend (camping, rides, lots of girls in skimpy clothing and a girlfriend who will point out the hot ones and rate them with you) and just got back about 6 hours ago. After unpacking, I barely had time to eek out this one article, so there you go

Page 1 of 3 123 LastLast

Similar Threads

  1. Nude WoW Pics!
    By janzi9 in forum Community Chat
    Replies: 34
    Last Post: 01-12-2007, 04:41 PM
  2. Get your first mount in WoW easily
    By Matt in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-03-2006, 09:46 PM
  3. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  4. 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
  5. Free WoW Glider 0.5.3 Loader
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-12-2006, 01:00 PM
All times are GMT -5. The time now is 10:00 AM. 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