Jump to content

Josal

Member
  • Posts

    140
  • Joined

  • Last visited

Reputation Activity

  1. RIP
    Josal reacted to Jake7589 in 💰[$3,000 USD] Clutch Picks: IEM Cologne 2026   
    We have our winners!
    Even though Team Vitality didn't get the W, Congratulations to the following randomly selected players. @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-grid { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:10px 14px; background:var(--primary); border-radius:10px; 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:10px; } .winner-rank { width:24px; height:24px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:13px; font-weight:600; color:var(--text); } .winner-prize { font-size:13px; font-weight:800; color:#FFB800; white-space:nowrap; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} @media(max-width:520px){ .winners-grid { grid-template-columns:1fr; } .winner-banner h1 { font-size:24px; } }
    🎁 Claim Your Reward Link expires 20/7/2026 — claim before it's gone!
    Winners 15 Lucky Winners
    1 Jan10 $200 2 Bilomantas $200 3 blazeiton420 $200 4 card1nal $200 5 Disconnect22 $200 6 HeyriLover $200 7 Honka777 $200 8 Jk87jk $200 9 Johnlou2013 $200 10 mercilezz $200 11 natnat093023 $200 12 Ojai $200 13 r3fteen $200 14 strogie1337 $200 15 Zenboah $200
  2. Fire
    Josal reacted to Jake7589 in 💰 [$5,000] Shield Derby - Week One 🛡️   
    We have our Week 1 winners!
    Congratulations to the top 10 winning multis. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); 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:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; position:relative; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; position:relative; } .h1-accent { color:var(--charge); } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:18px auto 0; line-height:1.7; position:relative; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; 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 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-note { font-size:12px; color:var(--muted); margin-top:12px; letter-spacing:.04em; } .claim-note strong { color:var(--white); } .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .winners-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; } .winner-row { display:flex; align-items:center; gap:12px; padding:14px 16px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .winner-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .winner-rank { font-family:var(--display); min-width:32px; height:32px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:15px; color:var(--white); flex-shrink:0; } .winner-name { font-size:14px; font-weight:700; color:var(--white); flex:1; } .winner-prize { font-family:var(--display); font-weight:900; font-size:20px; color:var(--charge); white-space:nowrap; } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:520px){ .header h1 { font-size:44px; } .winners-grid { grid-template-columns:1fr; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .section { padding:22px 18px; } }
    🎁 Claim Your Reward Link expires 20/7/2026 — claim before it's gone!
    [W1] Winners 1 gaimsi90 $500 2 GoGoGamblers $500 3 Josal $500 4 molasqw $500 5 Mrssever $500 6 Norrrr $500 7 Rusozarate $500 8 Shawwwwww $500 9 TRNDZ $500 10 xiTaLo97x $500
  3. Fire
    Josal got a reaction from Ladea in 💰[$3,000 USD] Clutch Picks: IEM Cologne 2026   
    sport:603002484
     
    Stake 🪪 Josal 
  4. Fire
    Josal got a reaction from Ladea in 💰[$3,000 USD] Clutch Picks: IEM Cologne 2026   
    sport:603002465
     
    Stake 🆔 josal 
  5. Fire
    Josal got a reaction from Ladea in 💰[$3,000 USD] Clutch Picks: IEM Cologne 2026   
    sport:603002349
     
    Stake 🆔 josal 
  6. Eddie
    Josal got a reaction from Dren1221 in My birthday today   
    Happy birthday 🎂 🎂 
    $100 from stake Eddie is coming 😀 
  7. RIP
    Josal reacted to NemanjaPi in $3,000 Perfect 10 | Sports   
    You can claim prizes on the link below until the 27th of May!
    CLAIM HERE Make sure you are logged in to the proper account.
    Wow. Congrats to the 167 winners!
  8. Ethereum
    Josal got a reaction from KaiZidan in Bet ID Prediction: May❓   
    Bet Id: 483,111,000,000
    Stake 🆔 josal 
  9. Ethereum
    Josal got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Stake 🆔 josal 
  10. Fire
    Josal got a reaction from MdSHBiR247 in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    PC Signed by Zywoo  ,😁
     
    Stake 🆔 josal 
  11. Litecoin
    Josal got a reaction from MdSHBiR247 in ⚽ Who’s Your Favorite Athlete and Why? 🏃‍♂️   
    Lebron James 🐐 
    Stake 🆔 josal 
  12. Fire
    Josal got a reaction from MdSHBiR247 in $3,000 Perfect 10 | Sports   
    Is this valid ? 
    Stake 🆔 josal 
     
    sport:562193443
    sport:567911346
  13. Fire
    Josal got a reaction from KaiZidan in $3,000 Perfect 10 | Sports   
    Is this valid ? 
    Stake 🆔 josal 
     
    sport:562193443
    sport:567911346
  14. RIP
    Josal reacted to Steve in $85,000 giveaway winners #257   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek257


    $5000 winners

    1603163 - 22cracker
    190875 - apazarbas
    4147459 - Win69G
    2405873 - victorpavolli
    2908443 - Jorik21091983
    4269331 - Boubourse
    1984889 - Afo09
    4659407 - Gant11
    2547253 - baihongjun771
    2784738 - Kryptonite0260
    1696712 - Henge91
    1209565 - Rasada355
    839458 - Alsarraf123
    411353 - Nikaare
    3041686 - Htawbe
  15. Fire
    Josal got a reaction from kittttune in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    PC Signed by Zywoo  ,😁
     
    Stake 🆔 josal 
  16. Fire
    Josal got a reaction from gajin in Weekend Stream + Giveaway   
    Meow meow meow
     
    Stake 🆔 josal 
  17. Fire
    Josal got a reaction from Abhayspam in $75,000 giveaway winners #255   
    Rigged
  18. RIP
    Josal reacted to Steve in $75,000 giveaway winners #255   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek255


    $5000 winners

    3814728 - Nitish8137
    2624715 - eyord9405
    1686399 - hanak
    1298309 - baihongjun771
    2777960 - iamaeden
    3813152 - Fingerfiddler
    107413 - rasselstein
    4244441 - a614627454
    2112670 - Ahmedito
    3699852 - baseclara
    1619875 - bojan871
    1896939 - Regenergy
    4704097 - GWL10000
    461078 - Chelsealove
    3600159 - Shraideh2005
  19. Fire
    Josal got a reaction from lucasvive in $10,000 Highest Odds | February | Sports Challenge   
    I just want an entry 🚫 
    sport:522804810
    Stake 🆔 josal 
  20. Fire
    Josal got a reaction from Robbabillion79 in A never ending thread (last post wins)   
    Stake Twitter giveaways was Rigged 🤮
    Same winners as lat year 🤑
  21. Eddie
    Josal got a reaction from semrayc in Weekend Stream + Giveaway   
    Stake.scam 🆔 josal 
     
    GG @Edward 😺 
  22. Bitcoin
    Josal got a reaction from TBei22 in Weekend Stream + Giveaway   
    Stake.scam 🆔 josal 
     
    GG @Edward 😺 
  23. RIP
    Josal reacted to MladenS in Bet ID Prediction: December❓   
    Congratulations Stakers!
    You can claim prizes on the link below until the 30th of January:
    Top 10 closest predictions:
     

     
    CLAIM HERE
    Make sure you are logged in to the proper account. 
     
     
  24. RIP
    Josal reacted to MladenS in rains system is really random ?   
    Hello again @senpeyy
     
    The way you described this clearly demonstrates it's random nature. For example, a user may receive five or six rains in a single night and none the following day, which supports the conclusion that the distribution is random - It is possible to receive ten rains within a couple of hours, just as it is possible to receive none at all.
    Maintaining the same level of activity does not guarantee receiving the same or a similar number of rains over a longer period of time. If outcomes were consistently tied to factors such as activity level, wagering, or similar metrics, the distribution could be considered patterned rather than random.
     
    Kind regards.
     
  25. RIP
    Josal reacted to StakeWill in 💰[$2,000 USD] Sleigh the Design 🎨   
    These designs sleigh 🎅🛷

    Congratulations to the following winners


    Follow the link below to claim your prize
    https://playstake.info/bonus?code=SleightheDesign
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use