Adblock breaks this site

How did LeoSleep work for RSC?

Discussion in 'Programming General' started by Cody, Nov 16, 2009.

  1. Cody

    Cody Grand Master
    Visual Basic Programmers

    Joined:
    May 10, 2005
    Posts:
    3,052
    Referrals:
    5
    Sythe Gold:
    30
    How did LeoSleep work for RSC?

    Anyone know how LeoSleep worked for runescape classic?

    Did it detect what letter were on the screen for the captcha?

    Or did it read the memory of the client?
     
  2. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    How did LeoSleep work for RSC?

    Didn't you say somewhere u had a copy of it?
     
  3. Cody

    Cody Grand Master
    Visual Basic Programmers

    Joined:
    May 10, 2005
    Posts:
    3,052
    Referrals:
    5
    Sythe Gold:
    30
    How did LeoSleep work for RSC?

    LeoSleep 1.0.3
    Also has word dictionary.

    http://uppit.com/v/VUE7RP6W
     
  4. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    How did LeoSleep work for RSC?

    The DLL has 3 function;
    Code:
    getString
    loadDictionary
    loadModel
    The 'model' file looks like coordinates, that plus the getString function and the dll file is called OCRdll.dll. I'd have a stab at "Reads the characters from the screen"
     
  5. Odep

    Odep Newcomer
    Banned

    Joined:
    Nov 17, 2009
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0
    How did LeoSleep work for RSC?

    It's titled "A Runescape Classic OCR". And I'm sure you know what OCR is/does. So that's that.
     
  6. super_

    super_ Member

    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0
    How did LeoSleep work for RSC?

    wow... this brings back memories for sure :-( anyone else remember theintensity.com? anyway, it works via a support vector machine, very similar to my own ocr. if you don't know what that is, it's using a linear classifier to classify input data (a feature vector) which was obtained from a feature extractor on the image and returning which class it best fit into. svm's are used in ai because classifying is a key part to machine learning :)

    if you're wondering...
    Code:
    nr_class 26
    one class for each letter.

    model.txt contains the training data for the classes btw

    the only mystery left is what features it extracted? edges? corners?
     
< C++ My first script (Loginprompt) | My New Bot Coded In C++ And Java >


 
 
Adblock breaks this site