Results 1 to 2 of 2
  1. #1
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy

    Plus MW3 aCI Dump (v70)

    I dumped their aCI module. Attached to this post as well.

    Anyways, SSDD, they use the same stolen 4D1's idea of doing "troll %d" to send a ban.

    However they changed it a bit. Here's the "new" format:
    Code:
       sprintf(buffer, "troll %d %s", violation_code, 0x7EFB50);

    0x7EFB50 points to a 96 bit HWID which they stupidly used wmic to make.

    So basically, if you wanted to destroy their project:

    Code:
    static char charSet[] = "QWERTYUIOPASDFGHJKLZXCVBNM0123456789";
    
    // Uses charSet to make a list of all possible HWID combinations.
    char* makeHWID();
    
    // Set when all possible combinations have been created
    bool done = false;
    
    void BanAllHWIDs()
    {
       char buffer[128];
       DWORD msgCall = GetProcAddress( GetModuleHandleA("libpm.dll"), "SendRandomString" );
       while(!done)
       {
           sprintf(buffer, "troll 1337 %s", makeHWID() );
           ( ( int ( * )( char* ) ) msgCall )( buffer );
        }
    }
    Bypassing is as simple as preventing the module from being mapped.
    As they download it from their site and manual map it from memory.

    Enjoy.

    #Rekt


    <b>Downloadable Files</b> Downloadable Files
    Last edited by Hitokiri~; 08-11-2014 at 03:16 PM.

  2. The Following 6 Users Say Thank You to Hitokiri~ For This Useful Post:

    andros0789 (05-18-2016),dugboy (08-13-2014),japie2522 (10-08-2014),mamad_mh11 (03-12-2015),shryder (03-13-2016),THE MOB (02-14-2015)

  3. #2
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Sorry
    //Approved.
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

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

    Hitokiri~ (08-11-2014)

Similar Threads

  1. [Source Code] FD1 MW3 aCI Bypass
    By DahvieVanity in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 9
    Last Post: 11-08-2012, 04:56 PM
  2. [Help Request] Memory Dump for MW3
    By hacksorce in forum Call of Duty Modern Warfare 3 Help
    Replies: 2
    Last Post: 10-19-2012, 08:49 PM
  3. trading mw3,black ops,dawn of war 2 plus dlcs for borderlands 2
    By drewdog31 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 09-19-2012, 06:33 PM
  4. [Patched] cod mw3 plus 5 trainer for sp and co-op
    By hosam111 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 22
    Last Post: 11-19-2011, 04:38 AM
  5. [Release] MW3 DVAR DUMP
    By Insane in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 9
    Last Post: 11-07-2011, 06:38 AM