Results 1 to 4 of 4
  1. #1
    Buttars0070's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    A very bright place
    Posts
    97
    Reputation
    10
    Thanks
    58
    My Mood
    Angelic

    Best method for toggling functions and threads

    I was wondering what is the best way (or just a way that works well) with toggling functions using threads and GetAsyncKeyState? Is there a better method and if so help me out. I looked at others source, but most of them don't use threads and carry a heavy load on one thread (for why tho?).

    Thanks in advance

    Buttars



    If I helped you or enjoyed something I did, I would love it if you




     

    Overwatch Bans: 2 | VAC: 1
    50 posts ✔
    150 posts
    250 posts
    500 posts
    1000 posts
    50 thanks ✔
    200 thanks
    500 thanks
    1000 thanks
    1500 thanks
    2000 thanks
    2500 thanks
    3000 thanks
    100 downloads ✔
    500 downloads
    1000 downloads
    5000 downloads
    7500 downloads
    10000 downloads
    15000 downloads



     




  2. #2
    SP1K3CSGO's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    284
    Reputation
    10
    Thanks
    922
    My Mood
    Sad
    pseudo code:
    void toggle()
    {
    for(;;Sleep(1)) {
    if (getasynckeystate(vk_f4)) { bBhop = !bBhop; Sleep(300);}
    }
    }

  3. #3
    Buttars0070's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    A very bright place
    Posts
    97
    Reputation
    10
    Thanks
    58
    My Mood
    Angelic
    Yup, through trial and error, I use that method. The difference between what I am doing now and what I was doing is that I didn't have 1 main loop. I had a while for all my functions than ran them through a keybind function.(Which was really bad because it used a lot of resources)



    If I helped you or enjoyed something I did, I would love it if you




     

    Overwatch Bans: 2 | VAC: 1
    50 posts ✔
    150 posts
    250 posts
    500 posts
    1000 posts
    50 thanks ✔
    200 thanks
    500 thanks
    1000 thanks
    1500 thanks
    2000 thanks
    2500 thanks
    3000 thanks
    100 downloads ✔
    500 downloads
    1000 downloads
    5000 downloads
    7500 downloads
    10000 downloads
    15000 downloads



     




  4. #4
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    1 week has passed and no further replies have been made by the OP. Assuming solved.

    /Closed.

Similar Threads

  1. [WTS] Method for Adwords coupons and how not pay first 25$
    By sith5 in forum Selling Accounts/Keys/Items
    Replies: 9
    Last Post: 02-09-2017, 01:25 AM
  2. Banned for 30 seconds and thread removed?
    By xDizaster in forum Staff Disputes
    Replies: 7
    Last Post: 12-15-2015, 07:50 PM
  3. [Help] Best method for finding the recoil
    By ThanatosFX in forum Battlefield 4 Hacks & Cheats
    Replies: 1
    Last Post: 10-17-2015, 04:20 PM
  4. Aqw best enchants for Paladin class? and best member class that costs gold?
    By Zerx in forum Adventure Quest Worlds (AQW) Help
    Replies: 2
    Last Post: 05-25-2014, 11:00 AM
  5. [Help] Whats the best method for drawing graphics and saving it
    By DawgiiStylz in forum Visual Basic Programming
    Replies: 5
    Last Post: 09-05-2012, 12:51 AM