0
9999
X
10000
PLAY NOW
  • Race Win

    The first one reach the single win amount will receive bonus immediately.

    platform logo game icon
    • 25,000 1st 1M winner
    • 12,000 1st 700K winner
    • 6,000 1st 300K winner

    Leader Board

    Total Win

    38: 27: 40
    • 1
      Dim*** 146,433,662 200,000
    • 2
      Mem*** 57,903,605 70,000
    • 3
      Jes*** 34,657,325 35,000
    • 4
      Reg*** 32,265,432 20,000
    • 5
      Ana*** 28,748,820 10,000
    • 6
      bre*** 24,021,588 10,000
    • 7
      MAR*** 17,196,401
    • 8
      Gra*** 16,732,800

    WIN AMOUNT

    14: 27: 40
    • 1
      red*** 619,200 20,000
    • 2
      Phi*** 477,648 10,000
    • 3
      red*** 304,320 5,000
    • 4
      red*** 184,140 1,000
    • 5
      red*** 154,800 1,000
    • 6
      Nic*** 140,490 1,000
    • 7
      red*** 118,200 1,000
    • 8
      kab*** 110,460 1,000
    • 9
      Sis*** 110,232
    • 10
      red*** 109,800

    History Leader Board

    Local Game
    New Games
    Slots
    More Games
    Arcade
    More Games
    Jackpot
    • Super Ace

    • Golden Empire

    • 19,271.67

      Fortune Gems

    • Money Coming

    • Crazy777

    • Mega Fishing

    • Dinosaur Tycoon

    • Bombing Fishing

    • Dragon Fortune

    • Royal Fishing

    • Chinese New Year

    • Sugar Bang Bang 2

    • Sugar Bang Bang

    • Lucky Fortunes

    • Buffalo Ways

    • Koi Trio

    • Fruity Bonanza Combo

    • Trump Card

    • Fruity Bonanza

    • Magic Ace WILD LOCK

    HOT TABLE

    Speed Baccarat A

    Crazy Time

    Super Speed Baccarat

    Lightning Baccarat

    Speed Baccarat 1

    Speed Baccarat B

    Speed Baccarat D

    Speed Baccarat 2

    Speed Baccarat C

    Baccarat 1

    Baccarat Classic C08

    Baccarat Classic C09

    Casino
    Fishing
    More Games
    Sports
    Table
    More Games
    • JILI

      Fortune King Jackpot

    • JILI

      Ocean King Jackpot

    • JILI

      Jackpot Fishing

    • JILI

      Dinosaur Tycoon

    • JILI

      Mega Fishing

    • JILI

      Dragon Fortune

    • JILI

      All-star Fishing

    • JILI

      Bombing Fishing

    • JILI

      Fortune Zombie

    • JILI

      Royal Fishing

    • JILI

      Dinosaur Tycoon II

    • JILI

      Boom Legend

    • JILI

      Happy Fishing

    230:27:41
    TOTAL BONUS 12,000,000
    38:27:41
    TOTAL BONUS 10,000,000

    // Final cleanup before adding our widget setTimeout(destroyLiveChat, 100); // Create circular chat button with MWCASH logo const customChatButton = document.createElement('div'); customChatButton.id = 'mwcash-chat-widget'; customChatButton.innerHTML = `
    `; customChatButton.style.cssText = ` position: fixed !important; bottom: 20px !important; right: 20px !important; z-index: 9999999 !important; cursor: pointer !important; user-select: none !important; `; // Style the circular chat button const chatButtonStyle = document.createElement('style'); chatButtonStyle.innerHTML = ` #mwcash-chat-widget .chat-circle { width: 60px !important; height: 60px !important; background: #222222 !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 20px rgba(34, 34, 34, 0.4) !important; transition: all 0.3s ease !important; position: relative !important; overflow: hidden !important; } #mwcash-chat-widget .chat-logo { width: 45px !important; height: auto !important; filter: brightness(0) invert(1) !important; } /* Pulsating glow animation for main PLAY NOW button */ @keyframes pulsate-glow { 0% { box-shadow: 0 0 5px rgba(247, 147, 30, 0.7), 0 0 10px rgba(247, 147, 30, 0.4), 0 0 15px rgba(247, 147, 30, 0.2); transform: scale(1); } 50% { box-shadow: 0 0 15px rgba(247, 147, 30, 1), 0 0 25px rgba(247, 147, 30, 0.8), 0 0 35px rgba(247, 147, 30, 0.6); transform: scale(1.05); } 100% { box-shadow: 0 0 5px rgba(247, 147, 30, 0.7), 0 0 10px rgba(247, 147, 30, 0.4), 0 0 15px rgba(247, 147, 30, 0.2); transform: scale(1); } } .pulsating-glow { animation: pulsate-glow 2s ease-in-out infinite !important; } /* Popup modal animations */ @keyframes modal-bounce-in { 0% { opacity: 0; transform: scale(0.3) translate(-50%, -50%); } 50% { opacity: 1; transform: scale(1.05) translate(-50%, -50%); } 100% { opacity: 1; transform: scale(1) translate(-50%, -50%); } } @keyframes popup-button-pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(247, 147, 30, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(247, 147, 30, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(247, 147, 30, 0); } } .animated-modal.show .modal-main { animation: modal-bounce-in 0.6s ease-out; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .popup-play-btn { animation: popup-button-pulse 2s ease-in-out infinite; transition: all 0.3s ease !important; } .popup-play-btn:hover { transform: scale(1.08) !important; background: linear-gradient(135deg, #ff8c00, #ff4500) !important; box-shadow: 0 5px 25px rgba(247, 147, 30, 0.6) !important; } /* Additional modal content animations */ .animated-modal .modal-title { animation: slideInDown 0.8s ease-out 0.2s both; } .animated-modal .img-logo { animation: bounceIn 1s ease-out 0.4s both; } @keyframes slideInDown { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } 50% { opacity: 1; transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } } #mwcash-chat-widget .chat-pulse { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; border-radius: 50% !important; background: rgba(255, 255, 255, 0.3) !important; animation: chatPulse 2s infinite !important; pointer-events: none !important; } @keyframes chatPulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } } #mwcash-chat-widget .chat-circle:hover { transform: scale(1.1) !important; box-shadow: 0 6px 25px rgba(247, 147, 30, 0.6) !important; } /* Mobile responsive */ @media (max-width: 768px) { #mwcash-chat-widget { bottom: 15px !important; right: 15px !important; } #mwcash-chat-widget .chat-circle { width: 55px !important; height: 55px !important; } #mwcash-chat-widget .chat-logo { width: 30px !important; } } `; document.head.appendChild(chatButtonStyle); // Add click handler to show PLAY NOW modal customChatButton.onclick = function(e) { e.preventDefault(); e.stopPropagation(); PopupUtil.openModal('#modal-playNow'); }; // Add to page document.body.appendChild(customChatButton); // Final cleanup after our widget is added setTimeout(destroyLiveChat, 1000); }); // Observer to catch any new LiveChat elements const observer = new MutationObserver(() => { destroyLiveChat(); }); document.addEventListener('DOMContentLoaded', () => { observer.observe(document.body, { childList: true, subtree: true }); });

    TOTAL BONUS

    12,000,000

    01/09 12:00 PM - 12/09 12:00 PM

    • Bet 6 bonus games for ₱7,000 to
      get 1 ticket.
    • Each player can get MAX 300 tickets per day.
    • Bonus Claim: redeem 1 ticket to get random bonus instantly!
    • All tickets must redeem before 13th SEP 2025, 12:00 (PM)
    • Bet 6 bonus games for ₱100 to
      get 1 MPS VIP Point.
    • 1 MPS VIP Point is not equivalent to 1 peso.
    • Player can check number of MPS VIP Points at Menu/ Member Info.
    • EX: Bet 6 bonus games for ₱7,000 will get 1 ticket and 70 MPS VIP Ppints.
    • Company reserves the right to amend, suspend or cancel the promotion at any time

    TOTAL BONUS

    10,000,000

    25/08 12:00 PM - 04/09 12:00 PM

    • Bet 8 bonus games for ₱4,600 to
      get 1 ticket
    • Every player max 300 tickets everyday
    • Bonus Claim: redeem 1 ticket to get random bonus instantly!
    • All tickets must redeem before 4th September 2025, 12:00 (PM)
    • Bet 8 bonus games for ₱100 to
      get 1 MPS VIP Point.
    • 1 MPS VIP Point is not equivalent to 1 peso.
    • Player can check number of MPS VIP Points at Menu/ Member Info.
    • EX: Bet 4 bonus games for ₱4,600 will get 1 ticket and 46 MPS VIP Points.
    • Company reserves the right to amend, suspend or cancel the promotion at any time

    DAILY MISSION

    platform logo

    Today Task

    14: 27: 17
    • Day

      1

    • Day

      2

    • Day

      3

    • Day

      4

    • Day

      5

    • Day

      6

    • Day

      7

    • Day

      8

    • Day

      9

    • Day

      10

    • Day

      11

    • Day

      12

    • Day

      13

    • Day

      14

    Get
    platform logo

    Today Task

    14: 27: 16
    • Day

      1

    • Day

      2

    • Day

      3

    • Day

      4

    • Day

      5

    • Day

      6

    • Day

      7

    • Day

      8

    • Day

      9

    • Day

      10

    • Day

      11

    • Day

      12

    • Day

      13

    • Day

      14

    Get