
awwwyeah
Members-
Content Count
45 -
Last visited
Community Reputation
1 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
thanks! hope they still work
-
[UPDATED] League of Legends Accounts Checker v9.8
awwwyeah replied to AleexanderMta's topic in League of Legends
hope this still works! -
LeagueRAPE | ALL REGIONS | 9k CPM+ | Fastest boi out of all the bois
awwwyeah replied to Andreas's topic in Cracking Tools
thanks hope this still works! -
pls no drop or boxing
-
does this require drop?
-
>>Get ANYTHING UNDER $400 on Amazon for FREE<<
awwwyeah replied to ChandlerMurielBing's topic in Social Engineering
is this refunding? edit: yeah known method -
thanks! sucks that it needs proxy
-
thanks! tryna get some shutterstock
-
yes plx ;> i wanna beat my meat
-
[supreme] HOW TO REFUND SAMSUNG/NVIDIA [2018]
awwwyeah replied to Zoom's topic in Social Engineering
thanks! if this isn't calling i wanna try it out edit: requires boxing 3-4 weeks -
i'd go with samsung because the compatibility with stuff and more apps etc
-
whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: [hide] // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.amazon.com.au/gc/redeem/result // @grant none // ==/UserScript== (function() { function buildGC() { var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; for (var i = 0; i < 14; i++) { text += possible.charAt(Math.floor(Math.random() * possible.length)); } return text; } window.onload = function () { document.getElementById("gc-redemption-input").value = buildGC(); document.getElementById("gc-redemption-apply-button").click(); } })(); [/hide]