Jump to content

matteof

Noob
  • Content Count

    50
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    matteof got a reaction from MSKD91 in Guide to using the Primedice API   
    Hi guys, few months ago I created a very simple script but I can't find it anymore. Now seems that APIs no longer works, has something changed?
    I've these parameters
    headers = { 'x-access-token': TOKEN, 'Content-Type': "application/json", 'Host': "api.primedice.com", 'Accept': "*/*", 'Accept-Encoding': "gzip, deflate", 'Connection': "keep-alive", 'cache-control': "no-cache" } json = {'query': """ mutation { primediceRoll(amount: %s, target: %s, condition: %s, currency: %s) { id payout amountMultiplier payoutMultiplier createdAt nonce } } """ % (amount, target, condition, currency) } could you help me sending an example of fully functional code?
    Thanks in advance
  2. Upvote
    matteof reacted to Serlite in 🥇 [$2000]​ Solve the Dice Code 🎲 ​   
    That's the whole code! You need to paste it into the Code tab of dicebot in Programmer Mode, that's the only place this works.
  3. Thanks
    matteof reacted to Serlite in 🥇 [$2000]​ Solve the Dice Code 🎲 ​   
    6.00
    Bet: 73,564,313,474
    placed by Serlite on 14/12/2020
    Wagered
    0.01183500 Multiplier
    1.01x Profit
    0.00012072 Another plain and simple rollhunt. I guess I don't really mind, though! Easy to adapt my old scripts to:
    chance = 98 nextbet = 0.01183500 bethigh = false currency = "Ltc" numbersToHunt = { 0.50, 1.00, 1.50, 2.00, 2.50, 5.00, 6.00, 7.00, 8.00, 9.00, 10.00, 15.00, 20.00, 30.00, 40.00, 50.00, 60.00, 70.00, 80.00, 90.00 } function dobet() if containedInSet(lastBet.Roll, numbersToHunt) then ching() print(lastBet.Roll) print(lastBet.Id) stop() end end function containedInSet(x, set) for key, value in pairs(set) do if x == value then return true end end return false end  
  4. Upvote
    matteof reacted to DeeBK in 🥇[$2000] Kings of Profit 💰 ​   
    Bet: 68,574,036,378
    placed by DeeBK on 05/10/2020
    Wagered
    5.00000000 Multiplier
    50.00x Profit
    245.00000000 Bet: 68,580,529,449
    placed by DeeBK on 05/10/2020
    Wagered
    4.00000000 Multiplier
    9900.00x Profit
    39596.00000000 Boooooooooooooooooooyah

×