www.meplay.com Open in urlscan Pro
137.184.248.179  Public Scan

URL: https://www.meplay.com/en/yalla-168000-diamonds-2563?srsltid=AfmBOorycYqNsUiA5HETV2nleDhy62v-_kafkx3W2bRmfqjN7x7u6hjX
Submission: On October 31 via api from ES — Scanned from SG

Form analysis 3 forms found in the DOM

GET https://www.meplay.com/en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.meplay.com/en/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.meplay.com/en/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWVwbGF5LmNvbS9lbi95YWxsYS0xNjgwMDAtZGlhbW9uZHMtMjU2Mz9zcnNsdGlkPUFmbUJPb3J5Y1lxTnNVaUE1SEVUVjJubGVEaHk2MnYtX2thZmt4M1cyYlJtZnFqTjd4N3U2aGpY/product/7059/

<form data-product-sku="MP2_YALALUDODIAM300_2563"
  action="https://www.meplay.com/en/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWVwbGF5LmNvbS9lbi95YWxsYS0xNjgwMDAtZGlhbW9uZHMtMjU2Mz9zcnNsdGlkPUFmbUJPb3J5Y1lxTnNVaUE1SEVUVjJubGVEaHk2MnYtX2thZmt4M1cyYlJtZnFqTjd4N3U2aGpY/product/7059/" method="post"
  id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="7059">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="7059">
  <input name="form_key" type="hidden" value="clsAV8H0JbfiA5gl">
  <script>
    require(['jquery'], function($) {
      $(document).ready(function() {
        $('.border-0.decrement').click(function(event) {
          $qty = $('#qty').val();
          event.preventDefault();
          if ($qty > 1) $('#qty').val(--$qty);
        });
        $('.border-0.increment').click(function(event) {
          $qty = $('#qty').val();
          event.preventDefault();
          $('#qty').val(++$qty);
        });
      });
    });
  </script>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-9ccpjzxfwar5" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdH9r8ZAAAAAM-ihbGHCJIZBzhYrmZX119gW2MT&amp;co=aHR0cHM6Ly93d3cubWVwbGF5LmNvbTo0NDM.&amp;hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=a2gzibioll6q"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.meplay.com/en/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

We use cookies to make your experience better. To comply with the new e-Privacy
directive, we need to ask for your consent to set the cookies. Learn more.

Allow Cookies
Search
Search

Search
عربى
Currency
USD
 * EGP
 * SAR
 * TRY
 * AED

Skip to Content
My Cart
My Cart
Close






My Account
 * My Account
 * Sign In
 * Sign Up

 * PlayStation
   * UAE PlayStation
   * KSA PlayStation
   * Bahrain Playstation
   * Oman PlayStation
   * Kuwait PlayStation
   * Qatar PlayStation
   * Lebanon PlayStation
 * Xbox
   * GCC Xbox Gift Cards
   * USA Xbox Gift Cards
 * Razer Gold
 * Steam
   * Steam UAE
   * Steam KSA
   * Steam Kuwait
   * Steam South Africa
   * Steam Qatar
   * Steam Oman
 * PUBG Mobile
 * Free Fire
 * iTunes
   * iTunes USA Gift Cards
   * iTunes France Gift Cards
   * iTunes UK Gift Cards
   * iTunes UAE Gift cards
   * iTunes KSA Gift cards
 * EA SPORTS FC

Account

Settings
عربى
Currency
USD
 * EGP
 * SAR
 * TRY
 * AED

 * Home
 * Yalla 168000 Diamonds

Skip to the end of the images gallery

Skip to the beginning of the images gallery
$300.00
Out of stock



YALLA 168000 DIAMONDS

SKU MP2_YALALUDODIAM300_2563

Real-time voice chat

Talk with players via voice chat at any time, meet new friends, and enjoy the
game!

 

Various game modes

Ludo includes two modes: 2&4 Players mode, Team mode. Each mode has four
gameplays: Classic, Master, Quick, and Magic.

Domino: Draw Game and All Five

 

Play with friends easily

Private rooms and local rooms enable you to play with buddies either online or
offline. Come and have fun in games together!

 

Group Voice Chat for Gamers

The chat room allows you to meet more gamers from all over the world and
exchange ideas about games.

You can also invite friends or others to play Ludo & Domino via this group chat.

 

Let’s enjoy a happy time in Yalla Ludo!

Redemption Instructions

How to Redeem Yalla Ludo Credit:

 1. Locate the 12-digit PIN code.
 2. Go to yallapay.live/home through any internet browser on your PC or
    Smartphone.
 3. Enter the Yalla Ludo ID of the account you want to recharge.
 4. Choose the Recharge Amount that matches your Gift Card’s value.
 5. Enter your Gift Card’s 12-digit PIN code in the box shown.

6.Click Redeem. And Enjoy!

Terms & Conditions

T&C applied

Reviews
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account
Always here to help. Reach out to us through any of these support channels
EMAIL SUPPORT support@meplay.com
   
 * PlayStation Gift Cards
 * Steam Gift Cards
 * Xbox Gift Cards

 * Razer Gold
 * Valorant Points VP
 * Nintendo eShop
 * PUBG Mobile UC

 * FAQ
 * Contact Us
 * Privacy Policy
 * Terms and Conditions

ABOUT MEPLAY

meplay is a leading online retailer and authorised distributor of content,
digital wallet top-ups, and gift cards from the world’s most famous stores. We
believe that our customers deserve the highest level of products and services
that we can provide. We feature instant delivery via email or direct upload of
all codes for video game cards, apps, music, movies, TV, etc..

Copyright @ DEVCO FZ LLC 2023
meplay is a trading name of DEVCO FZ. LLC, (Registration No. 1344/2011),
Fujairah, United Arab Emirates.
About us | Terms & Conditions | Privacy Policy
Copyrights @Devco FZ LLC ©2011 - 2023


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?