sjesper Posted February 15, 2012 Share Posted February 15, 2012 Hello. Yesterday i made a Super Diamond Mind script for komogvind.dk (They probaly also have a .com domain somewhere) but i dont know how i make it read up the number of tokens i have collected. How do i do this? Do i have to take a picture of every 9 numbers, if so how do i do that? I wanna do it so i can calculate tokens per hour Here is the game: Quote Link to comment Share on other sites More sharing options...
Home Posted February 15, 2012 Share Posted February 15, 2012 Yep. You need to create Bitmaps of those numbers if you wan't to use somekind of ORC. ~Home Quote Link to comment Share on other sites More sharing options...
sjesper Posted February 17, 2012 Author Share Posted February 17, 2012 Ok, so i tried it but it just doesnt work i have tried this: TokenChars := LoadChars2(ScriptPath + 'TokenChars') writeln(ScriptPath + 'TokenChars'); SetFontSmoothing(false); result := GetTextAtEx(125, 335, 100, TokenChars, false, false, 0, 0, -1, 20, false, 20) Quote Link to comment Share on other sites More sharing options...