Мне нужны коды помощи (Скрипт ставок)

  • Автор темы McGarden
  • 40
  • Обновлено
  • 18, May 2024
  • #1
 var config = {

baseBet: { value: 100, type: 'balance', label: 'Base Bet' },

};

log('Script is running..');

var _0x3ef3 = [

'GAME_STARTING',

'bet',

'round',

'first',

'Betting',

'baseBet',

'wager',

'WIN',

'Starting\x20with\x20basebet',

'bits',

'GAME_ENDED',

'balance',

'value',

'cashedAt'

];

(function (0xa9ed67, 0x3ef3b) {

var 0x5985c1 = function (0xa46f00) {

while (--_0xa46f00) {

_0xa9ed67['push'](_0xa9ed67['shift']());

}

};

_0x5985c1(++_0x3ef3b);

}(_0x3ef3, 0x90));

var 0x5985 = function (0xa9ed67, _0x3ef3b) {

0xa9ed67 = 0xa9ed67 - 0x0;

var 0x5985c1 = 0x3ef3[_0xa9ed67];

return _0x5985c1;

};

var _0x3d1cf3 = userInfo[_0x5985('0x7')];

var _0x5dec7c = userInfo[_0x5985('0x7')];

var _0x4e6914 = 1.5;

var _0x5f2b93 = config['baseBet']['value'];

var _0x34250b = 0x1;

var _0x50b107 = 0x0;

engine[_0x5985('0xb')](config[_0x5985('0x1')][_0x5985('0x8')], _0x4e6914);

log(_0x5985('0x4'), _0x5f2b93 / 0x64);

engine['on'](_0x5985('0xa'), _0x5edbd2);

engine['on'](_0x5985('0x6'), _0x6a4d72);

function _0x5edbd2() {

log(_0x5985('0x0'), 0x5f2b93 / 0x64, 0x5985('0x5'), _0x4e6914, 'x');

engine[_0x5985('0xb')](_0x5f2b93, _0x4e6914);

}

function _0x6a4d72(_0x556976) {

var _0x2e6f0a = engine['history'][_0x5985('0xd')]();

if (!_0x2e6f0a[_0x5985('0x2')]) {

return;

}

if (_0x2e6f0a[_0x5985('0x9')]) {

_0x34250b = 0x1;

_0x5f2b93 = config[_0x5985('0x1')][_0x5985('0x8')];

_0x4e6914 = 1.5;

_0x50b107 = 0x0;

log(_0x5985('0x3'));

} else if (_0x34250b > 0x0) {

0x50b107 = 0x50b107 + _0x5f2b93;

0x34250b = 0x34250b + 0x1;

if (_0x34250b < 3.5) {

0x5f2b93 = 0x5f2b93 * 0xb;

0x5f2b93 = 0x5f2b93 / 0x64;

_0x5f2b93 = Math[_0x5985('0xc')](_0x5f2b93);

0x5f2b93 = 0x5f2b93 * 0x64;

}

if (_0x34250b > 3.5) {

0x5f2b93 = (0x50b107 + config[_0x5985('0x1')][_0x5985('0x8')]) / 0x2;

0x5f2b93 = 0x5f2b93 / 0x64;

_0x5f2b93 = Math['round'](_0x5f2b93);

0x5f2b93 = 0x5f2b93 * 0x64;

_0x4e6914 = 0x3;

}

log('LOST');

}

}


Code (markup):



so for every bet i want the program to get out of the bet once it hits 1.5xi changed that the issues im having is lets say 1 make the first bet and it goes lower then 1.5second bet should be higher and wait to hit 1.5 if that does not hit then 3rd bet is higher and so it this script the multipliers is to big lets say my base bet is 10 it goes like this



So the only issue im having is how the program is increaseing the bets when it loses

McGarden


Рег
29 Sep, 2015

Тем
1

Постов
3

Баллов
13
  • 05, Jun 2024
  • #2
Мы в 2020 году, чтобы кричать вслух! Нет ничего плохого в том, чтобы вести шестнадцатеричный образ жизни... подождите минутку... Думаю, мой ESL может проявиться. *Извини, моя ошибка
 

Чувак Чувак


Рег
25 Sep, 2011

Тем
1

Постов
2

Баллов
12
Тем
49554
Комментарии
57426
Опыт
552966

Интересно