Results 1 to 7 of 7
  1. #1
    MisterLister's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Cannot bypass anticheat (NOT CAC)

    Hey guys i was wondering if anyone can help me bypass this anticheat
    I can't seem to get past it ((

    Code:
    local ENV = GET_ANTICHEAT_FUNCTIONS()
    setfenv(1,ENV)
    
    if(GetSystem32Registry("windows.dll") == true) then
    	local module = LoadBinaryModuleFromString(GetDynamicStreamDataFromServer(1024))
    
    	if(module) then
    		HookProcess(module,"windows.dll")
    		AnticheatLog("Module successfully hooked and loaded!")
    		AnticheatLog("Hashing all functions...")
    
    		local hash = HashAllTheFunctions()
    		if(VerifyHashes(hash)) then
    			SendDetectionsToServer("Bad function hash: "..hash)
    		end
    	else
    		AnticheatLog("wut")
    		SendDetectionsToServer("Unable to load the binary module. It may be possible that this exploit is patched!")
    	end
    else
    	SendDetectionsToServer("Unable to locate windows.dll")
    end

  2. #2
    authorjames's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    this is really simple bypass you just make a windows.txt file and rename it to windows.dll so the anticheat finds it and doesnt detect for not finding it
    Last edited by authorjames; 07-06-2016 at 05:31 PM.

  3. #3
    MisterLister's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by authorjames View Post
    this is really simple bypass you just make a windows.txt file and rename it to windows.dll so the anticheat finds it and doesnt detect for not finding it
    didnt work

  4. #4
    AtiLion's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Somewhere else
    Posts
    254
    Reputation
    10
    Thanks
    2,360
    My Mood
    Innocent
    You guys wtf... How about just overriding the SendDetectionsToServer function?? Also post the full code

  5. #5
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Moved to the correct section.

  6. #6
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    looks like troll code but ff this anticheat exists and works, not a good idea go on that server. Also as AtiLion said could you upload GET_ANTICHEAT_FUNCTIONS() this may just be code from when gmod was still vulnerable to loading binaries onto clients.
    I am just here to learn, definitely not for hacks... o_O Just learning

  7. #7
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP.


    /Closed.

Similar Threads

  1. aswhooper bypass thingy not working help me-_-
    By wiimote99 in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 07-14-2009, 04:42 PM
  2. Easy Bypass still not working
    By XChrome in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 08-08-2008, 03:51 PM
  3. bypass or not
    By bertthesnurt in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-14-2007, 02:46 PM
  4. Bypass Appeal (Not a Release)
    By prox32 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-08-2007, 12:41 PM
  5. PB bypass - idea, NOT a release!
    By bagpiperdude90 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-10-2007, 04:36 PM