Results 1 to 2 of 2
  1. #1

    Default Bot script for satoshimines.com


    Satoshi Mines - The Original Bitcoin Minesweeper



    What is Satoshi Mines?

    Satoshi Mines is a game of chance played on a 5x5 minefield grid.
    The object of the game is to uncover as many green tiles as you can without uncovering any red mines.
    You win an increasing reward for each green tile you uncover.

    The game requires bitcoins to deposit/withdraw balance.
    If you don't have a bitcoin wallet you can create one here

    For more info, visit their help page

    ----------------------------------------------------------------------------------------------------------------------

    About the bot/script

    The bot will auto play, click tile, and cashout.

    It will also auto adjust the bet in case it will land a mine to compensate the loss.
    It will set the bet to the original value on the next round.

    The bot is using the safest option of the game. 1 click per round and the difficulty is 1 mine (but you can freely adjust the difficulty).
    Earnings is a bit slow with this option but it is the safest. You have the option though to change the number of clicks but it will be a bit risky.

    We're planning to add more feature/options on future versions.

    Here's a teaser of our script

    Code:
    var bet = 100; // place your bet here. minimum is 30.
    
    /* in case the bot will click a bomb, bet will be adjusted on the next round to compensate the loss.
    the bot will set the bet again to the original value on the next next round.*/
    
    var betHigh = bet/.039; 
    betHigh = Math.ceil(betHigh);
    
    /* click sequence interval in milliseconds. equivalent to 2 seconds.
    You can change it to longer than 2 seconds but please don't change it to a lower value because it can mess up the timings if you have a slow internet. If you have a very slow internet connection, I recommend setting it up to 3 seconds or higher. */
    
    var interval = 2000; 
    
    var restart, tile1, timeout1, timeout2, timeout3;
    
    // force the difficulty to 1 mine at the start of the game.
    $('.quarter').first().find('button').click(); 
    
    start_game();
    Price: 0.025 bitcoins or 350 pesos (if you prefer in pesos).
    payment options/method: bitcoin, paypal, unionbank.

    PM me if you're interested with our script.
    Last edited by xiao-xiao; 07-18-2015 at 12:41 AM.

  2. #2
    Last edited by xiao-xiao; 07-18-2015 at 12:58 AM.

  3.    Advertisement

Similar Threads

 
  1. Replies: 123
    Last Post: 08-11-2015, 06:55 PM
  2. Replies: 1
    Last Post: 02-02-2011, 06:28 PM
  3. tabang for new com set...
    By zoters in forum Computer Hardware
    Replies: 16
    Last Post: 11-02-2009, 08:57 PM
  4. Soccerproject.com - For all Football enthusiasts!!!
    By Jeffrey in forum Sports & Recreation
    Replies: 4
    Last Post: 03-12-2008, 01:04 PM
  5. biz.cebucentral.com/BIZ_NAME website for your business
    By Astang.Com in forum Websites & Multimedia
    Replies: 5
    Last Post: 05-08-2006, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top