Jump to content

Sansasyonel

Noob
  • Content Count

    34
  • Joined

  • Last visited

  • Days Won

    5

Reputation Activity

  1. Like
    Sansasyonel got a reaction from Saintos in ​💲​ Progress to the $100,000 goal ​💲​   
    I will try to enlarge my safe with a certain daily rate of 1 month and I will give you information about how it works here from time to time. With 100 dollars, I reached a target of 150 thousand dollars in 17 days. I want to try this again. I wanted to share our experiences with you. 🤑 I'll update here as the vault grows 50%. I use a different system technically, if I reach my goal, I will share it with you.💲
     
     
  2. Like
    Sansasyonel got a reaction from Saintos in What would you like to see in the next version of Primedice?   
    A proper API Documentation for Primedice (GraphQL Endpoint)
  3. Confused
    Sansasyonel got a reaction from Nesyeg in Seuntjie bot does not work any more after update   
    I recommend using powershell.
  4. Like
    Sansasyonel reacted to Saintos in What would you like to see in the next version of Primedice?   
    A proper API Documentation for Primedice (GraphQL Endpoint)

    I would love to have a proper documentation about the Primedice API.
    The only "guide" we have is this: https://forum.primedice.com/topic/36185-guide-to-using-the-primedice-api/
    Which reads like an an intern was ordered to write it. Proper documentation should include possible Query's, Mutations, and the Scheme of the backend. Authentication examples, since the one right now is sparsely explained. I get that some of that information seems a bit sensitive to make public for a Casino, but given that the endpoint is Public and someone with enough time and knowledge can figure most of these things out by themself, the argument dosen't make sense.
     
    Why hasn't that happened yet? (A guess)
    Could it be that Primedice prefers that people use the on-site autobetting and their website in general (For whatever reasons), and therefore dosen't put any proper documentation or similar out for developers. Another reason could be laziness. Both are despicable
  5. Thanks
    Sansasyonel got a reaction from FilipN in About the FilipN customer representative   
    I've been following for a long time. This person is very slow in distributing bonuses and dealing with customers. There are 300 users online on the site and they are all pretending to give VIP rewards at the same time. There were even times when I waited for 1 hour. Except for this customer representative, all of the other representatives handle all transactions within a maximum of 10 minutes. I want it to be something like a warning. Because he's pretty annoying.
  6. Upvote
    Sansasyonel got a reaction from dznuts8585 in To gain profit by treating the system as a system   
    chance  = 90
    nextbet = 0.00000000
    enablezz=false 
     
    enablesrc=false 
     
    roll_sup = 0
    roll_inf = 0
    if lastBet == nil then
        dec = false
    else
        previousRoll = lastBet.roll
        dec = true
    end
    function dobet()
        if dec == true then
            if lastBet.roll < previousRoll then
                roll_sup = 0
                roll_inf +=1
            end
               
            if lastBet.roll > previousRoll then
                roll_inf = 0
                roll_sup +=1
            end
               
            if roll_inf >= 3-1 or roll_sup >= 3-1 then stop() end   
           
        else
            dec = true
        end
       
        previousRoll = lastBet.roll
    end
    and the site is a real example


     
  7. Like
    Sansasyonel got a reaction from dznuts8585 in To gain profit by treating the system as a system   
    I shared it with you as an example. You have to create for each seed. If you want to know more about what to do, you can write. All you have to do is edit the codes for yourself.
  8. Like
    Sansasyonel got a reaction from NoDrama in To gain profit by treating the system as a system   
    there is always a way. I pay attention to the time I spend. And I'm just going with math and logic. At least I didn't lose for a long time. Casinos give first, then take it all back. Managing time is the trick, I think. Control yourself 😉, good luck. 🎡
  9. Like
    Sansasyonel got a reaction from roomfirst in Kumpulan Script Menggunakan Dicebot   
    thanks for the answer. Another friend helped and I got it.
×