]> git.lizzy.rs Git - bobux.git/commitdiff
Add free/libre bobux generator
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 4 Nov 2021 19:59:32 +0000 (20:59 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 4 Nov 2021 19:59:32 +0000 (20:59 +0100)
index.html [new file with mode: 0644]
stallman.png [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..3380b49
--- /dev/null
@@ -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
new file mode 100644 (file)
index 0000000..a80253c
Binary files /dev/null and b/stallman.png differ