[Autoit]Minimizable Auto-Talker! menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Autoit]Minimizable Auto-Talker!

    After a bit of learning Autoit i came up with these

    Method one:

    Code:
    $hWnd = "World of Warcraft"
    $i = 0
    Do
    ControlSend($hWnd,"","","""{-}")
    ControlSend($hWnd,"","","{DEL}")
    ControlSend($hWnd,"","","{a down}") 
    Sleep(100)
    ControlSend($hWnd,"","","{a up}") 
    Sleep(50)
    ControlSend($hWnd,"","", "{d down}") 
    Sleep(100)
    ControlSend($hWnd,"","", "{d up}") 
    Sleep(15000)
    Until $i = 999999
    tooltip($i,"1","1")
    You can Set 2 macros, The buttons to push these macros "-" And "DELETE"
    This method will push them every 15.6Seconds. ( To increase this change
    Code:
    
    
    Code:
    ControlSend($hWnd,"","", "{d up}") 
    Sleep(15000)
    


    To

    Code:
    
    
    Code:
    ControlSend($hWnd,"","", "{d up}") 
    Sleep(Amount of time to wait here (MS) )
    



    Method 2: - Buggy

    With this method it sends the text.

    Code:
    $i = 0
    $hWnd = "World of Warcraft"
    Do
    ControlSend($hWnd,"","","{NUMPADENTER}")
    ControlSend($hWnd,"","","/2 TEXTHERE")  
    ControlSend($hWnd,"","","{NUMPADENTER}")
    ControlSend($hWnd,"","","{NUMPADENTER}")
    ControlSend($hWnd,"","","/y TEXTHERE")
    ControlSend($hWnd,"","","{NUMPADENTER}")
    $i = $i + 1
    Sleep(10000)
    Until $i = 999999
    With this method there is a few bugs as autoit types in many letters and your computer cannot process them all so it misses quite a few, I reccomend you use method one. It types it every 10 seconds


    HOW TO USE:

    1ownload Autoit. (AutoIt v3 - Downloads)

    2: Make an .au3 File

    3: Paste the appropriate code in and set up your macros / edit the text.

    4: Run the script.

    Instead of step 2 and 3 you can download the attached file which has the sources of the .au3 files.
    VIRUS:
    VirusTotal - Free Online Virus and Malware Scan - Result


    Any Questions Please Post Here. Thanks!

    :wave::wave::wave::wave::wave::wave:

    [Autoit]Minimizable Auto-Talker!
  2. #2
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    We don't need any more key-senders, thanks.

  3. #3
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Erm. Wheres the Minimizable auto talker. Thx.
    Link me and i'll be happy. Kthx

  4. #4
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yet people request it =/

    http://www.mmowned.com/forums/genera...mer-wow-c.html

    - Not in C#
    - Not Multi.. YET


    kthx

  5. #5
    supereuropa's Avatar Sergeant Major
    Reputation
    36
    Join Date
    Mar 2008
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol guys stay cool he was trying to contribute! (oh shit MaxiPads you have 666 posts)

  6. #6
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not anymore! =]
    and thanks finally someone didn't flame me...

  7. #7
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    nice contribution

  8. #8
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please no flaming guys

  9. #9
    zutto's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2007
    Posts
    210
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmh, i dont see any use for this

    and if you want to have support for many windows use [window:wow; instance:1]

    + this sucks ass theres better ways to do this in autoit..
    drugs are baad kids.. m'kay.

  10. #10
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zutto View Post
    hmh, i dont see any use for this

    and if you want to have support for many windows use [window:wow; instance:1]

    + this sucks ass theres better ways to do this in autoit..
    Thanks for the positive feedback.

    Join Date: Aug 2007
    Posts: 122
    Rep Power: 2
    Reputation: 12
    Hmm. 2007, 122 Posts, 12 Rep, screams leecher to me

  11. #11
    NuklHed92's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice thanx!!

  12. #12
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    774
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NuklHed92 View Post
    nice thanx!!
    You've posted on 4 threads in -5 mins.

    gtfo

  13. #13
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is quite good. for all you lazy ass mofos that cant figure out what this is, it means you can bot while wow is minimized WITHOUT injection

    @zutto:gtfo, you're an embarrasment to the "Donator" title.

  14. #14
    ReAcTiOnZ's Avatar Member
    Reputation
    5
    Join Date
    Sep 2009
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lorddenathor View Post
    this is quite good. for all you lazy ass mofos that cant figure out what this is, it means you can bot while wow is minimized WITHOUT injection

    @zutto:gtfo, you're an embarrasment to the "Donator" title.
    Necropost or what dude?

  15. #15
    yusuft's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty useful. I set up a trade channel macro in wow and i just get this to push it every minute to advertise my enchanting while i do other stuff. Dont have to stand there repeating the same sentence.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 19
    Last Post: 11-25-2019, 11:25 PM
  2. [Release] Auto Mote-extractor - AutoIt script
    By Jimbomcb in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 07-03-2008, 11:11 AM
  3. [AutoIt] Auto-Auctioneer
    By zeroflow in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-15-2008, 07:49 AM
  4. [AutoIt] Auto-Rogue
    By zeroflow in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 01-11-2008, 08:07 PM
  5. autoit auto seller / buyer
    By orangegold in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 04-24-2007, 06:55 AM
All times are GMT -5. The time now is 09:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search