1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need help codes ( Betting Script )

Discussion in 'Programming' started by blackhatbots, Dec 12, 2020.

  1. #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
     
    blackhatbots, Dec 12, 2020 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #2
    We'd probably be more help if you posted the unencrypted code.
     
    sarahk, Dec 12, 2020 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #3
    yeah, all those vague hexadecimal variable names are NOT doing anyone any favors.
     
    deathshadow, Dec 16, 2020 IP
  4. Spoiltdiva

    Spoiltdiva Acclaimed Member

    Messages:
    7,732
    Likes Received:
    2,889
    Best Answers:
    53
    Trophy Points:
    520
    #4
    We are in 2020 for crying out loud! There is nothing wrong with living a hexadecimal lifestyle.....wait a minute here.....I think that my ESL might be showing.:oops: *sorry, my bad
     
    Spoiltdiva, Dec 16, 2020 IP