Skip to content

Instantly share code, notes, and snippets.

View YeesterPlus's full-sized avatar

Ashton(tripple blocked, owns illendo) YeesterPlus

View GitHub Profile
local Energize = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local GuiBottomFrame = Instance.new("Frame")
local Credits = Instance.new("TextLabel")
local GuiTopFrame = Instance.new("Frame")
local CloseGUI = Instance.new("TextButton")
local Title = Instance.new("TextLabel")
local CheckR = Instance.new("TextLabel")
local ScrollingFrame = Instance.new("ScrollingFrame")
local GlitchLevitate = Instance.new("TextButton")
local sandbox = function(var,func)
local env = getfenv(func)
local newenv = setmetatable({},{
__index = function(self,k)
if k=="script" then
return var
else
return env[k]
end
--[[
New Dex
Final Version
Developed by Moon
Modified for Infinite Yield
Dex is a debugging suite designed to help the user debug games and find any potential vulnerabilities.
This is the final version of this script.
You are encouraged to edit, fork, do whatever with this. I pretty much won't be updating it anymore.
@-moz-document url-prefix("https://admin192a.acellus.com/student/0/work/") {
html {filter: invert(100%) hue-rotate(180deg) ;}
img {filter: invert(100%) hue-rotate(180deg) !important;}
video {filter: invert(100%) hue-rotate(180deg)!important;}
div .z-50 .fixed .inset-0 .pointer-events-none{
filter: none!important;
}
.min-h-screen{filter: invert(100%) hue-rotate(180deg) !important;}
#work_body{filter: invert(100%) hue-rotate(180deg) !important;}
// ==UserScript==
// @name Paste Essays(editable) (Acellus)
// @namespace https://github.com/YeesterPlus
// @version 1.0
// @description Essays are kinda dead to me
// @author YeesterPlus
// @license MIT
// @icon https://www.google.com/s2/favicons?sz=64&domain=acellus.com
// @match https://admin192a.acellus.com/student/*
// @grant none
@YeesterPlus
YeesterPlus / sudo-install.sh
Created April 11, 2024 18:39
google sudo(works after update and installs other packages and wipes /usr/local if you allow it)
echo "dev_install" | sudo -i