He got it. Just get the jar and decompile it. I can see and edit the Minecraft source code. In fact I have few different things on my launcherHow did you manage to do that? Do you not need the source code?
He got it. Just get the jar and decompile it. I can see and edit the Minecraft source code. In fact I have few different things on my launcherHow did you manage to do that? Do you not need the source code?
As this is a minecraft forum, I'm now presenting my new hacked client.
Hacks: Coords, Speed, Killaura
Also displays an info on the console if a new villager spawns.
public void onClickTile(ClickTileEvent e) {
[...]
this.preventSwing = true;
[...]
}
public void tick() {
[...]
if(Mouse.MouseButton.LEFT.isPressed() && !this.swinging && !this.preventSwing && weapon.isPresent()) {
[...]
}
I tried to play the game legit now and I think there's a bug where you cannot get any more wood after getting wheat or sugar.
I think it's because of this:
Code:public void onClickTile(ClickTileEvent e) { [...] this.preventSwing = true; [...] }
Code:public void tick() { [...] if(Mouse.MouseButton.LEFT.isPressed() && !this.swinging && !this.preventSwing && weapon.isPresent()) { [...] }
Of course, the average Dev learns Java, not C++.Reason of why you must use C++
C++ can be "hacked" too.Reason of why you must use C++
No language is objectively better than another. There are lots of reasons to use Java and not C++.Of course, the average Dev learns Java, not C++.
Im sure if Muffin knew C++, he would use it.
Of course, the average Dev learns Java, not C++.
Im sure if Muffin knew C++, he would use it.
I do not know C++, but, is harder to "hack", right?C++ can be "hacked" too.
I can't say how hard it is because I haven't done it, but I know the way it works is injecting a DLL that collects data from memory and uses it to hack. For example, aimbot would find the player positions in memory then adjust the players aim to where the other player is.I do not know C++, but, is harder to "hack", right?
InterestingI can't say how hard it is because I haven't done it, but I know the way it works is injecting a DLL that collects data from memory and uses it to hack. For example, aimbot would find the player positions in memory then adjust the players aim to where the other player is.
I never said C++ is better, but now that you bring it up, if you look online you will find that C++ developers get paid the most and are in the most demand.C++ can be "hacked" too.
No language is objectively better than another. There are lots of reasons to use Java and not C++.
I thought that's what you meant when you said you were sure he would use it if he knew it.I never said C++ is better, but now that you bring it up, if you look online you will find that C++ developers get paid the most and are in the most demand.
You must not have read the article then.I think those articles are talking about which languages you can do the most with.
I meant which languages are better for getting a job.
I don't believe anyone ever said SQL was the best language. All that was stated was that it was in high demand, which seems fairly possible."While this isnt an extensive list" seems to be the main keyword here.
If you took every programmer job jn the US into account, I'm sure you would have very different results. Im not saying C++ would necessarily be the best, but ive literally NEVER heard of anyone saying SQL is the best language.