Results 1 to 7 of 7
  1. #1
    TheNamless's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    3
    My Mood
    Fine

    Read if Zoomed Awp , Scout , SSG

    Hello guys i am looking to costumize a litlebit my trigger bot and i am looking for a way to read in memory if the active weapon is using a zoom
    if ( zoomed ) {
    code

    }
    so when i am using the awp no shot will be fired unless i am scoping


    thx guys

  2. #2
    SP1K3CSGO's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    284
    Reputation
    10
    Thanks
    922
    My Mood
    Sad
    bool isScoped()
    {
    if (Player.MyWeaponID == WEAPON_AWP ||
    Player.MyWeaponID == WEAPON_SSG08 ||
    Player.MyWeaponID == WEAPON_SCAR20 ||
    Player.MyWeaponID == WEAPON_G3SG1)
    return RM<bool>(Player.Base + 0x388C);
    else return true;
    }

  3. The Following User Says Thank You to SP1K3CSGO For This Useful Post:

    TheNamless (07-27-2016)

  4. #3
    TheNamless's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    Quote Originally Posted by SP1K3CSGO View Post
    bool isScoped()
    {
    if (Player.MyWeaponID == WEAPON_AWP ||
    Player.MyWeaponID == WEAPON_SSG08 ||
    Player.MyWeaponID == WEAPON_SCAR20 ||
    Player.MyWeaponID == WEAPON_G3SG1)
    return RM<bool>(Player.Base + 0x388C);
    else return true;
    }
    i just test it and its work thx man

    - - - Updated - - -

    Quote Originally Posted by SP1K3CSGO View Post
    bool isScoped()
    {
    if (Player.MyWeaponID == WEAPON_AWP ||
    Player.MyWeaponID == WEAPON_SSG08 ||
    Player.MyWeaponID == WEAPON_SCAR20 ||
    Player.MyWeaponID == WEAPON_G3SG1)
    return RM<bool>(Player.Base + 0x388C);
    else return true;
    }
    i just test it and its work thx man

  5. #4
    WasserEsser's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    735
    Reputation
    174
    Thanks
    677
    My Mood
    Busy
    Quote Originally Posted by SP1K3CSGO View Post
    bool isScoped()
    {
    if (Player.MyWeaponID == WEAPON_AWP ||
    Player.MyWeaponID == WEAPON_SSG08 ||
    Player.MyWeaponID == WEAPON_SCAR20 ||
    Player.MyWeaponID == WEAPON_G3SG1)
    return RM<bool>(Player.Base + 0x388C);
    else return true;
    }
    else return true; ?

  6. #5
    SP1K3CSGO's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    284
    Reputation
    10
    Thanks
    922
    My Mood
    Sad
    Quote Originally Posted by WasserEsser View Post
    else return true; ?
    yes, bcuz Player.Base + 0x388C return false if conditions are met

  7. #6
    TheNamless's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    sloved thx all for your help
    Last edited by TheNamless; 07-27-2016 at 05:37 PM.

  8. #7
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Has been solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Tutorial] How to bug awp damage to Ssg
    By FarahAisyah in forum Blackshot Hacks & Cheats
    Replies: 29
    Last Post: 01-04-2013, 07:42 AM
  2. [Discussion] ak47 ssg and awp rapid fire
    By rechl in forum Blackshot Hacks & Cheats
    Replies: 41
    Last Post: 12-20-2012, 07:42 AM
  3. Read Before Requesting
    By Chronologix in forum Help & Requests
    Replies: 0
    Last Post: 01-14-2006, 04:56 PM
  4. Rules - Read Before Posting
    By Dave84311 in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 11:13 AM