0

Your Ideal Meta

Comments:
Threaded Linear
#1
Nlhso

For me I would love to see double duelist with every other role filled out. Super boring seeing double controller or double Initiator spamming utility 24/7. Also I think riot should either get rid of regenerated util or make it 90s instead of 45s with an extra exception to omen and clove. Imo seeing Gekko throwing a flash every 10s with no counter other than kayo is braindead.

#2
K4ziuHa
5
Frags
+

F0r m0 0 w00ld l0v0 t0 s00 d00bl0 d00l0st w0th 0v0r0 0th0r r0l0 f0ll0d 00t. S0p0r b0r0ng s00ng d00bl0 c0ntr0ll0r 0r d00bl0 0n0t00t0r sp0mm0ng 0t0l0ty 0/0. 0ls0 0 th0nk r00t sh00ld 01th0r g0t r0d 0f r0g0nor0t0d 0t0l 0r m0k0 0t 00s 0nst0d 0f 00s w0th 0n 0xtr0 0xc0pt0on t0 0m0n 0nd cl0v0. 0m0 s00ng G0kk0 thr0wng 0 fl0sh 0v0ry 00s w0th n0 c00nt0r 0th0r th0n k0y0 0s br0nd00d.

#3
K4ziuHa
1
Frags
+

gr8 b8 m8 i r8 8/8

#4
Nlhso
0
Frags
+
K4ziuHa [#2]

F0r m0 0 w00ld l0v0 t0 s00 d00bl0 d00l0st w0th 0v0r0 0th0r r0l0 f0ll0d 00t. S0p0r b0r0ng s00ng d00bl0 c0ntr0ll0r 0r d00bl0 0n0t00t0r sp0mm0ng 0t0l0ty 0/0. 0ls0 0 th0nk r00t sh00ld 01th0r g0t r0d 0f r0g0nor0t0d 0t0l 0r m0k0 0t 00s 0nst0d 0f 00s w0th 0n 0xtr0 0xc0pt0on t0 0m0n 0nd cl0v0. 0m0 s00ng G0kk0 thr0wng 0 fl0sh 0v0ry 00s w0th n0 c00nt0r 0th0r th0n k0y0 0s br0nd00d.

000 000000 0

#5
saynotoherpes
0
Frags
+

why is your Nlhso account significantly less annoying than the main

#6
K4ziuHa
4
Frags
+
saynotoherpes [#5]

why is your Nlhso account significantly less annoying than the main

because he posts significantly less

#7
my-dad-ate-my-toes
0
Frags
+

Duelist meta would be Jett, Raze and Yoru, imo those are the healthiest and most entertaining to watch

Initiator meta would be Sova, Fade and Kay/o cuz they're the least annoying

Sentinel meta would be Chamber cuz he's entertaining to watch when not in the turbo mega ultra broken state he was in 2022

Controller meta would be Omen since he's incredibly entertaining to watch when played aggressively

#8
ishaanko
1
Frags
+
K4ziuHa [#2]

F0r m0 0 w00ld l0v0 t0 s00 d00bl0 d00l0st w0th 0v0r0 0th0r r0l0 f0ll0d 00t. S0p0r b0r0ng s00ng d00bl0 c0ntr0ll0r 0r d00bl0 0n0t00t0r sp0mm0ng 0t0l0ty 0/0. 0ls0 0 th0nk r00t sh00ld 01th0r g0t r0d 0f r0g0nor0t0d 0t0l 0r m0k0 0t 00s 0nst0d 0f 00s w0th 0n 0xtr0 0xc0pt0on t0 0m0n 0nd cl0v0. 0m0 s00ng G0kk0 thr0wng 0 fl0sh 0v0ry 00s w0th n0 c00nt0r 0th0r th0n k0y0 0s br0nd00d.

good effort lmao. you could also make a program to do this

#9
leboi
3
Frags
+

4 sentinel + harbor meta please

#10
K4ziuHa
0
Frags
+
ishaanko [#8]

good effort lmao. you could also make a program to do this

bro really thought i would spend time on a bait 😐
thats for what machines are for

#11
eric_5008
-2
Frags
+

CHAMBER

#12
Two_Percent
1
Frags
+

viper meta with strong double orb/double initi options (make double scans viable) with lots of yoru/skye/vyse/gekko to fill two roles. Also strong 'niche' picks like iso, viper, deadlock, chamber that don't fulfill a necessary role but have a really strong aspect they can abuse (eg viper fuel for lurks, chamber tp, iso shield, deadlock kit) Maybe even double sentinel/duelist comps on faster paced maps like split as off meta niche ideas

#13
Two_Percent
2
Frags
+
leboi [#9]

4 sentinel + harbor meta please

his light shines brighter than any star

#14
AstroGalaxy
0
Frags
+

Missed u goat

#15
Nlhso
0
Frags
+
AstroGalaxy [#14]

Missed u goat

King 👑!!!

#16
cloudberry
0
Frags
+
K4ziuHa [#10]

bro really thought i would spend time on a bait 😐
thats for what machines are for

Fine, I'll do it myself.

import java.util.Scanner;

public class MyProgram {

    public static void main(String[] args) {

        Scanner scanner = new Scanner (System.in);

        System.out.println ("Enter your text:");
        String message = scanner.nextLine ();

        String[] vowels = {"A", "E", "I", "O", "U", "a", "e", "i", "o", "u", "1", "2", "3", "4", "5", "6", "7", "8", "9"};

        String newMessage = "";

        for (int i = 0; i < message.length (); i++) {

            String temp = message.substring (i, i+1);

            boolean vowelCheck = false;

            for (int j = 0; j < vowels.length; j++) {

                if (temp.equals (vowels[j])) {

                    vowelCheck = true;
                    break;

                }

            }

            newMessage += vowelCheck ? "0" : temp;

        }

        System.out.println (newMessage);

    }

}

// cloudberry
#17
K4ziuHa
0
Frags
+
cloudberry [#16]

Fine, I'll do it myself.

import java.util.Scanner;

public class MyProgram {

    public static void main(String[] args) {

        Scanner scanner = new Scanner (System.in);

        System.out.println ("Enter your text:");
        String message = scanner.nextLine ();

        String[] vowels = {"A", "E", "I", "O", "U", "a", "e", "i", "o", "u", "1", "2", "3", "4", "5", "6", "7", "8", "9"};

        String newMessage = "";

        for (int i = 0; i < message.length (); i++) {

            String temp = message.substring (i, i+1);

            boolean vowelCheck = false;

            for (int j = 0; j < vowels.length; j++) {

                if (temp.equals (vowels[j])) {

                    vowelCheck = true;
                    break;

                }

            }

            newMessage += vowelCheck ? "0" : temp;

        }

        System.out.println (newMessage);

    }

}

// cloudberry

buddy i already did this what
by ''bro really thought i would spend time on a bait'' I was responding to ''ishaanko'' thinking that i did it by hand

#18
cloudberry
0
Frags
+
K4ziuHa [#17]

buddy i already did this what
by ''bro really thought i would spend time on a bait'' I was responding to ''ishaanko'' thinking that i did it by hand

Oh mb I completely misunderstood your comment, I thought you didn't want to spend time writing the code out for a bait

#19
froggy_lol
0
Frags
+

I want a 5 duelist meta

#20
Galactc
0
Frags
+

Astra viper cypher kj all top tiers and we're good

#21
PrincePuma01
0
Frags
+
my-dad-ate-my-toes [#7]

Duelist meta would be Jett, Raze and Yoru, imo those are the healthiest and most entertaining to watch

Initiator meta would be Sova, Fade and Kay/o cuz they're the least annoying

Sentinel meta would be Chamber cuz he's entertaining to watch when not in the turbo mega ultra broken state he was in 2022

Controller meta would be Omen since he's incredibly entertaining to watch when played aggressively

Astra would dominate with the 5th star

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment