jokke Posted October 16, 2006 Posted October 16, 2006 I will have soon, currently working on it. UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
jvanegmond Posted October 16, 2006 Posted October 16, 2006 (edited) Func GetOwnHealth() $y = 130 - 72 + $Pos[1] $intX = 217 - 109 + $Pos[0] $endX = 354 - 109 + $Pos[0] For $x = $intX to $endX If PixelGetColor($x,$y) == 1447446 Then ExitLoop EndIf Next Return Int(($x-$intX)/($endX-$intX)*100) EndFunc I've had this for a long time. It is part of my bot. Edited October 16, 2006 by Manadar github.com/jvanegmond
dlshoong Posted October 17, 2006 Author Posted October 17, 2006 can you post your full script too,pls The script doesnt work with only a part of ur script Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now