This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-07-15 13:56:55

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Code to make a password protect script block in kitcat?

does anybody know the code, and how to use the block http://i.imgur.com/X6gxY.gif in kitcat?


◕‿◕

Offline

 

#2 2011-07-15 18:58:07

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Code to make a password protect script block in kitcat?

('bump' #- #bump)


◕‿◕

Offline

 

#3 2011-07-15 19:00:51

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

Wouldn't it be similar to password protecting menu's, like done in rocket?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#4 2011-07-16 09:46:45

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Code to make a password protect script block in kitcat?

ssss wrote:

Wouldn't it be similar to password protecting menu's, like done in rocket?

can you give me the link to download rkt?


◕‿◕

Offline

 

#5 2011-07-16 13:04:00

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#6 2011-07-17 18:33:09

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.

never mind i know the code its:

Code:

 passProtect
    | t1 t2 t3 |
    t3 _ StringDialog ask: 'Type password'.
    t3 = 'kitcatdevs'
        ifTrue: 
            [t1 _ stackFrame expression.
            t2 _ stackFrame arguments.
            self popStackFrame.
            self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)]

I just wanted to know what the password was because  that block was very hard to use,
so the password is: kitcatdevs


and how can you use a ipod to surf the internet??


◕‿◕

Offline

 

#7 2011-07-17 18:40:03

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

flashgocrazy wrote:

and how can you use a ipod to surf the internet??

safari on iPod touch


the the the the the

Offline

 

#8 2011-07-17 19:15:43

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

flashgocrazy wrote:

GP1 wrote:

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.

never mind i know the code its:

Code:

 passProtect
    | t1 t2 t3 |
    t3 _ StringDialog ask: 'Type password'.
    t3 = 'kitcatdevs'
        ifTrue: 
            [t1 _ stackFrame expression.
            t2 _ stackFrame arguments.
            self popStackFrame.
            self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)]

I just wanted to know what the password was because  that block was very hard to use,
so the password is: kitcatdevs


and how can you use a ipod to surf the internet??

Darn, it! You gave away the password! Oh well. There's really no point in that block, but it did get people talking. We added it because people would wonder what the password was, so they'd have to "hack" it to find what the password was. 1.3 is in the works, and it will have a whole new password.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#9 2011-07-17 19:20:35

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

flashgocrazy wrote:

GP1 wrote:

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.

never mind i know the code its:

Code:

 passProtect
    | t1 t2 t3 |
    t3 _ StringDialog ask: 'Type password'.
    t3 = 'kitcatdevs'
        ifTrue: 
            [t1 _ stackFrame expression.
            t2 _ stackFrame arguments.
            self popStackFrame.
            self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)]

I just wanted to know what the password was because  that block was very hard to use,
so the password is: kitcatdevs


and how can you use a ipod to surf the internet??

Darn, it! You gave away the password! Oh well. There's really no point in that block, but it did get people talking. We added it because people would wonder what the password was, so they'd have to "hack" it to find what the password was. 1.3 is in the

That password was so easy to guess.  I knew it as soon as I opened kitcat  smile
*(Coming from a Rocket Dev, so I think it's understandable)


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#10 2011-07-17 19:36:09

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

I know, it was obvious. But it was funny watching my friend try to guess the password  big_smile


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#11 2011-07-17 19:37:14

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

I know, it was obvious. But it was funny watching my friend try to guess the password  big_smile

Lol, true  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#12 2011-07-17 19:41:58

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

I'm thinking of taking that block out, what do you think?


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#13 2011-07-17 19:43:09

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

I'm thinking of taking that block out, what do you think?

No, I'm working on a 'protect script with password [(Enter password)]'


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#14 2011-07-17 19:47:21

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

Hey, I was thinking the same thing. And I was thinking of a activate password ( )


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#15 2011-07-17 19:52:42

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

Hey, I was thinking the same thing. And I was thinking of a activate password ( )

Cool.  Maybe you should add two new tabs? 

To make it less messy
?


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#16 2011-07-17 19:55:17

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

ssss wrote:

GP1 wrote:

Hey, I was thinking the same thing. And I was thinking of a activate password ( )

Cool.  Maybe you should add two new tabs? 

To make it less messy
?

I didnt know how to do that when I made it


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#17 2011-07-17 20:02:12

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

ssss wrote:

GP1 wrote:

Hey, I was thinking the same thing. And I was thinking of a activate password ( )

Cool.  Maybe you should add two new tabs? 

To make it less messy
?

I didnt know how to do that when I made it

Ah.  You should for the next version  smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#18 2011-07-17 20:03:15

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

I should. I'll add it right now  smile


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#19 2011-07-17 20:05:29

ssss
Scratcher
Registered: 2007-07-29
Posts: 1000+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

I should. I'll add it right now  smile

Yay  smile   Also, look at Rocket for the Logo suggestion.  Kitcat should be a brother program of Rocket  big_smile


Hey.  It's me SSSS, back from the dead!  smile

Offline

 

#20 2011-07-23 13:21:33

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

flashgocrazy wrote:

GP1 wrote:

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.

never mind i know the code its:

Code:

 passProtect
    | t1 t2 t3 |
    t3 _ StringDialog ask: 'Type password'.
    t3 = 'kitcatdevs'
        ifTrue: 
            [t1 _ stackFrame expression.
            t2 _ stackFrame arguments.
            self popStackFrame.
            self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)]

I just wanted to know what the password was because  that block was very hard to use,
so the password is: kitcatdevs


and how can you use a ipod to surf the internet??

Darn, it! You gave away the password! Oh well. There's really no point in that block, but it did get people talking. We added it because people would wonder what the password was, so they'd have to "hack" it to find what the password was. 1.3 is in the works, and it will have a whole new password.

it was so eazy to find the source code


◕‿◕

Offline

 

#21 2011-11-23 17:50:35

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Code to make a password protect script block in kitcat?

GP1 wrote:

flashgocrazy wrote:

GP1 wrote:

YAY!!!! Somebody said kitcat! Anyway, I'm on my dads iPod, so I'll get you the code in a sec when I'm on the computer.

never mind i know the code its:

Code:

 passProtect
    | t1 t2 t3 |
    t3 _ StringDialog ask: 'Type password'.
    t3 = 'kitcatdevs'
        ifTrue: 
            [t1 _ stackFrame expression.
            t2 _ stackFrame arguments.
            self popStackFrame.
            self pushStackFrame: (ScratchStackFrame new expression: t1 firstBlockList)]

I just wanted to know what the password was because  that block was very hard to use,
so the password is: kitcatdevs


and how can you use a ipod to surf the internet??

Darn, it! You gave away the password! Oh well. There's really no point in that block, but it did get people talking. We added it because people would wonder what the password was, so they'd have to "hack" it to find what the password was. 1.3 is in the works, and it will have a whole new password.

you can make the block so it asks for a pass and sets it to that


◕‿◕

Offline

 

Board footer