Custom wow.exe menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Custom wow.exe

    hello.

    I would like to make a custom launcher, wow.exe to force players to use my custom patch

    I am Spanish, and I can hardly speak English fluently. There is a Spanish server that has a custom WoF.exe amending the game to version 3.3.2 11,404, and 11,403 normal 3.3.2.

    I would do something similar. Here I leave the link to download the WoF.exe

    MEGAUPLOAD - The leading online storage and file delivery service

    OpenDNS

    Custom wow.exe
  2. #2
    XinuX's Avatar Contributor
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the purpose of the thread?
    You can't make people not use WoW.exe, and you can't edit it.
    The only way you can actually force the usage of a custom patch, would be to disable playing on the server without the patch.
    I believe you are able to disconnect players without the patch, for example by adding a custom spell and teaching all players this spell on character creation, so they will be disconnected if the client can't recognise the spell.

  3. #3
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm

    But, this server, use WoF.exe, and, if you not, play with WoF.exe, whne you login, the problema is: impossible to validate game version

    Hmmm. With Ida Pro, obten the Code...

  4. #4
    XinuX's Avatar Contributor
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, that's quite awesome.
    I'm not very experienced, but the way it works is probably:
    WoF.exe starts WoW.exe
    WoF.exe changes the build number in the memory of WoW.exe
    When you log in the wow client sends the changed build number

    I think this is pretty simple, can probably be done in autoit, get the pointer for build number and change it.

  5. #5
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, the person who made the WoF.exe, talk to her, and told me it's true what you say, he could do so, but he did otherwise.

    I have learned through he, and now I have in my hands, the code of wow.exe
    The assembler. (ASM)
    But i need the Asciii no the double world as you say...
    Last edited by yamax; 04-02-2010 at 06:41 PM. Reason: edit for text, i´m spanish...

  6. #6
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello!
    Now I'm working on my wow.exe
    Here I have an image of the code of Wow.exe
    Later I will upload a guide on how to modify it.
    http://img17.imageshack.us/img17/1471/codew.png
    Saludos!

    The problem is, I have to learn Assembla... Ufff
    Last edited by yamax; 04-03-2010 at 10:36 AM. Reason: english

  7. #7
    mag1212's Avatar Active Member
    Reputation
    55
    Join Date
    Aug 2009
    Posts
    352
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yamax View Post
    Hola!
    Ahora estoy trabajando en mi Wow.exe
    Aqui tengo una imagen, de el codigo del Wowxe
    Mas tarde subiré una guia de como modificarlo.
    http://img17.imageshack.us/img17/1471/codew.png
    Saludos!

    The problem is, I have to learn Assembla... Ufff
    in english please

  8. #8
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit... In English... XD, i´m spanish. jeje

  9. #9
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and you can't edit it
    Nor do you seem to really know what you're talking about éh? People who are well enough with Assembly can decompile wow.exe, make their alterations and recompile the new Asm. This is, however, not a walk in the park. Nor is learning (to work with) Asm, for that account.

    Yamax: Ascii is a way to represent strings/text. You should be able to find yourself a useful table on the hexadecimal values and their represented characters on Wikipedia.

  10. #10
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirth View Post
    Nor do you seem to really know what you're talking about éh? People who are well enough with Assembly can decompile wow.exe, make their alterations and recompile the new Asm. This is, however, not a walk in the park. Nor is learning (to work with) Asm, for that account.

    Yamax: Ascii is a way to represent strings/text. You should be able to find yourself a useful table on the hexadecimal values and their represented characters on Wikipedia.
    seap not say no I do, since I'm sitting winged in the person who made WoF.exe
    is teaching me to change by the Assembler, Asciii ...

  11. #11
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yamax View Post
    seap not say no I do, since I'm sitting winged in the person who made WoF.exe
    is teaching me to change by the Assembler, Asciii ...
    Cute. Yet I was talking not to you but to the blue one.

  12. #12
    yamax's Avatar Member
    Reputation
    6
    Join Date
    Sep 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirth View Post
    Cute. Yet I was talking not to you but to the blue one.
    Sorry, my fault. hehe

    And you would know to modify the source code for a WoD.exe wow.exe with version ... not 11403 but 11405

    Thank you.

  13. #13
    XinuX's Avatar Contributor
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirth View Post
    Cute. Yet I was talking not to you but to the blue one.
    As I mentioned earlier, I'm not very experienced.
    This is only what I have heard from others. It seems they were wrong, I'm sorry.

  14. #14
    danielrhodea's Avatar Master Sergeant
    Reputation
    11
    Join Date
    Apr 2010
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you have to disable the wow.exe crc, so if you find that string enter your code there for version checking then exiting, the easiest way to do what your asking is to have wow.exe inside the launcher as a resource, so people cant just launch it and when you click on load the launcher unpacks it in memory and runs it

  15. #15
    Sargora's Avatar Private
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, Xinux

    Im interested in this change of the build of wow.exe
    Did you got to change the build?

    Im spanish too, but my english is no good

    Grettings

Page 1 of 2 12 LastLast

Similar Threads

  1. Wow.exe Custom build
    By happyhack in forum Programming
    Replies: 11
    Last Post: 06-08-2011, 10:59 AM
  2. What am I doing wrong WoW.exe does not appear on WPE.
    By Eliteplague in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-30-2007, 04:21 AM
  3. I deleted my WoW.exe
    By turkeypoo in forum World of Warcraft General
    Replies: 4
    Last Post: 09-02-2007, 04:15 AM
  4. strange command in decompile of wow.exe
    By vivec45 in forum World of Warcraft General
    Replies: 1
    Last Post: 08-25-2007, 07:35 AM
  5. Error in checking WoW.exe CRC code hack?
    By Trichelieu in forum World of Warcraft General
    Replies: 0
    Last Post: 06-11-2006, 02:24 PM
All times are GMT -5. The time now is 06:45 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