Tailor Made Tools/Programs for You - AHK

03/12/2009 18:05 tange16#316
Quote:
Originally Posted by Evan Lim View Post
tange16@
cant test, because i dont have CO for almost half year already
so probably its not ahk problem, but CO login flash blocks sending keys
ok
is there a way get past the block?
03/12/2009 19:23 Evan Lim#317
tange16@
probably, but at least i dont know how
does copy and paste works in that box?
03/12/2009 20:08 Dragons_Tooth#318
hey evan i was wondering if theres a way to change all equipment to pinkpaws, for areas that only drop quality items. this wouldnt require knowing the quality as everything that drops will be atleast refined
03/12/2009 22:41 tange16#319
Quote:
Originally Posted by Evan Lim View Post
tange16@
probably, but at least i dont know how
does copy and paste works in that box?
ok
no copy and paste dont work.
03/13/2009 00:45 Evan Lim#320
Dragons_Tooth@
do u know the "area" of those id?
because i dont
03/13/2009 01:04 tange16#321
i have another question:
is it possible to make an aimbot of some kind with this, like e.g. have the program detect a certain colour and when you press a button or mouse click(right-click for FB or SS) it goes to that colour that is closest to the mouse pointer,

if yes then i would be able to make a shadow a certain colour that isnt anywhere else in the game and would certainly be able to hit,
its not that im a noob at FB its just they is alot of people doing it on this private server im on and i cannot get a hold of it.
03/13/2009 01:19 Evan Lim#322
tange16@
sure if u can find a unique color
change the 0xffffff to whatever color u found is unique
Ctrl+right click to activate
Code:
^Rbutton::
mousegetpos, xx, yy
var = 10
loop 10
{
x1:=xx - var
x2:=xx + var
y1:=yy - var
y2:=yy + var
PixelSearch, Px, Py, %x1%, %y1%, %x2%, %y2%, 0xffffff, 3, Fast
if ErrorLevel = 0
{
click, %Px%, %Py%, right
break
}
var+=10
}
return
03/13/2009 01:29 tange16#323
Quote:
Originally Posted by Evan Lim View Post
tange16@
sure if u can find a unique color
change the 0xffffff to whatever color u found is unique
Ctrl+right click to activate
Code:
^Rbutton::
mousegetpos, xx, yy
var = 10
loop 10
{
x1:=xx - var
x2:=xx + var
y1:=yy - var
y2:=yy + var
PixelSearch, Px, Py, %x1%, %y1%, %x2%, %y2%, 0xffffff, 3, Fast
if ErrorLevel = 0
{
click, %Px%, %Py%, right
break
}
var+=10
}
return
thnx i will try tomorrow, right now im off to bed.
03/13/2009 07:23 iRmitch#324
Pls make a auto follower hack/bot thingo xD That makes the noob follow the team leader while the leader can jump like crazy and the noob will automaticially follow.
03/13/2009 07:37 Evan Lim#325
iRmitch@
FollowMe is still working
just that it will send u to click jail
i dont know how to solve the background clicking without going to jail
03/13/2009 10:04 tange16#326
Quote:
Originally Posted by Evan Lim View Post
tange16@
sure if u can find a unique color
change the 0xffffff to whatever color u found is unique
Ctrl+right click to activate
Code:
^Rbutton::
mousegetpos, xx, yy
var = 10
loop 10
{
x1:=xx - var
x2:=xx + var
y1:=yy - var
y2:=yy + var
PixelSearch, Px, Py, %x1%, %y1%, %x2%, %y2%, 0xBF003F, 3, Fast
if ErrorLevel = 0
{
click, %Px%, %Py%, right
break
}
var+=10
}
return
^^
i tried this and added a dark pink to my shadow and then put the same colour code into this but when i logged in and press ctrl + right click it never done anything, could this be because the shadow has an opacity in game?

is there a way to change the shadow to a solid form instead of 75% opacity or what ever it is.
03/13/2009 16:14 Evan Lim#327
tange16@
i dont modify colors, i have no idea
03/13/2009 19:22 tange16#328
Quote:
Originally Posted by Evan Lim View Post
tange16@
i dont modify colors, i have no idea
so you do not know if they is a file to made it more solid??
03/13/2009 20:10 Evan Lim#329
tange16@
yes i do not know
03/14/2009 04:24 iRmitch#330
:( I don't wanna go jail xD