Discuss Scratch

Saiid
Scratcher
1000+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

MrSherlockHolmes wrote:

Can we calm down on the necroposting? :P
But necroposting is awesome.


Google Sv4mvJbXBJPClyDgc7p5WkYITBi618 to see all my posts

;
FalconGunner99
Scratcher
1000+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

MegaApuTurkUltra wrote:

__init__ wrote:

Ok, but I doubt an account has never been hacked in the history of Scratch.
According to the ST, all “hacked” accounts have been cases of easy to guess passwords or leaked passwords. What we mean by “hack” is “steal password hashes and crack them,” which has never been done.
All they need to do is advertise their new bitcoin holding service… They'll have ALL their security holes pointed out in no time.


; Oh this? This is just my semicolon. I got it a long time ago, it's quite innocuous. Don't worry about it.

















You —> http://i.imgur.com/iVHfwLc.gifv




















herohamp
Scratcher
1000+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

djdolphin wrote:

Some of kaj's project's haven't been deleted. They can still be downloaded, and you can even view them in the player by passing parameters to the SWF.

Download for a kaj project: http://scratch.mit.edu/static/projects/kaj/285642.sb
View it online: http://scratch.mit.edu/scratchr2/static/Scratch.swf?project=http://scratch.mit.edu/static/projects/kaj/285642.sb

You could write a script to cycle through all the project IDs and check if http://scratch.mit.edu/static/projects/kaj/{ID}.sb returns a 200 status code. Your quest might end up like comp099's though.

Edit: And MegaApuTurkUltra, Scratch 1.x projects actually do store the username of the creator in the file.
Who is comp099

Last edited by herohamp (May 21, 2015 11:01:48)

anonymouskid
Scratcher
90 posts

So everyone's a follower of kaj, but can you make kaj follow you?

MrSherlockHolmes wrote:

MegaApuTurkUltra wrote:

1) It's not possible. I tried to add me some fake followers and it didn't work You need the right sessionID, and I doubt you'll find one from Kaj now, especially since they're banned.
2) Kaj's projects were probably deleted. Also, even if they weren't, projects don't store the creator's username in them.
Your right, they were deleted. What a shame. It would have been so cool…
I know. I just really want to read Kaj's threat!

AnonymousKid Table of Contents

Official Studio / Profile / Official Add Everything Studio
Follow, Love, and Favorite! And please don't bully. Also, click this and help encourage others to stop animal testing here

AnonymousKid is awesome!!!!!!!



Wanna chat with the ScratchCat? Check this out!
If you like that then go to this!

anonymouskid
Scratcher
90 posts

So everyone's a follower of kaj, but can you make kaj follow you?

CatsUnited wrote:

I searched up Space777 and he seems to have been on nearly as long as Kaj has.
Maybe Kaj figured that a second account would help him/her to take over scratch. He/she could have stopped using @space777 out of anger when Kaj was banned.

AnonymousKid Table of Contents

Official Studio / Profile / Official Add Everything Studio
Follow, Love, and Favorite! And please don't bully. Also, click this and help encourage others to stop animal testing here

AnonymousKid is awesome!!!!!!!



Wanna chat with the ScratchCat? Check this out!
If you like that then go to this!

anonymouskid
Scratcher
90 posts

So everyone's a follower of kaj, but can you make kaj follow you?

Zaidhaan wrote:

wait a minute, this might sound off-topic but it is still related to Kaj, The question is that If kaj has been IP banned he can't create a new account on HIS computer right?? so What if he uses another computer and creates another account and is hiding somewhere on scratch now? (I reffered to kaj by ‘him’ because I think he is a male)
I agree with that theory. Maybe we should all create a studio devoted to finding out all of the mysteries of kaj.

AnonymousKid Table of Contents

Official Studio / Profile / Official Add Everything Studio
Follow, Love, and Favorite! And please don't bully. Also, click this and help encourage others to stop animal testing here

AnonymousKid is awesome!!!!!!!



Wanna chat with the ScratchCat? Check this out!
If you like that then go to this!

stories31
Scratcher
100+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

using System;
using System.IO;
using System.Net;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
//sURL = "http://scratch.mit.edu/static/projects/kaj/285642.sb“;
public partial class Form1 : Form
{
Timer T = new Timer();
string sURL;
int N;
public Form1()
{
T.Tick += new EventHandler(T_Tick);
T.Interval = 200;
N = 0;
InitializeComponent();
}
void T_Tick(object sender, EventArgs e)
{
WebRequest wrGETURL;
sURL = ”http://scratch.mit.edu/static/projects/kaj/“ + N.ToString() + ”.sb“;
wrGETURL = WebRequest.Create(sURL);
try
{
label1.Text = wrGETURL.GetResponse().ResponseUri.LocalPath.ToString();
label2.Text += N + ”\n“;
}
catch
{
}
N++;
label1.Text = N.ToString();
}
private void button1_Click(object sender, EventArgs e)
{
T.Start();
label2.Text = ”";
}
}
}


HAHAHAHA

woody woodpecker is the greatest movie ever
vb2006
Scratcher
25 posts

So everyone's a follower of kaj, but can you make kaj follow you?

ask [who is kaj?????????????????????????????] and wait

is my site so GO TI IT!
HERE IT IS
iamunknown2
Scratcher
1000+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

vb2006 wrote:

ask [who is kaj?????????????????????????????] and wait
Kaj was a Scratcher who got mad because his/her projects weren't getting enough views. Kaj threatened to destroy Scratch/hack people's accounts and got banned shortly afterwards.

| My website | Using Geany | A Christian | Running Ubuntu MATE 14.04 with Flash 18.0 (release 0) | Search this with quotation marks on Google to view my posts: “ellipsepostpianolizard” (some posts may not show up) |

Moving on from Scratch? Learn Python/a scripting language (e.g Perl, JavaScript), then move on to a C derivative
liam48D
Scratcher
1000+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

Bump..

202e-202e-202e-202e-202e UNI-CODE~~~~~
MrSherlockHolmes
Scratcher
500+ posts

So everyone's a follower of kaj, but can you make kaj follow you?

Let's close this down… It's getting wayy too necroposty.

Centred signature.

Powered by DjangoBB