[Announce] Model Edits 4.0.3a menu

User Tag List

Page 5 of 14 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 204
  1. #61
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, if you run it without command line (just open the exe with double click) you dont hit the assertion. The assertion is only made when argc >= 2

    [Announce] Model Edits 4.0.3a
  2. #62
    Jimbob99's Avatar Private
    Reputation
    2
    Join Date
    Dec 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by megax780 View Post

    p.s. Jimbob99 is a douche.
    And you are obviously the kind of mindless child that gets things nerfed, broken or flat out removed in the first place.

  3. #63
    sitnspinlock's Avatar Elite User CoreCoins Purchaser
    Reputation
    398
    Join Date
    Sep 2010
    Posts
    439
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cromon, you seem to have pretty good static analysis skills O.O

    as for me im not that great, still learning.. correct me if im wrong but it seems to me wow generates a hash of the client data in the mpq's then its checked at runtime? so i havent gotten home yet to write it out in vs but im thinking of using openprocess for a wow handle and then using writeprocessmemory for the offset of the check function, pretty sure i have it for the current build.

    OR

    am i thinking about it all wrong

    you tell me ;p

    edit-

    if im right then we can get this down to about 15 lines with a single exe.

    unless ASLR playes a roll here? i used to do similar things with xp before the "protected process" was introduced with windows vista which made it harder to run shit in another procs address space.. lemme know..
    Last edited by sitnspinlock; 12-28-2010 at 04:52 PM.

  4. #64
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by everdox View Post
    cromon, you seem to have pretty good static analysis skills O.O

    as for me im not that great, still learning.. correct me if im wrong but it seems to me wow generates a hash of the client data in the mpq's then its checked at runtime? so i havent gotten home yet to write it out in vs but im thinking of using openprocess for a wow handle and then using writeprocessmemory for the offset of the check function, pretty sure i have it for the current build.
    I haven't had a look on what the client does with its existing MPQs as i try to not mix up modified data with the original data of blizzard as it may lead to errors when patching. There is a struct with infos about each MPQ starting on 0x830130 (4.0.3 beta client) with expansion level, flags, prefix, name, ..., maybe you find something there.


    Originally Posted by everdox View Post
    unless ASLR playes a roll here? i used to do similar things with xp before the "protected process" was introduced with windows vista which made it harder to run shit in another procs address space.. lemme know..
    With NtQueryInformationProcess ASLR doesnt make a bit difference.

  5. #65
    T4PO's Avatar Member
    Reputation
    10
    Join Date
    May 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I double clicked the injector and still gives me the error >.<

  6. #66
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When you double click the exe you dont hit the assertion, you can see that in the source code. Thats actually why i didnt release any binaries at the beginning.

  7. #67
    T4PO's Avatar Member
    Reputation
    10
    Join Date
    May 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont hit anything else other than just double clicking the Injector.exe

  8. #68
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ye, i know. But hitting an assertion means not fulfill the condition in the assertion.

  9. #69
    coldman's Avatar Contributor
    Reputation
    130
    Join Date
    Apr 2007
    Posts
    266
    Thanks G/R
    4/4
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone tried this on retail on a full account yet? Just curious on if the risk is high or just as high when knyox was releasing his.

  10. #70
    megax780's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have tested this on real account for past two days nothing bad so far also I notice the exe doesn't stay on the whole time. When playing wow it injects the mpqs then it shuts off. But it keeps my model changes till I exit the game.

  11. #71
    coldman's Avatar Contributor
    Reputation
    130
    Join Date
    Apr 2007
    Posts
    266
    Thanks G/R
    4/4
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm im a noob at C++ and compiling lol, But Cromon was nice enough to lead me in the right direction, I got the dll's and exe compiled, no errors or anything but if i click the exe before opening wow I get this message, I also get this same message when I have wow on the login screen but instead of line 66 in cmd it says line 72. Any idea what I am doing wrong?

    http://i56.tinypic.com/2akh92x.jpg picture of error
    Last edited by coldman; 12-28-2010 at 09:58 PM.

  12. #72
    Knuckles_'s Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got all that compiled on a friend's PC (can't find my VS CDs), installed the VS2010 redist. I dropped both DLL and the EXE in the WoW folder. made a brand new MPQ w/ Ladik's MPQ editor. I added files I just extracted from the game and added them like in any MPQ I already did. I run the injector w/ -nodelay , the injector cmd window opens, the game starts, I log in, but nothing is changed (changing race to race).... any idea? O.o

    Edit: here how it worked:
    -I asked a friend that had Visual Studio 2010 installed.
    -I copied the code of the 3 files in a text file and sent him (and told him the name of each file)
    -He compiled both DLL and the EXE without error and sent them back to me.
    -I copied all 3 files in my WoW directory
    -I created the file MpqFiles.txt in my D:\World of Warcraft\ Directory
    -I entered in the text file: Data\Patch-X.MPQ (I also tried "D:\World of Warcraft\Data\Patch-X.MPQ" also copied file in the C: root and tried "C:\Patch-X.MPQ" and without " " marks but it gave the same result)
    -It warned me for missing files so I went and downloaded/installed the VS2010 redistributable to have the missing files
    -I Launched the game, then launched the Injector RESULT : nothing changed
    -I tried with the command line (since WoW.exe is in the same folder) this : D:\World of Warcraft\> Injector.exe -nodelay RESULT: The game starts but nothing happens.
    -I moved the files into the root of my D: drive and did this in command line: D:\> Injector.exe -nodelay RESULT: warned me it couldn't find the WoW.exe file <---- that was expected so it's all good.
    -Next I did this in command line: D:\> Injector.exe -nodelay "D:\World of Warcraft" RESULT: Game started, nothing changed.

    Can't think of anything else
    Last edited by Knuckles_; 12-28-2010 at 11:47 PM.

  13. #73
    Btbam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerds discussing. Stop wanking over each others nerd comments and create a program so we can use this shit.

    Thanks!

  14. #74
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Knuckles_ View Post
    -Next I did this in command line: D:\> Injector.exe -nodelay "D:\World of Warcraft" RESULT: Game started, nothing changed.
    Try this again and when wow runs go to the data directory and try to delete patch-X.MPQ. If it gets deleted something went wrong with injecting. If you get an error that the file is used by another process wow has locked it and its loaded correctly.

  15. #75
    tikigenius's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cromon View Post
    Try this again and when wow runs go to the data directory and try to delete patch-X.MPQ. If it gets deleted something went wrong with injecting. If you get an error that the file is used by another process wow has locked it and its loaded correctly.
    Great little test suggestion, though I would recommend attempting to move it to another directory so you don't lose all of your work if it succeeds and that was the only copy you have! =)

    Originally Posted by Btbam
    Nerds discussing. Stop wanking over each others nerd comments and create a program so we can use this shit.
    Looks like we need the ban hammer.

Page 5 of 14 FirstFirst 123456789 ... LastLast

Similar Threads

  1. Model Editing Fun!
    By Matt in forum World of Warcraft Model Editing
    Replies: 100
    Last Post: 01-22-2007, 05:41 PM
  2. 45 minutes of model editing and path exploiting
    By Matt in forum World of Warcraft General
    Replies: 2
    Last Post: 09-17-2006, 09:51 PM
  3. Possible Model Editting (1.11) ?!
    By nobodyzero in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 07-14-2006, 11:47 AM
  4. a model edit
    By Relz in forum World of Warcraft General
    Replies: 12
    Last Post: 07-12-2006, 09:38 PM
  5. questions about model editing
    By Avianar47 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-08-2006, 09:41 PM
All times are GMT -5. The time now is 03:51 PM. 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