Done with out of processs... need some help menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 64
  1. #46
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anywhere where there is a listing or db of info about the packets WoW sends/recieves?

    Done with out of processs... need some help
  2. #47
    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)
    There was once a project called WoWSniffer (or something similar) that had a listing of packets. Also, the Mangos/Antrix private server projects have enums of packets which should be more up to date.

  3. #48
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mangos has a fairly up to date list, I've used it in one of my packet-based projects.

  4. #49
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do I have to download the whole server to see these enums...?

  5. #50
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    Do I have to download the whole server to see these enums...?

    No, just the source file with the enums in it...

    I've noticed you ask a lot of questions that can be answered simply if you get off your ass and do five minutes of research on your own. Stop being so goddamn lazy, we're not here to spoon-feed you.

  6. #51
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #52
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Errr. Wrong enums lol.

    He's looking for the packet based ones.

    Because I'm nice *cough*, here they are.

    https://mangos.svn.sourceforge.net/s...game/Opcodes.h

  8. #53
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Errr. Wrong enums lol.

    He's looking for the packet based ones.

    Because I'm nice *cough*, here they are.

    https://mangos.svn.sourceforge.net/s...game/Opcodes.h
    you are rite! :yourock2:

  9. #54
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is an opensource program made for mangos called pseuwow, it's something of a wow.exe replacement you can connect to servers through it.

    you can probably dig through the source for any packet-related info you would ever need.

    http://mangosclient.org

  10. #55
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by arigity View Post
    there is an opensource program made for mangos called pseuwow, it's something of a wow.exe replacement you can connect to servers through it.

    you can probably dig through the source for any packet-related info you would ever need.

    http://mangosclient.org

    You can do the same with Mangos, and afaik Mangos has more information. Just check out the source file with the opcode handler table to grab the function of the opcode you're interested in.

    The WCell project also has a very good repository of information on packet structure.

  11. #56
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am I correct with the way I'm getting process ID? It's giving me error code 6 between findwindow and getprocessid, invalid handle. I'm not sure what I'm doing wrong.

    Code:
     
    HANDLE hWow = FindWindow(NULL, "World of Warcraft");
    DWORD pId = GetProcessId(hWow);
    ForceLibraryNow(pId, "...");
    EDIT: Nevermind, I'll just use a C# injector =/
    Last edited by lanman92; 09-27-2008 at 03:28 PM.

  12. #57
    kynox's Avatar Member
    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)
    FindWindow returns a HWND, not a handle..

  13. #58
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What returns a HANDLE then...? Do I like have to enumerate the windows and check the window name to get a HANDLE?

  14. #59
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    Am I correct with the way I'm getting process ID? It's giving me error code 6 between findwindow and getprocessid, invalid handle. I'm not sure what I'm doing wrong.

    Code:
     
    HANDLE hWow = FindWindow(NULL, "World of Warcraft");
    DWORD pId = GetProcessId(hWow);
    ForceLibraryNow(pId, "...");
    EDIT: Nevermind, I'll just use a C# injector =/
    Fail. lrn2msdn.

  15. #60
    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)
    You can use GetWindowThreadProcessId(HWND windowhandle, LPDWORD lpdwProcessID) to get the PID by a WindowHandle retrived with FindWindow
    I prefere doing a tlh32snapshot and walking the processlist until I found the one of WoW.exe (this shit is case sensitiv if you renenamed the WoW.exe to wOw.exe you wont find it bye searching for WoW.exe :>).
    You'll need a PE32 structure for this, I've wrote a wrapper class for finding a process by exe name and some memoryreadwrite Stuff, yet the memoryreadwrite stuff isn't realy good but it's easy to use for process handling, you can use it if you want to, it's free since it's nothing tooo special and it looks a bit like the wowsharp.memoryreader class :-)
    I hacked 127.0.0.1

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. need some help with realmlist.wtf
    By AuRaGoD in forum World of Warcraft General
    Replies: 1
    Last Post: 05-20-2007, 11:33 PM
  2. Need some help with druid skins
    By Surikat in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 04-30-2007, 04:42 AM
  3. Need some help with Head changing
    By Emotion in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 01-01-2007, 07:12 PM
  4. Need some help with fishing bot
    By ralphie123 in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 11-24-2006, 09:41 AM
  5. NEED SOME HELP with Model Editing
    By Dwarf in forum World of Warcraft Model Editing
    Replies: 4
    Last Post: 09-12-2006, 08:12 PM
All times are GMT -5. The time now is 09:39 AM. 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