Last active
September 13, 2024 19:31
-
-
Save kckarnige/6dfff1025b5da69399c26957ee47b445 to your computer and use it in GitHub Desktop.
Fast Url Generator for IGG-games.com (FUG IGG)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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.8 | |
// @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/* | |
// @match https://igg-games.com/* | |
// @match https://pcgamestorrents.com/* | |
// @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.getElementsByTagName("head")[0].innerHTML = '<link rel="icon" href="https://kckarnige.github.io/res/fug-igg.png" sizes="any"><title>STOP! Good god man!</title>' | |
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><p>Here's what you're risking by using IGG: <a href="https://www.reddit.com/r/PiratedGames/comments/ulsttu/comment/i7xbf32/" target="_blank">Link</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 { | |
if (localStorage.getItem("noIGGWarning") != 1) { | |
let confirmPrompt = confirm("IGGGames as well as PCGamesTorrents, are not safe piracy sites!\nEither go somewhere safe like ARMGDDN, or don't come here at all!") | |
if (confirmPrompt == true) { | |
window.location.href = "https://t.me/ARMGDDNGames" | |
} else { | |
let textPrompt = prompt(`If you are sure what you're doing, please enter the following:\n"I understand what I am getting into, leave me alone."`, ""); | |
if (textPrompt == null || textPrompt == "") { | |
if (history.back() != undefined) { | |
history.back() | |
} else { | |
window.close() | |
} | |
} else { | |
localStorage.setItem("noIGGWarning",1) | |
alert("It's your computer, not mine.") | |
} | |
} | |
} | |
console.log('"Fuck IGG. 🖕" -KayoticCarnige') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Userscript Install" gives the latest version now 🤦♂️