https://nullsbrawl.gg/en/

Eingereichte URL:
https://nullsbrawl.gg/en/
Bericht beendet:

JavaScript-Variablen · 7 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
hrefundefined
wpml_cookiesobject
kk_star_ratingsobject
generatepressMenuobject

Konsolenprotokoll-Meldungen · 0 gefunden

HTML

<!DOCTYPE html><html lang="en-US" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
		<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel="alternate" hreflang="en" href="https://nullsbrawl.gg/en/">
<link rel="alternate" hreflang="tr" href="https://nullsbrawl.gg/">
<link rel="alternate" hreflang="de" href="https://nullsbrawl.gg/de/">
<link rel="alternate" hreflang="pt-br" href="https://nullsbrawl.gg/pt-br/">
<link rel="alternate" hreflang="ru" href="https://nullsbrawl.gg/ru/">
<link rel="alternate" hreflang="es" href="https://nullsbrawl.gg/es/">
<link rel="alternate" hreflang="x-default" href="https://nullsbrawl.gg/">
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SoftwareApplication",
      "name": "Nulls Brawl",
      "operatingSystem": "ANDROID",
      "applicationCategory": "https://schema.org/GameApplication",
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "ratingCount": "5507"
      },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "description": "Nulls Brawl is a private server of Brawl Stars with unlocked features and characters",
      "applicationSubCategory": "Action Game",
      "inLanguage": "en-US"
    },
    {
      "@type": "WebPage",
      "name": "Nulls Brawl - Download Latest Version",
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          "title",
          "meta[name='description']"
        ]
      },
      "url": "https://nullsbrawl.gg/"
    }
  ]
}
</script>
<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
<title>Null’s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl</title>
<meta name="description" content="Null's Brawls: It is the best private server of Brawl Stars which provides unlimited gems and coins. Null's Brawl has also unlocked brawlers along with their">
<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
<link rel="canonical" href="https://nullsbrawl.gg/en/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Null’s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl">
<meta property="og:description" content="Null's Brawls: It is the best private server of Brawl Stars which provides unlimited gems and coins. Null's Brawl has also unlocked brawlers along with their">
<meta property="og:url" content="https://nullsbrawl.gg/en/">
<meta property="og:site_name" content="Null\'s Brawl">
<meta property="og:image" content="https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-Install-Nulls-Brawl-APK.jpg">
<meta property="og:image:secure_url" content="https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-Install-Nulls-Brawl-APK.jpg">
<meta property="og:image:width" content="1025">
<meta property="og:image:height" content="576">
<meta property="og:image:alt" content="nulls brawl">
<meta property="og:image:type" content="image/jpeg">
<meta property="article:published_time" content="2024-11-28T07:13:01+00:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Null’s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl">
<meta name="twitter:description" content="Null's Brawls: It is the best private server of Brawl Stars which provides unlimited gems and coins. Null's Brawl has also unlocked brawlers along with their">
<meta name="twitter:image" content="https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-Install-Nulls-Brawl-APK.jpg">
<meta name="twitter:label1" content="Written by">
<meta name="twitter:data1" content="admin">
<meta name="twitter:label2" content="Time to read">
<meta name="twitter:data2" content="9 minutes">
<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://nullsbrawl.gg/en/#person/","name":"Null\\'s Brawl","logo":{"@type":"ImageObject","@id":"https://nullsbrawl.gg/en/#logo/","url":"https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.png","contentUrl":"https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.png","caption":"Null\\'s Brawl","inLanguage":"en-US","width":"512","height":"512"},"image":{"@type":"ImageObject","@id":"https://nullsbrawl.gg/en/#logo/","url":"https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.png","contentUrl":"https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.png","caption":"Null\\'s Brawl","inLanguage":"en-US","width":"512","height":"512"}},{"@type":"WebSite","@id":"https://nullsbrawl.gg/en/#website/","url":"https://nullsbrawl.gg/en/","name":"Null\\'s Brawl","alternateName":"Nulls Brawl","publisher":{"@id":"https://nullsbrawl.gg/en/#person/"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://nullsbrawl.gg/en/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg","url":"https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://nullsbrawl.gg/en/#webpage","url":"https://nullsbrawl.gg/en/","name":"Null\u2019s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl","datePublished":"2024-11-28T07:13:01+00:00","dateModified":"2024-11-28T07:13:01+00:00","about":{"@id":"https://nullsbrawl.gg/en/#person/"},"isPartOf":{"@id":"https://nullsbrawl.gg/en/#website/"},"primaryImageOfPage":{"@id":"https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://nullsbrawl.gg/en/author/admin/","name":"admin","url":"https://nullsbrawl.gg/en/author/admin/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/56ca351cfaa66c67d12547f2d0939025?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/56ca351cfaa66c67d12547f2d0939025?s=96&amp;d=mm&amp;r=g","caption":"admin","inLanguage":"en-US"},"sameAs":["https://nullsbrawl.gg"]},{"@type":"Article","headline":"Null\u2019s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl","keywords":"null's brawl,Null\u2019s Brawl APK Download,Null's Brawl Features,Nulls brawl,Download Nulls Brawl APK","datePublished":"2024-11-28T07:13:01+00:00","dateModified":"2024-11-28T07:13:01+00:00","author":{"@id":"https://nullsbrawl.gg/en/author/admin/","name":"admin"},"publisher":{"@id":"https://nullsbrawl.gg/en/#person/"},"description":"Null&#039;s Brawls: It is the best private server of Brawl Stars which provides unlimited gems and coins. Null&#039;s Brawl has also unlocked brawlers along with their","name":"Null\u2019s Brawl APK Download [OFFICIAL] v58.279 Latest Version - Nulls Brawl","@id":"https://nullsbrawl.gg/en/#richSnippet","isPartOf":{"@id":"https://nullsbrawl.gg/en/#webpage"},"image":{"@id":"https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://nullsbrawl.gg/en/#webpage"}}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel="dns-prefetch" href="//www.googletagmanager.com">
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com">
<link rel="alternate" type="application/rss+xml" title="Nulls Brawl » Feed" href="https://nullsbrawl.gg/en/feed/">
<link rel="alternate" type="application/rss+xml" title="Nulls Brawl » Comments Feed" href="https://nullsbrawl.gg/en/comments/feed/">
<script type="rocketlazyloadscript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/nullsbrawl.gg\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.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,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}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);
</script>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel="stylesheet" id="wp-block-library-css" href="https://nullsbrawl.gg/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1" media="all">
<link rel="stylesheet" id="quads-style-css-css" href="https://nullsbrawl.gg/wp-content/plugins/quick-adsense-reloaded/includes/gutenberg/dist/blocks.style.build.css?ver=2.0.85" media="all">
<style id="rank-math-toc-block-style-inline-css">
.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item}

</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--contrast: var(--contrast);--wp--preset--color--contrast-2: var(--contrast-2);--wp--preset--color--contrast-3: var(--contrast-3);--wp--preset--color--base: var(--base);--wp--preset--color--base-2: var(--base-2);--wp--preset--color--base-3: var(--base-3);--wp--preset--color--accent: var(--accent);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="wpml-blocks-css" href="https://nullsbrawl.gg/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=1733128513" media="all">
<link rel="stylesheet" id="kk-star-ratings-css" href="https://nullsbrawl.gg/wp-content/plugins/kk-star-ratings/src/core/public/css/kk-star-ratings.min.css?ver=5.4.8" media="all">
<link rel="stylesheet" id="generate-style-css" href="https://nullsbrawl.gg/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.5.1" media="all">
<style id="generate-style-inline-css">
body{background-color:var(--base-2);color:var(--contrast);}a{color:var(--accent);}a{text-decoration:underline;}.entry-title a, .site-branding a, a.button, .wp-block-button__link, .main-navigation a{text-decoration:none;}a:hover, a:focus, a:active{color:var(--contrast);}.wp-block-group__inner-container{max-width:1200px;margin-left:auto;margin-right:auto;}.site-header .header-image{width:30px;}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#1e73be;}:root .has-contrast-color{color:var(--contrast);}:root .has-contrast-background-color{background-color:var(--contrast);}:root .has-contrast-2-color{color:var(--contrast-2);}:root .has-contrast-2-background-color{background-color:var(--contrast-2);}:root .has-contrast-3-color{color:var(--contrast-3);}:root .has-contrast-3-background-color{background-color:var(--contrast-3);}:root .has-base-color{color:var(--base);}:root .has-base-background-color{background-color:var(--base);}:root .has-base-2-color{color:var(--base-2);}:root .has-base-2-background-color{background-color:var(--base-2);}:root .has-base-3-color{color:var(--base-3);}:root .has-base-3-background-color{background-color:var(--base-3);}:root .has-accent-color{color:var(--accent);}:root .has-accent-background-color{background-color:var(--accent);}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:rgba(6,153,97,0.64);}.main-title a,.main-title a:hover{color:var(--base-3);}.site-description{color:var(--contrast-2);}.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:hover,.mobile-menu-control-wrapper .menu-toggle:focus,.has-inline-mobile-toggle #site-navigation.toggled{background-color:rgba(0, 0, 0, 0.02);}.main-navigation,.main-navigation ul ul{background-color:rgba(6,153,97,0.64);}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:var(--base-3);}.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:var(--accent);}button.menu-toggle:hover,button.menu-toggle:focus{color:var(--base-3);}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:var(--accent);}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:var(--accent);}.main-navigation ul ul{background-color:var(--base);}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:var(--base-3);}.entry-title a{color:var(--contrast);}.entry-title a:hover{color:var(--contrast-2);}.entry-meta{color:var(--contrast-2);}.sidebar .widget{background-color:var(--base-3);}.footer-widgets{background-color:var(--base-3);}.site-info{background-color:var(--base-3);}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:var(--contrast);background-color:var(--base-2);border-color:var(--base);}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:var(--contrast);background-color:var(--base-2);border-color:var(--contrast-3);}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#55555e;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f4047;}a.generate-back-to-top{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0,0,0,0.2);}@media (max-width: 768px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:var(--base-3);}}.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px;}.site-main .wp-block-group__inner-container{padding:40px;}.separate-containers .paging-navigation{padding-top:20px;padding-bottom:20px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-40px;width:calc(100% + 80px);max-width:calc(100% + 80px);}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:30px;}.site-main .wp-block-group__inner-container{padding:30px;}.inside-top-bar{padding-right:30px;padding-left:30px;}.inside-header{padding-right:30px;padding-left:30px;}.widget-area .widget{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.footer-widgets-container{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.inside-site-info{padding-right:30px;padding-left:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}.one-container .site-main .paging-navigation{margin-bottom:20px;}}/* End cached CSS */.is-right-sidebar{width:30%;}.is-left-sidebar{width:30%;}.site-content .content-area{width:100%;}@media (max-width: 768px){.main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,.has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav){display:none;}.nav-align-right .inside-navigation,.nav-align-center .inside-navigation{justify-content:space-between;}}
.dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;}
</style>
<link rel="stylesheet" id="generate-child-css" href="https://nullsbrawl.gg/wp-content/themes/generatepress_child/style.css?ver=1732884339" media="all">
<link data-minify="1" rel="stylesheet" id="generateblocks-css" href="https://nullsbrawl.gg/wp-content/cache/min/1/wp-content/uploads/generateblocks/style-67.css?ver=1733130669" media="all">
<link rel="stylesheet" id="generate-navigation-branding-css" href="https://nullsbrawl.gg/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css?ver=2.4.1" media="all">
<style id="generate-navigation-branding-inline-css">
@media (max-width: 768px){.site-header, #site-navigation, #sticky-navigation{display:none !important;opacity:0.0;}#mobile-header{display:block !important;width:100% !important;}#mobile-header .main-nav > ul{display:none;}#mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items{display:block;}#mobile-header .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}}.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container){padding:0px 40px 0px 40px;}.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px;}.navigation-branding img, .site-logo.mobile-header-logo img{height:60px;width:auto;}.navigation-branding .main-title{line-height:60px;}@media (max-width: 768px){.main-navigation.has-branding.nav-align-center .menu-bar-items, .main-navigation.has-sticky-branding.navigation-stick.nav-align-center .menu-bar-items{margin-left:auto;}.navigation-branding{margin-right:auto;margin-left:10px;}.navigation-branding .main-title, .mobile-header-navigation .site-logo{margin-left:10px;}.main-navigation.has-branding .inside-navigation.grid-container{padding:0px;}}
</style>
<script id="wpml-cookie-js-extra">
var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://nullsbrawl.gg/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1733128513" id="wpml-cookie-js" defer="" data-wp-strategy="defer"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-NGP3THXX" id="google_gtagjs-js" async=""></script>
<script type="rocketlazyloadscript" id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["nullsbrawl.gg"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-NGP3THXX");
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://nullsbrawl.gg/en/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://nullsbrawl.gg/en/wp-json/wp/v2/pages/67"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://nullsbrawl.gg/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.7.1">
<link rel="shortlink" href="https://nullsbrawl.gg/en/">
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://nullsbrawl.gg/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnullsbrawl.gg%2Fen%2F">
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://nullsbrawl.gg/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fnullsbrawl.gg%2Fen%2F&amp;format=xml">
<meta name="generator" content="WPML ver:4.6.10 stt:1,3,42,45,2,53;">
<meta name="generator" content="Site Kit by Google 1.137.0"><!-- HFCM by 99 Robots - Snippet # 1: Adsense Spinppet -->
<script type="rocketlazyloadscript" async="" data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5080522887228350" crossorigin="anonymous"></script>
<!-- /end HFCM by 99 Robots -->
<script type="rocketlazyloadscript">document.cookie = 'quads_browser_width='+screen.width;</script>
<!-- Google AdSense meta tags added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense meta tags added by Site Kit -->

<!-- Google AdSense snippet added by Site Kit -->
<script type="rocketlazyloadscript" async="" data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5080522887228350&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script>

<!-- End Google AdSense snippet added by Site Kit -->
<link rel="icon" href="https://nullsbrawl.gg/wp-content/uploads/2024/10/cropped-nulls-brawl-gg-32x32.png" sizes="32x32">
<link rel="icon" href="https://nullsbrawl.gg/wp-content/uploads/2024/10/cropped-nulls-brawl-gg-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://nullsbrawl.gg/wp-content/uploads/2024/10/cropped-nulls-brawl-gg-180x180.png">
<meta name="msapplication-TileImage" content="https://nullsbrawl.gg/wp-content/uploads/2024/10/cropped-nulls-brawl-gg-270x270.png">
		<style id="wp-custom-css">
			@media (max-width: 1024px) {
    .main-navigation .menu-bar-items ul {
        display: block;
    }
    .menu-bar-items .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
        margin-bottom: 0;
    }
}


/* Option 14: Modern and centered */
h2, h3 {
  font-family: 'Poppins', sans-serif;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h2::before,
h2::after,
h3::before,
h3::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #4caf50;
  margin: 0 10px;
}

h3::before,
h3::after {
  background-color: #9c27b0;
}

/* Option 5: Advanced modern with gradient */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

th, td {
  padding: 15px;
  text-align: left;
}

th {
  background: linear-gradient(135deg, #ff0084, #9c27b0);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #ff9f00, #ff0084);
}

tr:nth-child(even) {
  background-color: #f3e5f5;
}

tr:hover {
  background-color: #e1bee7;
}

td {
  border-bottom: 1px solid #ddd;
  color: #333;
  transition: background-color 0.3s;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}		</style>
		</head>

<body class="home page-template-default page page-id-67 wp-custom-logo wp-embed-responsive post-image-aligned-center sticky-menu-fade mobile-header no-sidebar nav-below-header separate-containers header-aligned-left dropdown-hover" itemtype="https://schema.org/WebPage" itemscope="">
	<a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a>		<nav id="mobile-header" itemtype="https://schema.org/SiteNavigationElement" itemscope="" class="main-navigation mobile-header-navigation has-branding has-menu-bar-items">
			<div class="inside-navigation grid-container grid-parent">
				<div class="navigation-branding"><p class="main-title" itemprop="headline">
							<a href="https://nullsbrawl.gg/en/" rel="home">
								Nulls Brawl
							</a>
						</p></div>					<button class="menu-toggle" aria-controls="mobile-menu" aria-expanded="false">
						<span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z"></path></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"></path></svg></span><span class="screen-reader-text">Menu</span>					</button>
					<div id="mobile-menu" class="main-nav"><ul id="menu-main-menu-en" class=" menu sf-menu"><li id="menu-item-986" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-986"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-pc/">For Pc</a></li>
<li id="menu-item-1009" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1009"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-pc/">Null’s Brawl APK for Pc</a></li>
<li id="menu-item-987" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-987"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-ios/">For iOS</a></li>
<li id="menu-item-1010" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1010"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-ios/">Null’s Brawl APK for iOS</a></li>
<li id="menu-item-988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-988"><a href="#">Navigation</a></li>
<li id="menu-item-990" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-990"><a href="https://nullsbrawl.gg/en/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-989" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-989"><a href="https://nullsbrawl.gg/en/disclaimer/">Disclaimer</a></li>
<li id="menu-item-1011" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1011"><a href="#">navigasyon</a></li>
</ul></div><div class="menu-bar-items"><div id="" class="wpml-language-switcher-block is-layout-flex is-responsive has-child-selected wp-block-navigation" style="background-color:#5cbb97"><div class="block-editor-block-list__block wp-block wp-block-navigation-item has-link has-child wp-block-navigation-submenu"><div class="wpml-ls-dropdown open-on-hover-click "><ul class="wp-block-navigation__container"><li class="wp-block-navigation-item has-child wp-block-navigation-submenu open-on-hover-click"><div class="wp-block-navigation-item__content wp-block-navigation-submenu__toggle" aria-expanded="false"><span class="current-language-item" style="display:flex;cursor:pointer;color:var(--base-3)" data-wpml="current-language-item"><div style="display:inline-block" class="wp-block-navigation-item__content"><div><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3)" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label ">English</span></div></div><span class="wp-block-navigation__submenu-icon" style="color:var(--base-3)"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></span></span></div><ul class="wp-block-navigation__submenu-container isHorizontal" style="flex-wrap:nowrap" data-is-drop-zone="true"><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/tr.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Türkçe</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/de/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Deutsch</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/pt-br/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/pt-br.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Português</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/ru/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/ru.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Русский</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/es/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Español</span></a></div></li></ul></li></ul></div></div></div>
</div>			</div><!-- .inside-navigation -->
		</nav><!-- #site-navigation -->
				<nav class="has-branding main-navigation nav-align-right has-menu-bar-items sub-menu-right" id="site-navigation" aria-label="Primary" itemtype="https://schema.org/SiteNavigationElement" itemscope="">
			<div class="inside-navigation grid-container">
				<div class="navigation-branding"><div class="site-logo">
						<a href="https://nullsbrawl.gg/en/" title="Nulls Brawl" rel="home">
							<img class="header-image is-logo-image" alt="Nulls Brawl" src="https://nullsbrawl.gg/wp-content/uploads/2024/10/nulls-brawl-gg.png" title="Nulls Brawl" width="512" height="512">
						</a>
					</div><p class="main-title" itemprop="headline">
					<a href="https://nullsbrawl.gg/en/" rel="home">
						Nulls Brawl
					</a>
				</p></div>				<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
					<span class="gp-icon icon-menu-bars"><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z"></path></svg><svg viewBox="0 0 512 512" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"><path d="M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z"></path></svg></span><span class="screen-reader-text">Menu</span>				</button>
				<div id="primary-menu" class="main-nav"><ul id="menu-main-menu-en-1" class=" menu sf-menu"><li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-986"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-pc/">For Pc</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1009"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-pc/">Null’s Brawl APK for Pc</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-987"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-ios/">For iOS</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1010"><a href="https://nullsbrawl.gg/en/nulls-brawl-apk-for-ios/">Null’s Brawl APK for iOS</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-988"><a href="#">Navigation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-990"><a href="https://nullsbrawl.gg/en/privacy-policy/">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-989"><a href="https://nullsbrawl.gg/en/disclaimer/">Disclaimer</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1011"><a href="#">navigasyon</a></li>
</ul></div><div class="menu-bar-items"><div id="" class="wpml-language-switcher-block is-layout-flex is-responsive has-child-selected wp-block-navigation" style="background-color:#5cbb97"><div class="block-editor-block-list__block wp-block wp-block-navigation-item has-link has-child wp-block-navigation-submenu"><div class="wpml-ls-dropdown open-on-hover-click "><ul class="wp-block-navigation__container"><li class="wp-block-navigation-item has-child wp-block-navigation-submenu open-on-hover-click"><div class="wp-block-navigation-item__content wp-block-navigation-submenu__toggle" aria-expanded="false"><span class="current-language-item" style="display:flex;cursor:pointer;color:var(--base-3)" data-wpml="current-language-item"><div style="display:inline-block" class="wp-block-navigation-item__content"><div><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3)" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label ">English</span></div></div><span class="wp-block-navigation__submenu-icon" style="color:var(--base-3)"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></span></span></div><ul class="wp-block-navigation__submenu-container isHorizontal" style="flex-wrap:nowrap" data-is-drop-zone="true"><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/tr.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Türkçe</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/de/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Deutsch</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/pt-br/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/pt-br.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Português</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/ru/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/ru.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Русский</span></a></div></li><li class="wp-block-navigation-item  hasHoverBackgroundColor" data-wpml="language-item" style="background-color:#5cbb97;--hover-background-color:#5cbb9799"><div><a class="wp-block-navigation-item__content" style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="link" href="https://nullsbrawl.gg/es/"><img decoding="async" alt="wpml-ls-flag" class="wpml-ls-flag" src="https://nullsbrawl.gg/wp-content/plugins/sitepress-multilingual-cms/res/flags/es.svg" style="margin-right:4px;width:16px;height:10px;border-radius:0%;object-fit:unset" size="24" data-wpml="flag-url"><span style="color:var(--base-3);--hover-color:var(--base-3)99" data-wpml="label" data-wpml-label-type="native" class="wp-block-navigation-item__label  hasHoverColor">Español</span></a></div></li></ul></li></ul></div></div></div>
</div>			</div>
		</nav>
		<div class="gb-container gb-container-06233afb">
<div class="gb-container gb-container-f3e672b7">

<figure class="gb-block-image gb-block-image-15b06698"><img decoding="async" width="184" height="184" class="gb-image gb-image-15b06698" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.webp" alt="nulls brawl" title="nulls brawl icon" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon.webp 184w, https://nullsbrawl.gg/wp-content/uploads/2024/08/nulls-brawl-icon-150x150.webp 150w" sizes="(max-width: 184px) 100vw, 184px"></figure>






<h1 class="gb-headline gb-headline-f1b6ec30 gb-headline-text">Null's Brawl APK Latest Version</h1>

</div>


<p class="gb-headline gb-headline-ac976781 gb-headline-text">Download the latest Nulls Brawl APK, the best Brawl Stars private server.</p>


<div class="gb-container gb-container-eedc3424">
<div class="gb-container gb-container-392e86f1">

<div class="gb-headline gb-headline-03c78ff7"><span class="gb-icon"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M13 13v5.585l1.828-1.828 1.415 1.415L12 22.414l-4.243-4.242 1.415-1.415L11 18.585V13h2zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784v-2.014a3.5 3.5 0 1 0-1.112-6.91 5 5 0 1 0-9.777 0 3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z"></path> </g> </svg></span><span class="gb-headline-text">Apk Size</span></div>



<div class="gb-headline gb-headline-ff619a45 gb-headline-text">59 MB</div>

</div>


<div class="gb-headline gb-headline-d288221c"><span class="gb-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" height="24" width="24"> <g opacity="0.5"> <path fill="currentColor" d="M16 5C16.5523 5 17 4.55229 17 4C17 3.44772 16.5523 3 16 3H8C7.44771 3 7 3.44772 7 4C7 4.55228 7.44771 5 8 5L16 5Z"></path> <path fill="currentColor" d="M16 7C16.5523 7 17 7.44772 17 8C17 8.55229 16.5523 9 16 9H8C7.44771 9 7 8.55229 7 8C7 7.44772 7.44771 7 8 7H16Z"></path> <path fill="currentColor" d="M17 12C17 12.5523 16.5523 13 16 13L8 13C7.44771 13 7 12.5523 7 12C7 11.4477 7.44771 11 8 11L16 11C16.5523 11 17 11.4477 17 12Z"></path> <path fill="currentColor" d="M16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19L8 19C7.44771 19 7 19.4477 7 20C7 20.5523 7.44771 21 8 21H16Z"></path> </g> <path fill="currentColor" d="M21 16C21 16.5523 20.5523 17 20 17L4 17C3.44772 17 3 16.5523 3 16C3 15.4477 3.44772 15 4 15L20 15C20.5523 15 21 15.4477 21 16Z" clip-rule="evenodd" fill-rule="evenodd"></path> </svg></span></div>


<div class="gb-container gb-container-0c162009">

<div class="gb-headline gb-headline-cfaf7327"><span class="gb-icon"><svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="256" width="256"></rect><path d="M136,80v43.4l37.6,21.7a8,8,0,0,1-4,14.9,7.1,7.1,0,0,1-4-1.1l-41.6-24h-.2l-.4-.2-.3-.3-.3-.2-.3-.3-.2-.2c-.2-.1-.3-.3-.4-.4l-.2-.2-.2-.4-.2-.3-.2-.3a.5.5,0,0,1-.2-.4l-.2-.3c0-.1-.1-.2-.1-.4a.4.4,0,0,1-.1-.3l-.2-.4a.4.4,0,0,0-.1-.3c0-.2,0-.3-.1-.4v-.4c0-.2-.1-.3-.1-.4V80a8,8,0,0,1,16,0Zm59.9-19.9a96.2,96.2,0,0,0-135.8,0l-8.3,8.3L37.5,54.1a8,8,0,0,0-8.7-1.8,8.2,8.2,0,0,0-5,7.4v40a8,8,0,0,0,8,8h40a8,8,0,0,0,5.7-13.6L63.1,79.7l8.3-8.3a80,80,0,1,1,0,113.2,7.9,7.9,0,0,0-11.3,0,8,8,0,0,0,0,11.3A96,96,0,0,0,195.9,60.1Z"></path></svg></span><span class="gb-headline-text">Updated</span></div>



<div class="gb-headline gb-headline-9f2ea1ed gb-headline-text">Today</div>

</div>
</div>

<div class="gb-container gb-container-c5ff1ed4">

<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex">
<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-background has-text-align-center wp-element-button" href="#download" style="border-radius:6px;background-color:#1fbf99">Download APK</a></div>
</div>

</div>
</div>
	<div class="site grid-container container hfeed" id="page">
				<div class="site-content" id="content">
			
	<div class="content-area" id="primary">
		<main class="site-main" id="main">
			
<article id="post-67" class="post-67 page type-page status-publish" itemtype="https://schema.org/CreativeWork" itemscope="">
	<div class="inside-article">
		
		<div class="entry-content" itemprop="text">
			
<!-- WP QUADS Content Ad Plugin v. 2.0.85 -->
<div class="quads-location quads-ad1" id="quads-ad1" style="float:none;margin:0px 0 0px 0;text-align:center;">
<script type="rocketlazyloadscript" async="" data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5080522887228350" crossorigin="anonymous"></script>
<!-- nulls -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5080522887228350" data-ad-slot="1522881601" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

<p><strong>Null’s Brawls</strong>: It is the best private server of Brawl Stars which provides unlimited gems and coins. Null’s Brawl has also unlocked brawlers along with their skins including emotes pins and much more. If we compare the original version then this version provides you a lot of benefits and exciting items which you ever imagined.</p>
<!-- WP QUADS Content Ad Plugin v. 2.0.85 -->
<div class="quads-location quads-ad1" id="quads-ad1" style="float:none;margin:0px 0 0px 0;text-align:center;">
<script type="rocketlazyloadscript" async="" data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5080522887228350" crossorigin="anonymous"></script>
<!-- nulls -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5080522887228350" data-ad-slot="1522881601" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>




<p>So welcome to this website of Null’s Brawls where we gives you the latest and working version of this game. So you can easily get the unlimited gems and coins also the other benefits. A lot of people still don’t know about the it, so keep reading. As a result they think on condition that it play safe on private servers.</p>



<p>So today in this article i am gonna provided you each and every information about Null’s Brawl Apk. Scroll a little and tap on the button to download Null’s Brawl on your Android or IOS devices.</p>


<div class="gb-container gb-container-f29e2471" id="download">

<h2 class="wp-block-heading is-style-numbered" id="download-fmwhatsapp-apk-latest">Download Nulls Brawl APK</h2>



<a class="gb-button gb-button-5fdd4a81" href="https://nullsbrawl.gg/en/download/"><span class="gb-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path d="M0 0h24v24H0z" fill="none"></path> <path d="M13 13v5.585l1.828-1.828 1.415 1.415L12 22.414l-4.243-4.242 1.415-1.415L11 18.585V13h2zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784v-2.014a3.5 3.5 0 1 0-1.112-6.91 5 5 0 1 0-9.777 0 3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z"></path> </g> </svg></span><span class="gb-button-text">Download APK</span></a>

</div>


<h2 class="gb-headline gb-headline-e008a01c gb-headline-text">Why Play Null’s Brawl?</h2>



<p>If you are a new installer of this game and anything you don’t know about the game. In addition you don’t know whether you should or shouldn’t play Null’s Brawl. So first you read the article, because we are here to help you.</p>



<p>Right now, keep in mind that nullsbrawl.gg offers the latest version of Null’s Brawls as soon as the updated version is here. if you are a true game lover and want to something different which entertain you a lot and you are here to download this game, then you must be required to know that this game provides you a lot of advantages over the official servers where gems and coins are limited which makes the game few times boring.</p>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="1025" height="576" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg" alt="Why Play Null’s Brawl" class="wp-image-190" style="width:1120px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English.jpg 1025w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English-300x169.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Why-Play-Nulls-Brawl-English-768x432.jpg 768w" sizes="(max-width: 1025px) 100vw, 1025px"></figure>



<p>if we talk about this Null’s Brawl , So at first you will get unlimited resources including the coins and gems together with you also get all the brawlers, skins and gears. So again welcome to the private server ! simply scroll down to know the features about this interesting game.</p>


<div class="gb-container gb-container-e3cf0551 gb-tabs" data-opened-tab="1">
<div class="gb-container gb-container-f7771e5e gb-tabs__buttons">

<button class="gb-button gb-button-d1e8d05e gb-tabs__button gb-block-is-current"><span class="gb-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M208 281.4c-12.5-12.5-32.76-12.5-45.26-.002l-78.06 78.07l-30.06-30.06c-6.125-6.125-14.31-9.367-22.63-9.367c-4.125 0-8.279 .7891-12.25 2.43c-11.97 4.953-19.75 16.62-19.75 29.56v135.1C.0013 501.3 10.75 512 24 512h136c12.94 0 24.63-7.797 29.56-19.75c4.969-11.97 2.219-25.72-6.938-34.87l-30.06-30.06l78.06-78.07c12.5-12.49 12.5-32.75 .002-45.25L208 281.4zM487.1 0h-136c-12.94 0-24.63 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.87l30.06 30.06l-78.06 78.07c-12.5 12.5-12.5 32.76 0 45.26l22.62 22.62c12.5 12.5 32.76 12.5 45.26 0l78.06-78.07l30.06 30.06c9.156 9.141 22.87 11.84 34.87 6.937C504.2 184.6 512 172.9 512 159.1V23.1C512 10.74 501.3 0 487.1 0z"></path></svg></span><span class="gb-button-text">Brawl Pass</span></button>



<button class="gb-button gb-button-cfa72265 gb-tabs__button"><span class="gb-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M215.1 272h-136c-12.94 0-24.63 7.797-29.56 19.75C45.47 303.7 48.22 317.5 57.37 326.6l30.06 30.06l-78.06 78.07c-12.5 12.5-12.5 32.75-.0012 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.26 .0013l78.06-78.07l30.06 30.06c6.125 6.125 14.31 9.367 22.63 9.367c4.125 0 8.279-.7891 12.25-2.43c11.97-4.953 19.75-16.62 19.75-29.56V296C239.1 282.7 229.3 272 215.1 272zM296 240h136c12.94 0 24.63-7.797 29.56-19.75c4.969-11.97 2.219-25.72-6.938-34.87l-30.06-30.06l78.06-78.07c12.5-12.5 12.5-32.76 .0002-45.26l-22.62-22.62c-12.5-12.5-32.76-12.5-45.26-.0003l-78.06 78.07l-30.06-30.06c-9.156-9.141-22.87-11.84-34.87-6.937c-11.97 4.953-19.75 16.62-19.75 29.56v135.1C272 229.3 282.7 240 296 240z"></path></svg></span><span class="gb-button-text">New!</span></button>

</div>

<div class="gb-container gb-container-7385891a gb-tabs__items">
<div class="gb-container gb-container-4429b282 gb-tabs__item gb-tabs__item-open">

<p class="gb-headline gb-headline-752ee1dc gb-headline-text">First you should know about it that Brawl Pass is not a new feature in Brawl’s stars. In a simple explanation Brawl pass is a monthly plan where you can the pass if you want to unlocked several exciting and premium items. However, for those users who do not wish to purchase the Brawl pass. So here i inform you that there is no worry about it because in Null’s Brawl you already unlocked the Brawl pass. Each and every items are unlocked in this game and you easily claim any item without doing any task. Each and every premium items such as Mega Boxes, etc you can unlocked easily.</p>

</div>

<div class="gb-container gb-container-4f916f75 gb-tabs__item">

<p class="gb-headline gb-headline-675e2c0d gb-headline-text">In the latest update of this private server, New Brawlers: Draco and Lily, six brand new hyper changes along with knockout 5v5 are added.</p>

</div>
</div>
</div>


<h2 class="wp-block-heading">Null’s Brawl Features</h2>



<p>There are a lot of features added in the Null’s Brawl game. During the time you play the game, you can also notice the major differences.</p>


<div class="gb-container gb-container-900337d9">
<div class="gb-container gb-container-0e00840a">
<div class="gb-grid-wrapper gb-grid-wrapper-ab301dd3">
<div class="gb-grid-column gb-grid-column-319b6f51"><div class="gb-container gb-container-319b6f51">

<h3 class="gb-headline gb-headline-78349cdc"><span class="gb-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>RubyGems</title><path d="M7.81 7.9l-2.97 2.95 7.19 7.18 2.96-2.95 4.22-4.23-2.96-2.96v-.01H7.8zM12 0L1.53 6v12L12 24l10.47-6V6L12 0zm8.47 16.85L12 21.73l-8.47-4.88V7.12L12 2.24l8.47 4.88v9.73z"></path></svg></span><span class="gb-headline-text">Unlimited Gems and Coins</span></h3>



<p class="gb-headline gb-headline-1ab3cf7c gb-headline-text">if you download the latest version of Nuil’s Brawl game then you can get unlimited gems and coins. So as a result you can play the game with unlimited gems and coins. It means everyone can easily unlock everything in the game shop. When you get unlimited gems and coins you don’t need any money to buy anything in the game shop.</p>



<p class="gb-headline gb-headline-1db092c9 gb-headline-text">However, in the original version if you want to buy anything then you need money. Regarding the latest version people can easily unlock Brawlers also get the brawl pass together with unlocked skins in the game shop. It’s only possible in this game because there is no risk of losing gems on purchasing the wrong items.</p>

</div></div>

<div class="gb-grid-column gb-grid-column-9d690672"><div class="gb-container gb-container-9d690672">

<h3 class="gb-headline gb-headline-43460004"><span class="gb-icon"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> <path class="ci-primary" d="M384,200V144A128,128,0,0,0,166.418,52.57l22.4,22.855A96,96,0,0,1,352,144v56H88V328c0,92.636,75.364,168,168,168s168-75.364,168-168V200Zm8,128c0,74.99-61.009,136-136,136s-136-61.01-136-136V232H392Z" fill="var(--ci-primary-color, currentColor)"></path> </svg></span><span class="gb-headline-text">Unlocked All Brawlers &amp; Skins</span></h3>



<p class="gb-headline gb-headline-65dded28 gb-headline-text">Which is your favorite Brawler character in Null’s Brawl Game ?. Is it leon, Cottle, or Fang? Well, first you should know that all characters has different abilities , strength and weakness in the Null’s Brawl game. But it is not an important question. Because the main question is can you obtained all the characters in Null’s Brawl game? Then the answer is quite straightforward because if you download the original version then you cannot unlocked all Brawlers. However, if you download this version then you can unlocked all Brawlers also you can able to play with all Brawlers. So why waste your time? just download it and play with your favorite Brawlers.</p>

</div></div>

<div class="gb-grid-column gb-grid-column-293d1b87"><div class="gb-container gb-container-293d1b87">

<h3 class="gb-headline gb-headline-35f8ed51"><span class="gb-icon"><svg stroke-linejoin="round" stroke-linecap="round" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" height="24" width="24" class="icon icon-tabler icon-tabler-friends" xmlns="http://www.w3.org/2000/svg"> <path fill="none" d="M0 0h24v24H0z" stroke="none"></path> <circle r="2" cy="5" cx="7"></circle> <path d="M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5"></path> <circle r="2" cy="5" cx="17"></circle> <path d="M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4"></path> </svg></span><span class="gb-headline-text">Play With Friends</span></h3>



<p class="gb-headline gb-headline-00462ec7 gb-headline-text">Each of us know that playing games with your friends just feels amazing along with in Brawl stars you can able to play game with your dearest friends. Simply imagine speaking of the private server while you play the game, unlike many others, Null’s Brawl is the best. Because here you can able to make your game account , play multiplayer matches with your friends along with find your friends in this game . However remember your friend also play this private server and both you have connected your accounts.</p>

</div></div>

<div class="gb-grid-column gb-grid-column-a5eedbef"><div class="gb-container gb-container-a5eedbef">

<h3 class="gb-headline gb-headline-035ae168"><span class="gb-icon"><svg viewBox="0 0 16 16" class="bi bi-check-square" fill="currentColor" height="16" width="16" xmlns="http://www.w3.org/2000/svg"> <path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path> <path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z"></path> </svg></span><span class="gb-headline-text">Max Level Brawlers</span></h3>



<p class="gb-headline gb-headline-c4888752 gb-headline-text">How many Brawlers do you have in the Brawl stars which are their max level ? maybe a few however in this game all the brawlers you can able to upgrade their max levels. So as a result , you can able to use all brawlers with their full potential in multiplayer matches with your friends along with game modes. In addition we talk about another advantages about the game and its private server , then you can also able to play with the brawlers in Null’s Brawls .</p>

</div></div>
</div>
</div>
</div>


<h3 class="gb-headline gb-headline-7e9955a9 gb-headline-text"></h3>



<p></p>



<h2 class="wp-block-heading">Comparison Between Brawl Stars Vs Null’s Brawl</h2>



<p>On condition that you still have no idea about the differences between Null’s Brawl and Official Brawl Stars, So you can check out this table. Here we provided you best comparison between Null’s Brawl and Official Brawl Stars :</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="800" height="800" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Comparison-Between-Brawl-Stars-Vs-Nulls-Brawl-1.jpg" alt="Comparison Between Brawl Stars Vs Null’s Brawl" class="wp-image-251" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Comparison-Between-Brawl-Stars-Vs-Nulls-Brawl-1.jpg 800w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Comparison-Between-Brawl-Stars-Vs-Nulls-Brawl-1-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Comparison-Between-Brawl-Stars-Vs-Nulls-Brawl-1-150x150.jpg 150w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Comparison-Between-Brawl-Stars-Vs-Nulls-Brawl-1-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px"></figure></div>


<p></p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout" style="border-width:2px"><tbody><tr><td>Features</td><td>Null’s Brawl</td><td>Brawl Stars</td></tr><tr><td>Unlimited Gems and Coins </td><td>Yes </td><td>No</td></tr><tr><td>Unlocked All Brawlers</td><td>Yes </td><td>No</td></tr><tr><td>Max Brawlers Levels</td><td>Yes </td><td>No</td></tr><tr><td>Unlocked All Skins</td><td>Yes </td><td>No</td></tr><tr><td>Unlocked Gadget, Star Power and Gear</td><td>Yes </td><td>No</td></tr><tr><td>All Game Modes Available</td><td>Yes </td><td>Yes </td></tr><tr><td>Play With Friends</td><td>Yes </td><td>Yes</td></tr><tr><td>Unlocked Brawl Pass</td><td>Yes </td><td>No</td></tr><tr><td>Team and Clubs</td><td>Yes </td><td>Yes</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">All Game Modes Available</h2>



<p>In Null’s Brawl game you can able to play all modes for the reason is that all modes are available in the game including solo showdown, Duo showdown, Gems grab, Bounty, brawl Ball, Heist, Hot zones along Knockout game modes. Here is the information about the game modes which are mentioned below :</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" width="800" height="800" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/showdown-2.jpg" alt="Showdown" class="wp-image-365" style="width:156px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/showdown-2.jpg 800w, https://nullsbrawl.gg/wp-content/uploads/2024/08/showdown-2-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/showdown-2-150x150.jpg 150w, https://nullsbrawl.gg/wp-content/uploads/2024/08/showdown-2-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px"></figure></div>


<h3 class="wp-block-heading"><strong>Showdown (Solo/Duo)</strong></h3>



<p>With your friends, you can play this game. During the time you play this game first you enter the game arena where you have to defeat players and teams to win the match. In this mode, you can also collect power cubes which you can use to increase your health and damage. During play of the mode, you also notice that the area will become smaller as the poison cloud surrounds the area. So always be ready for these modes of all difficulties.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="150" height="150" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Nulls-Brawl-Gem-Grab.jpg" alt="Gem Grab" class="wp-image-197"></figure></div>


<h3 class="wp-block-heading"><strong>Gem Grab</strong></h3>



<p>In Null’s Brawl game if you win this mode then you and your team have to collect 10 gems. You can also collect the gems from a fallen opponent or directly from the gem mine. Gem Grab is a 3v3 game mode which is one of my favorite game modes.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="150" height="150" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/bounty-brawl.jpg" alt="Bounty" class="wp-image-199" style="width:170px"></figure></div>


<h3 class="wp-block-heading"><strong>Bounty</strong></h3>



<p>In Null’s Brawls, it is another 3v3 game mode. During the time you play this mode and whenever you defeat enemy team players, the bounty of your head will be increased by one star and it goes up to 7 stars. The team that gains the most stars will win the game.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="150" height="150" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Brawl-ball.jpg" alt="Brawl Ball" class="wp-image-201" style="width:202px;height:auto"></figure></div>


<h3 class="wp-block-heading"><strong>Brawl Ball</strong></h3>



<p>In Null’s Brawl game, another interesting mode is Brawl Ball. It is a 3v3 game mode. In this mode, you will have to score the goal. Take the ball to the enemy’s team goal. So, it will give you a score. In this time the team with the highest score will win the match.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="400" height="400" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Heist-1.jpg" alt="Heist" class="wp-image-249" style="width:224px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Heist-1.jpg 400w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Heist-1-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Heist-1-150x150.jpg 150w" sizes="auto, (max-width: 400px) 100vw, 400px"></figure></div>


<h3 class="wp-block-heading"><strong>Heist</strong></h3>



<p>In this mode to win the match you will need your team to destroy the enemy team’s safe. The reason is that safety has large health points.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="150" height="150" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Brawl-stars-mode-Hot-Zone.jpg" alt="Hot Zone" class="wp-image-203" style="width:194px;height:auto"></figure></div>


<h3 class="wp-block-heading"><strong>Hot Zone</strong></h3>



<p><strong>Hot Zone</strong> is a 3v3 game mode, to win the match your team has to stay in the zone to capture it. defeat your enemy’s team and win the match.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="225" height="225" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Knockout-1.jpg" alt="Knockout" class="wp-image-253" style="width:204px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Knockout-1.jpg 225w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Knockout-1-150x150.jpg 150w" sizes="auto, (max-width: 225px) 100vw, 225px"></figure></div>


<h3 class="wp-block-heading"><strong>Knockout</strong></h3>



<p>It is another mode of Null’s Brawl where the main objective is to defeat your enemy’s team in a 3-match series. To win the match you and your team will need to gain the highest score.</p>



<h2 class="wp-block-heading">Unlocked Gadgets, Star Powers, and Gears</h2>



<p>In Null’s Brawl game, you can unlock every gadget without any cost. As a result, there is no need to worry about these items anymore. In this game every item is free together with you can use them in your different matches and modes.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="400" height="400" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Unlocked-Gadgets-Star-Powers-Gears.jpg" alt="Unlocked Gadgets, Star Powers, and Gears" class="wp-image-267" style="width:646px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Unlocked-Gadgets-Star-Powers-Gears.jpg 400w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Unlocked-Gadgets-Star-Powers-Gears-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Unlocked-Gadgets-Star-Powers-Gears-150x150.jpg 150w" sizes="auto, (max-width: 400px) 100vw, 400px"></figure></div>


<p>If you don’t know about it. So here are some details about it which are mentioned below:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="400" height="400" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/gadgets.jpg" alt="Gadgets" class="wp-image-247" style="width:224px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/gadgets.jpg 400w, https://nullsbrawl.gg/wp-content/uploads/2024/08/gadgets-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/gadgets-150x150.jpg 150w" sizes="auto, (max-width: 400px) 100vw, 400px"></figure></div>


<h3 class="wp-block-heading"><strong>Gadgets </strong></h3>



<p>In this game, gadgets offer unique and exciting abilities. Still, it requires the power level 7. You can activate the gadgets by tapping the green button. Here are some best Gadgets that you can use in Null’s Brawl game Spicy Dice, Slo-mo Replay, and Utility Belt.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="150" height="150" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Star-Powers.jpg" alt="Star Powers" class="wp-image-211" style="width:242px;height:auto"></figure></div>


<h3 class="wp-block-heading"><strong>Star Powers</strong></h3>



<p>In Null’s Brawl game, Star Power is a passive ability that you can use in different game modes and battles. In this game, every Brawler has two star powers which unlock on level 10 and level 11. Here Some of the best star powers are Bell’O’Mania, Fake Injury, and Blockbuster.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="400" height="400" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/Gears.jpg" alt="Gears" class="wp-image-271" style="width:192px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/Gears.jpg 400w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Gears-300x300.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/Gears-150x150.jpg 150w" sizes="auto, (max-width: 400px) 100vw, 400px"></figure></div>


<h3 class="wp-block-heading"><strong>Gears</strong></h3>



<p>Gear is an additional ability that you can purchase from the game store with the use of coins. However, there are some requirements. Such as your player to have at least levels 10 and 11. Here are some best gears in Null’s Brawl:</p>



<ul class="wp-block-list">
<li><strong>Speed Gear</strong>: Through the use of this gear your brawler will get a speed increase when moving in bushes by 20%.</li>



<li><strong>Health Gear</strong>: This gear will regenerate health 50% more effectively.</li>



<li><strong>Vision Gear</strong>: This gear will reveal your opponents for 2 seconds after dealing damage to them.</li>
</ul>



<h2 class="wp-block-heading">How to Install Null’s Brawl APK</h2>



<p>To download the Null’s Brawl APK, here are few steps which are mentioned below :</p>



<ul class="wp-block-list">
<li>First download Null’s Brawl APK from our website. You can visit nullsbrawl.gg to download the latest and safest version.</li>



<li>Then tap on the download button, and you will be redirected to the download page, and from there you can easily download the Null’s Brawl APK file.</li>



<li>At last, enable your device’s “Installation from an Unknown Source” and simply install the Null’s Brawl APK.</li>
</ul>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="1025" height="576" src="https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-install-Nulls-brawl-Apk-1.jpg" alt="How to Install Null’s Brawl APK" class="wp-image-258" style="width:1116px;height:auto" srcset="https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-install-Nulls-brawl-Apk-1.jpg 1025w, https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-install-Nulls-brawl-Apk-1-300x169.jpg 300w, https://nullsbrawl.gg/wp-content/uploads/2024/08/How-to-install-Nulls-brawl-Apk-1-768x432.jpg 768w" sizes="auto, (max-width: 1025px) 100vw, 1025px"></figure>



<p>In this way you can easily download the Null’s Brawl APK on your device. However,  If you want to install and run this game on your device then make sure that your device’s minimum  RAM is 2 GB and your device’s android version at least 5.0. Also your device’s 1.5 GB storage free for the game along with you required a better internet connection.  </p>



<h2 class="wp-block-heading">Final Words </h2>



<p>At last, we would love to say that <strong>Null’s Brawl</strong> is a great Private Server of Brawl Stars. if you are looking for one, go for it. You will enjoy the game with those unlimited resources and all the brawlers and their skins. Also, this game is regularly updated from time to time. This game has a forum community where you can ask questions and report bugs.</p>



<p>So Today in this article i provided you each and every required details about Null’s Brawl APK. I hope you understand it and like this blog.
<!-- WP QUADS Content Ad Plugin v. 2.0.85 -->
</p><div class="quads-location quads-ad1" id="quads-ad1" style="float:none;margin:0px 0 0px 0;text-align:center;">
<script type="rocketlazyloadscript" async="" data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5080522887228350" crossorigin="anonymous"></script>
<!-- nulls -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5080522887228350" data-ad-slot="1522881601" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

		</div>

			</div>
</article>
		</main>
	</div>

	
	</div>
</div>


<div class="site-footer">
			<footer class="site-info" aria-label="Site" itemtype="https://schema.org/WPFooter" itemscope="">
			<div class="inside-site-info grid-container">
								<div class="copyright-bar">
					© 2024 | Nullsbrawl.gg				</div>
			</div>
		</footer>
		</div>

<script type="rocketlazyloadscript" id="generate-a11y">!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")})}}();</script><style id="core-block-supports-inline-css">
.wp-container-core-buttons-is-layout-1{justify-content:center;}
</style>
<script id="kk-star-ratings-js-extra">
var kk_star_ratings = {"action":"kk-star-ratings","endpoint":"https:\/\/nullsbrawl.gg\/wp-admin\/admin-ajax.php","nonce":"133fa45eed"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://nullsbrawl.gg/wp-content/plugins/kk-star-ratings/src/core/public/js/kk-star-ratings.min.js?ver=5.4.8" id="kk-star-ratings-js" defer=""></script>
<!--[if lte IE 11]>
<script src="https://nullsbrawl.gg/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.5.1" id="generate-classlist-js"></script>
<![endif]-->
<script id="generate-menu-js-extra">
var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://nullsbrawl.gg/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.5.1" id="generate-menu-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://nullsbrawl.gg/wp-content/cache/min/1/wp-content/plugins/quick-adsense-reloaded/assets/js/ads.js?ver=1733128513" id="quads-ads-js" defer=""></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://nullsbrawl.gg/wp-content/cache/min/1/wp-content/plugins/generateblocks-pro/dist/tabs.js?ver=1733128513" id="generateblocks-tabs-js" defer=""></script>



</body></html>