Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Fly ESP (if you used LiquidBounce's Fly, you would know what I'm talking about)

Oh damn you still trying to hide that you're a skid lmaoooo .... dude how would you even test opengl? You gotta read some articles or anything like that on google to understand how the basic structure of OpenGL even works and i bet a 100€ you dont know shit about it. For a nohand like you its just not possible to assume how vertexes or fragments work without a base knowledge. Oh and dont always excuse your Skid shit with "oh i wanted to show them how cancer my code can be" there are so many autistic code parts in there and you still trying to hide it all though some more experienced developers already told you that your way of code isn't selfmade just by looking at some basic stuff in it. Ouh and you trying to front someone with the decleration of an var which you don't even have to declare because it's fckg useless.... thats why he didnt implement it in his mod class, because you dont have to declare a static var for something which you are able to get through a fckg getter in the mc class. But ok try to learn more by doing but you will reach the limits of understanding by doing really really fast.
 
1 Do you not understand its a matter of preference, some people like to do if Enable, if I really wanted to I can make it so it automatically comes with onUpdate, the reasons why I don't want to do it Is 1 I don't want to 2 I got too many classes I'll have to edit if I do it
It's not a matter of preference. It's just a stupid way of doing it. Ask any experienced coder if they rather would use this if statement in every module they code or if they would do it once.
2 Everyone's got their own way they like to do it, if you don't like the way I do it, don't use my shi* simple as that
Yeah first of all I don't like it. On the other hand I wanted to expose you as a skid (which I've already done successfully) so I have to take a look at stuff like that.
3 Do you not understand I was making a point. people on here say my code is "cancer" soo I did cancer.(methods)
You do it "cancer" because you don't know how to do it well.
Also I love how you called me stupid but you don't know how to do
public static Minecraft mc = Minecraft.getMinecraft();
Another reason why you definitely don't know how to code.
First of all you don't have to do it. THATS a case of preference.
You can call the player by its getter in Minecraft class or you can create a reference to it.
public static Minecraft mc = Minecraft.getMinecraft();
This piece of code is stupid as fuck.
Do you know anything about access modifier or class variables?
You might wanna use public if you're class structure is bad but if you have your modules in sub packages you use protected.
Next and most important thing.
static -> Why you define it as a class variable?
Class variables are attributes from the class itself.
If you have a module class, you never define your Minecraft reference as static because Minecraft is'nt an attribute of your actual module class.
Your modules extends the module class (hopefully) so you don't have to declare it as static.
4 UnLike you I don't just read books or articles on google search, I mess around and see what shit does myself
You said you don't just read books?
So you're reading them?
I don't think so because otherwise you would somehow know how to do stuff the right way.
 
Oh damn you still trying to hide that you're a skid lmaoooo .... dude how would you even test opengl? You gotta read some articles or anything like that on google to understand how the basic structure of OpenGL even works and i bet a 100€ you dont know shit about it. For a nohand like you its just not possible to assume how vertexes or fragments work without a base knowledge. Oh and dont always excuse your Skid shit with "oh i wanted to show them how cancer my code can be" there are so many autistic code parts in there and you still trying to hide it all though some more experienced developers already told you that your way of code isn't selfmade just by looking at some basic stuff in it. Ouh and you trying to front someone with the decleration of an var which you don't even have to declare because it's fckg useless.... thats why he didnt implement it in his mod class, because you dont have to declare a static var for something which you are able to get through a fckg getter in the mc class. But ok try to learn more by doing but you will reach the limits of understanding by doing really really fast.
You wanna believe im a skid, go ahead. It doesn't really matter if its not accurate
 
It's not a matter of preference. It's just a stupid way of doing it. Ask any experienced coder if they rather would use this if statement in every module they code or if they would do it once.

Yeah first of all I don't like it. On the other hand I wanted to expose you as a skid (which I've already done successfully) so I have to take a look at stuff like that.

You do it "cancer" because you don't know how to do it well.

Another reason why you definitely don't know how to code.
First of all you don't have to do it. THATS a case of preference.
You can call the player by its getter in Minecraft class or you can create a reference to it.

This piece of code is stupid as fuck.
Do you know anything about access modifier or class variables?
You might wanna use public if you're class structure is bad but if you have your modules in sub packages you use protected.
Next and most important thing.
static -> Why you define it as a class variable?
Class variables are attributes from the class itself.
If you have a module class, you never define your Minecraft reference as static because Minecraft is'nt an attribute of your actual module class.
Your modules extends the module class (hopefully) so you don't have to declare it as static.

You said you don't just read books?
So you're reading them?
I don't think so because otherwise you would somehow know how to do stuff the right way.

1 Matter of opinion, depends if you want to do it or not. I do it my way, you do your way
2 wtf is a "module"
3 so you've exposed me for something I'm not? okay, makes sense
4 do you not understand I did cancer to show people I could make the code actually cancer, comeon you're acting like you're a genius but you can't understand that.
5 I'm already aware you can do that. I just prefer to call Mc(its more short just to say Mc than type Minecraft)
 
1 Matter of opinion, depends if you want to do it or not. I do it my way, you do your way
Yeah you can do it however you want but be open for critism if me and @Redma say that your Code is bad in our Point of view.
You could say "No MY Code is good at it is" or you improve it and by that improve yourself.
Make your own Thing and don't skid if u wanna get thankful Responses.
Since youre a beginner. Why not starting to learn how to Code and do stuff at your own.
You can share this Code with the community and get improvement suggestions so you can become a quiet good developer.
2 wtf is a "module"
Call it module, feature or cheat. "Sprint", "Speed", "KillAura" are modules.
3 so you've exposed me for something I'm not? okay, makes sense
I don't understand why u still want to deny that… Youre already exposed by two People.
4 do you not understand I did cancer to show people I could make the code actually cancer, comeon you're acting like you're a genius but you can't understand that.
Yes I can't understand that…
I think youre doing it because youre mad that we exposed you as skid.
5 I'm already aware you can do that. I just prefer to call Mc(its more short just to say Mc than type Minecraft)
Ist reasonable to prefer that. But not like you did it.
static and Maybe public (depends on class structure) was stupid.
you're acting like you're a genius
I know how to code thats all.
 
Yeah you can do it however you want but be open for critism if me and @Redma say that your Code is bad in our Point of view.
You could say "No MY Code is good at it is" or you improve it and by that improve yourself.
Make your own Thing and don't skid if u wanna get thankful Responses.
Since youre a beginner. Why not starting to learn how to Code and do stuff at your own.
You can share this Code with the community and get improvement suggestions so you can become a quiet good developer.

Call it module, feature or cheat. "Sprint", "Speed", "KillAura" are modules.

I don't understand why u still want to deny that… Youre already exposed by two People.

Yes I can't understand that…
I think youre doing it because youre mad that we exposed you as skid.

Ist reasonable to prefer that. But not like you did it.
static and Maybe public (depends on class structure) was stupid.

I know how to code thats all.
1 Or I could just keep doing it the way I prefer to do it and if you don't like it, you can change the code to your structure(if you're using my code)
2 I don't skid butt k
3 Why would I learn how to code again?
4 yeah that's other people's opinions, I don't really care about people's opinions or people in general
5 Technically its not "denying" if its not true.
Also proof?(solid proof)
6 okay
7 "6"
8 you're*
9 that's*
10 I'm done with you
(I'm blocking you again butt this time its going to be a permanent block, but for some reason on this site, its called "ignore" fuck knows why)
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top