Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 21:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AutoIt - Something like binder / help please

Discussion on AutoIt - Something like binder / help please within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
Fa111l's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 51
Received Thanks: 35
AutoIt - Something like binder / help please

I wanted to make something that will start pressing A once i press Q, and will stop pressing A once i press Q 2nd time and so on

So i made something like this

Code:
#include <GUIConstantsEx.au3>

GUICreate("Hmmmmmm", 500, 300)

GUISetState(@SW_SHOW)

const $spambutton = send("a")
const $delay = 1000

$startbutton = hotkeyset("q")

While 1
    $msg = GUIGetMsg()
    
    Select
        
        Case $msg = $startbutton
                
                $send1 = GUICtrlRead($spambutton)
                $sleep1 = GUICtrlRead($delay)
                
            While 1    
                Send($send1)
                Sleep($sleep1)
            WEnd
            
        Case $msg = $GUI_EVENT_CLOSE
            GUIDelete()
            ExitLoop
            
    EndSelect
        
    WEnd
But this just spams 0 once i run this thing
Can someone fix it? Or tell me how to do it?



And 2nd question,
is it possible to make something that will work like this
Im pressing A and that software is typing B and after 1sec C?
Fa111l is offline  
Old 09/22/2010, 15:24   #2
 
omer36's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,317
Received Thanks: 1,254
like this??
omer36 is offline  
Thanks
1 User
Old 09/22/2010, 16:10   #3
 
Fa111l's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 51
Received Thanks: 35
Yea, thats what i was looking for
Fa111l is offline  
Reply


Similar Threads Similar Threads
exe joiner/binder/packer
05/06/2010 - General Coding - 6 Replies
Hey Suche ein Programm womit ich 2exen zu einer "joinen" kann Hat da einer ein programm wenn ja dann postet das bitte hier oda schickt mir ein Link mfg Komm2gg2
Linker/Binder program.
07/27/2009 - Conquer Online 2 - 4 Replies
I have searched on google for nearly an hour and came out empty handed. There is supposedly some program which links windows, so that when I press for instance f5, f5 is pressed in all of the linked windows. Can anybody help me? The thing is that I am botting a few chars at once, and would like a way to activate the xp skill on all of them byt leaving on a macro pressing one button.
Trendy Nigger Binder
12/10/2008 - General Coding - 0 Replies
Well,if someone know this program,please tell me where i can download it from because i cant find it anywhere,searched all day and nothing..I need this program to complete my keylogger,and after that,let the hacking begin :D PS:I dont know if i posted at the right placee,but if i didnt please forgive me,i need this program bad :(
Binder?
03/31/2008 - Off Topic - 2 Replies
Hey can anyone give me a link to a binder? (combining two exe's into one) Thanks
Binder
12/15/2006 - General Gaming Discussion - 3 Replies
http://www.homelessproductions.com/COH.php das andere programm im Anhang finde ich persönlich besser.. hat ne normale UI und ist einfacher zu bedienen gespeicherte bindfiles ladet ihr mit: /bind_load_file c:&#092;games&#092;coh&#092;mybinds.tx t



All times are GMT +2. The time now is 21:33.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.