Skip to content

Instantly share code, notes, and snippets.

View Craftzman7's full-sized avatar
๐Ÿš€
Off on new adventures

Craftzman7 Craftzman7

๐Ÿš€
Off on new adventures
View GitHub Profile
/// Chii.js
(function () { var script = document.createElement('script'); script.src="//chii.liriliri.io/target.js"; document.body.appendChild(script); })();
@Craftzman7
Craftzman7 / uBlockTest.js
Last active February 8, 2023 18:35
Testing uBlock JS Injection
/// uBlockTest.js
document.append("test")
@Craftzman7
Craftzman7 / disableuac.cs
Last active May 1, 2022 17:59
This is some code written in the .NET framework that disables UAC
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;