Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 48
  1. #16
    bananasplit:D's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Location
    SSGBROKEGRL
    Posts
    29
    Reputation
    10
    Thanks
    0
    My Mood
    Lurking
    Quote Originally Posted by Kid a View Post
    I've been thinking that, but I can't find a genuine Liberation download to test it.




    Member Level 1: 10-2499 Posts
    Member Level 2: 2500-4999 Posts
    Member Level 3: 5000-9999 Posts
    Member Level 4: 10000+ Posts
    Thanks! I just realised i became lvl 1 already ^^

  2. #17
    chrillex's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    My Mood
    Stressed
    LOL GUYS I MADE 190EURO+ from selling xp and unlockall xD

  3. #18
    MiKe34123's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    83
    Just patch the data at 0x628A1B with 2 NOP's and you will be able to play in your own private match (but you still can't join or be joined by friends).

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

    carlos1 (07-14-2016)

  5. #19
    Interestings's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by C1TonSoup View Post
    SO it's not just for MW2... This is for all the online steam games associated to your steam account.
    not true.

  6. The Following User Says Thank You to Interestings For This Useful Post:

    Kid a (07-14-2016)

  7. #20
    OBJGamer's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    I cant play multiplayer cause of steam connect fail but i can play spec ops fine online this is Bullshiit

  8. #21
    carlos1's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can someone please tell me how to bypass it? I just want to create a private match with bots. I was told to put the code: typedef void *(__cdecl *Cmd_RemoveCommand_t)(const char *cmdName);extern Cmd_RemoveCommand_t Cmd_RemoveCommand;Cmd_RemoveCommand("steamlobbycre atefail"); //0x564320
    but i don't know where to put it.

    - - - Updated - - -

    Quote Originally Posted by MiKe34123 View Post
    Just patch the data at 0x628A1B with 2 NOP's and you will be able to play in your own private match (but you still can't join or be joined by friends).
    Can you expand a bit? I don't understand

  9. #22
    Anonymous220's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    3
    no its a vac ban so really the only option in to buy the game agian

    - - - Updated - - -

    it is true. This is also what happens with mw3

  10. #23
    MiKe34123's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    83
    Quote Originally Posted by carlos1 View Post
    Can someone please tell me how to bypass it? I just want to create a private match with bots. I was told to put the code: typedef void*(__cdecl *Cmd_RemoveCommand_t)(const char *cmdName);extern Cmd_RemoveCommand_t Cmd_RemoveCommand;Cmd_RemoveCommand("steamlobbycre atefail"); //0x564320
    but i don't know where to put it.

    - - - Updated - - -



    Can you expand a bit? I don't understand
    If you want to use that code just do something like this (inject it into MW2)
    Code:
    #include <Windows.h>
    
    typedef void*(__cdecl *Cmd_RemoveCommand_t)(const char *cmdName);
    Cmd_RemoveCommand_t Cmd_RemoveCommand;
    
    BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved){
    	switch (reason){
    		case DLL_PROCESS_ATTACH:{
    			DisableThreadLibraryCalls(hModule);
    			Cmd_RemoveCommand = (Cmd_RemoveCommand_t)0x564320;
    			Cmd_RemoveCommand("steamlobbycreatefail");
    			break;
    		}
    	}
    	return TRUE;
    }
    If you want to use my method, just open OllyDBG, do the normal steps to attach to MW2 and etc, go to the address 0x628A1B, and just NOP out 2 bytes or replace 1 byte with JE.

    Both of these methods *should* allow you to get past the error and make a private match (you still can't play with friends or others as of yet).

  11. #24
    noeboselling's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    4
    Step by step please? I didn't understand the ''do the normal steps to attach to MW2'' as I have never used OllyDBG before in my life.

  12. #25
    MiKe34123's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    83
    Quote Originally Posted by noeboselling View Post
    Step by step please? I didn't understand the ''do the normal steps to attach to MW2'' as I have never used OllyDBG before in my life.
    PM me your Skype and I will help you with some basics of Olly.

  13. #26
    noeboselling's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    4
    doneeeeeee

  14. #27
    ThisKillcam3's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    109
    My Mood
    Bored
    Quote Originally Posted by bananasplit:D View Post
    Does Liberation vac-bypass work? Or is it outdated, most likely but maybe it works

    - - - Updated - - -



    BTW, how do you get MEM lvl 1? ^^
    The Liberation bypass doesent work with the old exe, I tried it a few minutes ago.

    I'm sorry for speaking English not very well.

  15. #28
    MiKe34123's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    83
    Quote Originally Posted by ThisKillcam3 View Post
    The Liberation bypass doesent work with the old exe, I tried it a few minutes ago.
    It should work, the only difference is you still have to bypass the "steam connect failed" message, which shouldn't be too different from current version.

  16. #29
    Kid a's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    7
    My Mood
    Psychedelic
    Quote Originally Posted by MiKe34123 View Post
    It should work, the only difference is you still have to bypass the "steam connect failed" message, which shouldn't be too different from current version.
    Liberation will run properly with the old .exe as before, but a different location needs patching.


    Is anyone working on a VAC bypass currently?

  17. #30
    MiKe34123's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    83
    Quote Originally Posted by Kid a View Post
    Liberation will run properly with the old .exe as before, but a different location needs patching.


    Is anyone working on a VAC bypass currently?
    For 1.2.208, try to NOP out 2 bytes or place a JMP at 0x49324C. If that doesn't work, just play around with that code block a bit. I haven't gotten a chance to test it yet. As for bypasses, me and Xeno tested out a few things. Honestly, things aren't looking too great. If some miracle doesn't pop up in our findings, MW2 is looking like it will need another custom client and servers like iw4m or repz.

  18. The Following User Says Thank You to MiKe34123 For This Useful Post:

    Kid a (07-16-2016)

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. does steam ban people
    By The amazing in forum General
    Replies: 19
    Last Post: 05-26-2013, 11:50 AM
  2. does steam ban people
    By The amazing in forum General
    Replies: 0
    Last Post: 05-26-2013, 09:34 AM
  3. [Info] steam bans for no reason
    By yoni9tre in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 8
    Last Post: 03-22-2013, 01:09 AM
  4. [Discussion] Arctic Combat Steam Ban ?
    By haribo8 in forum Arctic Combat Discussion
    Replies: 15
    Last Post: 03-05-2013, 04:07 AM
  5. Non Steam Ban
    By slimmy206 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 8
    Last Post: 12-25-2011, 10:54 AM