Jump to content

Dips1zee1337

Noob
  • Posts

    86
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Dips1zee1337 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Dips1zee1337
  2. Pepe - Stressed
    Dips1zee1337 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Dips1zee1337
  3. Pepe - Pray
    Dips1zee1337 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  4. Fire
    Dips1zee1337 got a reaction from Kobar in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  5. Fire
    Dips1zee1337 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  6. Fire
    Dips1zee1337 got a reaction from gajin in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  7. Pepe - Love
    Dips1zee1337 reacted to SkyMonik in Weekend Stream + Giveaway   
    skymonik


  8. Fire
    Dips1zee1337 got a reaction from RollPro in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  9. Claps
    Dips1zee1337 got a reaction from SkyMonik in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  10. Pepe - Love
    Dips1zee1337 got a reaction from KOBAYANYAN in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  11. Bitcoin
    Dips1zee1337 got a reaction from TBei22 in Weekend Stream + Giveaway   
    Stake username - Dips1zee1337
    ฅ^•ﻌ•^ฅ Best of luck!!
  12. Eddie
    Dips1zee1337 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 Scarab Spin, post your valid bet ID, and climb the VIP leaderboard.
    Time frame & requirements Ends 13 Apr 2026 • 12:00 GMT One strong Scarab Spin hit can still change the leaderboard.  PLAY NOW 50x 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 Scarab Spin with the highest multiplier possible. 2 Minimum result: Your winning hit must be 50x or above. 3 Minimum bet amount: $0.50 (or the equivalent in any currency). 4 Bets must have been made after 06/04/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 Scarab Spin, hit at least 50x 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.
  13. Fire
    Dips1zee1337 reacted to goose777 in $2,000 The Auction - Weekly Challenge 🎯   
    I bid 380x
  14. Fire
    Dips1zee1337 got a reaction from Abhayspam in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:464554485573
  15. Pepe - Pray
    Dips1zee1337 reacted to BratislavK in $2,000 Originals Showcase ⭐   
    ( April 2nd - April 9th )
    🕳️ $2,000 Moles Game 🔨

    We’re running a special $2,000 Moles Game challenge this week!
    Hit the exact multiplier to qualify.
    Good luck and have fun! 🍀
     
    Requirements:
    Game: Moles (Stake Originals) Hit exactly 158.16 on a single bet Minimum bet: $0.10 USD Tips & Terms & Conditions
    Bets must have been made after 04/02/2026 - (12 PM) UTC. Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification 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. Only stake.com and official stake.com mirrors users will be eligible for the prize. 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. Prize pool distribution:
    10 winners × $200 Total prize pool: $2,000 Winners will be selected randomly from all eligible entries.
    How to Enter:
    Hit 158.16x exactly on MolesGame. Paste your Bet ID in this thread (screenshot optional). Post only one valid Bet ID per user. Example Bet IDs:
     house:123456789000  casino:123456789000
  16. Fire
    Dips1zee1337 reacted to NemanjaPi in Stake vs Eddie April 06 - 13   
    NurEinenZehner Valebe936 Randyflares Jown02 berna32 makino114514ok Sirk23 Fallus59 xtotyx alexermk Abhijeet15 Albo354 fredshen Protoxz Virk111 tantan25 Tintin5z daxer123 四季如春 jus147 iceflymz Floboul9 Johnnyjordan MartinHro droz haleyaliya Marian121923 unchicomas aaronhsieh Czerwonka Candeserra michuxik akusaja sigurdsun Ansar5050 gaimsi90 uzneo PRlNGY chazor Kamisdanjumat Daniub Moeski7777 Tequitos30 xinoz Blazermax90 Aroma098 KennyB76 kosmos2 brown123456789 Mschicago Mito111 Cryomastix quoclap0307 daffyducky semrayc Archerjj Dips1zee1337 Diegoakachi 7boom SylviaHugeWin ben1a1 hummdogTV PA686 mrmumblesxd themam Yashbhai15 phopholunch BabaCrazy abnorrmanse JoliGF RMBMR Thang123 lakssiouar Shadow220897 skyt47 missakon Joseegodooy Dancer88 Real0077 AngstyAndy PtemC99 silvana9774 LeCouzEnV12 Flokx09 MehondaL natah3 blazengrind daredddd antegbg RMK Adrenalin83 Emmanuelrober ElcoloBrc sweetbonanza94 Yamile30 Ride4444 mrbelphy Hardinan Amberdawn Sofiaperez3532 aporo777 Sweebei Jayel99 SaskiaWasser04 Nattou Manuelz takagizzzz AntoCatraz lindaslots 228Gribok DandyDan7 neoz AbuNabil95 Menang Joni01051995 sizzlinghotx Hashir30 Zenboah TJTJSJSJ1234 Ritalx06 yokcashya skabuzz Boddah01 Sulttaani BStraga Honka777 Rivy16 Boss2316 Juliainesarias lovelyman Chantaltuyen23 Kadder1211 2babymommas OkwooD Blazerss Zoltan Suhani44 Few1102 xby144 Fuzzybozz Mygosh sschaka MICGANGSTER gabifrkr michat78 dmtbongtoker KafiyeAk Sabrosa10 Skavanger2125 Patollanos Elqueteco Darkxor123 chuachunkang kevxhk1 Steff00 Hasby23 Richteabag Shani77 EmmaDelu dvmkoody MoneyMadonna jw888888 marx1196 Cotek Bitcouille Vorus SilvanaDoval nowloading Breakyournuts kkkk4523 ZottiderSotti voerde SpicyPep Goobiio lepatriot simsun9 Ryderistic Ikilic PiniaGofman Leonor05 Tiboo25 alleluiateam ZeroArmorTV clart4 markusma SadOne ColdSummer Nicolebak Abeerkablawi DylanL035 Felins Ray2506 SouleySwarren PapaHeroo Filipek20000 Enigmanoishi swallzy lektor2010 quntti xtqaq66 Rustokk realperen raf2b MafaPilo kingplayer10 sadlysnorkel Alexandre420 Aley14 kickallman Shubii017 3339x eiigers MatasiluTu BoneBugs Guchachach askinmonde Malva11 ChattyChakou amnpaikanle Jimmy37 Arthurmonelol MelaEQ Kartenstapel Elterraneitor3 Josephabdl900 Ezmaxwin77 ruirinmaru kir8954 spookybeatz caspervonb morganmilner ieatchips Nyorko JayAce88 rippin nn20220313 LoskiY demojisaske 21king2025 JulieMyla59 DarkRick ken221 xseasln JustMish Xxx1991 nhzzzcs11 TheOnlyGoat7 lexmac69 KL444 Tibzssen Irishjoe Kate888 Juanchol23 TeslaStrate Draymoment Swap18 Ksnape4 xuyanye red95 InfiDaK1ng zoroa77 FABIOOOO1 Buckshot75
  17. Fire
    Dips1zee1337 reacted to NemanjaPi in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    (March 30th - April 6th)

    Ends: 05/04/26 @ (1 pm) UTC
    The Challenge
    Win the highest multiplier on any 3rd party video slot game except (Sword Fight - Creative City). To be eligible, the minimum multiplier must be 100x or above. Feature buys are not allowed. 0.2 USD minimum bet amount (in any currency). Additional Information
    Prizes will be determined by who has a higher multiplier. The highest multiplier will take 1st place and so on. In the case of a tie, the user with a higher average bet amount will be given the advantage. In case of a tie again, the user who posted/edited their entry first will have the advantage. Tips & Terms & Conditions
    You have to be one of the VIP members on our site (at least the Bronze VIP level). Feel free to edit your posts if you get a higher multiplier, during the week. Bets must have been made after 30/03/26 - (1 pm) UTC. For payment, give us up to 72 hours from the end of the promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. If you prefer to play with lower bets, you may also participate in our weekly challenge located here. The VIP challenges are more focused towards players who are looking to try their luck with higher bets. VIP slots challenge only involves 3rd party games. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification 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. Only stake.com and official stake.com mirrors users will be eligible for the prize. 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. Prize Pool distribution
    1st place - $1,200 2nd place - $600 3rd place - $400 4th place - $300 5th place - $200 6th to 10th place - $140  11th to 20th place - $60 21st place onward, eligible users will get a share in the $3,000 prize pool How to Enter
    Reply to this topic by posting your valid bet ID. The screenshot is optional.  One valid entry per user. Post only one valid bet ID. Examples of valid bet IDs: 
    - house:123456789000
    - casino:123456789000
  18. Fire
    Dips1zee1337 got a reaction from Abhayspam in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:464561244305
  19. Fire
    Dips1zee1337 reacted to semrayc in $2,000 Originals Showcase ⭐   
    casino:464256303207
  20. Fire
    Dips1zee1337 reacted to goose777 in $2,000 Originals Showcase ⭐   
    casino:464323883003
  21. Fire
    Dips1zee1337 reacted to Malva11 in $2,000 Originals Showcase ⭐   
    casino:464369075652
  22. Fire
    Dips1zee1337 got a reaction from Malva11 in $2,000 Originals Showcase ⭐   
    casino:464324952269
  23. Fire
    Dips1zee1337 got a reaction from Bebetons in Weekend Stream + Giveaway   
    Dips1zee1337
  24. Fire
    Dips1zee1337 got a reaction from KUNIMEN69 in Weekend Stream + Giveaway   
    Dips1zee1337
  25. Litecoin
    Dips1zee1337 got a reaction from Sardar98 in Weekend Stream + Giveaway   
    Dips1zee1337
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use