Results 1 to 7 of 7
  1. #1
    nullptr_t's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    256

    C/C++ External Kernel mode Bunnyhop (no RPM / WPM or OpenProcess())

    Cheat that uses a driver instead WinAPI for Reading / Writing memory.

    Project on ******:
    Unsigned Drivers can be loaded using

    This project uses a kernel mode driver in co-operation with a user mode program to establish a method of reading / writing virtual memory from a regular win32 program without having to use regular WinAPI Functions. This happens by using a driver to execute the reading / writing of the memory itself from a lower level. This means the user mode program does not have to open any handles to csgo or use ReadProcessMemory or WriteProcessMemory nor any functions that has to deal with process handles.

    VAC’s defence against external cheats is based on system handle scanning on user level. VAC scans handles in the system (ring3), when it finds a handle which for example points to cs:go, the process that holds that handle will be analysed.

    This can be avoided by not opening any handles to csgo (OpenProcess()), but it also means we can’t use any WinAPI Functions to Read/Write the memory of the process that we want, so we must go to a lower level. As of now, VAC or valve does not have any drivers which means if we can write & get kernel code running defeating vac is possible.

    “Then a scanning thread is created. This thread repeatedly scans all handles in the system (calls NtQuerySystemInformation with SystemHandleInformation information class) for handles to the process its running from and logs any process holding it into the first section object. VAC uses NtQueryInformationProcess with ProcessImageFileName information class to find the image name of the process, tries to open it with NtCreateFile and uses GetFileInformationByHandle to get the volume serial number and the file identifier (it won't change if you rename or move the file).”

    https://www.*************.me/wiki/Valve_...(and_more)
    Last edited by DarknzNet; 03-05-2017 at 04:06 AM.

    Zer0Mem0ry

    C/C++ Programmer, Youtuber, software enthusiast & hobbyist.

    Donate: (bitcoin): 1JhSKGgRQmir8rRF4Sm5CP4fDDofKFAypd

    Youtube: https://www.youtube.com/channel/UCDk...ariJF2Dn2j5WKA
    Skype: virtual_coder

  2. #2
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Pretty cool stuff
    I'll study it in a free moment
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  3. #3
    nullptr_t's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    256
    It is huh

    Zer0Mem0ry

    C/C++ Programmer, Youtuber, software enthusiast & hobbyist.

    Donate: (bitcoin): 1JhSKGgRQmir8rRF4Sm5CP4fDDofKFAypd

    Youtube: https://www.youtube.com/channel/UCDk...ariJF2Dn2j5WKA
    Skype: virtual_coder

  4. #4
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    I had to remove 2****** links + video because ****** links are no longer allowed on mpgh and the video contained outside links in the description.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  5. #5
    nullptr_t's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    256
    Fug. So I have to upload the code here & provide scans for it?

    Zer0Mem0ry

    C/C++ Programmer, Youtuber, software enthusiast & hobbyist.

    Donate: (bitcoin): 1JhSKGgRQmir8rRF4Sm5CP4fDDofKFAypd

    Youtube: https://www.youtube.com/channel/UCDk...ariJF2Dn2j5WKA
    Skype: virtual_coder

  6. #6
    DarknzNet's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    4,042
    Reputation
    563
    Thanks
    15,728
    Quote Originally Posted by nullptr_t View Post
    Fug. So I have to upload the code here & provide scans for it?
    If its source only then scans are not needed.
     
    Member since : 08-24-2015

    Premium Member since : 01-19-2016

    Contributor : 02-27-2016 - 11.09.2017

    League of Legends Minion since : 08-24-2016

    Counter Strike: Global Offensive Minion since : 12-29-2016

    Steam Minion since : 02-11-2017

    Resigned : 04-20-2017

  7. #7
    maxownage01's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    North Korea
    Posts
    200
    Reputation
    10
    Thanks
    41
    My Mood
    Bored
    Saw the video, really good. Very useful.

Similar Threads

  1. [Solved] I'm not sure where to ask this but is running in kernel mode permitted
    By OhStarQ in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 06-06-2016, 01:26 PM
  2. [Outdated] [External] CS:GOD ~ BunnyHop // Anti-Flash // Auto-Pistol
    By LegeNd~ in forum Counter-Strike 2 Hacks
    Replies: 8
    Last Post: 05-27-2016, 05:37 AM
  3. [Outdated] ..::Turb0z's Public EXTERNAL::.. [ESP/Triggerbot/Bunnyhop/Crosshair]
    By turb0z in forum Counter-Strike 2 Hacks
    Replies: 330
    Last Post: 08-29-2014, 06:40 PM
  4. cannot extract the kernel-mode driver
    By scar2face in forum WarRock Hack Source Code
    Replies: 1
    Last Post: 11-18-2011, 07:25 AM
  5. Getting a process handle in Kernel Mode
    By radnomguywfq3 in forum C++/C Programming
    Replies: 2
    Last Post: 08-10-2009, 12:03 PM

Tags for this Thread