Jump to content

MOHAMEDESAYED

Noob
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Pepe - Hands Up
    MOHAMEDESAYED reacted to DamjanTo in [25.05.2026.] Slot-Hunt   
    Winners:
    gaudytuber    casino:479533823092  molasqw    casino:479534506207  lucique    casino:479535091859  semrayc    casino:479535051257  AetherIQ6    casino:479535202662  droz    casino:479535812566  daffyducky    casino:479535865217 Orynthis77    casino:479536470925 Malva11    casino:479537189111  Hghurki17    casino:479537453002 
    You can claim your prizes here: https://playstake.fans/bonus?code=Slothunt25052026cxvd9za
  2. Eddie
    MOHAMEDESAYED reacted to Jake7589 in 💰[$3,000 USD] Crystal Cricket Ball 🔮   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --surface2: #0d2a40; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:44px 28px 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } @keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } } .header h1 { font-size:34px; font-weight:900; background: linear-gradient(90deg, #FFB800, #ffda6e, #FFB800); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 24px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:17px; font-weight:800; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 0 0 0 #FFB80055; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#0079ff33; } .prize-card.silver:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card.gold { --glow:#FFB80018; } .prize-card.silver{ --glow:#0079ff14; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.silver .prize-amount { color:#0079ff; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#6a90a8; margin-top:4px; } .pill { background:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-title { font-size:12px; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:#0079ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px #0079ff22; } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } /* ── REPLY BOX ── */ .reply-box { margin-top:20px; padding:18px; border-radius:16px; background:rgba(255,184,0,.07); border:1px solid rgba(255,184,0,.18); text-align:center; } .reply-label { display:block; margin-bottom:10px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; } .reply-value-row { display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; } .reply-value { display:inline-block; padding:12px 18px; border-radius:12px; background:rgba(7,24,36,.65); border:1px solid rgba(255,255,255,.08); color:var(--text); font-size:18px; font-weight:900; font-family:monospace; } .reply-value span { color:var(--gold); } .copy-btn { background:transparent; border:1px solid #0079ff44; color:#4da6ff; font-size:13px; font-weight:700; padding:10px 18px; border-radius:10px; cursor:pointer; transition:all .2s; white-space:nowrap; } .copy-btn:hover { background:#0079ff22; border-color:#0079ff88; } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#FFB800; } .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#FFB80012,#FFB80005); border:1px solid #FFB80044; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #FFB80020; } .pool-total .amount { font-size:52px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 24px #FFB80066; } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid #ffffff0a; font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#0a2236; border-color:#FFB80033; } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#FFB800; font-weight:700; } .notice { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--blue); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#FFB800; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--blue); } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } Crystal Cricket Ball
    Competition ends: 31/5/2026 @ 1:00 aM GMT
    The IPL is heating up, as each team looks to take the prize home 🏆
    We’re giving away $3,000 to 30 lucky winners.
    Place qualifying bets on any IPL outright market, then reply in this thread with your Bet ID to enter.
    🏏 Bet Now 🏆 $3,000 PRIZE POOL 🥈 $100 Each × 30 Winners 💡 Bets must be outright on any IPL match 📋 How To Enter 1 Place a qualifying outright on any IPL game market on Stake.com 2 Copy your Bet ID after placing your bet 3 Reply to this thread with your Bet ID to enter. ✅ Requirements ⚽️ Bets must be outright on any IPL match 💵 minimum bet amount: $5.00 USD or currency equivalent 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $3,000 Total Prize Pool 🥈 30 × Winners$100 each 👥 Total Winners30 People 📅 Duration16 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 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 have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
  3. Fire
    MOHAMEDESAYED reacted to mamata2024 in Slots stake   
    I am speaking from experiences of the same manner and i can only tell you what happened to me.  The no solution is there solution.  Why would they solve your problem when they dont have too.  Let me know if something happens I am very curious to know.  Who is to regulate surely not a post this is simply providing information  with out any solution to protect them not you or me. 
      
  4. Fire
    MOHAMEDESAYED got a reaction from mamata2024 in Slots stake   
    Yes, I have reached, but there is no solution. I need one of the developers to contact me so that the problem is solved. It has been presented on other platforms and has been solved, but I do not know why it is difficult for you to solve the problem. 
    I feel like it's not a fair gamble, I might waste money. How do you choose a husband? And you get into the game, place a bet, and when you discover that the game is performing as usual you take a step back, and open the game again. This message shown in the attached image appears, and it must be logged in how. Is there a login for this company? Other than logging into the site. Does that make sense  ((Pragmatic Play))



    I need a solution, please. 👏
  5. Fire
    MOHAMEDESAYED got a reaction from mamata2024 in Slots stake   
    Thank you for your interest, but why is this problem not solved? 
  6. Fire
    MOHAMEDESAYED got a reaction from mamata2024 in Slots stake   
    I get an error message "You are not logged into the game", even though you are playing an active game. I can't log in, and I get a "Disconnect" error message When trying to connect with direct technical support, this is the first time I have encountered this issue. Please help and respond as soon as possible. Pragmatic Play

  7. Ooo
    MOHAMEDESAYED got a reaction from CanadaBc in Weekly bonus need explanation how to raise (dumb it down for me)   
    Before you can Claim Weekly Bonus Stake and use the calculator, you must be aware of a few things that can affect your bonus. Of course, the most important one is the level of the loyalty program because higher-level VIP players will receive more money than the rest. The second key thing for this promotion is the amount you wagered. Needless to say, people who spend more money can expect to get more from the next weekly bonus. 
    Conclusion
    If you want to decide to reveal the obtainable amount from the Stake Weekly Giveaway, definitely check out the calculator. You do not need any experience to use it because everything takes seconds. Knowing how much money you’ll get will allow you to have a better playing experience.
    Here is the only Stake Weekly Bonus calculator you need. We will help you make an estimate of the weekly boost you are to expect as an active player on the platform. Your VIP weekly coupon will depend on your status level and the sum you have wagered in the last 7 days. The next weekly bonus on Stake.com VIP will be on Saturday at 1:30
  8. Fire
  9. Litecoin
    MOHAMEDESAYED reacted to Coldspring in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456608770407
  10. Fire
    MOHAMEDESAYED reacted to caleuy94 in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456511861714
  11. Fire
    MOHAMEDESAYED reacted to enrageonsite in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456636594106
  12. Fire
    MOHAMEDESAYED reacted to lyh1124 in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456654166465
  13. Fire
    MOHAMEDESAYED reacted to Fimo in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456768930957
  14. Fire
    MOHAMEDESAYED reacted to kosmos2 in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456834317450
  15. Fire
    MOHAMEDESAYED reacted to prettylorna05 in $2,000 Hidden Multiplier Challenge⁉️   
    casino:456836675340
  16. Fire
    MOHAMEDESAYED reacted to BratislavK in 📢 Forum Promotion Update   
    Hello everyone,
    We would like to share an important update regarding forum promotions and how payouts will be handled moving forward.
    As many of you may have noticed, we are planning to host more forum promotions and community events going forward. To support this increase and keep things running smoothly, we are introducing a small change to the payout process.
    Previously, multiple promotions were often processed together, which meant rewards from several events could arrive around the same time. From now on, each promotion will be processed individually once it ends, rather than being grouped together.
    The standard review period of up to 72 hours will still apply, as our team still needs time to verify entries and confirm winners before payouts are issued.
    Because of this change, payouts will no longer be grouped together and processed as a batch. Instead, each promotion will follow its own independent payout process after it ends, while still respecting the standard review period of up to 72 hours. This applies to promotions such as The Return of the King, Quest for Glory, Royal Club of Originals, Slots Forum Challenge, Perfect 10, Streak Rush, and Double Down, which will each be reviewed and paid independently.
    This adjustment will allow us to run more promotions, reward participants more efficiently, and keep the forum even more active and exciting for everyone.
    As always, thank you for being part of our amazing community. Your participation is what makes these events possible, and we are looking forward to bringing you many more challenges and rewards in the future.
    Good luck to everyone participating! 🍀
  17. Fire
    MOHAMEDESAYED reacted to CanadaBc in Top 3 slots to play?   
    Been running big bass bonanza. Blue samurai. Gates of Olympus. Just curious other people preferred slots?
  18. Fire
    MOHAMEDESAYED reacted to banhmubumanh in Top 3 slots to play?   
    Big bass rock and rolls
  19. Fire
    MOHAMEDESAYED reacted to Foxytman in Top 3 slots to play?   
    Keno, keno and keno
  20. Fire
    MOHAMEDESAYED reacted to Stake Staff in Chat Rules   
    You are welcome, my pleasure  
    An official nick-for-Stake-users competition has been open! 
  21. Fire
    MOHAMEDESAYED reacted to Stake Staff in Chat Rules   
    Hello, dear chatters!  
    As you already know, Stake has some new mods/community managers and we need to make their life a bit easier by implementing some basic Rules for you to follow and for them to be guided by. Each chat should have these and they should be followed if you want to be a valuable/respected member of the community.
     
    Don’t spam & don’t use excessive capital letters when chatting. Don't harass or be offensive to other users or Stake staff. Don’t share any personal information (including socials) of you or other players. Don't beg or ask for loans, rains or tips. Don't use alternative (alts) accounts on chat, that is strictly forbidden. No suspicious behavior that can be seen as potential scams. Don't engage in any forms of advertising/trading/selling/buying or offering services. No discussion of streamers or KICK or any other similar platforms. Don't use URL shortening services. Always submit the full link. Don’t share codes, scripts or any other bot service. Only use the language specified in the chat channel, potential abuse will be sanctioned. No politics & no religion talk in chat, this one is strictly forbidden.  
    * Sub-rules and their further elaboration are given in the "Quote" below, so make sure to read that as well, for you to be fully informed on what is allowed on Stake chatrooms and what it prohibited.
    * Moderators/support members/admins and community manages save the right to implement the rules as they see fitting and corresponding to the given situation.
    * If player has been muted multiple times over the same offense, their mute time would be extended, and it would slowly end to the permanent disabling of chat privilege, especially if their behavior does not correct after multiple warnings/mutes.
    * Rules can be changed and adjusted based on the needs of the community.
    * For some more serious breaking of our chat rules, you may be muted without being previously warned.

    I hope that this post helped if you have any doubts concerning Rules implementation and that it will spare many of users from an unnecessary restrictions from our platform. If it hasn't, feel free to contact Live Support and any doubts would be clarified to you easily. 

    When and if you get muted, please, make an appeal on this SECTION here, and person who muted you would check it and review your case as soon as they are back online (24/48h). Thank you for your patience on this and please, do not make double-posts on that section, there is no need, you won't be replied sooner thanks to that.

    Thank you for choosing Stake, and welcome! Best of luck betting! 🍀
     
  22. Fire
    MOHAMEDESAYED reacted to Jake7589 in 💰 [$1,000] Guess the Drop - September   
    🔍 Guess the Drop 🤔
    Ends: 23/09/2025 @  1.00 AM GMT

    Plinko is all about the thrill of the drop, but can you predict where the ball will land? 🔮
    We've dropped a ball on the iconic Plinko board. Can you guess which multiplier it will land on? 🤔
    Drop your guess below 💬
    Requirements: 
    Reply to this thread with your guess. Include your Stake ID. To have a valid entry, fill out this form, providing your details - HERE (A Google account is required to participate in this competition) Prize Pool: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3 month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  23. Fire
    MOHAMEDESAYED reacted to Jake7589 in 💰[$50,000] Great Stake Community Raffle   
    🏆 Great Stake Community Raffle 🎟️
    Ends: 03/12/2025 @  1.00 AM GMT


    The Great Stake Community Raffle is here, and $50,000 is up for grabs! 💰
    To enter, wager a minimum of $40 on any slot / live game / Stake Original, and submit your bet ID below. 👇
    The more bet IDs you submit, the higher your chances of winning 🍀

    Only 100 winners will get lucky. You cannot miss this! 💵
     
    Requirements: 
    $40 USD bet minimum
    Any casino game
    Bets must be dated from 02/09/2025 01:00 AM GMT and onwards
    Each Bet ID counts as one entry; you are allowed to submit as many Bet IDs as you wish
    Reply to this thread with your Bet IDs; you can include multiple bet IDs in one reply
    Include your Stake ID
    Prize Pool: $50,000
    Distributed to 100 randomly selected unique winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Prize pool distribution:
    Complete the challenge within the next 90 days for a shot at the prize pool. Winners are limited to 100. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote

  24. Fire
    MOHAMEDESAYED reacted to Jake7589 in 💰 [$2,000] Blackjack Challenge - August   
    💰 Blackjack Challenge 🃏
    Ends: 26/08/2025 @  1.00 AM GMT

    Think you’ve got what it takes at the Blackjack table? 🃏
    We’re putting your skills to the test with a special challenge in Stake Originals Blackjack! ♠️
    This month’s challenge: Win a hand with 21

    Submit a qualifying Bet ID below for your chance to win big! 💰
    PLAY HERE
     
    Requirements: 
    0.50 USD bet minimum
    Win a hand with 21
    Reply to this thread with your Bet ID
    Include your Stake ID
    Prize Pool: $2,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Stake Username: Your username here Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  25. Money
    MOHAMEDESAYED reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use