Tailor Made Tools/Programs for You - AHK

05/10/2009 00:24 sanar40#466
i dont mind where u put him just as long as it opens met pack,repair and keep met spamming the item
05/10/2009 03:20 Evan Lim#467
sanar40@
ok, as stated in my last reply
u need to give me all the coordinates of the clicking points
including, where to click to open met pack, repair, met spaming location
i dont have CO, so yea u need to provide me that
05/10/2009 07:02 sanar40#468
>_< how do I go about retrieving these cord for you?
05/10/2009 07:37 Evan Lim#469
sanar40@
u can use the macro that comes with ahk installion
or use the following script
Code:
loop
{
mousegetpos, xx,yy
tooltip, x%xx% y%yy%,1,1
sleep 500
}
05/11/2009 08:09 hax0rzz#470
I have another off the wall request.. i've been looking for a text to speech rss reader. i remember seeing an example of how someone used text to speech before in ahk but meshing the two might be more interesting. Don't really know if ahk is powerful enough to do it. let me know your thoughts on it.
05/11/2009 13:44 Alexios#471
Hi Evan!
Could you make a program will have a variable contain the phrase example: "Cold and ice".
Then it will open the site: [Only registered and activated users can see links. Click Here To Register...]
And when you click Ctrl+z it will write that phrase at the "box" of the page which is at 470,310?

Thanks in advance,
Alexios
05/11/2009 23:25 hellbladelll#472
Quote:
Originally Posted by Evan Lim View Post
sanar40@
again, background left controlclicks will lead u to jail
even so if u dont mind background or not, u have to give me all the coordinate that u want to click
actually i tested this, it sent me to bot jail when i used the old ELSE (with the ctrl click) but when i used a program like auto stig, auto follow (1 that spams the follow button), it only sends you to jail if you physically move using the program.

if the character will move right through the stake then, would it work it it clicks on the red hp bars, for 2 of the stakes (and im not completely sure if you really go through it, but thats probably cuz i dont know how to check) but if its possible to make, could you.
05/11/2009 23:59 Evan Lim#473
hax0rzz@
text to speech:
Code:
readthis = hello, how are you doing?
speech(readthis)
return

speech(txt)
{
TEMPFILE = %TEMP%\TALK.vbs
IfExist, %TEMPFILE%
   FileDelete, %TEMPFILE%
FileAppend, Dim Talk`nSet Talk = WScript.CreateObject("SAPI.SpVoice")`nTalk.Speak "%TXT%", %TEMPFILE%
RunWait, %TEMPFILE%
FileDelete, %TEMPFILE%
Return
}
replace the words in "readthis" to read whatever u want
it should work on all window OS, as it is just using the build in voice function
typically u will get the microsoft Sam's voice

Alexios@
Code:
var = Cold and ice
^z::
run, http://www.google.com
sleep 2000
;click, 470,310
send %var%
send {enter}
return
or u can simply do:
Code:
^z::
var= cold and ice
Run, http://www.google.com/#hl=en&q=%var%
return
hellbladelll@
dont know how to check, i dont have CO installed
just tell me what coordinates to click (in 1,2,3 steps)
05/12/2009 13:25 Alexios#474
@Evan_Lim

Thanks for the code. It was almost the same like that I was thinking. I tried the code I was thinking,but after writing first 6 letters of another string, it was doing some crazy things to my broswer... I tried it with your code and it was happening the same, BUT I found what was wrong. I "character"/"letter" of the string was some kind of sending Ctrl+with a letter and some other... things like that.
Anyway,
Thanks for your help,
Alexios

EDIT:

I want something else...
@Evan_Lim or anyone who knows
Let's say that we have a string/phrase in the variable A.
A = Who are you?Why me?What?
Is there any way to make a new variable with the phrase of A until the first "?".
So we will get a variable B for example.
B = Who are you?

Thanks,
Alexios
05/13/2009 00:23 Evan Lim#475
Alexios@
Code:
A = Who are you?Why me?What?
StringSplit, B, A, ?
msgbox, %B1%?`n%B2%?`n%B3%?
05/13/2009 04:30 flip012#476
i need a bot using free items to soc talisman
and where can i get that unlimited money u said on top
05/13/2009 04:41 ookamocka#477
Quote:
Originally Posted by flip012 View Post
i need a bot using free items to soc talisman
and where can i get that unlimited money u said on top
you CAN"T soc tali w/ free items anymore, it's 100% impossible unless u wanna hack the server itself... they really should make that a sticky on all CO2 forums cuz it's annoying everyone keeps asking -_-

and btw, did u read his first post? u gotta say exactly what it is that u need not just "i need a bot"
05/14/2009 03:15 Evan Lim#478
Night Dragon@
i dont know much about calling a dll
u might want to ask in ahk forum
05/14/2009 03:21 Night Dragon#479
OK thanks anyway!
05/14/2009 19:08 legolas77744#480
hi man can you make a bot that trains the poisen of a ninja automaticly?
So a bot that can sit automaticly and when stamina bar is full it use the poisen skill and than sit again.