-
Content Count
83 -
Joined
-
Last visited
-
Days Won
2
Reputation Activity
-
G418ran got a reaction from bhatti in [$800] PD Weekly Heroes Wk28
Win a bet with a 30x multiplier two times within 30 rolls!
Bets have to be in a row (consecutive).
These sentences contradictory to one another, when winning bets are consecutive, of course it will be within 2 rolls....so what does that mean of "within 30 rolls"?
Does it mean that winning bets have to be within 30 rolls of a brand new seed? Or it is just a typo?
-
G418ran reacted to Serlite in [$800] PD Weekly Heroes Wk24
66.66
115476838988
This was a bit of a challenge without Seuntjie's dicebot! But luckily, I was able to whip up a bit of JavaScript that should allow people to continue programming bets from the browser. Not as neat is Seuntjie's dicebot, but at least it works!
If you'd like to use it, read through the code carefully! It's good practice to make sure nobody sneaks in an auto-withdrawal script and robs you. You'll need to use this in the console of your browser (usually F12) after you've signed into Primedice:
// ========================================== // Copy from here... let stopContinousBetting = false; function placeBet(rollUntilStop, betVariables){ let token = localStorage["session"].replaceAll("\"", ""); let query = { "operationName":"PrimediceRoll", "variables": betVariables, "query":"mutation PrimediceRoll($amount: Float!, $target: Float!, $condition: CasinoGamePrimediceConditionEnum!, $currency: CurrencyEnum!) {\n primediceRoll(amount: $amount, target: $target, condition: $condition, currency: $currency) {\n ...CasinoBetFragment\n state {\n ...PrimediceStateFragment\n __typename\n }\n __typename\n }\n}\n\nfragment CasinoBetFragment on CasinoBet {\n id\n active\n payoutMultiplier\n amountMultiplier\n amount\n payout\n updatedAt\n currency\n game\n user {\n id\n name\n __typename\n }\n __typename\n}\n\nfragment PrimediceStateFragment on CasinoGamePrimedice {\n result\n target\n condition\n __typename\n}\n" }; fetch("https://primedice.com/_api/graphql", { method: "POST", headers: { "x-access-token": token, "x-language": "en", "x-lockdown-token": "", "content-type": "application/json", "content-length": query.length }, body: JSON.stringify(query) }).then(response => { if (response.ok){ return response.json(); } else{ console.log("Request failed!", response); } }).then((jsonBody) => { if (jsonBody.data.primediceRoll){ let roll = jsonBody.data.primediceRoll; let condition = roll.state.condition; let target = roll.state.target; let rollNumber = +roll.state.result.toFixed(2); let won = condition === "above" ? rollNumber > target : rollNumber < target; console.log ( won ? "Win" : "Loss", rollNumber); if (rollUntilStop && !shouldStopBetting(won, rollNumber)){ placeBet(rollUntilStop, betVariables); } } else{ console.log("No roll returned!", jsonBody); } }); } function shouldStopBetting(won, rollNumber){ if (stopContinousBetting){ console.log("Betting manually stopped!"); stopContinousBetting = false; return true; } let winningNumbers = [33.33, 44.44, 55.55, 66.66, 77.77]; if (won && (winningNumbers.includes(rollNumber))) { console.log("Stop condition met!"); return true; } return false; } function stopBetting(){ stopContinousBetting = true; } // ...To here. // ========================================== // Run this only after you've input the exact bet parameters you want placeBet( true, { "currency":"ltc", "amount":0.0005775, "target":1.99, "condition":"above" }); // Run this if you want to interrupt betting stopBetting();
-
G418ran got a reaction from bhatti in [$800] PD Weekly Heroes Wk11
Bet: 112,205,454,992
placed by G418ran on 18/07/2022
Wagered
0.00060000 Multiplier
6.00x Profit
0.00300000 Bet: 112,205,454,192
placed by G418ran on 18/07/2022
Wagered
0.00060000 Multiplier
6.00x Profit
0.00300000
-
G418ran got a reaction from dznuts8585 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,687,665
placed by G418ran on 12/07/2022
Wagered
0.00020000 Multiplier
4.00x Profit
0.00060000 Bet: 112,010,687,127
placed by G418ran on 12/07/2022
Wagered
0.00020000 Multiplier
4.00x Profit
0.00060000 Bet: 112,010,686,466
placed by G418ran on 12/07/2022
Wagered
0.00020000 Multiplier
4.00x Profit
0.00060000
-
G418ran reacted to kessyvin1 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,733,932
placed by Kessyvin1 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450 Bet: 112,010,734,221
placed by Kessyvin1 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450 Bet: 112,010,734,527
placed by Kessyvin1 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450
-
G418ran reacted to dznuts8585 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,742,704
placed by dznuts8585 on 11/07/2022
Wagered
0.00000148 Multiplier
4.00x Profit
0.00000444
Bet: 112,010,743,105
placed by dznuts8585 on 11/07/2022
Wagered
0.00000148 Multiplier
4.00x Profit
0.00000444
Bet: 112,010,743,322
placed by dznuts8585 on 11/07/2022
Wagered
0.00000148 Multiplier
4.00x Profit
0.00000444
-
G418ran reacted to yuliussaputra in [$800] PD Weekly Heroes Wk10
Bet: 112,010,749,935
placed by yuliussaputra on 12/07/2022
Wagered
0.00000147 Multiplier
4.00x Profit
0.00000441
Bet: 112,010,750,077
placed by yuliussaputra on 12/07/2022
Wagered
0.00000147 Multiplier
4.00x Profit
0.00000441
Bet: 112,010,750,234
placed by yuliussaputra on 12/07/2022
Wagered
0.00000147 Multiplier
4.00x Profit
0.00000441
-
G418ran reacted to D3ngk33 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,662,444
placed by D3ngk33 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450 Bet: 112,010,662,640
placed by D3ngk33 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450 Bet: 112,010,662,816
placed by D3ngk33 on 11/07/2022
Wagered
0.00000150 Multiplier
4.00x Profit
0.00000450
-
G418ran reacted to quartz97 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,641,079
placed by quartz97 on 12/07/2022
Wagered
0.00030030 Multiplier
4.00x Profit
0.00090090 Bet: 112,010,641,525
placed by quartz97 on 12/07/2022
Wagered
0.00030030 Multiplier
4.00x Profit
0.00090090 Bet: 112,010,642,005
placed by quartz97 on 12/07/2022
Wagered
0.00030030 Multiplier
4.00x Profit
0.00090090
-
G418ran reacted to Jh0n24 in [$800] PD Weekly Heroes Wk10
Bet: 112,010,552,373
placed by Jh0n24 on 11/07/2022
Wagered
0.00040000 Multiplier
4.00x Profit
0.00120000 Bet: 112,010,552,713
placed by Jh0n24 on 11/07/2022
Wagered
0.00040000 Multiplier
4.00x Profit
0.00120000 Bet: 112,010,552,926
placed by Jh0n24 on 11/07/2022
Wagered
0.00040000 Multiplier
4.00x Profit
0.00120000
-
G418ran reacted to CHAYO in [$800] PD Weekly Heroes Wk10
Bet: 112,010,497,394
placed by CHAYO on 11/07/2022
Wagered
0.50000000 Multiplier
4.00x Profit
1.50000000 Bet: 112,010,497,609
placed by CHAYO on 11/07/2022
Wagered
0.50000000 Multiplier
4.00x Profit
1.50000000 Bet: 112,010,497,771
placed by CHAYO on 11/07/2022
Wagered
0.50000000 Multiplier
4.00x Profit
1.50000000
-
G418ran got a reaction from Genie in [$800] PD Weekly Heroes Wk3
Bet: 110,601,016,235
placed by G418ran on 20/05/2022
Wagered
0.00020000 Multiplier
50.00x Profit
0.00980000
-
G418ran reacted to Serlite in [$1500] PD Happy Easter 🥚
20.75
Bet: 109,132,045,271
placed by Serlite on 18/04/2022
Wagered
0.00027351 Multiplier
1.01x Profit
0.00000279 This is a really easy challenge - I hope everyone gets in on it! The prize is bigger this week too, so the share will be bigger even if we have more participants than usual. Here's a script you can use, though it should be simple enough for most people to get on their own:
chance = 98 nextbet = 0.00027351 bethigh = false currency = "Ltc" local lowerLimit = 17.04 local upperLimit = 24.04 function dobet() if win and lastBet.Roll >= lowerLimit and lastBet.Roll <= upperLimit then print(tostring(lastBet.Id)) ching() stop() end end
-
G418ran reacted to WinMachine in [$800] The Greatest Minds: Vincent Van Gogh
Bet: 106,928,783,100
placed by WinMachine on 09/03/2022
Wagered
0.00005000 Multiplier
11.00x Profit
-0.00005000 80.80
Hello!
I made this simple script for this challenge, don't forget to delete numbers from list, as you catch them.
chance = 98 currency = "Ltc" -- define coin nextbet = 0.00000000 -- define amount to bet bethigh = false numbersToHunt = {10.10,20.20,30.30,40.40,50.50,60.60,70.70,80.80,90.90} function containedInSet(x, set) for key, value in pairs(set) do if x == value then return true end end return false end function dobet() if containedInSet(lastBet.Roll, numbersToHunt) then ching() print(lastBet.Roll) print(lastBet.Id) stop() end end
-
G418ran got a reaction from Jasdin in [$800] The Greatest Minds: Craig Venter
Bet: 105,159,528,708
placed by G418ran on 02/02/2022
Wagered
0.00027000 Multiplier
5.00x Profit
0.00108000
-
G418ran reacted to Nenad in [$800] The Greatest Minds: Judit Polgar
You can claim prizes on the link below until the 25th of February:
CLAIM HERE Make sure you are logged in to the proper account
Congratulations to the 142 winners!
-
G418ran got a reaction from Jasdin in [$800] The Greatest Minds: Judit Polgar
Over
Bet: 104,963,438,439
placed by G418ran on 29/01/2022
Wagered
0.00000080 Multiplier
50.00x Profit
0.00003920 Under
Bet: 104,964,362,766
placed by G418ran on 29/01/2022
Wagered
0.00000080 Multiplier
50.00x Profit
0.00003920
-
G418ran reacted to bhatti in How to be happy even if you are loosing?
“Life isn’t about finding yourself. Life is about creating yourself"so whenever you feel you are loosing somewhere just be confident and think winning or loosing is part of life...Sometimes, you have to stop thinking so much and just go where your heart takes you.
-
G418ran got a reaction from WildMachines in VIP Level
Lol, I am bronze and I can tell you that I have made losses way more than the level up bonus. I guess same thing applies to other levels too...be it silver, gold or diamond. If you are making big losses while trying to reach a level, definitely not worth it.
-
G418ran got a reaction from WildMachines in [$800] The Greatest Minds: Mark Zuckerberg
97.99
Bet: 104,259,015,129
placed by G418ran on 17/01/2022
Wagered
0.00020000 Multiplier
11.00x Profit
0.00200000
-
G418ran got a reaction from UltraChief in [$800] The Greatest Minds: Mark Zuckerberg
97.99
Bet: 104,259,015,129
placed by G418ran on 17/01/2022
Wagered
0.00020000 Multiplier
11.00x Profit
0.00200000
-
G418ran got a reaction from WildMachines in [$800] The Greatest Minds: Terrence Tao🧮
2.73
Bet: 103,495,042,574
placed by G418ran on 04/01/2022
Wagered
0.00020500 Multiplier
22.00x Profit
0.00430500
-
G418ran reacted to JovanV in 🔮🧙♀️[$1200] Halloween - Ursula Sontheil 🧙♀️🔮
🔮🧙♀️ [$800] Halloween - Ursula Sontheil 🧙♀️🔮
Ends: 11/01/2021 @ Midday (12pm) GMT
Requirements:
Win a bet with a 1.5x multiplier with a rolled number 66.66. 0.03 USD minimum bet amount (in any currency). Tips & Terms & Conditions
1 valid entry per household. Bets must have been made after the commencement of this promotion. Do not change your linked account during the whole duration of the promotion. 10+ forum post count. Primedice employees can not participate in official Primedice.com forum challenges. This does not apply to moderators. Haven't broken any General Giveaways Rules! Prize Pool(s)
Minimum prize pool: $150 If over 30 participants: $350 If over 50 participants: $450 If over 100 participants: $800 If over 200 participants: $1200 How to Enter
Respond to this topic, and link your bet IDs using the link function in the text editor. Feel free to edit your posts as you catch the new bets. (Paste your bet id, then highlight and click on the link bet button, as shown in the image below)
-
G418ran reacted to Johnstifen111 in 🎉 [$20,000] 100 Billionth Bet Challenge|Minimum Reward Guaranteed!
Johnstifen111
-
G418ran reacted to Talmor in 🖋 [$800] The Greatest Minds - Blaise Pascal 🖋
Bet: 99,173,118,962
placed by Talmor on 18/10/2021
Wagered
0.00005000 Multiplier
1.01x Profit
0.00000051