ScratchData LogoScratchData
Back to cs2627883's profile

Fancy Rickroll Javascript

CScs2627883•Created February 15, 2022
Fancy Rickroll Javascript
2
2
38 views
View on Scratch

Instructions

I made a fun little thing I wanted to share! It is a JavaScript rickroll. I wrote this code myself. First, scroll down and change the text at the bottom in all caps to the rickroll link (bad word detector in scratch will not let me type links). To run the code, type "javascript:" into the address bar of CHROME ONLY, then paste the code below. Or click ctrl+shift+J to open console on any browser, and paste the code there. Code: /*Hi! This will hack will unlock everything. Infinite money, friends - anything you can dream of! All you have to do is type javascript:(code) in the address bar and press search.*/alert('You would not get this from any other guy! You are welcome! If this hack fails, the others will certainly work as they are not made by me.'); /*The main part of the hack - this will tell the server to give the stuff to you.*/window.open/*Broadcasting command to hack server*/('CHANGE THIS IN THE QUOTES TO THE RICKROLL LINK');

Description

PLEASE NOTE: Be mindful of what code you run. If someone tells you to run code in a manner like this, make sure you know what you are doing. If you read my code, you can see that it is only using the alert command and the window.open command, as well as some comments. However, make sure code is not malicious before running it (scratch code cannot be malicious because it is just in scratch, not on your actual device).

Project Details

Project ID645042319
CreatedFebruary 15, 2022
Last ModifiedMarch 6, 2022
SharedFebruary 15, 2022
Visibilityvisible
CommentsAllowed