![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Senior Member Join Date: Jan 2008
Posts: 471
Reputation: 8 ![]() | yes. AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText download it. install. read tut. |
| | |
| | #5 (permalink) |
| Senior Member Join Date: Jul 2008
Posts: 120
Reputation: 3 ![]() | ok,so if i made a bot that does a bunch of clicking, typing, and all that jazz, ( with ahk) how do i make it so other people can use it??? i know i know im a noob to all this stuff. im just curious. dont ahte me! ![]() |
| | |
| | #8 (permalink) |
| Senior Member Join Date: Jul 2008
Posts: 120
Reputation: 3 ![]() | never mind about that thing ^^ i figured it out now. i have another question for those of you that are willing to help: i made a updown box for the delay between when it types in two things. how do i get that to work so you can adjust the delay?? and i made a button, how do i get it so that the button starts the bot to type in the things i want when you press it? thanks! ![]() |
| | |
| | #9 (permalink) |
| Senior Member | first off nice job in actually learning ahk a lot of people here never get around to it. Not sure what you relle want to do I think I might be able to help but could you try to explain your probelem a little better
__________________ If I have helped you in any way OR MADE U LAUGH AT ONE OF MY SIG PICS please rep me! :iagree: ![]() ![]() ![]() |
| | |
| | #10 (permalink) |
| Senior Member Join Date: Jul 2008
Posts: 120
Reputation: 3 ![]() | yeah. thanks. so are you a pro at ahk? well , i cant figure out how to get the button to activate everything, so it starts typing what i want it to, then a delay, the type what i want it to, delay, etc, etc. do you get what i mean now?? thanks! ![]() |
| | |
| | #11 (permalink) |
| Senior Member | i get you and no i am no pro at ahk...ur prolly better than me...i am not exactly sure sorry i aint that good i kno just basics...try asking like hobdiddy or sum1 else sorry
__________________ If I have helped you in any way OR MADE U LAUGH AT ONE OF MY SIG PICS please rep me! :iagree: ![]() ![]() ![]() |
| | |
| | #15 (permalink) |
| Senior Member | ok this is also very basic... inputboxes do u kno wat they are? Well if not this is how it works inputbox, example,, message then later, you can use that info by "send, %example%" inside the %% you put the name that u used in the command which i bolded. get it? example: inputbox, email,, enter an email then if u wanted to use that info later you type send, %email% whatever they type will be sent
__________________ If I have helped you in any way OR MADE U LAUGH AT ONE OF MY SIG PICS please rep me! :iagree: ![]() ![]() ![]() |
| | |
| | #17 (permalink) |
| Senior Member Join Date: Jul 2008
Posts: 120
Reputation: 3 ![]() | wait. nevermind. i though that helped, but i dont reall get it now ![]() Code: gui, show, w200 h100, Auto Bot gui, add, text,, Delay: gui, add, edit gui, add, updown, vmyupdown range4-15, 5 gui, add, button, default, &Go!! please help!! ![]() thanks |
| | |
| | #18 (permalink) |
| Senior Member Join Date: Jan 2008
Posts: 2,984
Reputation: 62 ![]() | Wow... Alright don't mess with SmartGUI Creator for a while. Go thru either the AHK help file or the online AHK Wiki. That should keep you busy for a few days. Yes AHK can bee used to create many complicated bots. Many Club Live bots have been made in AHK, the best being Club Live Digerati, made by Preciswitem. Hobdiddy is another great AHK coder making bots for a variety of uses. I am also not too shabby myself. ![]()
__________________ |
| | |
| | #19 (permalink) |
| Senior Member | inputbox, email,, enter an email then if u wanted to use that info later you type send, %email% whatever they type will be sent not much more i can say thats pretty self explanetory... whatever u name the input box u put in %% later and it will use that info
__________________ If I have helped you in any way OR MADE U LAUGH AT ONE OF MY SIG PICS please rep me! :iagree: ![]() ![]() ![]() |
| | |
| | #22 (permalink) |
| Senior Member Join Date: Jul 2008
Posts: 120
Reputation: 3 ![]() | ok got another one for you: When i go to use the compiler i get an error message that says Error: Unable to create the compile archive. is there somethimg im doing wrong? could it be that the script is too long? thanks. |
| | |