Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 61 to 75 of 115
  1. #61
    nismax's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    Quote Originally Posted by requisite0 View Post
    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.


    nice i wish i can use this somehow. thanks anyways go coders f;;k alter iw up

    Quote Originally Posted by aIW|Blitz View Post
    Reported for flaming. Grow up, really.
    reported for flaming i with i was mod on this site. i would report your bann for all times

  2. #62
    iwnet123's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    dont works
    fucking bypass

  3. #63
    Elmoisabeast's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    201
    Reputation
    19
    Thanks
    7
    My Mood
    Angry
    Do you have Proof?
    cause it looks like its working for me now you have been banned message still trying to connect to a game though

    Edit: ok well cant connect to any games and the dedicated servers (attempts then fails) but it shows i have others playing
    Last edited by Elmoisabeast; 11-05-2010 at 05:09 AM.
    A Forum post should be like a skirt...
    Long enough to cover the subject material but short enough to keep things interesting

    Elmoisabeast


  4. #64
    Flossenwurst's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany/Bielefeld
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    thanks for the dll fix but when i start iw4mp.exe first and then faiw.exe it doesnt start.why?

  5. #65
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by Flossenwurst View Post
    thanks for the dll fix but when i start iw4mp.exe first and then faiw.exe it doesnt start.why?
    Patched? You should read the other posts..

  6. #66
    Flossenwurst's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany/Bielefeld
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    does somebody know how alteriwnet generate the xuids?
    because after each patch my xuid changed.

  7. #67
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Quote Originally Posted by Flossenwurst View Post
    does somebody know how alteriwnet generate the xuids?
    because after each patch my xuid changed.
    XUID = Hashed MAC.
    And ye, in one of the later patches we changed how it was calculated.. not sure why :3
    Last edited by aIW|Convery; 11-05-2010 at 05:40 AM.

  8. #68
    Elmoisabeast's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    201
    Reputation
    19
    Thanks
    7
    My Mood
    Angry
    yeah this is patched
    i had the hotspot method and this method running and was unbanned then i UN-installed hot spot and was banned so PATCHED!
    A Forum post should be like a skirt...
    Long enough to cover the subject material but short enough to keep things interesting

    Elmoisabeast


  9. #69
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by aIW|Convery View Post
    XUID = Hashed MAC.
    And ye, in one of the later patches we changed how it was calculated.. not sure why :3
    Probably because some users were generating identical XUIDs.
    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. #70
    Flossenwurst's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Germany/Bielefeld
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    do you think there come a new unbann method?

  11. #71
    EpicTazz's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Between you're legs.
    Posts
    315
    Reputation
    33
    Thanks
    40
    My Mood
    Angelic
    It says its missing file " MSVCR100.dll " then i download it, and another error ! " Cannot find something address _invalid_parameter_noinfo_noreturn in the DLL file MSVCR100.dll "

    help?
    Practise Makes Perfect. But no one is perfect. So why practise?

  12. #72
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Quote Originally Posted by EpicTazz View Post
    It says its missing file " MSVCR100.dll " then i download it, and another error ! " Cannot find something address _invalid_parameter_noinfo_noreturn in the DLL file MSVCR100.dll "

    help?
    btw this doesnt get u unbanned...it kinda failed
    cuz we i open this..it doesnt do anything..
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  13. #73
    skitzo da clown's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    it did work. i couldnt use it on win7 though but i tried on xpsp3 and worked fine until now
    so more than likely patched

  14. #74
    Max Damage's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Bulgaria
    Posts
    357
    Reputation
    10
    Thanks
    136
    My Mood
    Cynical
    This is patched, just sayin'.

  15. #75
    Max Damage's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Bulgaria
    Posts
    357
    Reputation
    10
    Thanks
    136
    My Mood
    Cynical
    Quote Originally Posted by wildcatjonah View Post
    Hi, Max Do you remember My forum you registered on? Well I have further produced it! Check it out. We have our own Client and server
    It's still shit.

Page 5 of 8 FirstFirst ... 34567 ... 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