DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Page 2 of 2 FirstFirst 1 2
Results 16 to 24 of 24
  1. #16
    Threadstarter
    Choob
    MPGH Member
    Phizo's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Hell_Demon View Post
    Get access to the IVEngineClient in engine.dll using CreateInterface(exported from engine dll) and use ClientCmd
    I've been checking out stuff to do with CreateInterface with engine.dll in CE. It mentions it when you're looking for memory addresses and stuff.

    I'll check it out some more, thanks .

  2. #17
    Bobo's Trainer
    MPGH Member
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    843
    Reputation
    5
    Thanks
    124
    I spent a few days on this game in Olly.
    I mainly traced a bunch of chat function and console functions.
    That's where i found tier0.msg
    I also found that the console messages are raised as an exception through RtlRaiseException
    Unfortunatley I didnt find out how to change my name in multiplayer, although i could in singleplayer. I could only hook the chat function and intersept the text
    Last edited by kibbles18; 09-30-2011 at 04:06 PM.

  3. #18
    MPGH Addict
    Former Staff
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,596
    Reputation
    236
    Thanks
    3,815
    My Mood
    Cheeky
    CreateInterfaceFn CI = (CreateInterfaceFn) GetProcAddress(GetModuleHandle("engine.dll"), "CreateInterface");
    IVEngineClient *engine = (IVEngineClient*)CI("Interface version here, figure it out yourself", 0);

    engine->ClientCmd("sv_cheats 1");
    Ah we-a blaze the fyah, make it bun dem!

  4. #19
    Threadstarter
    Choob
    MPGH Member
    Phizo's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Hell_Demon View Post
    CreateInterfaceFn CI = (CreateInterfaceFn) GetProcAddress(GetModuleHandle("engine.dll"), "CreateInterface");
    IVEngineClient *engine = (IVEngineClient*)CI("Interface version here, figure it out yourself", 0);

    engine->ClientCmd("sv_cheats 1");
    Thanks, but I tried something very similar.

    It couldn't define CreateInterfaceFn and there were some other errors. I'll try figure it out, I don't want to be spoon fed or anything, I actually want to learn.

    Thanks again.

  5. #20
    Bobo's Trainer
    MPGH Member
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    843
    Reputation
    5
    Thanks
    124
    Use the force...
    jk
    use the SDK

  6. #21
    MPGH Addict
    Former Staff
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,596
    Reputation
    236
    Thanks
    3,815
    My Mood
    Cheeky
    Quote Originally Posted by Phizo View Post
    Thanks, but I tried something very similar.

    It couldn't define CreateInterfaceFn and there were some other errors. I'll try figure it out, I don't want to be spoon fed or anything, I actually want to learn.

    Thanks again.
    Get the source SDK from the tools tab in steam.
    edit: I wrote a tutorial some time ago on how to make a base for Vindictus(also source engine), it's the same as for CS: S http://www.mpgh.net/forum/437-vindic...ell_demon.html
    Last edited by Hell_Demon; 10-01-2011 at 09:47 AM.
    Ah we-a blaze the fyah, make it bun dem!

  7. #22
    Threadstarter
    Choob
    MPGH Member
    Phizo's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    Ah, I see. Thanks again man .

  8. #23
    Member aCheats's Avatar
    Join Date
    Apr 2012
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Dude. what do you mean with that It failed? lol.. obv it will fail to just bypass the value in the offset, but sv_cheats is running inside engine.dll , Build up a modulebase and youre ready to go!! Works for me..

  9. #24
    MPGH Addict
    Former Staff
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,596
    Reputation
    236
    Thanks
    3,815
    My Mood
    Cheeky
    Quote Originally Posted by aCheats View Post
    Dude. what do you mean with that It failed? lol.. obv it will fail to just bypass the value in the offset, but sv_cheats is running inside engine.dll , Build up a modulebase and youre ready to go!! Works for me..
    Good job, you posted something vaguely resembling English in a thread that died over half a year ago.
    Ah we-a blaze the fyah, make it bun dem!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. what is the console command for forward in time?
    By rallos in forum Vindictus Help
    Replies: 10
    Last Post: 06-21-2011, 06:53 AM
  2. Any console command for gold?
    By Cardsben in forum Vindictus Help
    Replies: 15
    Last Post: 04-24-2011, 06:27 PM
  3. Console Commands for SP
    By Yamato in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 10-12-2010, 06:49 AM
  4. [SOLVED] MW2 Console Command for *Temp Ban*
    By dwcusterjr in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 06-28-2010, 09:57 AM
  5. [REQUEST] A LIST of FUN commands for the CONSOLE
    By Waldoa93 in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 01-28-2010, 10:00 PM