Desktop
- Opera/Opera GX: Tampermonkey or Violentmonkey (Follow Note About Opera users)
- Firefox: Tampermonkey or Violentmonkey
- Chrome: Tampermonkey or Violentmonkey
- AdGuard: Comes Installed With A User Script Manager (Yes you need the for windows not the extension)
- Firefox: Greasemonkey
- Safari: Tampermonkey or Userscripts
- Microsoft Edge: Tampermonkey
- Maxthon: Violentmonkey
Android
- Kiwi: Tampermonkey or Violentmonkey
- XBrowser: Comes Installed With A User Script Manager
- AdGuard: Comes Installed With A User Script Manager (Altho to use the User Script Manager you need the pro version of the app which either you can pay for or get a limited time trial)
- Firefox: Greasemonkey, Tampermonkey or Violentmonkey
iOS
- Safari: Tampermonkey or Userscripts
- AdGuard: Comes Installed With A User Script Manager (Altho to use the User Script Manager you need the pro version of the app which either you can pay for or get a limited time trial)
- Firefox: Greasemonkey, Tampermonkey or Violentmonkey
Wolfermus Wordle Hack Insta Auto Update
Click the button Raw located top right of where th code is located.
(If you are using XBrowser Android App you need to copy the link of the page then press the button at the bottom middle of the app, then press the gear on the bottom left, click browser scripts, click new script, click import script from url, paste url into the box then press OK.)
(If you are using the AdGuard Windows App you need to copy the link of the page you can do this by right clicking the Raw button in the last step and pressing Copy Link Address or by copying the url from the url box, then goto the AdGuard Windows App, goto Settings, then goto Extensions, make sure its enabled, then click Add Extension, paste the url link into the box, then click Install)
Copy and paste:
let branch = "main";
(async function(){
let autoUpdate = await (await fetch(`https://raw.githubusercontent.com/Wolfermus/Wolfermus-Website-Hacks/${branch}/wordle/Wolfermus%20-%20wordle%20wordlecup.io%20autoupdate.js`)).text();
await eval(autoUpdate);
})();
Into your browser console by pressing:
- Opera/Opera GX:
CTRL+SHIFT+J
- Chrome:
CTRL+SHIFT+J
- Firefox:
CTRL+SHIFT+I
(Then Goto Console)
Copy and paste:
var interact = {};
var allWords = {};
var commonWords = {};
var inValidWords = [];
var debugMode = false;
var autoMode = false;
var wordlecupActive = true;
var gameStatus = 0;
var bypassGameStatus = false;
var currentRow = 0;
var oldRow = 0
var rowLength = null;
var gameData = {
lettersCorrect: {},
lettersElsewhere: {},
lettersAbsent: [],
words: []
}
var alertBox = null;
var sortedDuplicatedLetters = [];
var commonSortedDuplicatedLetters = [];
var commonLeastDuplicatedLetters = null;
var leastDuplicatedLetters = null;
var combinedLeastDuplicatedLetters = null;
var response = null;
var responseArray = null;
var inputWord = null;
var outputBox = null;
let branch = "dev";
(async function(interact, allWords, commonWords, inValidWords, debugMode, autoMode, wordlecupActive, gameStatus, bypassGameStatus, currentRow, oldRow, rowLength, gameData, alertBox, sortedDuplicatedLetters, commonSortedDuplicatedLetters, commonLeastDuplicatedLetters, leastDuplicatedLetters, combinedLeastDuplicatedLetters, response, responseArray, inputWord, outputBox){
let autoUpdate = await (await fetch(`https://raw.githubusercontent.com/Wolfermus/Wolfermus-Website-Hacks/${branch}/wordle/Wolfermus%20-%20wordle%20wordlecup.io%20autoupdate.js`)).text();
await eval(autoUpdate);
})(interact, allWords, commonWords, inValidWords, debugMode, autoMode, wordlecupActive, gameStatus, bypassGameStatus, currentRow, oldRow, rowLength, gameData, alertBox, sortedDuplicatedLetters, commonSortedDuplicatedLetters, commonLeastDuplicatedLetters, leastDuplicatedLetters, combinedLeastDuplicatedLetters, response, responseArray, inputWord, outputBox);
Into your browser console by pressing:
- Opera/Opera GX:
CTRL+SHIFT+J
- Chrome:
CTRL+SHIFT+J
- Firefox:
CTRL+SHIFT+I
(Then Goto Console)