Discuss Scratch

savaka
Scratcher
1000+ posts

Extension to send messages

Another extension with only one block:
send me a message: [Message] :: extension
When it is run it sends you, the project owner, a message saying:
Your project [project name] sent you a message: “Message” [time]
If it runs while you are seeing inside before you remix (when the orange “Remix” button is visible) it will do nothing.
djdolphin
Scratcher
1000+ posts

Extension to send messages

when green flag clicked
forever
send me a message: [I'm wastin' server space.] :: extension
end
savaka
Scratcher
1000+ posts

Extension to send messages

djdolphin wrote:

when green flag clicked
forever
send me a message: [I'm wastin' server space.] :: extension
end
Duplicate messages in 1 minute ignored maybe?
GyroscopeBill
Scratcher
500+ posts

Extension to send messages

I don't really see what use this would have.
Prinseskat
Scratcher
1000+ posts

Extension to send messages

GyroscopeBill wrote:

I don't really see what use this would have.
Maybe to see when someone's playing your project, or who? (Both have workarounds though) Or if there was a love-it block then you could be notified when someone's loved your project. Oh wait…
bigpuppy
Scratcher
1000+ posts

Extension to send messages

50% Support.
TheHockeyist
Scratcher
1000+ posts

Extension to send messages

No support.

when green flag clicked
forever
send me a message: [You @#$%&!] :: extension
end
How would this be moderated?!?!?!?!
stickfiregames
Scratcher
1000+ posts

Extension to send messages

TheHockeyist wrote:

No support.

when green flag clicked
forever
send me a message: [You @#$%&!] :: extension
end
How would this be moderated?!?!?!?!
It sounds as if it sends the message to the project's creator.

Support, although I suppose it would be the user's responsibility not to make projects that spam them with messages.
Firedrake969
Scratcher
1000+ posts

Extension to send messages

savaka wrote:

djdolphin wrote:

when green flag clicked
forever
send me a message: (pick random (-2542543254325435) to (42354325432543265426)) :: extension
end
Duplicate messages in 1 minute ignored maybe?
helloyowuzzup
Scratcher
100+ posts

Extension to send messages

Could you give an example of when this would be used, please?
they-might-be-cats
Scratcher
100+ posts

Extension to send messages

GyroscopeBill wrote:

I don't really see what use this would have.
I agree
savaka
Scratcher
1000+ posts

Extension to send messages

stickfiregames wrote:

TheHockeyist wrote:

No support.

when green flag clicked
forever
send me a message: [You @#$%&!] :: extension
end
How would this be moderated?!?!?!?!
It sounds as if it sends the message to the project's creator.

Support, although I suppose it would be the user's responsibility not to make projects that spam them with messages.
You are correct that it sends the message to the project's creator.

EXAMPLE (since everyone here wants one): You make a really hard game and want to list the first few players who completed the game in the notes, and so you make this at the end of the game:
send me a message: (join (username) [ won the game]) :: extension
The rule where it won't run while you're seeing inside will prevent cheating.
MegaApuTurkUltra
Scratcher
1000+ posts

Extension to send messages

savaka wrote:

stickfiregames wrote:

TheHockeyist wrote:

No support.

when green flag clicked
forever
send me a message: [You @#$%&!] :: extension
end
How would this be moderated?!?!?!?!
It sounds as if it sends the message to the project's creator.

Support, although I suppose it would be the user's responsibility not to make projects that spam them with messages.
You are correct that it sends the message to the project's creator.

EXAMPLE (since everyone here wants one): You make a really hard game and want to list the first few players who completed the game in the notes, and so you make this at the end of the game:
send me a message: (join (username) [ won the game]) :: extension
The rule where it won't run while you're seeing inside will prevent cheating.
Lol then someone could be like
  1. Open fiddler
  2. Capture request to send message
  3. Write code to forge the request
  4. while(true) sendForgedRequest();
    
In other words: no support

Last edited by MegaApuTurkUltra (Dec. 8, 2014 15:11:22)

savaka
Scratcher
1000+ posts

Extension to send messages

MegaApuTurkUltra wrote:

savaka wrote:

stickfiregames wrote:

TheHockeyist wrote:

No support.

when green flag clicked
forever
send me a message: [You @#$%&!] :: extension
end
How would this be moderated?!?!?!?!
It sounds as if it sends the message to the project's creator.

Support, although I suppose it would be the user's responsibility not to make projects that spam them with messages.
You are correct that it sends the message to the project's creator.

EXAMPLE (since everyone here wants one): You make a really hard game and want to list the first few players who completed the game in the notes, and so you make this at the end of the game:
send me a message: (join (username) [ won the game]) :: extension
The rule where it won't run while you're seeing inside will prevent cheating.
Lol then someone could be like
  1. Open fiddler
  2. Capture request to send message
  3. Write code to forge the request
  4. while(true) sendForgedRequest();
    
In other words: no support
You can hack that as much as you can hack anything else.
OmnipotentPotato
Scratcher
1000+ posts

Extension to send messages

savaka wrote:

djdolphin wrote:

when green flag clicked
forever
send me a message: [I'm wastin' server space.] :: extension
end
Duplicate messages in 1 minute ignored maybe?
when green flag clicked
forever
send me a message: (i) :: extension
change (i) by [1]
end
ChocolatePi
Scratcher
1000+ posts

Extension to send messages

when green flag clicked
forever
send me a message: [ChocolatePi is now following you.] :: extension
end

but what if I"m not actually following you? oohh…

My point: You could use this to forge real messages, such as alerts.

Last edited by ChocolatePi (Dec. 9, 2014 14:13:09)

OmnipotentPotato
Scratcher
1000+ posts

Extension to send messages

ChocolatePi wrote:

when green flag clicked
forever
send me a message: [ChocolatePi is now following you.] :: extension
end

but what if I"m not actually following you? oohh…

My point: You could use this to forge real messages, such as alerts.
It is only sent to the project creator so that would be pointless.
ChocolatePi
Scratcher
1000+ posts

Extension to send messages

OmnipotentPotato wrote:

ChocolatePi wrote:

when green flag clicked
forever
send me a message: [ChocolatePi is now following you.] :: extension
end

but what if I"m not actually following you? oohh…

My point: You could use this to forge real messages, such as alerts.
It is only sent to the project creator so that would be pointless.

when green flag clicked
ask [What would you like to send?] and wait
send me a message: (answer) :: extension
OmnipotentPotato
Scratcher
1000+ posts

Extension to send messages

ChocolatePi wrote:

OmnipotentPotato wrote:

ChocolatePi wrote:

when green flag clicked
forever
send me a message: [ChocolatePi is now following you.] :: extension
end

but what if I"m not actually following you? oohh…

My point: You could use this to forge real messages, such as alerts.
It is only sent to the project creator so that would be pointless.

when green flag clicked
ask [What would you like to send?] and wait
send me a message: (answer) :: extension
And it would be sent as “Untitled-5 sent you a message: ‘this is what I want to send’”
ChocolatePi
Scratcher
1000+ posts

Extension to send messages

OmnipotentPotato wrote:

ChocolatePi wrote:

OmnipotentPotato wrote:

ChocolatePi wrote:

when green flag clicked
forever
send me a message: [ChocolatePi is now following you.] :: extension
end

but what if I"m not actually following you? oohh…

My point: You could use this to forge real messages, such as alerts.
It is only sent to the project creator so that would be pointless.

when green flag clicked
ask [What would you like to send?] and wait
send me a message: (answer) :: extension
And it would be sent as “Untitled-5 sent you a message: ‘this is what I want to send’”
i see.

but what if the answer was “(*#&@($*&#(@^&$*&#*@$^”?

Powered by DjangoBB