Results 1 to 9 of 9
  1. #1
    farisazli's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    58

    Coding Source Code

    Can Anyone coding this Source Code to me..I got this code from @Alliance this code is file check bypass
    [HTML]int __thiscall sub_10047690(int this, const char *a2)
    {
    int v2; // ebp@1
    HANDLE v3; // eax@5
    void *v4; // esi@5
    struct _RTL_CRITICAL_SECTION *v5; // ecx@6
    DWORD v6; // ebp@7
    void *v7; // edi@7
    unsigned int v8; // ecx@10
    void *v10; // [sp-4h] [bp-4Ch]@16
    char v11; // [sp+13h] [bp-35h]@1
    struct _RTL_CRITICAL_SECTION *v12; // [sp+14h] [bp-34h]@1
    DWORD NumberOfBytesRead; // [sp+18h] [bp-30h]@7
    void *v14; // [sp+20h] [bp-28h]@1
    int v15; // [sp+30h] [bp-18h]@1
    unsigned int v16; // [sp+34h] [bp-14h]@1
    int v17; // [sp+44h] [bp-4h]@1


    v2 = this + 264;
    v12 = (struct _RTL_CRITICAL_SECTION *)(this + 264);
    sub_1004A2D0((LPCRITICAL_SECTION)(this + 264));
    v11 = 5;
    v16 = 15;
    v15 = 0;
    //Found By Xorr
    LOBYTE(v14) = 0;
    sub_100033F0(a2, strlen(a2));
    v17 = 0;
    if ( sub_10041BF0("_SG", 0, 3) != -1 )
    v11 = 6;
    strncpy(FileName, a2, 0x303u);
    _strlwr(FileName);
    _splitpath(FileName, byte_101B580C, byte_101B5810, byte_101B5910, byte_101B5A10);
    if ( *(_DWORD *)(dword_101B56A8 + 260) )
    sprintf(byte_101B5A10, ".bsv");
    _makepath(FileName, byte_101B580C, byte_101B5810, byte_101B5910, byte_101B5A10);
    v3 = CreateFileA(FileName, 0x80000000u, 1u, 0, 3u, 0x80u, 0);
    v4 = v3;
    //Found By Xorr
    if ( v3 == (HANDLE)-1 )
    {
    MessageBoxA(0, FileName, "error", 0);
    v5 = (struct _RTL_CRITICAL_SECTION *)v2;
    goto LABEL_18;
    }
    v6 = GetFileSize(v3, 0);
    NumberOfBytesRead = 0;
    v7 = operator new(v6);
    if ( ReadFile(v4, v7, v6, &NumberOfBytesRead, 0) )
    {
    CloseHandle(v4);
    if ( *(_DWORD *)(dword_101B56A8 + 260) )
    {
    v8 = 0;
    if ( v6 )
    {
    do
    {
    *((_BYTE *)v7 + v8) -= v8 * v8 % (unsigned __int8)v11;
    ++v8;
    }
    while ( v8 < v6 );
    }
    }
    if ( !*(_DWORD *)dword_101B56A8 || !sub_101374F0(*(_DWORD *)dword_101B56A8, v7, v6, a2) )
    {
    j_j__free(v7);
    v5 = v12;
    LABEL_18:
    sub_1004A2F0(v5);
    if ( v16 >= 0x10 )
    {
    v10 = v14;
    goto LABEL_20;
    }
    return unknown_libname_11();
    }
    j_j__free(v7);
    MessageBoxA(0, "3 Can't find blackshot files. Please re-install blackshot.", "error", 0);
    }
    else
    {
    j_j__free(v7);
    MessageBoxA(0, "2 Can't find blackshot files. Please re-install blackshot.", "error", 0);
    CloseHandle(v4);
    }
    sub_1004A2F0(v12);
    if ( v16 >= 0x10 )
    {
    v10 = v14;
    LABEL_20:
    j__free(v10);
    }
    return unknown_libname_11();
    }[/HTML]
    All Credits goes to @Xorr or @XorrUG
    Last edited by farisazli; 01-25-2013 at 05:58 PM. Reason: ...

  2. #2
    Opcode's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    FULL CREDITS GOES TO @Xorr or @XorrUG FOR THE FILE CHECKING FUNCTION!!!
    Quote Originally Posted by farisazli View Post
    Can Anyone coding this Source Code to me..I got this code from @Alliance this code is file check bypass
    [HTML]int __thiscall sub_10047690(int this, const char *a2)
    {
    int v2; // ebp@1
    HANDLE v3; // eax@5
    void *v4; // esi@5
    struct _RTL_CRITICAL_SECTION *v5; // ecx@6
    DWORD v6; // ebp@7
    void *v7; // edi@7
    unsigned int v8; // ecx@10
    void *v10; // [sp-4h] [bp-4Ch]@16
    char v11; // [sp+13h] [bp-35h]@1
    struct _RTL_CRITICAL_SECTION *v12; // [sp+14h] [bp-34h]@1
    DWORD NumberOfBytesRead; // [sp+18h] [bp-30h]@7
    void *v14; // [sp+20h] [bp-28h]@1
    int v15; // [sp+30h] [bp-18h]@1
    unsigned int v16; // [sp+34h] [bp-14h]@1
    int v17; // [sp+44h] [bp-4h]@1


    v2 = this + 264;
    v12 = (struct _RTL_CRITICAL_SECTION *)(this + 264);
    sub_1004A2D0((LPCRITICAL_SECTION)(this + 264));
    v11 = 5;
    v16 = 15;
    v15 = 0;
    //Found By Xorr
    LOBYTE(v14) = 0;
    sub_100033F0(a2, strlen(a2));
    v17 = 0;
    if ( sub_10041BF0("_SG", 0, 3) != -1 )
    v11 = 6;
    strncpy(FileName, a2, 0x303u);
    _strlwr(FileName);
    _splitpath(FileName, byte_101B580C, byte_101B5810, byte_101B5910, byte_101B5A10);
    if ( *(_DWORD *)(dword_101B56A8 + 260) )
    sprintf(byte_101B5A10, ".bsv");
    _makepath(FileName, byte_101B580C, byte_101B5810, byte_101B5910, byte_101B5A10);
    v3 = CreateFileA(FileName, 0x80000000u, 1u, 0, 3u, 0x80u, 0);
    v4 = v3;
    //Found By Xorr
    if ( v3 == (HANDLE)-1 )
    {
    MessageBoxA(0, FileName, "error", 0);
    v5 = (struct _RTL_CRITICAL_SECTION *)v2;
    goto LABEL_18;
    }
    v6 = GetFileSize(v3, 0);
    NumberOfBytesRead = 0;
    v7 = operator new(v6);
    if ( ReadFile(v4, v7, v6, &NumberOfBytesRead, 0) )
    {
    CloseHandle(v4);
    if ( *(_DWORD *)(dword_101B56A8 + 260) )
    {
    v8 = 0;
    if ( v6 )
    {
    do
    {
    *((_BYTE *)v7 + v8) -= v8 * v8 % (unsigned __int8)v11;
    ++v8;
    }
    while ( v8 < v6 );
    }
    }
    if ( !*(_DWORD *)dword_101B56A8 || !sub_101374F0(*(_DWORD *)dword_101B56A8, v7, v6, a2) )
    {
    j_j__free(v7);
    v5 = v12;
    LABEL_18:
    sub_1004A2F0(v5);
    if ( v16 >= 0x10 )
    {
    v10 = v14;
    goto LABEL_20;
    }
    return unknown_libname_11();
    }
    j_j__free(v7);
    MessageBoxA(0, "3 Can't find blackshot files. Please re-install blackshot.", "error", 0);
    }
    else
    {
    j_j__free(v7);
    MessageBoxA(0, "2 Can't find blackshot files. Please re-install blackshot.", "error", 0);
    CloseHandle(v4);
    }
    sub_1004A2F0(v12);
    if ( v16 >= 0x10 )
    {
    v10 = v14;
    LABEL_20:
    j__free(v10);
    }
    return unknown_libname_11();
    }[/HTML]

  3. #3
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish
    Xorr not working.....

  4. #4
    farisazli's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    58
    Quote Originally Posted by devilaim View Post
    Xorr not working.....
    are u sure its not working?....because my friend can use pink charms with 2x damaged yesterday becoz of that Code...

  5. #5
    Arcton's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    SomeWhere In Your Heart
    Posts
    2,108
    Reputation
    194
    Thanks
    2,631
    My Mood
    Stressed
    Quote Originally Posted by farisazli View Post
    are u sure its not working?....because my friend can use pink charms with 2x damaged yesterday becoz of that Code...
    BlackShot EU right ?

  6. #6
    Xeroz___'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    25
    My Mood
    Pensive
    Quote Originally Posted by Arcton View Post
    BlackShot EU right ?
    I don't Think So..

  7. #7
    farisazli's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    58
    Quote Originally Posted by Arcton View Post
    BlackShot EU right ?
    nope....its blackshot garena....

  8. #8
    prolinz's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Whats This For?

  9. #9
    Dash9231's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    350
    Reputation
    10
    Thanks
    745
    My Mood
    Angry
    Hard... You need to learn basic programming
    I AM GM_Dash


    Press the button if I helped

    Selling blackshot ID ->https://www.mpgh.net/forum/124-sellin...ml#post8150136

    New link please check

Similar Threads

  1. [Updated] EU Coding/Source Code Section Rules
    By Jabuuty671 in forum Combat Arms EU Hack Coding/Source Code
    Replies: 0
    Last Post: 10-10-2010, 01:38 AM
  2. CA Hack Coding/Source Code Resources[2 August]
    By Zoom in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 36
    Last Post: 09-23-2010, 06:29 AM
  3. Do we really need MW2 Coding/Source Code section?
    By Insane in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 8
    Last Post: 07-06-2010, 02:32 PM
  4. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM
  5. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM

Tags for this Thread