Skip to content

Instantly share code, notes, and snippets.

@suhailvs
Forked from 0xdevalias/HackMeSomeUnicoins.md
Last active August 29, 2015 13:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhailvs/9909834 to your computer and use it in GitHub Desktop.
Save suhailvs/9909834 to your computer and use it in GitHub Desktop.

Much nicer solution can be used for any stackexchange sites::: First, go to stackoverflow.com(or any other stackexchange sites) then define this in your Javascript console(Press F12):

function minec(){ 
  $.getJSON('/unicoin/rock',function(data) {
    setTimeout(function(){
      $.post('/unicoin/mine?rock='+data.rock,{fkey:StackExchange.options.user.fkey})
      .done(function( data ) {
        console.log(data);
      });
    },10000)});
  setTimeout(minec,11000);
}
minec();

screenshot

to see screenshot guide visit my answer

@ruuttt
Copy link

ruuttt commented Apr 1, 2014

Thanks!

@suhailvs
Copy link
Author

suhailvs commented Apr 1, 2014

@ruuttt so how is it going with unicoin. At first it is so strange for me (multiplied my reputation by 10x, then i understand april fool).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment