-
Content Count
2,125 -
Joined
-
Last visited
-
Days Won
3
Reputation Activity
-
Noeprellik1 reacted to Landak in ๐ [$800] The Greatest Minds: Leonardo Da Vinci ๐จ
Bet: 76,645,957,819
placed by Landak on 18/01/2021
Wagered
1.18500000 Multiplier
2.50x Profit
1.77750000 Bet: 76,645,960,791
placed by Landak on 18/01/2021
Wagered
1.18500000 Multiplier
2.50x Profit
1.77750000 Bet: 76,645,962,438
placed by Landak on 18/01/2021
Wagered
1.18500000 Multiplier
2.50x Profit
1.77750000 Bet: 76,645,964,155
placed by Landak on 18/01/2021
Wagered
1.18500000 Multiplier
2.50x Profit
1.77750000 Bet: 76,645,965,639
placed by Landak on 18/01/2021
Wagered
1.18500000 Multiplier
2.50x Profit
1.77750000
-
Noeprellik1 got a reaction from windsfun in ๐ฅ [$2000] View from the Top โ๐ฒโ
Bet: 76,030,207,297
placed by noeprellik on 12/01/2021
Wagered
122.59000000 Multiplier
30.00x Profit
3555.11000000 ย
-
Noeprellik1 reacted to Flansca in ๐ [$800] The Greatest Minds: Isaac Newton ๐
8.61
Bet: 75,990,245,910
placed by Flanscaaa on 11/01/2021
Wagered
4.04400000 Multiplier
4.00x Profit
12.13200000 8.88
Bet: 75,991,121,510
placed by Flanscaaa on 11/01/2021
Wagered
4.04400000 Multiplier
4.00x Profit
12.13200000 If you want the code for easy peasy hunting rather than looking into the screen (using btc) - please change the nextbet value with the minimum bet of the chosen coins.
chance = 24.75 nextbet = 0,000001 bethigh = false function dobet() if (lastBet.Roll >= 8.61) and (lastBet.Roll <=9.61) then ching() stop() end end end ย
-
Noeprellik1 got a reaction from olgavga in ๐ฅ [$2,000] โโThe Final Touch ๐ฒโ
Bet: 72,922,074,818
placed by noeprellik on 07/12/2020
Wagered
294.34000000 Multiplier
170.69x Profit
49946.45158100 ย
-
Noeprellik1 got a reaction from Landak in ๐ โ[800$] Around the Globe: South Africa โ๐โ
Bet: 68,568,153,977
placed by noeprellik on 05/10/2020
Wagered
4.00000000 Multiplier
18.93x Profit
71.71700000 Bet: 68,568,154,464
placed by noeprellik on 05/10/2020
Wagered
4.00000000 Multiplier
18.93x Profit
71.71700000 Bet: 68,568,154,938
placed by noeprellik on 05/10/2020
Wagered
4.00000000 Multiplier
18.93x Profit
71.71700000 ย
-
Noeprellik1 reacted to Serlite in ๐ [0.08 BTC] Around the Globe: Egypt๐บโ
Well, this one's a more interesting challenge than usual. And it didn't cost me too much either!
09.00
Bet: 57,030,519,081
placed by Serlite on 04/05/2020
Wagered
3.50000000 Multiplier
1.01x Profit
0.03570000 97.96
Bet: 57,031,202,860
placed by Serlite on 04/05/2020
Wagered
3.50000000 Multiplier
20.00x Profit
66.50000000 96.06
Bet: 57,031,203,361
placed by Serlite on 04/05/2020
Wagered
3.50000000 Multiplier
20.00x Profit
66.50000000 As for the scripts, well - the first part's kind of an obvious one, but the second part is a mishmash of some of my old ones! As usual, paste them into the Code tab of dicebot's Programmer mode, and update any amounts/currencies you need.
Part 1:
chance = 98 nextbet = 3.5 bethigh = false currency = "Doge" function dobet() if lastBet.Roll == 09.00 then ching() stop() end end Part 2:
chance = 4.95 nextbet = 3.5 bethigh = true currency = "Doge" local targetStreak = 2 local lastFourthDigit = -1 function dobet() local currentFourthDigit = round((lastBet.Roll * 100) % 10) if win and lastFourthDigit == currentFourthDigit and currentstreak >= targetStreak then ching() stop() end lastFourthDigit = currentFourthDigit end function round(x) return math.floor(x + 0.5) end ย
-
Noeprellik1 got a reaction from VrOdaN in Who's playing League of Legends?
Clash of clans and clash royale here
Im a supercell customer
-
Noeprellik1 got a reaction from VrOdaN in ๐ [0.08 BTC] Around the Globe: Indonesia ๐
05.00
Bet: 53,984,101,074
placed by noeprellik on 30/03/2020
Wagered
3.45000000 Multiplier
1.01x Profit
0.03519000 17.00
Bet: 53,985,482,372
placed by noeprellik on 30/03/2020
Wagered
3.45000000 Multiplier
1.01x Profit
0.03519000 26.70
Bet: 53,994,555,564
placed by noeprellik on 30/03/2020
Wagered
3.45000000 Multiplier
1.01x Profit
0.03519000 19.45
Bet: 53,994,830,777
placed by noeprellik on 30/03/2020
Wagered
3.45000000 Multiplier
1.01x Profit
0.03519000 13.90
Bet: 54,056,648,515
placed by noeprellik on 31/03/2020
Wagered
3.45000000 Multiplier
1.01x Profit
0.03519000 ย
-
Noeprellik1 reacted to Flansca in Kumpulan Script Menggunakan Dicebot
Untuk challenge 30-03-2020.
Karena ini lagi bertema Indonesia
local_target = {13.90,26.70,5.00,17.00,19.45} chance = 98 nextbet = 0.000001 -- basebet ini menggunakan bitcoin atau 100 satoshi, silahkan ganti apasaja jika mau menggunakan mata uang lain bethigh = true function dobet() for i=1, 6 do if lastBet.Roll==local_target[i] then ching() stop() end end end Silahkan huntingย
-
Noeprellik1 reacted to roomfirst in Kumpulan Script Menggunakan Dicebot
chance = 9.9 nextbet = 3.10000000 bethigh = false target1 = 00.05 target2 = 00.50 target3 = 00.55 target4 = 05.00 target5 = 05.05 target6 = 05.50 target7 = 05.55 function dobet() if lastBet.Roll == target1 then ching() stop() end if lastBet.Roll == target2 then ching() stop() end if lastBet.Roll == target3 then ching() stop() end if lastBet.Roll == target4 then ching() stop() end if lastBet.Roll == target5 then ching() stop() end if lastBet.Roll == target6 then ching() stop() end if lastBet.Roll == target7 then ching() stop() end end Script celeng untuk minggu ini.
Buat cari yang angka terakhir 18.22ย tinggal edit di targetnya dan masukin angka tersebut, chancenya ganti ke 98 juga,ย nextbet disesuaikan koin yang dipakai.
-
Noeprellik1 got a reaction from Landak in ๐ [0.08 BTC] Around the Globe: Russia
93.48
Bet: 52,188,607,899
placed by noeprellik on 10/03/2020
Wagered
0.00002900 Multiplier
2.00x Profit
0.00002900 81.94
Bet: 52,188,608,849
placed by noeprellik on 10/03/2020
Wagered
0.00002900 Multiplier
2.00x Profit
0.00002900 79.20
Bet: 52,188,609,860
placed by noeprellik on 10/03/2020
Wagered
0.00002900 Multiplier
2.00x Profit
0.00002900 73.97
Bet: 52,188,610,626
placed by noeprellik on 10/03/2020
Wagered
0.00002900 Multiplier
2.00x Profit
0.00002900 52.30
Bet: 52,188,611,382
placed by noeprellik on 10/03/2020
Wagered
0.00002900 Multiplier
2.00x Profit
0.00002900 ย
-
Noeprellik1 reacted to Serlite in ๐ [0.08 BTC] Around the Globe: Russia
This was an interesting challenge to do! More interesting than a rollhunt or a plain streak hunt.
Bet: 52,186,889,840
placed by Serlite on 09/03/2020
Wagered
3.70000000 Multiplier
2.00x Profit
3.70000000 Bet: 52,186,890,324
placed by Serlite on 09/03/2020
Wagered
3.70000000 Multiplier
2.00x Profit
3.70000000 Bet: 52,186,890,785
placed by Serlite on 09/03/2020
Wagered
3.70000000 Multiplier
2.00x Profit
3.70000000 Bet: 52,186,891,277
placed by Serlite on 09/03/2020
Wagered
3.70000000 Multiplier
2.00x Profit
3.70000000 Bet: 52,186,891,866
placed by Serlite on 09/03/2020
Wagered
3.70000000 Multiplier
2.00x Profit
3.70000000 And now, for the script. As usual, paste it into the Code tab of dicebot and change the bet amount/currency as needed. Good luck!
chance = 49.5 nextbet = 3.7 bethigh = true currency = "Doge" local targetStreak = 5 local longestDescendingStreak = 0 local lastWinningRollNumber = 100 function dobet() if win then if lastBet.Roll < lastWinningRollNumber then longestDescendingStreak = longestDescendingStreak + 1 else longestDescendingStreak = 1 end lastWinningRollNumber = lastBet.Roll else longestDescendingStreak = 0 lastWinningRollNumber = 100 end if longestDescendingStreak >= targetStreak then ching() stop() end end ย
-
Noeprellik1 reacted to sheenaz.bay in ๐ [0.1 BTC] Around the Globe: Great Britain ๐ [TIER]
Bet: 51,841,545,107
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,545,467
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,545,817
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,546,201
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,546,554
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,546,907
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,547,292
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,547,675
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,548,072
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,548,676
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,549,023
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,549,372
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,549,727
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,550,075
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,550,423
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,550,762
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100 Bet: 51,841,551,112
placed by sheenazbay on 04/03/2020
Wagered
0.00000100 Multiplier
2.00x Profit
0.00000100
-
Noeprellik1 reacted to roomfirst in Kumpulan Script Menggunakan Dicebot
Maap noe baru buka forum, untuk scriptnya sama kok bisa pake yang diatas. Tinggal diedit nomornya di target sama basebetnya disesuaikan.
-
Noeprellik1 reacted to roomfirst in Kumpulan Script Menggunakan Dicebot
chance = 98 nextbet = 3.80000000 target1 = 2.00 target2 = 13.00 target3 = 19.96 target4 = 20.00 target5 = 20.16 target6 = 20.20 target7 = 24.00 target8 = 33.64 target9 = 60.00 target10 = 81.00 function dobet() if lastBet.Roll == target1 then ching() stop() end if lastBet.Roll == target2 then ching() stop() end if lastBet.Roll == target3 then ching() stop() end if lastBet.Roll == target4 then ching() stop() end if lastBet.Roll == target5 then ching() stop() end if lastBet.Roll == target6 then ching() stop() end if lastBet.Roll == target7 then ching() stop() end if lastBet.Roll == target8 then ching() stop() end if lastBet.Roll == target9 then ching() stop() end if lastBet.Roll == target10 then ching() stop() end end Script celeng minggu ini, nextbet disesuaikan dengan koin yang kalian betย @Noeprellik1
-
Noeprellik1 reacted to jahithber in ๐ [0.08 BTC] Walk of Fame: Black Mamba ๐
Bet: 48,920,874,687
placed by jahithber on 03/02/2020
Wagered
60.80000000 Multiplier
8.00x Profit
425.79638400 Bet: 48,920,872,862
placed by jahithber on 03/02/2020
Wagered
30.40000000 Multiplier
8.00x Profit
212.89819200 Bet: 48,920,870,987
placed by jahithber on 03/02/2020
Wagered
15.20000000 Multiplier
8.00x Profit
106.44909600 Bet: 48,920,869,193
placed by jahithber on 03/02/2020
Wagered
7.60000000 Multiplier
8.00x Profit
53.22454800 Bet: 48,920,867,385
placed by jahithber on 03/02/2020
Wagered
3.80000000 Multiplier
8.00x Profit
26.61227400
60.00
ย
Bet: 48,923,700,022
placed by jahithber on 03/02/2020
Wagered
3.80000000 Multiplier
1.01x Profit
0.03876000 2.00
Bet: 48,946,976,804
placed by jahithber on 04/02/2020
Wagered
3.80000000 Multiplier
1.01x Profit
0.03876000 33.64
Bet: 48,956,553,178
placed by jahithber on 04/02/2020
Wagered
3.80000000 Multiplier
1.01x Profit
0.03876000 20.00
Bet: 48,960,498,391
placed by jahithber on 04/02/2020
Wagered
3.80000000 Multiplier
1.01x Profit
0.03876000 81.00
Bet: 48,963,377,346
placed by jahithber on 04/02/2020
Wagered
3.80000000 Multiplier
1.01x Profit
0.03876000 ย
-
Noeprellik1 reacted to kathokmlorot in ๐ [0.08 BTC] Walk of Fame: ๐ซโโโโโโโ Lady Lindy โ๐ฌโ
99.41
Bet: 47,604,973,100
placed by kathokmIorot on 20/01/2020
Wagered
0.00000112 Multiplier
99.00x Profit
0.00010976 99.19
Bet: 47,605,329,756
placed by kathokmIorot on 20/01/2020
Wagered
0.00000135 Multiplier
99.00x Profit
0.00013230 99.73
Bet: 47,606,064,158
placed by kathokmIorot on 20/01/2020
Wagered
0.00000122 Multiplier
99.00x Profit
0.00011956 99.67
Bet: 47,606,305,439
placed by kathokmIorot on 20/01/2020
Wagered
0.00000108 Multiplier
99.00x Profit
0.00010584 ย
-
Noeprellik1 reacted to sheenaz.bay in ๐ [0.08 BTC] Walk of Fame: ๐ซโโโโโโโ Lady Lindy โ๐ฌโ
99.41
Bet: 47,608,591,840
placed by sheenazbay on 20/01/2020
Wagered
0.00000100 Multiplier
99.00x Profit
0.00009800 99.59
Bet: 47,609,746,047
placed by sheenazbay on 20/01/2020
Wagered
0.00000100 Multiplier
99.00x Profit
0.00009800 99.23
Bet: 47,616,908,135
placed by sheenazbay on 20/01/2020
Wagered
0.03700000 Multiplier
99.00x Profit
3.62600000 99.17
Bet: 47,619,587,191
placed by sheenazbay on 20/01/2020
Wagered
0.03700000 Multiplier
99.00x Profit
3.62600000 ย
-
Noeprellik1 got a reaction from Landak in ๐ [0.08 BTC] Walk of Fame: The Blonde Bombshell ๐
00.08
Bet: 46,581,311,719
placed by noeprellik on 06/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 00.80
Bet: 46,581,407,398
placed by noeprellik on 06/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 80.00
Bet: 46,581,676,609
placed by noeprellik on 06/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 88.00
Bet: 46,682,928,958
placed by noeprellik on 08/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 08.00
Bet: 46,699,329,701
placed by noeprellik on 08/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 ย
-
Noeprellik1 reacted to Landak in ๐ [0.08 BTC] Walk of Fame: The Blonde Bombshell ๐
00.08
Bet: 46,575,502,943
placed by borokokok on 06/01/2020
Wagered
3.50000000 Multiplier
1.01x Profit
0.03570000 08.80
Bet: 46,584,460,097
placed by borokokok on 06/01/2020
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 08.08
Bet: 46,585,922,964
placed by borokokok on 06/01/2020
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 08.00
Bet: 46,586,475,199
placed by borokokok on 06/01/2020
Wagered
0.00000100 Multiplier
1.01x Profit
0.00000001 00.80
Bet: 46,593,625,630
placed by borokokok on 07/01/2020
Wagered
0.00003200 Multiplier
1.01x Profit
0.00000033 ย
-
Noeprellik1 reacted to raviki99 in ๐ [0.08 BTC] Walk of Fame: Barb Wire โจ [TIER]
Bet: 45,940,793,978
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,940,795,373
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,940,796,696
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,940,798,207
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,941,240,895
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,941,242,552
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400 Bet: 45,941,244,129
placed by raviki99 on 30/12/2019
Wagered
0.00000100 Multiplier
5.00x Profit
0.00000400
ย
-
Noeprellik1 reacted to toohoola in Guide to using the Primedice API
As far as I know, everything is possible via API, that you can do on the official site, since the site uses the API as well.
Last time I checked this was the withdrawal mutation:
mutation CreateWithdrawalMutation( $address: String!, $amount: Float!, $currency: CurrencyEnum!, $tfaToken: String, $oauthToken: String ) { createWithdrawal(currency: $currency, address: $address, amount: $amount, tfaToken: $tfaToken, oauthToken: $oauthToken) { id amount refFee currency hash address reference { ... on User { id balances { available { amount currency } vault { amount currency } } } } } } ย
-
Noeprellik1 reacted to hardbringer87 in ๐ [0.08 BTC] Walk of Fame: Frida Kahlo ๐น
lets go!
Maybeย my simple code will helpย somebodyย
-- Walk of Fame Frida Kahlo.lua ------------------------------------------------------------------------------------------------------------ chance = 9.9 bethigh = true ------------------------------------------------------------------------------------------------------------ function palindrome(number) if number < 10 then num1 = 0 num2 = string.sub(number, 1, 1) num3 = string.sub(number, 3, 3) num4 = string.sub(number, 4, 4) else num1 = string.sub(number, 1, 1) num2 = string.sub(number, 2, 2) num3 = string.sub(number, 4, 4) num4 = string.sub(number, 5, 5) end if num1 == num4 and num2 == num3 then return true else return false end end ------------------------------------------------------------------------------------------------------------ if currency == 'Btc' then minRHBet = 0.00000100 end if currency == 'Bch' then minRHBet = 0.00003500 end if currency == 'Eth' then minRHBet = 0.00005000 end if currency == 'Ltc' then minRHBet = 0.00017000 end if currency == 'Doge' then minRHBet = 3.40000000 end if currency == 'XRP' then minRHBet = 0.03200000 end ------------------------------------------------------------------------------------------------------------ nextbet = minRHBet function dobet() if win and palindrome(lastBet.Roll) == true then ching() stop() print(lastBet.ID) print(lastBet.Roll) end if nextbet > balance then alarm() stop() end end 1) 97.79
Bet: 44,234,950,299
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 2)ย 94.49
Bet: 44,235,941,945
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 3) 93.39
Bet: 44,238,153,701
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 4) 02.20
Bet: 44,238,501,149
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 5) 07.70
Bet: 44,239,575,883
placed by hardbringer87 on 09/12/2019
Wagered
0.00000100 Multiplier
10.00x Profit
0.00000900 ย
Done !
-
Noeprellik1 got a reaction from Landak in ๐ [0.08 BTC] Walk of Fame: The King of Horror ๐คก
Bet: 40,192,890,882
placed by noeprellik on 28/10/2019
Wagered
0.04128067 Multiplier
1100.00x Profit
45.36745633 ย
-
Noeprellik1 reacted to dikarico in ๐ [0.08 BTC] Walk of Fame: The King of Horror ๐คก
Bet: 40,190,468,172
placed by coinbase99 on 28/10/2019
Wagered
0.03200000 Multiplier
1100.00x Profit
35.16800000 ย