Adblock breaks this site

AutoMe Test - How good are you at cheating?

Discussion in 'Programming General' started by brownhead, Jul 12, 2008.

  1. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    [Dunno what forum to put this in. The tests were made in VB6 but you can make the bots in whatever language you want..]

    I've made a series of tests and I'd like to see if anyone on Sythe can beat them. Each test is a simple "game" in which the only possible way of winning is to create a bot for it. The first level is an idiot test, to see if you know how to do the most basic autoing techniques. Then it builds up from there.

    When you beat one level, you are given a password that you can use to open up the second level. Can you beat all of them?

    I've uploaded the first level, I'll upload the next when a few people finish this one. Or if everyone just ignores this thread I'll move on.

    Second level up.

    Third level up.

    Level 4 is up.

    The final level is up. It will show you the secrets on showing off your awesomeness.
     

    Attached Files:

  2. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    AutoMe Test - How good are you at cheating?

    Hmm it would be a bit slow, but if I combine a GetPixel with click it should be no problem
     
  3. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Then get the password :), this is supposed to be an incredibly easy level.. I'd reccomend doing it with SCAR since you'd only have to use around 2 lines of code...
     
  4. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    AutoMe Test - How good are you at cheating?

    Lol ok I got the password next lvl plz.
     
  5. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Nice job :), uploaded the next level
     
  6. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    AutoMe Test - How good are you at cheating?

    Next one please. Could you please make the app make a registry key or file so we don't have to keep on entering in the password, or just not make it reset all the time?
     
  7. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    I uploaded the third level, and I made a nice little automatic password looker thing. You only need to enter it once. Have fun.
     
  8. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    AutoMe Test - How good are you at cheating?

    I was a noob and did it the easy way *decompiles*

    Password gained from level 3 is "IXegswWlsyphFiJvii", but its encrypted it. I'm not gonna spoil it for everyone and post the decrypted version but lets just say Brownhead shouldn't have used his publicly released encryption method for in this project :p
     
  9. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    AutoMe Test - How good are you at cheating?

    I am doing this all the legit way lol, but level 2 gave me some trouble last night, but now I am going to try again with a refreshed mind.
     
  10. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    AutoMe Test - How good are you at cheating?

    I think vb may just be too slow for this one. I looked at my code and tested it on a project similar to brownhead's except mine doesn't move and it found it every time, but the time needed to find it is just too much.
     
  11. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Haha, damn you covey :p, now I've gotta use another encryption method. Has anybody beat Level 3 yet? It really isn't that hard if you think about it..
     
  12. Flaming Idiots

    Flaming Idiots Active Member
    Visual Basic Programmers

    Joined:
    Dec 22, 2005
    Posts:
    235
    Referrals:
    1
    Sythe Gold:
    0
    Two Factor Authentication User
    AutoMe Test - How good are you at cheating?

    I finished it. Wasn't too hard.
    Edit: Using C# BTW.
     
  13. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Haha, there we go. I don't get how anyone would have any trouble with any of these... Theres only two functions that you need.. And level 2 and 3 are exactly the same.. Anyways, I'll put the next level up in a little bit, I wanna make sure covey can't crack it first.

    Edit:
    There ya go Flaming, all set for you. Have fun. This one makes you use your head a tad bit more

    Edit:
    And C# is an excellant choice, I'd say that or C++ are the best options for this kind of thing.
     
  14. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    AutoMe Test - How good are you at cheating?

    Brownhead is JD doing it the wrong way or is vb6 just too slow. IE have you tried doing it in vb6 yourself?
     
  15. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Well if your doing level 2 VB should be fine I think. You can't use GetPixel though. I really would recommend using a different language, VB6 is great for certain things, executing autoing functions is not one of them.

    Try getting the DIBits, that should making things go by much faster.

    I don't know the method you using though so I can't say if it's the right one or not. And theres a few ways I can think of approaching this.. so there's a few right answers.
     
  16. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    AutoMe Test - How good are you at cheating?

    I haven't actually tried doing it yet, was just curious.

    Also i tried to decompile it again, but i failed :(
    Your encryption remains the same but the decryption goes to number and its like 30 numbers long, and i don't like my chances of tweaking the decryption function to get it to work the way you did.
    Good job :p
     
  17. brownhead

    brownhead Guest

    Referrals:
    0
    AutoMe Test - How good are you at cheating?

    Its a completely different encryption method, not incredibly difficult but moderately so. Enough so that I don't think you'll be able to crack it, especially since its not public.

    And it doesn't look like anybody on Sythe is incredibly talented :p, or perhaps they just don't want to take the time to prove themselves. Either way, Level 4 remains unbeaten and not too many people are getting past 2
     
  18. Vic

    Vic Meow
    Highly Respected Retired Administrator

    Joined:
    Apr 21, 2005
    Posts:
    1,607
    Referrals:
    7
    Sythe Gold:
    49
    Discord Unique ID:
    181751669820882944
    Discord Username:
    Vic
    Two Factor Authentication User Easter 2020 Sythe's 15th Anniversary <3 n4n0 Lawrence Extreme Homosex
    AutoMe Test - How good are you at cheating?

    Heh lvl 4 done.
     
  19. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    AutoMe Test - How good are you at cheating?

    If noone else cracks 4 ill give it ago.
    Otherwise i have nothing to prove :p

    And Vic since when do you code?
     
  20. Vic

    Vic Meow
    Highly Respected Retired Administrator

    Joined:
    Apr 21, 2005
    Posts:
    1,607
    Referrals:
    7
    Sythe Gold:
    49
    Discord Unique ID:
    181751669820882944
    Discord Username:
    Vic
    Two Factor Authentication User Easter 2020 Sythe's 15th Anniversary <3 n4n0 Lawrence Extreme Homosex
    AutoMe Test - How good are you at cheating?

    ive been coding for years haha, i just never got into the whole programing for games, plus im on a java and assembly course at uni this year (enhancement course, im still in year 12)
     
< Tab Control Add webbrowser (Code, tut) | [Project]Swift Controls >


 
 
Adblock breaks this site