diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-11-04 20:59:32 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-11-04 20:59:32 +0100 |
commit | 8907824c4420537c124f4931c50700fb3b5de131 (patch) | |
tree | cbf1d4291ccbbe03cfe03f221f9bd1bab092e51f | |
parent | 3993ca5dd591eebc561e5a5fd8bffed5d81fdd28 (diff) | |
download | bobux-8907824c4420537c124f4931c50700fb3b5de131.tar.xz |
Add free/libre bobux generator
-rw-r--r-- | index.html | 95 | ||||
-rw-r--r-- | stallman.png | bin | 0 -> 2740110 bytes |
2 files changed, 95 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3380b49 --- /dev/null +++ b/index.html @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>FREE BOBUX GENERATOR</title> + <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> + <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script> + </head> + <body> + <div style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100px; background-color: blue"><center><h1>FREE BOBUX GENERATOR 100% LEGIT NO SCAM 100% WORKING</h1></center></div> + <div style="height: 100px"></div> + <h2>GEt FREE/LIBRE BOBUX NOW!!!! (FREE AS IN FREEDOM!!!!)</h2> + <img src="stallman.png" width="500"> + <h2>THIS VIDEO WILL GUIDE YOU THROGU THE PROCESS!</h2> + <iframe width="1268" height="713" src="https://www.youtube.com/embed/DJfg39WkMvE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + <h2>FUCK</h2> + <br> + <h2>SYSTEM REQUIREMENTS</h2> + <h3>ALL SYSTEMS SUPPORTED!!!!!</h3> + <ul> + <li>Windows 2000 or better</li> + <li>Mac</li> + <li>Androis, iPhone</li> + <li>PC</li> + <li>Google Edge</li> + <li>Clash of Clash 0.23.1</li> + <li>Lua 5.1.3 (required for ROBLOX)</li> + <li>TempleOS or Plan 9</li> + <li>MUST HAVE 640K OF MEMORY</li> + <li>Volkswagen. Das Auto.</li> + </ul> + <h2>WINDOWS UPDATE SUPPORT</h2> + <h3 id="update-status">Checking if your windows is up to date....</h3> + <h2>CHECKING IF THERE IS ENOIGH RAM</h2> + <h3 id="ram">CHECKING IF THERE IS ENOIGH RAM.....</h3> + <h2>INITIATE THE PROCESS</h2> + <center> + <input type="number" id="amount" value="69420"><label for="amount">AMOUNT OF BOBUX TO GENERATE</label> + <br><br> + <button id="generate" style="width: 50%; height: 200px; border-width: 10px" onclick="generateRobux()">GENERATE FREE BOBUX NOW</button> + </center> + <br> + <div style="width: 100%; border-style: solid"> + <h2>PEOPEL WHO LIKED THIS ALSO BOUGHT</h2> + <ul> + <li><a href="https://git.minetest.land/MineClone2/MineClone2">Minecraft FOR FREE!!!!</a></li> + <li><a href="https://www.amazon.com/ZANZEA-Womens-Stocking-Striped-Tights/dp/B00OAXERZW/">PROGRAMMING SOCKS</a></li> + <li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Fortnite</a></li> + <li><a href="https://www.epicgames.com/store/en-US/p/discord--discord-nitro">Discord nitro FOR FREE</a></li> + <li><a href="https://lmgtfy.app/?q=amogus+seks">Amogus seks</a></li> + </ul> + </div> + <img style="position: fixed; right: 5px; bottom: 5px" src="https://count.getloli.com/get/@bobux" alt="MANY PEOPLE VISIT IT" /> + </body> + <script> + setTimeout(_ => { + let status = $("#update-status"); + + if (navigator.userAgent.search("Windows") != -1) + status.html("Oh no! YOur windows does not have latest security update. Info on how to update your system to latest Michaelsoft Binbows: <a href=\"https://medium.com/@shahrizmarks2208/how-to-delete-system32-windows-fec58eb6f8e\">HERE</a>"); + else + status.html("AAHHHHHHHHHHHHHH YOU DONT USE WINDOWS!!!! YOU ARE LINTERALLY SATAN!!!! HACKER!!!! FBI OPEN UP YOU PEDO!!!!!!!"); + + let ram = $("#ram"); + + if (Cookies.get("ram") == "true") + ram.html("✅ ENOUGH RAM AVAILABLE"); + else + ram.html("NOT ENOUGH RAM. PLEASE DOWNLOAD MORE RAM. <a onclick=\"downloadRam()\" href=\"https://downloadmoreram.com\">LINK</a>"); + }, 2000); + + const downloadRam = _ => { + Cookies.set("ram", "true", {expires: 2147483647, sameSite: "strict"}); + }; + + const generateRobux = _ => { + location.href = "http://internet-löschen.de/"; + }; + + let hue = 0; + + setInterval(_ => { + hue += 10 / 1000 * 360 / 2; + + $("#generate")[0].style.borderColor = "hsl(" + hue + ", 100%, 50%)"; + }, 10); + + setInterval(_ => { + $("#generate")[0].style.backgroundColor = "rgb(" + + Math.floor(Math.random() * 255) + "," + + Math.floor(Math.random() * 255) + "," + + Math.floor(Math.random() * 255) + ")"; + }, 200); + </script> +</html> diff --git a/stallman.png b/stallman.png Binary files differnew file mode 100644 index 0000000..a80253c --- /dev/null +++ b/stallman.png |