Results 1 to 3 of 3
  1. #1
    MrDDD's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    zoom hack for csgo

    can anyone make a simple hack in c++ to zoom in like a aug/ssg but with all the other guns

    thanks alot, i can pay for it if nessessary!

  2. #2
    It looks like you’re writing unsubstantiated nonsense. Would you like to turn on all caps?
    Premium Member
    Global Moderator
    Cursed's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Shermer High School
    Posts
    8,172
    Reputation
    3582
    Thanks
    4,657
    My Mood
    Buzzed
    Try making your own.
    Here's the code:
    Code:
    //Zoom looks like SG w/ pistol
    if (GetAsynchKeyState(VK_SHIFT)) {
             Mem.Write(LocalPlayerBase + iFOVoffset, 35)
    }
    //Return fov to 85 (think this is default)
    else if (GetAsynchKeyState(VK_LMENU)) {
             Mem.Write(LocalPlayerBase + iFOVoffset, 85)
    }
    Try adjusting the FoV Offsets to your liking.


    Quote Originally Posted by congress_ man View Post
    only time im not in the sky is when im low and dry


     

    Joined: 12-14-13
    Donator: 1-16-14 - 12-03-15
    News Force (Gaming News): 10-17-15 - 12-25-15
    News Force (Technology News): 11-15-15 - 12-03-15
    News Force (Headlines): 11-27-15 - 6-16-16
    News Force (Head Editor): 11-27-15 - 6-16-16
    Premium: 12-03-15 - ∞
    Middleman: 1-11-16 - 6-10-16
    Minecraft Minion: 2-28-16 - 6-10-16
    Marketplace Minion: 3-11-16 - 6-10-16
    News Force (Freelancer): 7-06-16 - 6-23-19
    News Force (WTF News): 8-07-17 - 6-23-19
    General Minion: 12-04-22 - ∞
    MMORPG Minion: 1-14-23 - ∞
    MPGH Moderator: 2-21-23 - ∞
    League of Legends Section: 2-21-23 - ∞
    OFPSH Section: 2-22-23 - ∞
    Global Moderator: 6-1-23 - ∞

    Rep and Thanks always appreciated!!!

  3. #3
    Threadstarter
    New Member
    MrDDD's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cursed View Post
    Try making your own.
    Here's the code:
    Code:
    //Zoom looks like SG w/ pistol
    if (GetAsynchKeyState(VK_SHIFT)) {
             Mem.Write(LocalPlayerBase + iFOVoffset, 35)
    }
    //Return fov to 85 (think this is default)
    else if (GetAsynchKeyState(VK_LMENU)) {
             Mem.Write(LocalPlayerBase + iFOVoffset, 85)
    }
    Try adjusting the FoV Offsets to your liking.


    thanks for reaction mate
    already try'd this out it gives some errors while running the script
    i'm learning c++ basics atm so i'm new to it

    ||=== Build file: "no target" in "no project" (compiler: unknown) ==
    A:\codeblocks files\Process Memory Reading\zoom script.cpp||In function 'int main()':|
    A:\codeblocks files\Process Memory Reading\zoom script.cpp|16|error: 'GetAsynchKeyState' was not declared in this scope|
    A:\codeblocks files\Process Memory Reading\zoom script.cpp|17|error: 'ProcMem' was not declared in this scope|
    A:\codeblocks files\Process Memory Reading\zoom script.cpp|21|error: 'ProcMem' was not declared in this scope|
    ||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ==

    how can you declare an getAsynchkeystate? i added this on top #include <Windows.h> but it doesnt help it

    and how to declare procmem? do i need to add another file to it?

Similar Threads

  1. wall hack for csgo
    By tantann19 in forum Hack Requests
    Replies: 0
    Last Post: 04-30-2017, 05:48 AM
  2. [Solved] what is the best and free hacks for csgo?
    By chxtose in forum Counter-Strike 2 Help
    Replies: 4
    Last Post: 03-11-2017, 08:09 PM
  3. [Help] How to code a hack for csgo ?
    By muraj123 in forum Counter-Strike 2 Coding & Resources
    Replies: 12
    Last Post: 10-28-2016, 02:31 PM
  4. [Solved] Need hack for csgo
    By Mastsam in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 10-03-2015, 09:24 PM
  5. [Outdated] Zoom Hack for 4.21
    By AkariTakai in forum League of Legends Hacks & Cheats
    Replies: 9
    Last Post: 01-11-2015, 03:52 AM