Results 1 to 5 of 5
  1. #1
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool

    Red face CShell.dll or MiniObject.dll

    hi, can someone say me what i have to change, to use ptc commans in a other dll example for other games or crossfire miniobject.dll

    this is for cshell.dll
    Code:
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    is this right?
    Code:
    DWORD dwCShell = (DWORD)GetModuleHandleA("MiniObject.dll");

    what i have to do here?
    Code:
    DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
    what i have to change?

    how i get this address?
    Code:
    0x299D40
    again this for cshell.dll
    Code:
    while(GetModuleHandleA("CShell.dll") == NULL ) {
    is this right changing?
    Code:
    while(GetModuleHandleA("MiniObject.dll") == NULL ) {

  2. The Following User Says Thank You to GER-Domi. For This Useful Post:

    [Banned]mark0108 (09-03-2010)

  3. #2
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    Quote Originally Posted by GER-Domi. View Post

    what i have to do here?
    Code:
    DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
    there u put the bypasser of ur game.

  4. The Following User Says Thank You to mrkiller2010 For This Useful Post:

    [Banned]mark0108 (09-03-2010)

  5. #3
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool
    nooo there put in cshell address i think.. but how get it? .. but this is no bypass.. don t talk shiiit

  6. The Following User Says Thank You to GER-Domi. For This Useful Post:

    [Banned]mark0108 (09-03-2010)

  7. #4
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    its LTC client bypass trust me.

  8. The Following User Says Thank You to mrkiller2010 For This Useful Post:

    [Banned]mark0108 (09-03-2010)

  9. #5
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    That is the address to "cominicate" with the client. LTC
    It gets updated every cf update.

    I posted a topic how to find the address.

    "while(GetModuleHandleA("CShell.dll") == NULL ) {

    }"
    Can be

    while(!GetModuleHandleA("CShell.dll")) {

    }

    That means if cshell.dll is NOT loaded then you do....
    You only want to do things if cshell is loaded.
    So you check if cshell.dll is loaded, if it isn't you check again and again.
    But this cost a lot of your cpu. So put a Sleep(150) in it
    Last edited by lauwy; 09-03-2010 at 07:47 PM.
    Need some help to get back on track

    Find the pointer to the D3D9 Device (Not usefull for Cross)

    https://www.mpgh.net/forum/242-crossf...ice-lauwy.html

    Fix olly if scanning doesn't work

    https://www.mpgh.net/forum/242-crossf...ing-fails.html

    Unpack cshell.dll

    https://www.mpgh.net/forum/242-crossf...shell-dll.html

Similar Threads

  1. [help]Error copying files cshell.dll.
    By mexicano007 in forum Combat Arms Mods & Rez Modding
    Replies: 12
    Last Post: 12-09-2009, 04:24 PM
  2. wanna know whats in cshell.dll ??? look here
    By lolz2much in forum Combat Arms Discussions
    Replies: 133
    Last Post: 11-20-2009, 10:31 PM
  3. Give me Cshell.dll
    By Katie_Perry in forum Combat Arms Discussions
    Replies: 15
    Last Post: 09-26-2009, 03:28 AM
  4. CShell.dll is malware packer.
    By XGelite in forum Combat Arms Discussions
    Replies: 4
    Last Post: 09-10-2009, 03:21 PM
  5. lol how do you use engine.rar and cshell.dll
    By czudej in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 01-17-2009, 06:18 PM