Results 1 to 12 of 12
  1. #1
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive

    can i have some help ;)

    hey guys

    i wanna make like an auto button presser, like an auto clicker... but with the buttons/ keys on your keyboard

    say i would wanna make it press left and right arrow keys. one after another

    left
    right
    left
    right

    like that... how would i do this?.. and i would need it to click them fast to...

    any help will be greatly appreciated

  2. #2
    Ugleh's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    House, Where you live?
    Posts
    276
    Reputation
    17
    Thanks
    221
    My Mood
    Blah
    you still use the sendkeys.keys function.

  3. #3
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive
    Quote Originally Posted by Ugleh View Post
    you still use the sendkeys.keys function.
    yea... but how do i make it click them rapidly... do i need to add a timmer..?

  4. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    1. Add a timer....
    2. Add this code:
    [html]sendkeys.send("{left}")
    sendkeys.send("{right}")
    sendkeys.send("{left}")
    sendkeys.send("{right}")[/html]
    3.Put timer1.interval = 30
    -Rest in peace leechers-

    Your PM box is 100% full.

  5. #5
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    If im not mistaken, Sendkeys is blocked by HS

  6. #6
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive
    Quote Originally Posted by Iamazn1 View Post
    If im not mistaken, Sendkeys is blocked by HS
    ohh this was nothing for combat arms.. this was for a lil flash game just as fun

  7. #7
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by Iamazn1 View Post
    If im not mistaken, Sendkeys is blocked by HS
    Yes.......
    -Rest in peace leechers-

    Your PM box is 100% full.

  8. #8
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    i only know how to make an autoclicker but i dont know for what u need a programm which clicks left and right..

  9. #9
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    Um a bit of topic but are you doing like athletics or something where you press those keys and the player runs or something?

  10. #10
    No5cope's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1,902
    Reputation
    26
    Thanks
    678
    My Mood
    Aggressive
    Quote Originally Posted by legendaryhack View Post
    Um a bit of topic but are you doing like athletics or something where you press those keys and the player runs or something?
    yea something like that, u like gota run away from a rolling moon that will crush u.. i just want to see how far i could get with an auto button pusher.. cause my fingers get tireed lol

  11. #11
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    I got RSI doing one of those things, it's like a temporary arthritis.

  12. #12
    Iamazn1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    407
    Reputation
    12
    Thanks
    50
    If you want to make Flash games, I think Action Script would be the way to go.
    But if you want to make an exe game,
    you can try
    1. Add timer
    2. Enable timer
    3. Add
    Code:
    If e.KeyCode = Keys.F1 Then
    'Code to "move" player here
    End If
    Last edited by Iamazn1; 10-04-2009 at 10:42 AM.

Similar Threads

  1. i need working cba chams can i have some help
    By sirs in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 11-12-2009, 11:57 PM
  2. Can I get some help please?
    By rashidul1994 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 05-28-2009, 06:27 PM
  3. can i have some hp lock please
    By nathanael890 in forum Soldier Front General
    Replies: 0
    Last Post: 09-03-2008, 02:28 AM
  4. can i get some help!!
    By najo22 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 11-20-2007, 01:43 PM
  5. Can I have some help with addresses?
    By thez6668 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 09-02-2007, 03:45 PM