This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Your Projects subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Project Ideas/Start New Projects => Your Projects
Author Message
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 29 Aug 2003 10:44:02 am    Post subject:

I just finished my first VB program! (Visual Basic was really easy to learn, and it was completed in two hours.) The program lets you input the last number of a combination lock, and gives you back all of the possible first and second numbers. This is good for people who have forgotten their lock's combination, and don't have the lock with them. As soon as I test it and stuff, then I will post a download link.
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 29 Aug 2003 04:22:26 pm    Post subject:

Its used when you know the last number, but not the first two? What if you spun the dial around, intentionally or un-intenntionaly? How would you know the last number? Cool prog anyway, cheers -

JoeImp Cool
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 29 Aug 2003 05:30:20 pm    Post subject:

is it very accurate? just wondering cause it would be cool...
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 30 Aug 2003 01:34:42 pm    Post subject:

What do you mean "very accurate"? It probly just lists every combination given the last number - like "1-1-30" , "1-2-30" , "1-3-30" .. etc. Then you go through 'em all and try to open the lock? Something like that?

JoeImp
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 30 Aug 2003 01:39:43 pm    Post subject:

no, i mean, do combos follow some kind of pattern... and he just figured it out...

i guess i am just talking out loud, srry guys Very Happy
Back to top
Tyler


Advanced Member


Joined: 29 May 2003
Posts: 352

Posted: 30 Aug 2003 05:34:22 pm    Post subject:

Neat, I tried VB when I was like, err 7, maybe 8? Trust me, it didn't go too well! Very Happy Laughing
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 01 Sep 2003 11:10:37 am    Post subject:

Why? - its probly as easy as html. Just draw what you want, then mess with the properties that each object has. I spent a grand total of 2 weeks with VB before I decided to move on since it was so easy. No offense InternlDsk Razz Just bored
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 01 Sep 2003 04:42:36 pm    Post subject:

I know, but I had to use vb for a class in school. I just thought I'd release the program I made. It does not just list 1-1-0,1-2-0,1-3-0, it narrows it down by a LOT. Smile The output is similar to this:



so combos do follow a pattern, involving the last number Mod 4. I could tell you more about it, and how to determine the last number of a lock if you ask me personally, because i don't know how legal it may really be... Once i make the program better, I will include stuff like that and how to go through combinations a lot faster in the documentation (which does not exist yet).



Anyway, it is at http://IDKProgs.calc.org/vb/Lokrack.exe


Last edited by Guest on 01 Sep 2003 06:30:12 pm; edited 1 time in total
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 02 Sep 2003 06:56:23 am    Post subject:

Wow, thats pretty interesting, I didnt know that. Like if I put 5 in as the last number, I get these for the first number: "1,5,9,13,17,21,25,29,33,37" , and these for the second: "11,15,19,23,27,31,35,39" - how is it possible to narrow it down that much? It would be legal to say here, ive heard worse Very Happy

JoeImp
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 02 Sep 2003 01:35:09 pm    Post subject:

Hehe, yea i guess so Very Happy well, I can just go into a lot of detail in the doc.

Also, the possibility of narrowing it down question and most other questions:
someone made a site dedicated to this, and it is located at http://www.geocities.com/MasterUnlocked. That has a lot of stuff, but I have learned more from experience. Also, I know how to drill a lock with a flathead screwdriver, and that can sometimes help if something stops you from using the method for finding the last number.

For all that i am concerned, I am the best person I know with combination locks, owning 16 and knowing 21 different combinations and all. (Did you know that people would actually be stupid enough to buy a stolen lock for half of the origional lock price? Wacko )


Last edited by Guest on 02 Sep 2003 01:41:21 pm; edited 1 time in total
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 06 Sep 2003 09:48:09 pm    Post subject:

yes . . . its also good for hacking lol . . .I'm just kidding that was just a thought!

But I'd say you could make some money off of that!
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 07 Sep 2003 11:53:14 am    Post subject:

.... "also good for hacking" - lol what do you think, computers have a combination lock on them, and hackers spend all day trying to crack it? Laughing

Imp
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 07 Sep 2003 12:50:02 pm    Post subject:

(attempts to open own school locker)

i havent used it in 3 years since i forgot the combination and am to lazy to go through the process of asking for it. Very Happy
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 08 Sep 2003 05:32:58 pm    Post subject:

lol, there are still a bunch of bugs that i don't know how I missed, and I will make a 1.1 version soon (gets started right now)


EDIT:
OK, I just finished 1.1, and I also made a printer-friendly version of the program. Here are some screenshots:


That is the program version 1.1.


That is the printer-friendly version or Lokrack.


that is the printer-friendly version of Lokrack while printing. (Don't worry, I tested the printing, and it worked fine. I didn't take a screenshot of it then, and my printer is almost out of ink, so I just took a picture of what a possible error might look like)


Download:
Lokrack version 1.1 without printer support. (Green)
[url="http://IDKProgs.calc.org/vb/Lokrack(Print).exe"]Lokrack version 1.1 with printer support. (White)[/url]


Last edited by Guest on 08 Sep 2003 06:54:07 pm; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 09 Sep 2003 09:58:22 pm    Post subject:

well, i tried it on my regular locker combo and it didnt do it right... Sad i then tried it on my PE locker combo and it had the right combo on it Smile
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 10 Sep 2003 03:16:46 pm    Post subject:

It also didnt work with my locker combo. It had the second number, but not first.

Imp
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 11 Sep 2003 12:56:54 pm    Post subject:

I forgot to add that this only works with master locks (like to 40 number gym locks used in a lot of schools). Those locks are portable, and they can actually be taken in front of a computer to use this program.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 11 Sep 2003 06:14:25 pm    Post subject:

um, my actual locker lock is Master... (i checked Smile ) i dunno y it wont work though Wacko
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 12 Sep 2003 12:42:54 pm    Post subject:

It isn't just master locks in general, but really more like any brand of small combination padlocks...
Back to top
JesusFreak
JesusFreak


Active Member


Joined: 17 Jun 2003
Posts: 537

Posted: 12 Sep 2003 04:57:43 pm    Post subject:

what is the VB print codem, i really need it, and c an you send it to Watchfordanomes@att.net, by school blocks this web site (i am at home now, duh)
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement