[Help] Do code in Wow process menu

User Tag List

Results 1 to 3 of 3
  1. #1
    porabotitel's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Do code in Wow process

    Hi. for example i have function in wow.exe process

    Code:
    0x00000001....push eax
    0x00000002....push ecx
    0x00000003....call 0x00000099
    how can i change the value and done code like
    Code:
    __asm{
    push arg_0
    push arg_1
    call 0x00000099
    }
    What should i do ?

    [Help] Do code in Wow process
  2. #2
    inzenir's Avatar Member
    Reputation
    9
    Join Date
    Aug 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well...
    Code:
    __asm(char * arg_0, char * arg_1)
    {
    push arg_0
    push arg_1
    call 0x00000099
    }

    this might do the trick....

  3. #3
    xLeo123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DWORD constant = 0x99;
    Code:
    void function(char* arg0, char* arg1)
    {
    __asm
    {
    push arg0
    push arg0
    call [constant]
    }
    }

Similar Threads

  1. [question, please help] suggestions on exiting wow fast to avoid detection
    By Skizzilini in forum World of Warcraft General
    Replies: 8
    Last Post: 12-18-2007, 01:08 AM
  2. Need help with buying/downloading WoW glider
    By sh1mm3 in forum World of Warcraft General
    Replies: 4
    Last Post: 11-17-2006, 09:41 PM
  3. Need help with buying/downloading WoW glider
    By sh1mm3 in forum World of Warcraft General
    Replies: 0
    Last Post: 11-17-2006, 08:00 PM
  4. Need help with buying/downloading WoW glider
    By sh1mm3 in forum World of Warcraft General
    Replies: 0
    Last Post: 11-17-2006, 08:00 PM
  5. Need help with buying/downloading WoW glider
    By sh1mm3 in forum World of Warcraft General
    Replies: 0
    Last Post: 11-17-2006, 08:00 PM
All times are GMT -5. The time now is 03:07 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