Page 1 of 8 123 ... LastLast
Results 1 to 15 of 115
  1. #1
    requisite0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    14

    [FaIW] aIW Ban Bypass

    This is a bypass for aIW's new ban mechanism. It includes both binary and source releases (this thread). If you're a nub, change your MAC address, and your IP (there are other threads around for such). If you know what you're doing and just need a binary, extract the archive and run faiw.exe and it will inject the faiw.dll as soon as possible. The source code is pretty self explanatory and is follows:

    [php]
    #include <windows.h>
    #include <tchar.h>
    #include <wchar.h>
    #include "detours.h"
    #pragma comment(lib, "detours.lib")

    typedef LONG (WINAPI* RegEnumValueW_Proto)(HKEY, DWORD, LPWSTR, LPDWORD, LPDWORD, LPDWORD, LPBYTE, LPDWORD);
    typedef LONG (WINAPI* RegQueryValueExW_Proto)(HKEY, LPCWSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD);

    RegEnumValueW_Proto RegEnumValueW_Pointer;
    RegQueryValueExW_Proto RegQueryValueExW_Pointer;

    LONG WINAPI RegEnumValueW_Detour(HKEY hKey, DWORD dwIndex, LPWSTR lpValueName, LPDWORD lpcbValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData);
    LONG WINAPI RegQueryValueExW_Detour(HKEY hKey, LPCWSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData);

    BOOL WINAPI DllMain(_In_ HANDLE _HDllHandle, _In_ DWORD _Reason, _In_opt_ LPVOID _Reserved)
    {
    DisableThreadLibraryCalls((HMODULE)_HDllHandle);
    if (_Reason == DLL_PROCESS_ATTACH)
    {
    RegEnumValueW_Pointer = (RegEnumValueW_Proto)DetourFunction((PBYTE)GetProc Address(GetModuleHandle(_T("advapi32")), "RegEnumValueW"), (PBYTE)RegEnumValueW_Detour);
    RegQueryValueExW_Pointer = (RegQueryValueExW_Proto)DetourFunction((PBYTE)GetP rocAddress(GetModuleHandle(_T("advapi32")), "RegQueryValueExW"), (PBYTE)RegQueryValueExW_Detour);
    TCHAR filePath[256];
    ExpandEnvironmentStrings(_T("%AppData%\\steam_md2. dat"), filePath, 256);

    if (GetFileAttributes(filePath) != 0xFFFFFFFF)
    {
    DeleteFile(filePath);
    MessageBeep(MB_OK);
    }
    }
    else if (_Reason = DLL_PROCESS_DETACH)
    {

    }

    return TRUE;
    }

    LONG WINAPI RegEnumValueW_Detour(HKEY hKey, DWORD dwIndex, LPWSTR lpValueName, LPDWORD lpcbValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData)
    {
    if (wcscmp(lpValueName, _T("NetworkAddress")) == 0)
    {
    MessageBeep(MB_OK);
    return ERROR_NO_MORE_ITEMS;
    }
    return RegEnumValueW_Pointer(hKey, dwIndex, lpValueName, lpcbValueName, lpReserved, lpType, lpData, lpcbData);
    }

    LONG WINAPI RegQueryValueExW_Detour(HKEY hKey, LPCWSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData)
    {
    if (wcscmp(lpValueName, _T("NetworkAddress")) == 0)
    {
    MessageBeep(MB_OK);
    return ERROR_FILE_NOT_FOUND;
    }
    return RegQueryValueExW_Pointer(hKey, lpValueName, lpReserved, lpType, lpData, lpcbData);
    }
    [/php]

    P.S: If you really want to have fun, change your aIW username to:
    Code:
    ^1aIW|^0Unbannable
    to show these ******s that you can't be banned.

    Oh, and if you're in need of a hack to use, here's my modified Wieter20 public hook without the spam, just run mw2pp.exe and it'll autoinject.

    gg,
    req0

    Links:
    FaIW Bypass - Attached (Virus Scan)
    No-Spam Wieter20 Hook - Attached (Virus Scan)NOTE: Menu key changed from DELETE to BACKSPACE. My bad, ya'll.
    Related aIW.net Cheat Report (Funny ass video within)

    @Credits:
    Wieter20: For the public hook I nop'd. Pretty good 180 degree aimbot. Pretty easy to figure out how to make it 360 degrees, but left it as an RE exercise for the user.
    Last edited by B4M; 11-04-2010 at 04:47 AM. Reason: lol, fail.

  2. The Following 12 Users Say Thank You to requisite0 For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (11-04-2010),AlternativeMW2 (11-08-2010),ctrl48 (09-15-2012),Hell_Demon (11-04-2010),Kakerzone (11-04-2010),Kriege203 (11-04-2010),magik-thc (11-08-2010),moheed30 (11-11-2010),nismax (11-05-2010),rodolfgonzales4 (11-05-2010),TheBurnage123 (11-08-2013),yaskie (11-04-2010)

  3. #2
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Nice...

  4. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Nice external link and no virus scans. /
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  5. #4
    Jasperdepasper's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    C:\MPGH<3\Jasperdepasper™
    Posts
    235
    Reputation
    17
    Thanks
    153
    My Mood
    Fine
    Nice work but is this realy working

  6. #5
    misshoneybee's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    89
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed

  7. #6
    requisite0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    14
    I have better things to do than virus scan. I've given you the source, if you can't compile it and don't know what to do with it, you probably don't deserve to have it.

  8. The Following 2 Users Say Thank You to requisite0 For This Useful Post:

    griezel32 (11-06-2010),Hell_Demon (11-04-2010)

  9. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Quote Originally Posted by requisite0 View Post
    I have better things to do than virus scan. I've given you the source, if you can't compile it and don't know what to do with it, you probably don't deserve to have it.
    I don't care if you call people noobs just because they can't compile a simple C++ program. Virus Scans are MANDATORY and external links are not permitted on the forum. There are NO exceptions. Obey now of suffer the consequences /

    MPGH - MultiPlayer Game Hacking - Rules
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  10. #8
    misshoneybee's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    89
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed
    Cant wait till someone improve this, Converys eyes will be like O.O =D

    or Convery? =P

  11. #9
    requisite0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by master131 View Post
    I don't care if you call people noobs just because they can't compile a simple C++ program. Virus Scans are MANDATORY and external links are not permitted on the forum. There are NO exceptions. Obey now of suffer the consequences /

    MPGH - MultiPlayer Game Hacking - Rules
    Sorry bro, I will admit I didn't read the rules. Files attached in the OP, and I linked to VirusTotal reports.

  12. #10
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Also, advertising is also not permitted on the forum ^^
    I don't think that so called 'Related aIW.net Cheat Report (Funny ass video within)' is even related at all and therefore considered as advertising.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  13. #11
    misshoneybee's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    89
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed
    omg just improve it and tell me that it works =D

  14. #12
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,662
    My Mood
    Breezy
    Does it look like a minion is even online? Wait for Blubbsie to come online in 2-4 hours.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  15. #13
    NTAuthority's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    23
    Good luck with using this until I do another rushed workaround... again.
    Last edited by NTAuthority; 11-04-2010 at 02:51 AM.

  16. #14
    requisite0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by NTAuthority View Post
    As expected, RegQuery* hooking. Good luck getting past multiple layers of detection for any detours placed in there in the meantime.

    (oh, and I know there're workarounds for detour detection, but once they're used they'll be gone too)
    Wow, for real? I had more respect for you when I believed you believed that any kind of hack detection could be circumvented. It seems we now have a rivalry going, sir.

    I'd also like to point out that if you expected these API's to be hooked, perhaps you should stop being the lazy programmer you are, and actually implement your mythical protection mechanisms rather than waxing poetical about them, hmm?

    And again, please recognize that unlike myself, you're not secure enough in your work to release source code on your mechanisms.

    Check, and mated, sir, or shall I say, ma'am? :P

  17. #15
    misshoneybee's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    89
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed
    @NTAuthority
    why you dont close the cheat report topic and dont ban innocent players like me,
    would be more effective to fix your bugged game, then to ban people

    loli peace and karrots

Page 1 of 8 123 ... LastLast

Similar Threads

  1. Steam Games/VAC2 Ban, Bypass/Workaround, acess secure servers[release]
    By xsouldeath in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 42
    Last Post: 01-12-2010, 03:09 PM
  2. VAC ACCOUNT BAN BYPASS!!!
    By n1kko in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 15
    Last Post: 08-25-2009, 09:36 AM
  3. Combat Arms Ban Bypass :o
    By Shiv4m in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 10-18-2008, 12:24 PM
  4. [RELEASE] Hardware Ban Bypass*public*
    By thereal|quintobean in forum WarRock - International Hacks
    Replies: 15
    Last Post: 03-16-2007, 07:14 AM
  5. Hi I need a ban bypass
    By Tru_Power in forum WarRock - International Hacks
    Replies: 17
    Last Post: 05-31-2006, 07:51 AM