ScratchData LogoScratchData
Back to NXTGeek's profile

Unbypassable Code Engin

NXNXTGeek•Created June 2, 2008
Unbypassable Code Engin
4
2
170 views
View on Scratch

Description

-INTRODUCTION- This is a simple code engin that allows you to type anyhing in the box. However, if that is not the correct password, word, etc. it will not do anything. In this way, it prevents you from getting anyewhere by randomly banging on the keyboard. To enter a code simply click on the disired text box, type in the code and press the spacebar. Lets start off with somthing simple...abcdef. -HOW IT WORKS- The concepts behind this code engin arn't that exruciating difficlt to grasp. When you click the passwiord box it set the variable select to that password box's number so that you can enter text. When you hit a key it writes the "buffer" variable to that key's number. I then increses the "char#" variable by one and brodcasts a signal. Once another line of code recieves this signal, it uses to char# variable to determin the postition of the letter(1-6) and writes the corrisponding c(1-6) variable. When you hit spacebar. Another line of code reads the c(1-6) variables. If they are all correct, it broadcastes the signal that goes with that code. Such as "access" would broadcast "access" telling the computer to allow you to access something. Not to confusing? Good! -END- Fell free to remix and download.(plz give credit though :))

Project Details

Project ID179291
CreatedJune 2, 2008
Last ModifiedJune 2, 2008
SharedJune 2, 2008
Visibilityvisible
CommentsAllowed