ADVERTISEMENT

The Infinix GT 30 Pro makes FPS & MOBA easier and faster to play with all-day 120FPS, zero frame drops, & esports-level gaming specs

The all-new Infinix GT 30 Pro is here to get mobile gamers' Win Streak Mode on

Published Jun 22, 2025 12:02 am  |  Updated Jun 21, 2025 06:05 pm
Gaming is best experienced with the best visuals and the smoothest gameplay, ensuring you’re at the top of your game. This means you want a phone that can handle the most intense matches anywhere you go, putting you one step closer to victory.
Get your Win Streak Mode On with the new Infinix GT 30 Pro, the official MPL Philippines tournament phone. This is not only built to win, but to keep you winning and take you to the next level. Built for speed, performance and and precise control,
Here’s how the GT 30 Pro keeps your gaming performance to the max:
Full frames, faster loading, all game long
A sharp display and smooth frame rates give you a competitive edge, helping you stay on top of the action in real-time. Seamless download speeds also mean you can dive into games without lag or delay.
That’s why the Infinix GT 30 Pro is equipped with the All-Day 120FPS System, delivering fast loading and high-performance gameplay to keep you at your best, and also packs a 144Hz AMOLED display, capable of 1.5K quality viewing for gaming and streaming.
Backed by 24GB extended RAM, 512GB storage, and the latest LPDDR5X memory with UFS 4.0, the system ensures lightning-fast app launches, clean visuals, and fluid performance—so you can stay focused on the game, not the wait.
Playing for long hours is also possible with the Infinix GT 30 Pro’s Gaming Kit. It comes with a MagCharge Cooler, a wireless charger with a built-in cooling fan, and a MagCase. The former makes sure that you can have smooth, all-day 120FPS performance even after gaming for hours.
Keep your cool
The Infinix GT 30 Pro is powered by the MediaTek Dimensity 8350 Ultimate Gaming Chipset, built for high-performance gaming. It’s paired with Infinix’s advanced 3D Vapor Cloud Chamber Cooling (3DVCC) system, which keeps the phone cool and stable even during long, intense sessions. Together, they deliver smooth, reliable gameplay without overheating or performance drops.
Console-level control
The Infinix GT 30 Pro features the GT Trigger—a unique control system designed for console-like responsiveness. It delivers fast, precise input for high-paced FPS action and adds extra commands for greater control in MOBA games.
Beyond gaming, the GT Trigger can also be used for quick photo snaps and enhanced control in other apps. Whether you're deep in gameplay or managing tasks on the go, it adds an extra layer of functionality exactly when you need it.
Flash with purpose
The Infinix GT 30 Pro also features Mechanical Light Waves—an intelligent, reactive lighting system with over 20 dynamic effects. Whether you're receiving notifications, syncing to music, or reacting to in-game actions, these light waves add a layer of immersion and style, letting you play and stand out at the same time.
With speed, control, and top performance, the Infinix GT 30 Pro is a phone built to help you keep winning.
Infinix GT 30 Pro (Shadow Ash & Blade White)
256+16: P13,999
512+24: P15,999
Infinix GT 30 Pro Gaming Master Edition (Dark Flare)
256+16: P14,999
512+24: P16,999
Don’t miss the official launch of the all-new Infinix GT 30 Pro on June 23 at 8 PM via the Infinix Philippines Facebook and TikTok pages. Tune in to Shopee, Lazada, and TikTok Shop at 9 PM to enjoy up to ₱2,000 off, score a FREE Gaming Kit, and unlock exclusive deals. This is a limited-time offer. Get your win streak mode on!
The new XPAD GT is also available for P17,999 via Shopee, Lazada, and TikTok Shop.
Learn more about the Infinix GT 30 Pro via the official Infinix website and Facebook page.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.