
Originally Posted by
scotty17509
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.