Post
Topic
Board Beginners & Help
Re: Notroll emergency Guide - How to Withdraw your money If you are getting error
by
levi
on 03/05/2013, 03:31:48 UTC
I managed to come up with a similar solution and came to the forums to share my results and stumbled across this thread.

Here's how I did it:

  • Using Google Chrome, download TamperMonkey or get GreaseMonkey for Firefox.
  • Create and install a new userscript with the following code:

Code:
// ==UserScript==
// @name       Try NoTroll Withdraw every 10 seconds
// @namespace  http://bitcointalk.org/
// @version    1.0
// @description  Try NoTroll Withdraw every 10 seconds
// @match      https://notroll.in/*
// @copyright  2013 Levi
// ==/UserScript==

setTimeout(function(){ document.querySelector('#withdraw button').click(); }, 10000);

This will click the withdraw button once every 10 seconds automatically if you keep a window open on the main account page.

I left it running for about 10 minutes before it managed to widthdraw my 20LTC from the hot wallet.