NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

//Press F12 to see Console --> For Stats while running

//set Rounds until you reach your minBalance
//More Rounds --> safer, but you earn less money per win

var maxRounds = 70;

//when the maxRounds is reached the programm will stop and this
//will be your remaining Balance.
var minBalance = 0;

//=============================================
//==== Don't Change something bellow here =====
//==== If you don't know what you are doing ===
//=============================================


var baseMultiplier = 2.5;
var basebet = 0;
var firstRound = 1;

var bet;
var multiplier;


var won = -1;
var lost = 0;
var lostInRow = 0;
var wonLostRate;
var howMuchWon = 0;

var isDisconnected = 0;
var isDisconnected2 = 0;
var safeLostRound = 0;







engine.on('game_starting', function(info) {

if (isDisconnected2 == 0) {

if(!(engine.lastGamePlay() == "LOST") || firstRound == 1 && isDisconnected == 0) {
//WON

howMuchWon += basebet;

//set new basebet
basebet = 6 * (engine.getBalance() - (minBalance * 100)) / (maxRounds * (maxRounds + 5)) / 100;

//set bet and multiplier
bet = Math.floor(basebet);
multiplier = baseMultiplier;

//turn of First round
firstRound = 0;

//Set counter for the losts in row to 0
lostInRow = 0;

won++;

} else {
//LOST:

//lost +1
lostInRow++;

//mutliplier + 0.5
multiplier += 0.5

//set bet
bet = Math.floor(basebet * (lostInRow + 3) / 3);

lost++;

isDisconnected = 0;

if(lostInRow + 1 >= maxRounds) {

engine.stop();

}

}



wonLostRate = won / lost;

if (isDisconnected == 0 && isDisconnected2 == 0) {

engine.placeBet(Math.round(bet * 100), Math.round(multiplier * 100), false);

}



console.log("=====================================");
console.log("Multipliert | " + multiplier);
console.log("Bettt | " + bet);
console.log("-------------------------------------");
console.log("Wintt | " + won);
console.log("Loss | " + lost);
console.log("Ratiot | " + wonLostRate);
console.log("How much won | " + howMuchWon);
console.log("=====================================");

console.log("nnnn");

}


});



engine.on('connect', function() {

isDisconnected = 1;
isDisconnected2 = 0;
lostInRow = safeLostRound;

});

engine.on('disconnect', function() {

isDisconnected2 = 1;
safeLostRound = lostInRow;

});

     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.