Skip to content

Instantly share code, notes, and snippets.

@guipenedo
guipenedo / sell_res.js
Created March 27, 2020 19:04
Tampermonkey script to sell/buy resources for premium points - bypassing TW's detection technique
// ==UserScript==
// @name Premium Exchange Sell If Stock Not Full
// @description Automatically sell resources when the stock is not full. Fucks up their detection technique
// @author FunnyPocketBook, PhilipsNostrum
// @version 2.1
// @include https://*/game.php*screen=market*mode=exchange*
// @namespace https://greasyfork.org/users/151096
// ==/UserScript==
createInput();
var buyOrSell = 6; // Change this to 5 to buy resources, 6 to sell resources