Skip to content

Instantly share code, notes, and snippets.

@kckarnige
Last active July 13, 2024 20:40
Show Gist options
  • Save kckarnige/6dfff1025b5da69399c26957ee47b445 to your computer and use it in GitHub Desktop.
Save kckarnige/6dfff1025b5da69399c26957ee47b445 to your computer and use it in GitHub Desktop.
Fast Url Generator for IGG-games.com (FUG IGG)
// ==UserScript==
// @name FUG IGG (Fast Url Generator for IGG-games.com)
// @icon https://kckarnige.github.io/res/fug-igg.png
// @namespace https://kckarnige.github.io
// @homepageURL https://gist.github.com/kckarnige/6dfff1025b5da69399c26957ee47b445
// @supportURL https://gist.github.com/kckarnige/6dfff1025b5da69399c26957ee47b445
// @updateURL https://gist.github.com/kckarnige/6dfff1025b5da69399c26957ee47b445/raw/fug-igg.user.js
// @downloadURL https://gist.github.com/kckarnige/6dfff1025b5da69399c26957ee47b445/raw/fug-igg.user.js
// @version 1.2.6
// @description "I'm already about to let you use my shit to mine crypto, fuck off." -Me 2024
// @author KayoticCarnige
// @match https://gamedownloadurl.lol/*
// @match https://urlbluemedia.shop/*
// @match https://bluemedialink.online/*
// @match https://dl.pcgamestorrents.org/*
// @match https://bluemediaurls.lol/*
// @match https://bluemediadownload.lat/*
// @run-at document-idle
// @grant none
// ==/UserScript==
function randomImage() {
var images = [
"https://kckarnige.github.io/res/thumbsup.jpg",
"https://kckarnige.github.io/res/fuckigg/Untitled.png",
"https://kckarnige.github.io/res/fuckigg/boykisser-dance.png",
"https://kckarnige.github.io/res/fuckigg/vrp.png",
"https://kckarnige.github.io/res/fuckigg/silly.png",
"https://kckarnige.github.io/res/fuckigg/scitt.jpg",
"https://kckarnige.github.io/femboi_owo/bait.png",
"https://kckarnige.github.io/res/fuckigg/stfu.png"
]
return images[(Math.floor(Math.random() * images.length))]
}
function randomText() {
var text = [
"Have fun with the cryptominers! :)",
'"Minecraft proves the children yearn for the mines!"',
"I can't think of anything funny.",
"Gambling your computer today?",
'"Fuck IGG. 🖕" -KayoticCarnige',
"I'm broke af, so here's my Cash App: $kckarnige|link|https://cash.app/$kckarnige",
`"What the fuck did you just fucking say about me, you little bitch?"`,
`"I've searched your name up in the Navy SEAL database and you have never even graduated BUD/S."`,
`"We don't operate on empty jars of spaghetti sauce."`,
"11/9",
'"Comic Sans MS" is the best font for any occasion.',
'"Only you can prevent free V-Buck scams!" -My Autistic Ass Cousin™',
"BoneLab patch 4 when?"
]
return text[(Math.floor(Math.random() * text.length))] + ""
}
function fuckIgg(scriptLoc, fuImg) {
var fuckIgg = fuImg
var i = '';
var KQ_URL_DOWNLOAD_LINK_DA_ENCRYPT_Lan_2 = '';
var d_roi = document.getElementsByTagName("body")[0].getElementsByTagName("script")[scriptLoc].innerText.substring(338).split('")')[0];
for (i = d_roi.length / 0x2 - 0x5; i >= 0x0; i = i - 0x2) {
KQ_URL_DOWNLOAD_LINK_DA_ENCRYPT_Lan_2 += d_roi[i];
}
for (i = d_roi.length / 0x2 + 0x4; i < d_roi.length; i = i + 0x2) {
KQ_URL_DOWNLOAD_LINK_DA_ENCRYPT_Lan_2 += d_roi[i];
}
var randoString = randomText() + ""
var randoWords = randoString.split("|link|")[0]
var randoLink = randoString.split("|link|")[1]
document.getElementById("url").setAttribute("value", KQ_URL_DOWNLOAD_LINK_DA_ENCRYPT_Lan_2)
document.getElementById("nut").setAttribute("src", fuckIgg);
document.getElementById("top-image").setAttribute("height", "324px");
document.getElementById("top-image").setAttribute("src", randomImage())
document.getElementsByTagName("body")[0].setAttribute("style", "background-color: #aaa")
var fuckU = document.createElement("img")
fuckU.src = "https://kckarnige.github.io/res/fug-igg.png";
fuckU.id = "fuckIggIcon";
document.getElementsByClassName("item")[0].appendChild(fuckU)
document.getElementById("dem").remove()
document.getElementsByTagName("svg")[0].remove()
document.getElementById("fuckIggIcon").setAttribute("height", "162px");
document.getElementsByTagName("span")[0].innerHTML = `<p><a id="sillyText">${randoWords}</a></p><p><a style="text-decoration: underline; color: #0e689f;" href="https://t.me/ARMGDDNGames">Why the fuck are you here? Go somewhere actually safe, dumbass.</a></p>`
document.getElementById("sillyText").style = 'text-decoration: none; color: #000;'
if (randoLink != undefined) {
document.getElementById("sillyText").setAttribute("href", randoLink)
document.getElementById("sillyText").setAttribute("target", "_blank")
document.getElementById("sillyText").style = 'text-decoration: underline; color: #0e689f;'
}
document.getElementsByTagName("span")[0].style = 'font-family: "Comic Sans MS", "Comic Sans", cursive;'
console.log(KQ_URL_DOWNLOAD_LINK_DA_ENCRYPT_Lan_2)
setTimeout(() => {
//window.location.href = (window.location.origin + "/" + document.getElementsByTagName("form")[0].getAttribute("action") + "?url=" + document.getElementById("url").getAttribute("value"))
console.log(document.getElementById("url").getAttribute("value"))
}, 2500)
}
if ((window.location.origin + window.location.pathname) == "https://bluemedialink.online/url-generator-1.php") {
fuckIgg(5, "https://kckarnige.github.io/res/fuckigg/fuckigg.png")
} else if ((window.location.origin + window.location.pathname) == "https://bluemediaurls.lol/url-generator-1.php") {
fuckIgg(5, "https://kckarnige.github.io/res/fuckigg/fuckigg.png")
} else if ((window.location.origin + window.location.pathname) == "https://bluemediadownload.lat/url-generator-1.php") {
fuckIgg(5, "https://kckarnige.github.io/res/fuckigg/fuckigg.png")
} else if ((window.location.origin + window.location.pathname) == "https://urlbluemedia.shop/url-generator-1.php") {
fuckIgg(5, "https://kckarnige.github.io/res/fuckigg/fuckigg.png")
} else if ((window.location.origin + window.location.pathname) == "https://dl.pcgamestorrents.org/url-generator.php") {
fuckIgg(3, "https://kckarnige.github.io/res/fuckigg/fuckpctor.png")
} else if ((window.location.origin + window.location.pathname) == "https://gamedownloadurl.lol/url-generator.php") {
fuckIgg(3, "https://kckarnige.github.io/res/fuckigg/fuckpctor.png")
} else {
console.log('"Fuck IGG. 🖕" -KayoticCarnige')
}
@kckarnige
Copy link
Author

kckarnige commented Jan 6, 2024

Requirements

uBlock Origin - Firefox - Chrome

Tampermonkey - Firefox - Chrome

-> Userscript Install <-

@kckarnige
Copy link
Author

kckarnige commented May 10, 2024

Updated to github.io, so even if I change my website it should still work fine
(Edit: Also just updated to the new generator sites for both torrents and downloads)

@kckarnige
Copy link
Author

kckarnige commented Jul 13, 2024

"Userscript Install" gives the latest version now 🤦‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment