does anybody know the code, and how to use the block
in kitcat?
Offline
('bump' #- #bump)
Offline
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
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:
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
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.
Offline
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
*(Coming from a Rocket Dev, so I think it's understandable)
Offline
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
?
Offline
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
Offline
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
Offline
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
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