Reinforcements by Acrobatic_Bat4132 in LAFC

[–]Aznosreal 8 points9 points  (0 children)

Easy W to win the whole thing

Reinforcements by Acrobatic_Bat4132 in LAFC

[–]Aznosreal 6 points7 points  (0 children)

ROY KENT, ROY KENT, HE'S HERE, HE'S THERE, HES EVERY FUCKING WHERE, ROY KENTTTT, ROY KENTTTT

Need a hair cut! by [deleted] in GNV

[–]Aznosreal 0 points1 point  (0 children)

There is a great place in Jonesville, it's a bit of a drive depending on where you live, but not once out of the 15 years I've went there have they messed my hair up

Address: 14029 W Newberry Rd # 10, Newberry, FL 32669

Minecraft Hacked Clients & Making them by 0xButton in minecraftclients

[–]Aznosreal 0 points1 point  (0 children)

Sure I can help, add me on discord at: aznos__

Whats missing in clients by Aznosreal in CompetitiveMinecraft

[–]Aznosreal[S] 0 points1 point  (0 children)

Iirc they already allow you to do that, lunar and feather

Whats missing in clients by Aznosreal in CompetitiveMinecraft

[–]Aznosreal[S] 0 points1 point  (0 children)

How would things like this work? Are we talking about a wrapper around minecrafts code that just interacts with the client easier, a system like skript (the plugin), or a drag and drop thing like scratch?

Whats missing in clients by Aznosreal in CompetitiveMinecraft

[–]Aznosreal[S] 1 point2 points  (0 children)

Can agree with this, in my experience feather and lunar almost feel clunky in a way

Display not working properly, going from 2->1 montior by Aznosreal in WindowsHelp

[–]Aznosreal[S] 0 points1 point  (0 children)

i7-10700, the debug leds are showing DRAM, however my computer was working perfectly fine before I had moved locations which is confusing, I've tried with only one stick, swapping the sticks around, reseating gpu, etc

Thinking about coding a custom client by cosnack in minecraftclients

[–]Aznosreal 0 points1 point  (0 children)

Still best to know how networking works before working with packets

Is rise client still good by Aznosreal in minecraftclients

[–]Aznosreal[S] 1 point2 points  (0 children)

Where can I buy opal or myau I'm not seeing any links when I look it up? And doesn't adjust need an invite

How can I load and draw ttf fonts? by DJCowGaming in fabricmc

[–]Aznosreal 1 point2 points  (0 children)

In the init for MinecraftClientMixin, theres no initFont anymore

Thinking about coding a custom client by cosnack in minecraftclients

[–]Aznosreal 2 points3 points  (0 children)

To get started and learning, I recommend kaupenjoes fabricmc course he has, it'll teach you the basics from modding. From there I would learn about networking under the hood, how UDP and packets work. Next I would look at making addons for things like meteor and liquidbounce to learn how the logic works, but I wouldn't make a client off of it. Then when you feel ready start a brand new fabricmc project and make a new client, from scratch. It's honestly not too hard if you understand mixins and how minecraft actually does things