Jump to content

konenz

Member
  • Posts

    240
  • Joined

  • Last visited

Reputation Activity

  1. Pepe - Pain
    konenz got a reaction from Morax69 in Weekend Stream + Giveaway   
    konenz

    LFG all!!!
     
  2. Fire
    konenz got a reaction from Sithwinsbets604 in $3,000 Perfect 10 | Sports   
    sport:596830845
  3. Fire
    konenz reacted to SlotsOrDie in It's World Cup Time!!!!   
    Our chances don’t seem good, but…USA! USA! USA!
  4. Fire
    konenz reacted to Jilong88 in It's World Cup Time!!!!   
    good team 
  5. Fire
    konenz reacted to Jilong88 in It's World Cup Time!!!!   
    what ure fav team ?
  6. Fire
    konenz reacted to Jilong88 in It's World Cup Time!!!!   
    verry excited for world cup..
     
  7. Fire
    konenz reacted to aphroa in It's World Cup Time!!!!   
    France
  8. Fire
    konenz reacted to richeese in It's World Cup Time!!!!   
    England!!!!!!
  9. Fire
    konenz reacted to BratislavK in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Originals LIVE NOW $9,000 Quest for Glory
    Hit the highest multiplier you can on Stake Originals Snakes, post your valid bet ID, and climb the VIP leaderboard.
    Time frame & requirements Ends 01 June 2026 • 12:00 GMT One strong Snakes hit can still change the leaderboard.  PLAY NOW 15x Minimum multiplier required to qualify for the leaderboard. $0.50 Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules
    1 Game requirement: Win a bet on Stake Originals - Snakes with the highest multiplier that you can. 2 Minimum result: Your winning hit must be 15x or above. 3 Minimum bet amount: $0.50 (or the equivalent in any currency). 4 Bets must have been made after 25/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution
    Placement Prize 1st $1,600 2nd $1000 3rd $600 4th $400 5th $300 6th to 10th $200 each 11th to 20th $110 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter
    Play Stake Originals Snakes, hit at least 15x with a minimum $0.50 bet, then respond to the forum topic with your valid bet ID.
    Post your entry 📄 Full Terms & Conditions & click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility
    Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake Reserved Rights
    To amend the Rules at any time. To cancel the Competition at any time. To disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
  10. Fire
    konenz reacted to BratislavK in Bet ID Prediction: May❓   
    Bet ID Prediction ❓ Predict the closest bet ID to the one that will be on Stake.com at end of this challenge. The closest 10 predictions will be awarded with some amazing rewards. 💰
    The prediction phase will remain open for 5 days, after which the thread will be closed. The final results will be determined after the full challenge period once the ending Bet ID is revealed.
    Ends: 01 June 2026 - 12 PM UTC. 📋 Requirements Submit your Bet ID prediction. Include your Stake username. Only one entry allowed. Minimum 10 forum posts required. 🏆 Prize Pool 1st$600 2nd$400 3rd$200 4th$100 5th$50 6th–10th$20 🚀 How to Enter Reply with your predicted Bet ID and Stake username. Example: Bet ID: 660,000,000,000  | Username: Bratislav
    📄 Terms & Conditions
    (Click to expand) Entry must have been made after the commencement of this promotion - 01/04/26 - (12 pm) GMT. In case of a tie, the user who posted/edited their entry first will have the advantage. Do not post more than one comment/entry. 10+ Posts count on Forum. Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the challenge. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
  11. Fire
    konenz reacted to ScottyBettin in It's World Cup Time!!!!   
    France winning 100%
  12. Fire
    konenz reacted to MAK011940 in It's World Cup Time!!!!   
    i hope türkiye win
  13. Fire
    konenz reacted to shichifukujin7 in It's World Cup Time!!!!   
    Good luck all player 
  14. Fire
    konenz reacted to MAK011940 in It's World Cup Time!!!!   
    im support Türkiye ofc but i think Spain or France will be champion 

    But 
  15. Fire
    konenz reacted to Rindxorg in It's World Cup Time!!!!   
    Argentina 
  16. Fire
    konenz reacted to Aldo7 in It's World Cup Time!!!!   
    Let's say me also germany
  17. Pepe - Pain
    konenz got a reaction from Azura in What is your best "2x" in Stake Original for recovering the balance?   
    ohh nicee, i also try dice for recover some, but still in drill with random is best for me haha
  18. Fire
    konenz reacted to Azura in What is your best "2x" in Stake Original for recovering the balance?   
    slow dice & keno grind ... especially to recover the slots pit
  19. Pepe - Popcorn
    konenz got a reaction from Azura in What is your best "2x" in Stake Original for recovering the balance?   
    For some people, 2x is greatly effective for recovering some balance that lost in slot or any original, but if you find yourself in a situation to go all in your balance with 2x, what original will you choose?

    For Me: Drill

  20. Eddie
    konenz reacted to Flan in Rollhunt Stake Indonesia   
    Mulai dari tanggal dibuatnya post ini, kami akan mengadakan Rollhunt setiap hari di waktu yang tidak pasti di ruang obrolan Stake Indonesia.
    Post ini dibuat untuk memberikan informasi mengenai apa itu Rollhunt dan bagaimana distribusi pada setiap harinya dan dapat melihat apakah sudah dibayarkan atau belum ke dalam akun Anda. 
    Berikut adalah informasi mengenai Rollhunt.
    *Informasi Penting!
    Silakan anda melakukan verifikasi di bawah ini untuk dapat masuk kedalam Rollhunt harian. 1 akun forum = 1 akun + AKUN FORUM HARUS BERISI 10 POST (BERLAKU MULAI 31 JULI 2023) dan tidak boleh spam , jika didapati postnya berisikan spam maka jumlah post akan dikurangi dalam jumlah tertentu dan dapat membuat persyaratan untuk post anda berkurang.
    Jika anda terindikasi menggunakan lebih dari 1 akun maka anda akan di ban dari event ini selamanya.
    Jika anda melakukan boost posting untuk mengejar 10 activity forum dengan cara yang tidak semestinya maka akun anda juga akan di ban dari event ini. Diharuskan aktif pada satu minggu terakhir, kami memilih dari aktivitas chat selama satu minggu dan kami memilih untuk  memberikan kepada orang yang taat kepada peraturan yang berlaku di chat room (tidak chat jumping juga) dan melihat dari kualitas obrolan. Setidaknya telah tedaftar sebagai pengguna stake selama 5 bulan. Peraturan dapat berubah atau menyesuaikan dari keadaan yang terjadi pada saat itu. Informasi bagaimana pemilihan dan apa arti Rollhunt.
    Rollhunt adalah suatu event yang membutuhkan Anda untuk melakukan apa yang diminta oleh salah satu Moderator/Support yang bertugas di ruang obrolan. Permintaan ini biasanya dalam bentuk mencari taruhan yang sesuai apa yang di inginkan. Biasanya mereka menyingkatnya dengan [RH] Format RH dapat anda lihat pada tautan dibawah ini , anda dapat melihat postingan terakhir yang menjadi acuan untuk tanggal pada hari RH itu di buat  moderator tidak selalu melakukan postingan didalam chatroom:  Sebagai Contoh
    [14/06/2026] >>> ini adalah tanggal Rollhunt itu diadakan
    Stake Rollhunt Indonesia - Plinko po diatas 1000x serta memiliki bet ID berakhiran selain 4, 5 , 6 , 7 dan 0 (2 pemenang ) >> ini adalah jumlah pemenang untuk RH tersebut Untuk Jadwalnya :
    Senin , Selasa , Kamis  akan diadakan pada pukul 20:00 WIB bersama mod @angka0404
    Jum'at dan Sabtu akan diadakan pada pukul 16:00 WIB bersama mod @arisanzz
    Rabu dan Minggu akan diadakan pada pukul 10:00 WIB bersama mod @sanctusaura
    Diatas adalah waktu normal jika tidak ada kendala atau halangan.  Kami memilih dari orang yang melakukan post pertama kali di ruang obrolan.  Jangan lupa untuk menonaktifkan Sembunyikan Taruhan atau mode Anonim. Kami akan langsung berlakukan dis jika peserta melakukan hidden/sembunyi taruhan setelah melakukan post, dan harus melakukan pencarian bet ID baru setelah itu. Nonaktifkan mode anonim ini - Anda dapat menemukan ini di Settings > Preference > Enable Hidden Mode jika tampilan dalam bahasa inggris atau Pengaturan > Preferensi > Aktifkan Mode Anonim. (jika sudah seperti gambar dibawah ini, berarti taruhan Anda sudah bukan mode hidden/anonim)
    Tidak ada jumlah taruhan/wager yang diperlukan, anda hanya harus mendapatkan apa yang diminta saja dari Rollhunt tersebut. Lakukan @flansca / @sanctusaura / @arisanzz / @petikemas / @angka0404 (tergantung kepada moderator yang sedang bertugas) dengan bet ID di dalam obrolan biar dapat langsung dicek pada saat itu juga. Syarat dan Ketentuan
    Anda tidak diperbolehkan untuk mengikuti event ini dengan akun multi/alt, kami akan menindak tegas mengenai hal ini dan pastinya akan diberikan sanksi suspend/ban dari situs sesuai Ketentuan Layanan yang sudah disetujui saat melakukan pendaftaran akun di Stake.com. Jika ditemukan adanya indikasi pelanggaran dalam melakukan abuse promosi ini, maka hadiah akan dibatalkan. Keputusan Moderator/Support yang menjalankan Rollhunt tidak dapat diganggu gugat jika tidak terdapat indikasi yang disebutkan diatas. Jika kami melihat bahwa beberapa pengguna menyalahgunakan hadiah reload ini, kami berhak untuk melakukan ban. Ini juga berlaku untuk mereka yang menggunakan bot untuk melakukan klaim reload! Setiap pengguna hanya dapat mengikuti event ini 1 minggu sekali - (Tanggal terhitung dari terakhir Anda menang) Jika anda menang pada tanggal 1 Oktober 2023, maka anda dapat mengikuti lagi pada tanggal 8 Oktober 2023 Hitungannya adalah hari pada saat menang RH ditambah 7 hari. Hari pertama dihitung nol. Jika anda masih memiliki reload dari RH sebelumnya anda tidak bisa mengikuti RH pada hari tersebut. SATU AKUN untuk SATU RUMAH TANGGA (ONE PER HOUSEHOLD) Moderator tidak dapat mengikuti acara ini. Ini berlaku hanya untuk moderator yang bertugas, jika sudah tidak bertugas menjadi moderator dan ingin mengikuti acara ini kembali, maka pengguna tersebut diperbolehkan untuk mengikuti acara ini. Hadiah
    Reload dalam waktu $0.5 / jam selama 3 hari atau hadiah cash sebanyak $8 Dalam kasus tertentu, seperti saat sudah memiliki reload yang aktif, maka Anda akan mendapatkan hadiah cash Semua hadiah akan ditentukan oleh pihak tim Promosi.   Hadiah akan diberikan seperti ini: Semua akan diberikan di waktu yang bersamaan Jika anda menerima notifikasi seperti Anda telah menerima di brankas Anda, berarti Anda telah mendapatkan hadiah berupa cash. Jika anda belum mengaktifkan reload dari promosi yang lain, maka Anda dapat melihat pada hari di bagikan pada halaman VIP dan Anda dapat melakukan klaim setiap 10 menit. Maka dari itu, untuk mengetahui informasi kapan diterimanya hadiahnya, bisa melakukan "Follow" kepada thread ini seperti dihalaman dibawah ini:
    Jika terdapat pertanyaan mengenai rollhunt ini, dapat ditanyakan ke Moderator Indonesia yang aktif di ruang obrolan. 
    Terima kasih atas perhatiannya.
    LIST BANNED dari Rollhunt :
    LaraVati
    LABDawara
    PapaArya212
    iezcha
    AUTOrich
    merydevi
    donic
    RAJASondleng
    StakeHolder999
    RebornMan
    Antigalau
    FORCE01
    Daren14
    CasperReborn
    Jieru
    Buyer88
    Mgk19xxx
    Boskecil007
    Luc336
    NangNoe
    Karyo22
    kencret
    sriatun
    Sayurkoll
    Lagaknuye
    YiCuanYe
    Ablehman
    Suko55
    bosgrit
    boswidi
    wezse
    BerAPI
    Dhani198
    Sorenk
    HellyaTWX114
    Fagara
    Pusek
    saeedsesad
    Lightlord
    Reedy114
    suwarno84 
    Bachigirri
  21. Fire
    konenz reacted to Crissmael in What is your best "2x" in Stake Original for recovering the balance?   
    Cheers mate, if u need anything anytime 🍻, feel free to hit me up! 🙌🏻
  22. Pepe - Pray
    konenz got a reaction from Crissmael in What is your best "2x" in Stake Original for recovering the balance?   
    it's nice to share your experience, hope we can manage our bet to last longer, best of luck too mate!!
  23. Fire
    konenz reacted to Crissmael in What is your best "2x" in Stake Original for recovering the balance?   
    As my own experience, I have learnt of how to make from $10, couple grands in the same day starting with 0.01 bets max $1 on Plinko, low files and extreme, then making over $6 profit, u playing 0.01 chicken road 2 3 times on easy, there ain’t nothing than cars the thing that’s gonna kill u, at the 4 time u gonna change to $1 dollar bet but, you’re gonna wait till you see a car crossing the first line, if u start the bet without waiting, u could keep straight betting for 20+ times and still lose, then u gonna just play and make as much as possible with $2 dollars if y lose you leave chicken, then go to dragon tower game and start with $0.4 bets at hard mode, but as I said, I want to recommend you play as fun first for couple hours all the games so u can study a bit how each game works, I could easy lie to you and say all the games are just about having luck 🍀 , but I’d love to share my experience so people can do and feel what I couldn’t this month, enjoy mate, and remember to always doesn’t matter if you make $200 o more very quickly, if u get to excited just save it at vault and leave an extra $10 for you, keep with that low betting mentality and don’t even think about the wins u already have so u won’t deal with wanting to high your bet and then ending betting ur last cents 🦶🏻, best of luck mate 🍀✨
  24. Pepe - Popcorn
    konenz got a reaction from Crissmael in What is your best "2x" in Stake Original for recovering the balance?   
    For some people, 2x is greatly effective for recovering some balance that lost in slot or any original, but if you find yourself in a situation to go all in your balance with 2x, what original will you choose?

    For Me: Drill

  25. Fire
    konenz got a reaction from MdSHBiR247 in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:479840815274
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use