Results 1 to 11 of 11
  1. #1
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical

    Unhappy Help Please (C++)

    Hye ... How Can I Put 2 Hotkey In 1 Hack?
    I Mean EG : SHIFT + SPACE

    Help Please?
    I'm Still Newbie
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  2. #2
    failnoobgamer's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    china #1
    Posts
    533
    Reputation
    10
    Thanks
    5,879
    My Mood
    Happy
    if ((GetAsyncKeyState(VK_SPACE))&(GetAsyncKeyState(VK _SHIFT)))

    dk if correct cause I never used this before.

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

    GMs_MonsterDelta (04-08-2016)

  4. #3
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by failnoobgamer View Post
    if ((GetAsyncKeyState(VK_SPACE))&(GetAsyncKeyState(VK _SHIFT)))

    dk if correct cause I never used this before.
    Thank You
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  5. #4
    Trysk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    501
    Quote Originally Posted by GMs_MonsterDelta View Post
    Thank You
    Wrong, its actually :
    Code:
    if ((GetAsyncKeyState(VK_SPACE)) && (GetAsyncKeyState(VK _SHIFT)))
    The logical operators && and || are used when evaluating two expressions to obtain a single relational result. The operator && corresponds to the Boolean logical operation AND, which yields true if both its operands are true, and false otherwise.

  6. The Following 3 Users Say Thank You to Trysk For This Useful Post:

    Aiman (04-09-2016),failnoobgamer (04-09-2016),Sabrina_Ferraz (04-23-2016)

  7. #5
    Aiman's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Rainbow ¬_¬
    Posts
    924
    Reputation
    10
    Thanks
    1,604
    My Mood
    In Love
    Upcoming hack?

    My Achievements

    Get 100 thanks ✔
    Get 200 thanks ✔
    Get 300 thanks ✔
    Get 400 thanks ✔
    Get 500 thanks ✔
    Get 1000 thanks ✔
    Get 2000 thanks ✘
    Get 5000 thanks ✘

  8. #6
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by Trysk View Post
    Wrong, its actually :
    Code:
    if ((GetAsyncKeyState(VK_SPACE)) && (GetAsyncKeyState(VK _SHIFT)))
    Aikkk... Why Work ?
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  9. #7
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Code:
    if (GetKeyState(VK_CAPITAL)& 0x8000 && GetKeyState(VK_SPACE)& 0x8000)
    or

    Code:
    if (GetKeyState(VK_CAPITAL)& 0x8000)
    {
      if ( GetKeyState(VK_SPACE)& 0x8000)
          {
              //Code
    Last edited by Minerva; 04-09-2016 at 08:18 AM.

  10. #8
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by Minerva View Post
    Code:
    if (GetKeyState(VK_CAPITAL)& 0x8000 && GetKeyState(VK_SPACE)& 0x8000)
    or

    Code:
    if (GetKeyState(VK_CAPITAL)& 0x8000)
    {
      if ( GetKeyState(VK_SPACE)& 0x8000)
          {
              //Code
    What Is 0x8000?
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  11. #9
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Quote Originally Posted by GMs_MonsterDelta View Post
    What Is 0x8000?

    Flag checking:

    flag 0x1 : The key has been pressed since last call to VK_Hotkey
    flag 0x8000 : The key is being pressed/held.


    For example I hold CAPS and press SPACE in each 3 or 5 seconds, I am assuming that you are using big jump and not the real fly
    Last edited by Minerva; 04-09-2016 at 08:33 AM.

  12. #10
    GMs_MonsterDelta's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Kuala Besut, Besut, Terengganu
    Posts
    388
    Reputation
    10
    Thanks
    891
    My Mood
    Cynical
    Quote Originally Posted by Minerva View Post


    Flag checking:

    flag 0x1 : The key has been pressed since last call to VK_Hotkey
    flag 0x8000 : The key is being pressed/held.
    I See Thank You
    What UP COMING HACKs?


    Request Weapon? ( RIFLE ONLY )

  13. #11
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Been over a week since last update/bump, assuming 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. [Help Request] Help Please ! Crossfire PH or whatever
    By maek0witzki33 in forum CrossFire Help
    Replies: 10
    Last Post: 05-28-2013, 08:18 PM
  2. [Help Request] Black Cipher Help [please help]
    By zubni in forum Combat Arms Help
    Replies: 25
    Last Post: 05-14-2011, 07:50 PM
  3. [Help Request] New. Help Please :)
    By xclutchx in forum Vindictus Help
    Replies: 8
    Last Post: 05-05-2011, 01:52 PM
  4. [Help Request] help please
    By alpha3po in forum Combat Arms Help
    Replies: 6
    Last Post: 05-01-2011, 04:29 PM
  5. [Help Request] [ANSWERED]crossfire Help Please.
    By ownedpjer in forum CrossFire Help
    Replies: 2
    Last Post: 04-30-2011, 02:53 AM

Tags for this Thread