Results 1 to 9 of 9
  1. #1
    eXpRogrammer's Avatar
    Join Date
    Oct 2021
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    0

    looking for bhop


    I'm trying to look up Bunny Hop in the player client, can anyone tell me if this is right?

  2. #2
    Anger5K's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    151
    Reputation
    10
    Thanks
    70
    My Mood
    Lurking
    Quote Originally Posted by eXpRogrammer View Post

    I'm trying to look up Bunny Hop in the player client, can anyone tell me if this is right?
    Code:
    const DWORD64 BunyHob = 0x20A6788; // 44 0F B6 ?? ?? ?? ?? ?? 4C 8D 45 98
    Code:
    if (bunnyhob)
    {
       *(DWORD64*)(CShell + defs::BunyHob) = 0;
    }
    Last edited by Anger5K; 11-23-2021 at 11:39 AM.

  3. #3
    miguel591169's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    Post Just a beginner

    how do i search this aob or where can i search this aob? what crossfire

  4. #4
    KubuzKid420's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0

    AOB doesn't lead to the corresponding offset

    Quote Originally Posted by Anger5K View Post
    Code:
    const DWORD64 BunyHob = 0x20A6788; // 44 0F B6 ?? ?? ?? ?? ?? 4C 8D 45 98
    Code:
    if (bunnyhob)
    {
       *(DWORD64*)(CShell + defs::BunyHob) = 0;
    }
    The aob gives out a different offset lol
    are you sure the offset or aob is correct?
    The aob you gave leads to this offset: 0x2095580

  5. #5
    Anger5K's Avatar
    Join Date
    May 2020
    Gender
    male
    Posts
    151
    Reputation
    10
    Thanks
    70
    My Mood
    Lurking
    Aob correct bro idk about your cf version


  6. #6
    KubuzKid420's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0

    Huh?

    Quote Originally Posted by Anger5K View Post
    Aob correct bro idk about your cf version

    Your offset and code give out crossfire error do you want to report. Why? (CF West)
    Last edited by KubuzKid420; 11-27-2021 at 04:54 AM.

  7. #7
    awdacwadc's Avatar
    Join Date
    Oct 2018
    Gender
    female
    Posts
    41
    Reputation
    10
    Thanks
    7
    My Mood
    Amazed
    Quote Originally Posted by KubuzKid420 View Post
    Your offset and code give out crossfire error do you want to report. Why? (CF West)
    VirtualProtect must be used in order modify bytes on CShell and on Crossfire without having an errors..

  8. #8
    KubuzKid420's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by awdacwadc View Post
    VirtualProtect must be used in order modify bytes on CShell and on Crossfire without having an errors..
    Mind giving an example?

  9. #9
    Joaoemariana's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Brasil
    Posts
    59
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by awdacwadc View Post
    VirtualProtect must be used in order modify bytes on CShell and on Crossfire without having an errors..
    The location you need to change is paging PAGE_EXUCUTE_READWRITE, so you don't need to change page protection, this would only cause performance drop

    Quote Originally Posted by KubuzKid420 View Post
    Mind giving an example?
    the AOB he passed is not for direct access to the address in BHOP, but where it is being accessed | written, just look at the screenshot he posted

Similar Threads

  1. [Solved] Looking For Auto Strafe BHop Script
    By Snoopy in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 06-08-2015, 11:51 AM
  2. [Help] Looking for private KZ Hack CS:GO (no bhop)
    By helvild in forum Counter-Strike 2 Coding & Resources
    Replies: 0
    Last Post: 05-20-2015, 05:00 AM
  3. [Solved] Looking for help to create a BHOP script
    By SteelBubbles in forum Counter-Strike 2 Help
    Replies: 5
    Last Post: 05-02-2015, 10:33 AM
  4. Looking for a bhop script (no ahk)
    By whalesperm in forum Counter-Strike 2 Discussions
    Replies: 5
    Last Post: 03-15-2015, 08:25 AM
  5. Looking for Bhop Script
    By Cydion in forum Counter-Strike 2 Discussions
    Replies: 1
    Last Post: 09-19-2012, 10:04 AM