Jump to content

EgerGun

Noob
  • Posts

    87
  • Joined

  • Last visited

Reputation Activity

  1. Imposter
    EgerGun reacted to Paoran in ⚔️ Last Man Standing ⚔️   
    casino:482402183038
  2. Pepe - Happy
    EgerGun reacted to NemanjaPi in 🎭 Phantom Theater 🎭   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --volt: #00e5ff; --freq: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(0, 229, 255, 0.06), transparent 40%), 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); color: var(--text); } .section-title { color: var(--gold); font-size: 24px; font-weight: 700; margin-bottom: 10px; } .center { text-align: center; } .muted { color: var(--muted); } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(0, 229, 255, 0.45); background: rgba(0, 229, 255, 0.05); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(0, 229, 255, 0.1); overflow: hidden; z-index: 5; } .separator-line { width: 100%; max-width: 420px; height: 1px; margin: 18px auto; background: linear-gradient( 90deg, rgba(247,201,72,0), rgba(247,201,72,0.7), rgba(247,201,72,0) ); } .provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; } .provider-card { border-radius: 16px; padding: 18px; text-align: center; transition: 0.18s ease; } .provider-card:hover { transform: translateY(-3px) scale(1.03); } .provider-volt { background: linear-gradient(135deg, rgba(0,229,255,0.12), rgba(0,229,255,0.03)); border: 1px solid rgba(0,229,255,0.4); } .provider-freq { background: linear-gradient(135deg, rgba(247,201,72,0.12), rgba(247,201,72,0.03)); border: 1px solid rgba(247,201,72,0.4); } .provider-title { font-size: 15px; font-weight: 700; margin-top: 8px; margin-bottom: 6px; } .provider-sub { font-size: 12px; color: var(--muted); line-height: 1.5; } .score-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 22px; margin-top: 18px; } .score-formula { background: rgba(0,0,0,0.22); border-radius: 12px; padding: 14px; margin-top: 12px; text-align: center; line-height: 1.8; font-size: 15px; } .how-to-enter-bar { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 10px 16px; margin-top: 18px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 6px; transition: 0.18s ease; } .how-to-enter-bar:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.06); border-color: rgba(247,201,72,0.35); } .how-to-enter-title { color: var(--gold); font-size: 20px; font-weight: 700; } .how-to-enter-text { color: var(--text); font-size: 16px; font-weight: 400; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; } .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; font-weight: 600; font-size: 15px; transition: 0.18s ease; } .info-box:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.08); border-color: rgba(247,201,72,0.6); } .prize-subcard { padding: 12px; border-radius: 12px; margin-bottom: 10px; font-weight: 600; } .prize-gold { background: linear-gradient(135deg, rgba(247,201,72,0.25), rgba(247,201,72,0.05)); border: 1px solid rgba(247,201,72,0.6); } .prize-silver { background: linear-gradient(135deg, rgba(200,200,200,0.25), rgba(200,200,200,0.05)); border: 1px solid rgba(200,200,200,0.5); } .prize-bronze { background: linear-gradient(135deg, rgba(205,127,50,0.25), rgba(205,127,50,0.05)); border: 1px solid rgba(205,127,50,0.6); } .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; margin-top: 18px; width: 100%; overflow: hidden; } .dropdown-trigger { padding: 8px 16px; text-align: center; cursor: pointer; display: block; } .dropdown-card summary { list-style: none; } .dropdown-card summary::-webkit-details-marker { display: none; } .dropdown-title { color: var(--gold); font-weight: 700; font-size: 16px; } .dropdown-sub { color: var(--muted); font-size: 13px; margin-top: 3px; display: block; } .dropdown-content { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.5; } .rule { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; text-align: left; } .num { background: var(--gold); color: #000; font-weight: 700; font-size: 12px; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } Weekly Event  
    🎭 Phantom Theater 🎭
    A mysterious week-long leaderboard event where hidden slot boosts decide your final score.
     

    Ends: 27/05/2026 @ (12 PM) GMT
      This week, we've chosen Pragmatic Play "Only on Stake" Slots!
    Step into the shadows of the Phantom Theater, where every slot hides a secret advantage behind the curtain. Chase massive multipliers and discover at the end of the week whether your slot held the strongest Phantom Factor.
    🎰 Pick Any Slot Pick any pragmatic only on stake slot 🎭 Hidden Phantom Factor Every slot has a secret mystery multiplier. 🏆 Highest Final Score Wins Biggest boosted multipliers top the leaderboard. How Scoring Works Your base score is determined by the multiplier of your winning bet.
    Bet Multiplier × Hidden Phantom Factor = Final Score

    Example:
    Hit a 200x win on a slot with a hidden 3x Phantom Factor
    Final Score = 600 Points Phantom Factors remain hidden until the end of the event.
    How to Enter: Respond to this topic and post your best bet ID. Only your single highest-scoring qualifying bet will count toward the leaderboard. Prize Pool Distribution Weekly Prize Pool
    🥇 Top 1 – 3 Largest Rewards (1500$) 🏅 Top 4 – 10 Premium Rewards(1500$) 🎟️ Top 11 – 50 Additional Prizes(1000$) Additional Information
    Every slot has its own hidden Phantom Factor, revealed after the event ends.
    Final rankings are based on your boosted multiplier score.
    In case of a tie, the user with the earliest qualifying bet wins.
    Minimum qualifying bet: $0.10 USD (or equivalent in any currency).
    Terms & Conditions Click here to expand 1Bets must have been made after 20/05/2026 - (12 PM) UTC. 2 Only slots from supported providers are eligible for the promotion. 3 Your score is determined by your winning bet multiplier combined with your provider's hidden Phantom Factor. 4 Phantom Factors remain hidden until the end of the event. 5 Only your single highest-scoring qualifying bet will count toward the final leaderboard. 6 Minimum qualifying bet amount is $0.10 USD or equivalent in any currency. 7 Only level 2 KYC or higher verified users will be eligible for the prize. 8 Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 9 Only stake.com and official stake.com mirror site users will be eligible for the prize. 10 Any player using multiple accounts will not be eligible for prizes. 11 Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 12 For payment, give us up to 24 hours from the end of the event. 13 Winners will be contacted directly via support. Prizes may be distributed in the form of a coupon and announced in the final event post.
  3. Pepe - Pain
    EgerGun reacted to Jake7589 in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    We have our winners!
    Congratulations to the following randomly selected players. Winners have been contacted.
     
    Thank you, everyone, for entering! 
    @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; --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; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; 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 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
    Winners 5 Lucky Winners
    1 BangloyN - apEX's PC 2 Ryderistic - ZywOo's PC 3 jinrui - flameZ's PC 4 r3fteen - mezii's PC 5 Enigmanoishi - ropz's PC
  4. Fire
    EgerGun got a reaction from KaiZidan in 🏆 $400 Endgame Quiz 🧠   
    1-Crown chase
    2-240
    3-40x
    EgerGun
  5. Fire
    EgerGun got a reaction from KaiZidan in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  6. Fire
    EgerGun got a reaction from DickFont in 🏆 $400 Endgame Quiz 🧠   
    1-Crown chase
    2-240
    3-40x
    EgerGun
  7. Fire
    EgerGun got a reaction from gajin in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  8. Fire
    EgerGun got a reaction from totaemre in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  9. Imposter
    EgerGun reacted to NemanjaPi in ⚖️$2,000 The Equalizer: $2,000 Strategic Challenge ⚖️   
    (March 23th - March 30th)
     
    >
    ⚖️$2,000  THE EQUALIZER: Strategic Challenge ⚖️
    Forget about chasing the highest multiplier. In this challenge, the Golden Middle wins. Your goal is not to be the highest, but to be the most precise relative to every other player in the thread.
     
     
    🎯 Challenge Objective:
    Hit a multiplier that is as close as possible to the Final Average Multiplier of all valid entries in this thread. Game:  Gambit    Minimum Bet: $0.10 USD The Formula: At the end of the promotion, we sum up all posted multipliers and divide them by the total number of players. 💰 Prize Pool: $2,000
    Top 10 Closest Players: The 10 players closest to the final average (above or below) will split the $2,000 prize pool equally ($200 each). 📜 Rules & Requirements:
    One Entry: Only one Bet ID per user is allowed. You may edit your post if you hit a better "strategic" multiplier before the thread is locked. The "Chaos" Factor: Every new entry shifts the average. Strategy is key,will you post early or wait until the final minute to tip the scales? Only level 2 KYC or higher verified users will be eligible for the prize. For payment, give us up to 72 hours from the end of the promotion. Timeframe: Only bets made after the start of this promotion are eligible. Only stake.com and official stake.com mirrors users will be eligible for the prize. Standard Terms: Stake reserves the right to disqualify any user for account abuse or multiple account usage. 📝 How to Enter:
    Post your entry in this thread using the following format:
    Paste your bet ID. Post only one valid bet ID per user. Bets must have been made after 23/03/2026 - (12 pm) UTC. Examples of valid bet IDs:
    - house:123456789000
    - casino:123456789000  
  10. Fire
    EgerGun got a reaction from Aschwaa in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  11. Fire
    EgerGun got a reaction from DKerec92 in Weekend Stream   
    EgerGun
    Have a great weekend everyone!
  12. Bitcoin
    EgerGun got a reaction from TBei22 in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone! Goodluck!
  13. Ethereum
    EgerGun got a reaction from semrayc in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend, everyone! goodluck!
  14. Eddie
    EgerGun got a reaction from Aschwaa in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend, everyone! goodluck!
  15. Claps
    EgerGun got a reaction from Henk_moody1 in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  16. Stonks
    EgerGun got a reaction from ruthlessunruly in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone! Goodluck!
  17. Fire
    EgerGun got a reaction from XpoSimpleman in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  18. Bitcoin
    EgerGun reacted to jannine in Weekend Stream + Giveaway   
    jannine
  19. Bitcoin
    EgerGun reacted to laosthaiboi in Weekend Stream + Giveaway   
    stake username : laosthaiboi

    plat 3

    goodluck everyone!
  20. Bitcoin
    EgerGun got a reaction from TBei22 in Weekend Stream + Giveaway   
    EgerGun

    Have a great weekend everyone!
  21. Easy
    EgerGun got a reaction from Polohonkia2 in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  22. Money
    EgerGun got a reaction from Rathee123 in Weekend Stream + Giveaway   
    EgerGun 
    Have a great weekend everyone!
  23. Money
    EgerGun got a reaction from Biraj in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone! 
  24. Money
    EgerGun got a reaction from Biraj in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone!
  25. Ethereum
    EgerGun got a reaction from Alothman in Weekend Stream + Giveaway   
    EgerGun
    Have a great weekend everyone! 
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use