Tailor Made Tools/Programs for You - AHK

01/29/2009 17:11 Alexisppp12345#166
Hi Evan! :D
When you can make a program that will create a GUI and ask for a number and saves it at a variable x.
Post only the code. I don't need the .exe.
Thanks in advance!
01/29/2009 17:16 Evan Lim#167
Alexisppp12345@
Code:
InputBox, x, Number, Please enter a number., , 320, 140
if ErrorLevel
    MsgBox, CANCEL was pressed.
else
    MsgBox, You entered "%x%"
01/29/2009 17:20 Alexisppp12345#168
Wow! That was fast! Thanks!
02/02/2009 22:07 Darkyy#169
Hey Even,
My question isn't that much how to make a program/tool. I just wanted to ask if I use control click/send function in background but the char DOESN'T move will it get send to clickjail?

Thanks
02/02/2009 23:25 Evan Lim#170
Darkyy@
as far as i last check, anything related to Left controlclicks will send to jail
including choosing items in bag and drop them on floor/trade (tested with my CO trader)
02/03/2009 09:00 iRmitch#171
Requesting a auto follow bot that records the mains cords and lets noobs follow it everywhere. Like pressing F10 will make the noobs auto follow the leader in the group.
02/03/2009 09:28 noryx#172
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
as far as i last check, anything related to Left controlclicks will send to jail
including choosing items in bag and drop them on floor/trade (tested with my CO trader)
If that's true u could get jailed with autoclicker right?... And i saw like a alot of ppl using it on gw gate...
Or the probabilty of that is very low?
02/03/2009 12:09 Darkyy#173
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
as far as i last check, anything related to Left controlclicks will send to jail
including choosing items in bag and drop them on floor/trade (tested with my CO trader)
Hmm so if I only use controlsend and RIGHT controlclicks it should be fine?
02/03/2009 17:41 Evan Lim#174
iRmitch@
either way whatever situations, controlclicks in background will send u to click jail anyways
so no point of making it

noryx@
those people not necessary using background controlclick
and as far as i know, ctrl + controlclicks can not hit the gate

Darkyy@
not sure about Right controlclick
02/04/2009 11:01 noryx#175
Well what about evanxxm's tao program .. It's a old one but very usefull.. It works on background and right click on evreything that moves around the char... i used it to lvl nado ...
02/04/2009 16:17 Evan Lim#176
noryx@
and what about that?
i didnt use that program for a long time, so i am not sure if it even still working
02/04/2009 16:18 Evan Lim#177
noryx@
and what about that?
i didnt use that program for a long time, so i am not sure if it even still working
02/04/2009 18:21 Evan Lim#178
noryx@
i misunderstand ur question:
Quote:
Originally Posted by Evan Lim View Post
Darkyy@
as far as i last check, anything related to Left controlclicks will send to jail
including choosing items in bag and drop them on floor/trade (tested with my CO trader)


If that's true u could get jailed with autoclicker right?... And i saw like a alot of ppl using it on gw gate...
Or the probabilty of that is very low?
i automatically assume u are talking about Left controlclicking, because trainning at gate requires mostly Left clicking
i didnt aware ur real question is about Right controlclick
Quote:
Well what about evanxxm's tao program .. It's a old one but very usefull.. It works on background and right click on evreything that moves around the char... i used it to lvl nado ...
also, i didnt play CO for more than a year, so i cant be sure if Right controlclicking will send to jail, thats why i answered u "i am not sure"

to clarify things about:
Quote:
U sayd background clicker send u 2 jail.
and indeed i did mention that but only mention Left controlclicks as quoted in your quote:
Quote:
Darkyy@
as far as i last check, anything related to Left controlclicks will send to jail
including choosing items in bag and drop them on floor/trade (tested with my CO trader)
so my conclusion is:
1. i am sure Left controlclick will send u to jail
2. gate trainner which requires Left click, if use controlclick, people will send to jail. but if they just use normal clicking mode, they will be fine.
3. therefore, if one request a program that requires background Left controlclicking, then i will state out the consequences that it will send u to jail
02/05/2009 17:24 simba2#179
hello, may you create an effect remover that takes gives you the options on what to take out? for example sdg effect, royalty effects, and lucky time.
02/05/2009 17:47 Evan Lim#180
noryx@
proxy is modifying and sending action packets, it does not involve any interaction with clicking or any keystrokes. theoretically, if the proxy is excellent enough, one doesnt even need to open the game client to bot the game.

spirit guard one i will have to reject, because there exists few workable ones already

and potting function requires active screen to detect pixel color
so Here:
Code:
settimer, hp, 1000
settimer, au, 3000
return

hp:
IfWinActive, [Conq
{
PixelSearch, , , 10, 720, 60, 720, 0x0B098F, 10, Fast
if ErrorLevel
{
send {F1}
sleep 1000
}
}
else
{
tooltip, CO is not active
}


au:
IfWinActive, [Conq
{
send {f10}
}
return


^q::pause
simba2@
yea sure, if u can tell me the method and ID for those effects for doing so
otherwise, i have no idea how to make one without those information