Results 1 to 2 of 2

Thread: NEED HELP. UPLOAD BMP then recieve SMS message. RSC

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default NEED HELP. UPLOAD BMP then recieve SMS message. RSC

    I have been trying to make a script that I can send a bmp image to my cell phone. What I want it for is runescape Classic's CAPTCHA fatigue systemb. I've made my current script run pretty well and save the sleep CAPTCHA as a bmp. I need to figure out how i can upload it somewhere then also email my sms cell phone the link. If i could figure that out, i also will need a way to send the CAPTCHA text back to the computer so it could be entered. Kind of a similar idea to the old SleepWalker program from kaitnieks except not use a network of people, just myself for the sleepword.

    Any help with this project would be GREATLY APPRECIATED!

    I know people may say there are OCR programs for that, but the private servers are using new images and the old OCR programs will NOT WORK. Creating an OCR seems like WAY more work and im sure they will change the captcha Images again to kill any new OCR.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by scotty17509 View Post
    I have been trying to make a script that I can send a bmp image to my cell phone. What I want it for is runescape Classic's CAPTCHA fatigue systemb. I've made my current script run pretty well and save the sleep CAPTCHA as a bmp. I need to figure out how i can upload it somewhere then also email my sms cell phone the link. If i could figure that out, i also will need a way to send the CAPTCHA text back to the computer so it could be entered. Kind of a similar idea to the old SleepWalker program from kaitnieks except not use a network of people, just myself for the sleepword.

    Any help with this project would be GREATLY APPRECIATED!

    I know people may say there are OCR programs for that, but the private servers are using new images and the old OCR programs will NOT WORK. Creating an OCR seems like WAY more work and im sure they will change the captcha Images again to kill any new OCR.

    https://villavu.com/forum/showthread...68#post1304668


    Simba Code:
    Function Pro_SMTP(var curl_info: SSLSocket; url, user, pwd, name, recipient, cc, bcc, subject, body, bodymime, file, filemime: PChar): Boolean;


    You can specify a file to upload and it will send that file as an attachment. OR specify a file MIME type such as "data/base64" and base64 encode the image as part of the body.
    I am Ggzz..
    Hackintosher

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •