Page 1 of 2 12 LastLast
Results 1 to 25 of 30

Thread: Trading good account for a script.

  1. #1
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Trading good account for a script.

    Account used to be members, tons of member items 10mil gold, heres the skills

    SCAR Code:
    Skills
    Skills  Rank    Level   XP
         Overall    310,864 1,438   15,844,638
         Attack 523,672 75  1,210,915
         Defence    740,842 70  741,643
         Strength   1,138,671   70  741,001
         Hitpoints  720,317 73  1,073,305
         Ranged 636,240 68  664,098
         Prayer 802,987 49  93,502
         Magic  681,852 66  532,830
         Cooking    1,009,794   61  324,676
         Woodcutting    231,079 81  2,400,180
         Fletching  127,513 87  4,326,258
         Fishing    607,856 66  529,372
         Firemaking 174,711 71  890,504
         Crafting   730,669 53  144,315
         Smithing   230,866 62  348,839
         Mining 162,398 73  1,022,745
         Herblore   566,180 38  31,488
         Agility    672,665 43  53,229
         Thieving   287,987 55  178,586
         Slayer 469,002 48  84,446
         Farming    359,065 38  31,716
         Runecraft  262,462 51  118,456
         Hunter 247,087 57  207,238
         Construction   467,535 39  35,574
         Summoning  185,944 44  59,722

    straight copy and paste from the highscores

    What I want for it...

    theres an extremely boring game that uses has a recruiter part of the game where basically it gives you a captcha of 1-9 and you answer it and you get 1 credit, you can do this infinite number of times create a scar script (or program if y ou need) to break the captcha and just send a keypress of the number and the accounts yours..

    http://ruinsofchaos.com/ <- link to the game



    example of a captcha

    msn: seroko@gmail.com
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    are there only a few captchas? or are they 'created' randomly?
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by benjaa View Post
    are there only a few captchas? or are they 'created' randomly?
    created randomly, I gave it a few attempts myself and failed

    you got a bit of room for error if you get (got to keep it under 50% error cause if you miss 5 outa 10 you get a captcha thats hard as hell even for a human)

    numbers 1-9 they randomize background numbers font size tilt position
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Jesus, good luck with that xD.

    I was thinking "Hell, find an area that's unique and it's easy", but then you told me it's all randomized .

    ~Sandstorm

  5. #5
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    An idea I had would be possibly take the image, convert it into a text string and start building a database. I would assume there a large number of different captchas for each number but if the script could handle it quickly the database could be built. I know several people who do 30k + captcha clicks a day
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  6. #6
    Join Date
    Jan 2009
    Location
    Somewhere
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It must be in scar or?

  7. #7
    Join Date
    Sep 2008
    Posts
    155
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think I fully understand, what would you send for the captcha that you gave the link for?
    Current Project - Superheater :: Mithril Bars - Should be ready for Members application soon

  8. #8
    Join Date
    Sep 2006
    Location
    Canada
    Posts
    1,124
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Macros: You return the respective number

    I played around with it for a while. My best idea was to paint the captchas white dots with a brush with a tile of 3 x 3 or so. Then when there was no dots left I would try and find the number. I wasn't successful though. Try cracking the hash .

  9. #9
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was able to resolve to this using adjacent pixel comparisons and the like. If you clean up the image a bit and do a DTM/bitmap check on it, it ought to work. Would also help of course if you could send more examples.


    EDIT: Further thoughts - find the largest area of black pixels using TPAtoATPA... find a box using the bounds of the resulting TPA (not sure if that is possible), then do a cutout of that box to eliminate most of the garbage. Then do a bitmap comparison.

  10. #10
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by A G E N T View Post
    I was able to resolve to this using adjacent pixel comparisons and the like. If you clean up the image a bit and do a DTM/bitmap check on it, it ought to work. Would also help of course if you could send more examples.


    EDIT: Further thoughts - find the largest area of black pixels using TPAtoATPA... find a box using the bounds of the resulting TPA (not sure if that is possible), then do a cutout of that box to eliminate most of the garbage. Then do a bitmap comparison.
    Every 25~ mins the php sesssion id gets released causing a new number to be generated with the link provided. but if you refresh you can see many many different versions of the same number (until the id gets refreshed) impressive work btw I did the same thing using c++ and got it cleaned a bit still had a ton of issues and ended up dropping the project myself.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  11. #11
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To answer a few questions the hash is nothing, the hash is just the thing that queries the server for a new number and saves the number to that query for x minutes, so there is no cracking the hash.

    It does not have to be done in scar but if you do it in another program such as c++ you will have to either include the source of the project or do some basic socket work to send and rec the data from the server (I can do that if you can break the captcha =P)

    IF you have any questions send me a message on msn it is in the original post.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  12. #12
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Edit: I'm gonna work on this: Full Time

    I love a good challenge
    Project: Welcome To Rainbow

  13. #13
    Join Date
    Jan 2007
    Location
    Tennessee
    Posts
    642
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I have spent a large amount of time trying to crack different captchas.
    As far as SCAR goes, you can get the number cleaned up completely to where it is just the number, and you are still screwed.
    From there I have tried checking how many pixels the number/ letter takes up, checking the height and width, checking the angle of each line that makes the number/ letter, and nothing can fully distinguish what it is.

    It is still very possible though.
    You just need the right approach.

    Edit:
    Not so sure anymore.
    I took a look at a few more of this captcha and it is actually a very sophisticated one.
    Some were hard for me to figure out.
    A couple of them I saw had things that were the same color as the number overlapping the number, making it not even possible to clean it up to be just a number.

  14. #14
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ive started a solver... it's going OK so far

    it tries to find distorted bitmaps, then clicks to refresh number, then tries again until it has 3 matches then returns a number

    its worked 2/6 so far
    Project: Welcome To Rainbow

  15. #15
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by benjaa View Post
    ive started a solver... it's going OK so far

    it tries to find distorted bitmaps, then clicks to refresh number, then tries again until it has 3 matches then returns a number

    its worked 2/6 so far
    Very nice, you should be able to make up a bunch of junk for the hash to generate a new number for further testing.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  16. #16
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Could you post two more captcha pictures, and also, is the captcha the size it is in the image?

  17. #17
    Join Date
    Sep 2006
    Location
    Canada
    Posts
    1,124
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    n3ss3s, just refresh the link he gives you and you will get a new captcha of that number, and the number changes every so often.

  18. #18
    Join Date
    Oct 2007
    Posts
    818
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    isnt this like buying/selling? and isnt that against the rules? >_>
    just puting that out there..

  19. #19
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    josh, wow.. shh

    seroko, i'm bailing sorry... it's not working out too great + i will never use
    Project: Welcome To Rainbow

  20. #20
    Join Date
    Sep 2008
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I checked out the page...
    When you click "View Image" on Firefox, it gives you the image. Only when you refresh the page, it just changes around the image's randomness (eg. circles, rotation). I think this is pretty easy to crack...

    All you do is create a script that views this image directly from the link, then try to figure out what it is.
    PM me if you need any help with math.
    I can try to help you with anything!


  21. #21
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No one yet, also its possible to refresh the image and get multiple samples of the number too.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  22. #22
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yeah - i tried that

    clicking the image when it couldnt find, diagnose the amount, send number
    Project: Welcome To Rainbow

  23. #23
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Doesn't seem too hard, I'll give a go at it

    You want it to read it from a .bmp file, or from a target client? You propably have a SCAR script autoing the game since you ask here, so I'll just try to make an include which has a function that accepts an Integer bmp as parameter, so you just do like Solve(bmp), which you got by doing CopyClientToBitmap...


    Faced my first problem, I'll continue tomorrow

  24. #24
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    Doesn't seem too hard, I'll give a go at it

    You want it to read it from a .bmp file, or from a target client? You propably have a SCAR script autoing the game since you ask here, so I'll just try to make an include which has a function that accepts an Integer bmp as parameter, so you just do like Solve(bmp), which you got by doing CopyClientToBitmap...


    Faced my first problem, I'll continue tomorrow
    It will read from a target client, You will have as of right now the options to reply with 1, 2, 3, 4, 5, 6, 7, 8, 9, refresh basically. It's not too easy it requires a lot of puzzle solving and is a bit different from what most people are used to doing with scar.

    edit: I guess I could create the ability to have multiple things of the same number up so you don't have to refresh the image also (this is working through a C++ app I am working on that was originally intended to solve this, also I believe if someone has a working system i could translate it into c++)

    Best of luck would love to see this cracked

    Edit: anyone know how to search for a bitmap on a canvas?
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  25. #25
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Sorry, I quit, working on a guild miner

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 11
    Last Post: 01-21-2009, 08:42 PM
  2. Need account with 60+ WC and good axe
    By Negaal in forum News and General
    Replies: 1
    Last Post: 08-05-2008, 10:49 AM
  3. Good account for testing scripts...etc etc
    By igotgrapes in forum News and General
    Replies: 5
    Last Post: 07-03-2008, 05:13 PM
  4. big problem with trading auto'ed good to main's
    By red eyes 20 in forum RS has been updated.
    Replies: 19
    Last Post: 11-22-2007, 08:10 AM

Posting Permissions

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