Jump to content

Recommended Posts

Posted

You have to get the image of the text you want, separate each character and then use a point matrix to determine wich character it is...

So first figure out how to determine the position of a separate character (maybe white pixels in a row) and then find a unique point matrix for every char... It's no easy stuff!

Posted

Ok I just watched how the game is... let it be... learning type faster will be much better and faster than making an OCR for the game... in my opinion... did you even managed to extract the images with the text from the moving robots?

Posted

i was thinking about that... then i ralized the text was also displayed in the bottom right corner... so it shouldnt be that hard. Its just how do i "program" each letter?

Posted (edited)

Here is a bot that works for me...

While 1
Send("abcdefghijklmnopqrstuvwxyz")
Wend

Nothing happens if you type the wrong letter, so just sending every letter really fast eventually types out each word. :lmao:

NEXT! :whistle:

Edited by Paulie
Posted

Here is a bot that works for me...

While 1
Send("abcdefghijklmnopqrstuvwxyz")
Wend

Nothing happens if you type the wrong letter, so just sending every letter really fast eventually types out each word. :lmao:

NEXT! :whistle:

I used that, but it counts accuracy as well...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...