window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.mantrimallapk.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
var breeze_prefetch = {"local_url":"https:\/\/www.mantrimallapk.com","ignore_remote_prefetch":"1","ignore_list":["\/wp-admin\/"]};
https://www.mantrimallapk.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://www.mantrimallapk.com/wp-includes/js/jquery/jquery.min.js
https://www.mantrimallapk.com/wp-includes/js/jquery/jquery-migrate.min.js
var image_save_msg='You are not allowed to save images!';
var no_menu_msg='Context Menu disabled!';
var smessage = "";function disableEnterKey(e)
{
var elemtype = e.target.tagName;
elemtype = elemtype.toUpperCase();
if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
{
elemtype = 'TEXT';
}
if (e.ctrlKey){
var key;
if(window.event)
key = window.event.keyCode; //IE
else
key = e.which; //firefox (97)
//if (key != 17) alert(key);
if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85 || key == 86 || key == 83 || key == 43 || key == 73))
{
if(wccp_free_iscontenteditable(e)) return true;
show_wpcp_message('You are not allowed to copy content or view source');
return false;
}else
return true;
}
}/*For contenteditable tags*/
function wccp_free_iscontenteditable(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var target = e.target || e.srcElement;var elemtype = e.target.nodeName;
elemtype = elemtype.toUpperCase();
var iscontenteditable = "false";
if(typeof target.getAttribute!="undefined" ) iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
var iscontenteditable2 = false;
if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as booleanif(target.parentElement.isContentEditable) iscontenteditable2 = true;
if (iscontenteditable == "true" || iscontenteditable2 == true)
{
if(typeof target.style!="undefined" ) target.style.cursor = "text";
return true;
}
}////////////////////////////////////
function disable_copy(e)
{
var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
var elemtype = e.target.tagName;
elemtype = elemtype.toUpperCase();
if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
{
elemtype = 'TEXT';
}
if(wccp_free_iscontenteditable(e)) return true;
var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
var checker_IMG = '';
if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
if (elemtype != "TEXT")
{
if (smessage !== "" && e.detail == 2)
show_wpcp_message(smessage);
if (isSafari)
return true;
else
return false;
}
}//////////////////////////////////////////
function disable_copy_ie()
{
var e = e || window.event;
var elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(wccp_free_iscontenteditable(e)) return true;
if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
{
return false;
}
}
function reEnable()
{
return true;
}
document.onkeydown = disableEnterKey;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
document.onmousedown = disable_copy;
document.onclick = reEnable;
}
function disableSelection(target)
{
//For IE This code will work
if (typeof target.onselectstart!="undefined")
target.onselectstart = disable_copy_ie;
//For Firefox This code will work
else if (typeof target.style.MozUserSelect!="undefined")
{target.style.MozUserSelect="none";}
//All other (ie: Opera) This code will work
else
target.onmousedown=function(){return false}
target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};//////////////////special for safari Start////////////////
var onlongtouch;
var timer;
var touchduration = 1000; //length of time we want the user to touch before we do somethingvar elemtype = "";
function touchstart(e) {
var e = e || window.event;
// also there is no e.target property in IE.
// instead IE uses window.event.srcElement
var target = e.target || e.srcElement;
elemtype = window.event.srcElement.nodeName;
elemtype = elemtype.toUpperCase();
if(!wccp_pro_is_passive()) e.preventDefault();
if (!timer) {
timer = setTimeout(onlongtouch, touchduration);
}
}function touchend() {
//stops short touches from firing the event
if (timer) {
clearTimeout(timer);
timer = null;
}
onlongtouch();
}onlongtouch = function(e) { //this will clear the current selection if anything selected
if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED" && elemtype != "OPTION")
{
if (window.getSelection) {
if (window.getSelection().empty) { // Chrome
window.getSelection().empty();
} else if (window.getSelection().removeAllRanges) { // Firefox
window.getSelection().removeAllRanges();
}
} else if (document.selection) { // IE?
document.selection.empty();
}
return false;
}
};document.addEventListener("DOMContentLoaded", function(event) {
window.addEventListener("touchstart", touchstart, false);
window.addEventListener("touchend", touchend, false);
});function wccp_pro_is_passive() {var cold = false,
hike = function() {};try {
const object1 = {};
var aid = Object.defineProperty(object1, 'passive', {
get() {cold = true}
});
window.addEventListener('test', hike, aid);
window.removeEventListener('test', hike, aid);
} catch (e) {}return cold;
}
/*special for safari End*/
document.ondragstart = function() { return false;}
function nocontext(e) {
return false;
}
document.oncontextmenu = nocontext;
var e = document.getElementsByTagName('body')[0];
if(e)
{
e.setAttribute('unselectable',"on");
}
Skip to contentMantri Mall App Registration
You have to register yourself first using your Mobile Number and OTP received on your Mobile Number You can Register on Mantri Mall. On registration you will get Rs 1000 Free Bonus. Download Now सबसे पहले आपको MantriMall App पर रजिस्टर करना होगा। आपको अपना मोबाईल नंबर डालना होगा उसके बाद आप OTP डालकर रजिस्टर कर सकते हैं। |
Download Mantri Mall App
After Registration You can Download Mantri Mall Apk from the below link. Here you can download new latest version APK and updated version. Mantri Mall App is real game where users can earn real money. रेजिस्ट्रैशन के बाद आप अपने फोन में नीचे दिए गए बटन से MantriMall App डाउनलोड कर सकते हैं। यह App सबसे Latest है और इसका size 3.7 MB है |
Download App
Mantri Mall Apk Download
As MantriMall Game involves betting of Money so You can’t find the App on Google Play Store and iOS Store. You have to download from the link given here. After registration we have guided you here, How you can download and Install MantriMall Apk. |
Mantri Mall App Login
After Successful registration at Mantri Mall App you have to login at mantrigame so that you can access your account and play games. You have to use your mobile number and password which you made while registering at app. You can use below login button to get into your account. Login |
Mantri Mall 2023 Latest Version APK
Mantri Mall App is not available on Google Play Store and iOS. So you have to first download APK version of Mantrigame and then install it in your device. APK version is just 5 MB in Size and 100 percent secure and reliable app. You can download the Mantri Mall Latest Version APK from MantriMallapk.com. |
Mantri Mall App Telegram Link
If you want to earn more and get right prediction for the parity game then you must join Mantri Mall Telegram Group from below link. This Telegram group will help you to win more and get all the latest updates about the app. Here you will get the real time predictions in parity game which are accurate to the great extent. These predictions are provided for free, so you must join it. Join Telegram |
About Mantri Mall App

App Name | Mantri Mall |
Version | 6.3.1 |
Size | 3.7 MB |
Total Downloads | 100K |
Total Games | 4 |
Download Link | Click Here |
Alternate App | FieWin App |
Registeration Process on MantriMall App |
Before playing games on the MantriMall you have to first register yourself on the app using Your Mobile Number and OTP sent to your mobile number. Below are some really helpful steps which you can use to register on MantriMall Apk. 1) Click On the Register Button Given above or you can click here 2) Now Enter Your Mobile Number. 3) Click on the OTP Button. 4) Enter the OTP received on Your Phone. 5) Now Chose a strong password. 6) You will get the Referral Code automatic when you click on the link and button. |
Mantri Mall APK Download Process |
You can download MantriMall once your Registration is over. We have discuss the MantriMall apk download process in detail. App size is 3.7 MB and you cannot find it on Google Play Store. 1) After Registration, Click on the My Button in Bottom Menu. 2) Now Click on App Download Button. 3) Downloading will start and Google Will warn you to download app, you can ignore the warning as this is not harmful app. 4) Once the downloading is finished you can install it in your mobile device. |
Mantri Mall App Features |
As we know there are many apps similar to that of MantriMall are present in the market. But MantriMall is one of the best app where you can play games and earn money. Here are some of the best MantriMall features. - Simple and exciting games.
- User friendly interface
- High Level of security
- Refer and Earn Money Method
- Cash deposition/withdrawal method is simple and easy
- Multiple games
|
Mantri Mall Apk Color Prediction |
Basically Games and earning method in MantriMall all depends on the Right color prediction. There are three colors, Green, Violet and Red. If you select Red Color and red Color appears in the result then you will get the 1.8 times the money. Same is with Green and Violet where you get 2 and 4.8 times multiplier respectively. If talk about the Right color prediction strategy of predicting right color then Boldly speaking there is no such method exist and anyone claiming such method is fake. If someone is trying to manipulate you and trying to give you color prediction service and asking you for the money then please ignore him. |
MantriMall App Refer and Earn |
One of the best promotional strategy of online earning apps is that they provide Refer Money to the one who promotes their app. Likewise MantriMall App also provides Promotional Money to the users. It provides 3 Percent commission if the invitee plays and deposit some amount of cash in their account. |
MantriMall Apk: FAQs
Q.1 Mantri Mall App Real or Fake? |
Mantri Mall is 100 Percent Legal and Real App where you can play and earn money which can be withdrawn in your bank accounts. This app is trusted and used by many users so Mantri Mall is completely authentic. |
Q.2 How to download Mantri Mall App? |
As we know MantriMall is not available on Google Play Store and iOS store. You have to download it’s apk version and then install in your device. You may feel difficulty in downloading and installing it in your device, so here are some steps which you can follow to download MantriMall Apk. 1) First You need to register MantriMall by using the above button. 2) Once logged in Click on the My Button. 3) Now Chose Download Button from the Options, as you can see in below picture. 
4) You can install the downloaded File in your device. |
Q.3 How we can earn Money In Mantri Mall APK? |
As we know Mantri Mall is app where you can play different games and earn money through them. Money won can be easily withdrawn in bank accounts or Paytm account. But playing games is not only method which you can use to play games at Mantri Mall. But there is one more way of getting money from Mantri Mall App. This method is call App promotion. When you share your app with friends or other people and they play games. Then you get some amount of money as a commission rate. So more you promote the app, more you will earn from Mantri Mall. You can share app on various Social Media Platforms like What’sApp, Facebook, Twitter, Instagram or Telegram, so that more number of people can download the games from your link. To promote the app and to get the app link follow precise steps mentioned below. 1) Click on the My Button from bottom Menu. 2) Now Select the Promotion Option 3) Now Copy the Link 4) Share it on different platforms to get more referrals. |
Q.4 How to Predict Color in Mantri Mall? |
Games in Mantri Mall are depend on color prediction and one who master the arts of this can earn really huge money daily from Mantri Mall and some people use some kind of tips and tricks to predict the right color. If we talk about the Color Prediction trick then we will suggest you to carefully watch the trend of previous drawn colors. So try to figure out the right color using previous trends. This trick need high level of patience as people are very much excited to gain money and this excitement sometimes results in huge loss. |
Q.5 How Many Games are there in Mantri Mall App? |
There is only one game in Mantri Mall and that is Color Prediction but there are different types of color prediction games. You can also play these games on Yoswin website- Fast Parity
- Sapre
- Bcone
- Emerd
|
Q.6 How to Withdraw Money from Mantri Mall App? |
This is perhaps most important query of the people that how to withdraw the won amount of money in their bank accounts. But let us tell you that you can get your money in account very easily. Here some precise steps to get the desired results. 1) Click on the My Button from the Bottom Menu. 2) Now chose the Wallet Option. 3) Click on the Withdraw Option from the drop down Menu. 5) Now You have to option to withdraw your Money, One is UPI and other is Bank Account. 6) Enter your details and Click on save button. 7) Now Enter your the amount you want to withdraw from MantriMall. 8) Now click on the Withdraw and money will be credited to your account. |
Q.7 How Much money we can withdraw from Mantri Mall? |
You need to have at least 230 Rupees in your wallet to withdraw money. If we talk about the maximum amount then there is no such limit is set by MantriMall App. You can withdraw complete money which is in your account. 30 Rupees are charged for every Transaction as a tax. |
Q.8 How to Recharge in Mantri Mall Apk? |
You need to have money in your account in order to play games. Follow below steps to get your account recharged easily. 1) Click on the Wallet Button in My Section. 2) Now Chose Recharge Option from the Drop Down Menu. 3) Enter the amount you want to deposit in your account. 4) Now Chose the Method of transaction from the given options. 5) Now Click On Recharge Button. 6) Enter your Name, Mobile and Email Id and Click on Continue Button. 7) Now Open your Payment Method and Complete the Recharge. 8) Wait for the one minute time to amount to credit in your account. |
error:
var timeout_result;
function show_wpcp_message(smessage)
{
if (smessage !== "")
{
var smessage_text = '<span>Alert: </span>'+smessage;
document.getElementById("wpcp-error-message").innerHTML = smessage_text;
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme";
clearTimeout(timeout_result);
timeout_result = setTimeout(hide_message, 3000);
}
}
function hide_message()
{
document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
}
!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();
var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"};
https://www.mantrimallapk.com/wp-content/themes/generatepress/assets/js/menu.min.js
_stq = window._stq || [];
_stq.push([ "view", {v:'ext',blog:'208302147',post:'29',tz:'5.5',srv:'www.mantrimallapk.com',j:'1:12.8.1'} ]);
_stq.push([ "clickTrackerInit", "208302147", "29" ]);
https://www.mantrimallapk.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js
https://www.mantrimallapk.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js
https://www.mantrimallapk.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js
https://www.mantrimallapk.com/wp-includes/js/jquery/ui/core.min.js
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.17.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"landing-pages":true},"urls":{"assets":"https:\/\/www.mantrimallapk.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":29,"title":"MantriMall%20Android%20App%20Download%20%7C%20Get%20Free%20%E2%82%B9500%20Free%20Bonus","excerpt":"","featuredImage":false}};
https://www.mantrimallapk.com/wp-content/plugins/elementor/assets/js/frontend.min.js