_keySpam: Timed Keys Sender menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 49
  1. #1
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    _keySpam: Timed Keys Sender

    _keySpam: Timed Keys Sender

    [New version available; please visit this link: http://www.ownedcore.com/forums/worl...er-v1-1-a.html]

    Here is my latest work! Aldun requested the program so I decided I'd make it and release it here so everyone can try it.

    [Description]
    This program sends Keys to the selected window via WinApi function: PostMessage. It's far from being perfect yet, because it won't send any special character.
    I'm thinking about making it possible to send keys like Enter so it really becomes a spam bot, but I will have to find a nice system to allow that.
    Don't hesitate to give your feedbacks on what you think about it.


    [VirusTotal]
    VirusTotal - Free Online Virus, Malware and URL Scanner

    [Download]

    Filebeam - Beam up that File Scottie!

    [Screenshot]


    [Tips]
    This can be an excelent Anti-Afk bot since there is no memory write and WoW will get the keys just like it was really sent by the keyboard. Just make a simple key 'W' with a 10 seconds timer (10000). This will send a quick but working W key, making you send something to server.

    [Credits]
    Me
    Myself
    Yeah I coded this from scratch and been finding the PostMessage codes on msdn



    Edit: Thanks guys! 5000 downloads!
    Edit2: This still works and will keep working for any upcoming update as it's not using anything else than WinAPI.
    Last edited by DrakeFish; 05-27-2013 at 02:27 PM.

    _keySpam: Timed Keys Sender
  2. Thanks Annaisha (1 members gave Thanks to DrakeFish for this useful post)
  3. #2
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +3 rep for awesome work.

  4. #3
    deenlol's Avatar Member
    Reputation
    11
    Join Date
    Jul 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow ive been looking for something like this for a while. Good shit man +rep

  5. #4
    Coffeebot's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you! Gonna use this when i really need to afk in bg.

  6. #5
    Bazra's Avatar Master Sergeant
    Reputation
    54
    Join Date
    Jul 2010
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! +Rep

  7. #6
    RaZZoRgr's Avatar Member
    Reputation
    14
    Join Date
    Feb 2008
    Posts
    42
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm not gonna use it but for sharing
    01110100011010000110010100100000011000110110000101101011011001010010000001101001 01110011001000000110000100100000011011000110100101100101

  8. #7
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want a quick and dirty way to support "special characters" why not just optionally let the user specify keys by virtual key code?

    You can support most of the keys you're after quite easily then:
    Virtual-Key Codes (Windows)
    List of Virtual Key Codes


  9. #8
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    If you want a quick and dirty way to support "special characters" why not just optionally let the user specify keys by virtual key code?

    You can support most of the keys you're after quite easily then:
    Virtual-Key Codes (Windows)
    List of Virtual Key Codes

    Also, you could try this pinvoke.net: vkkeyscan (user32)


  10. #9
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mr.Zunz View Post
    Also, you could try this pinvoke.net: vkkeyscan (user32)
    VkKeyScan is for converting a character to its corresponding virtual key code. That doesn't really help. Think about keys like "F1" or "Scroll Lock". Those have no character representation.

    There's no need for any conversion. He could just throw up a box saying "press key" and have the VK read out in the message loop (Windows passes apps the virtual key code when a key message is generated). Bang, no conversion or manual entry needed. I was simply pointing out a lazier situation.

  11. #10
    jereminion's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2007
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need new download link already

  12. #11
    Shodokan's Avatar Knight-Lieutenant
    Reputation
    21
    Join Date
    Aug 2010
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this send keys to active windows only or can they be sent to non-active windows such as keeping it minimized?

  13. #12
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shodokan View Post
    Does this send keys to active windows only or can they be sent to non-active windows such as keeping it minimized?
    It sends it to a minimized window aswell!

  14. #13
    Shodokan's Avatar Knight-Lieutenant
    Reputation
    21
    Join Date
    Aug 2010
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DrakeFish View Post
    It sends it to a minimized window aswell!
    I'll test it out a bit later.

  15. #14
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aldun View Post
    +3 rep for awesome work.
    No problem, mate!

  16. #15
    Maccer's Avatar gay secks CoreCoins Purchaser
    Reputation
    707
    Join Date
    Jul 2010
    Posts
    522
    Thanks G/R
    40/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This gave me an idea, is this coded in AutoIt maybe? btw. +Rep

Page 1 of 4 1234 LastLast

Similar Threads

  1. [Release] _keySpam: Timed Keys Sender v1.1
    By DrakeFish in forum World of Warcraft Bots and Programs
    Replies: 72
    Last Post: 07-04-2020, 05:33 AM
  2. [Release] _keySpam: Timed Keys Sender v1.2
    By DrakeFish in forum World of Warcraft Bots and Programs
    Replies: 57
    Last Post: 07-31-2019, 06:25 PM
  3. WTT gilder elite life time key for wow cd keys
    By cooper101 in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 1
    Last Post: 07-02-2008, 02:18 PM
  4. WTS Glider Elite Life Time Key
    By Stephen Colbert in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 4
    Last Post: 04-07-2008, 06:46 PM
All times are GMT -5. The time now is 03:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search