@Platinum21830 can you record? I'm not a JAVA person. I need to make a static boolean, replace the trues to nofall, and make a keybind? But how does it change between the "nofall" and the "true"?
It doesn't work, I did everything exactly as you said. I just replaced onGround with true and opened Minecraft. got 5/11 blocks up and fell and lost health.
Hey please can you help me? My client works fine and everything...I love it, but if people edit the settings in the menu and then leave the client, they reset! Please help D:
Could you show how to make it so in xray you can see all the blocks as opaque unless it's something you want then it's as you made it in the tutorial? Also I PM'd you about making the entities fullbright as well, I think that might be a good thing to show as well.
@NuclearChickenPie Is it giving you an error? And you might try joining a localhost server when you compile it in eclipse and see if it tosses any errors.
I was looking around in eclipse and found some cool stuff like, isImuneToFire , setHealth, and stuff like that. But I was wondering, how can you tell if what you are doing will require the server to have it, or if it's client side?
I did what you said to make it toggleable but even when I don't toggle it I still don't take damage, and when I do it just brings my to half health instantly. I guess it's good for a kill yourself mod lol.
@Rabidrob98 Okay so what you want to do is get rid of all your changes in the EntityClientMP file and go into your Entity.java file. Inside this you want to go to line 531 where it says "onGround = d6 != d1 && d6 < 0.0D;" you want to create an if statement that says "if(GuiIngame.yourtogglevariable){ onGround = true; }else{ onGround = d6 != d1 && d6 < 0.0D; }
Loving these so far, I asked about tracer lines in your last video, sorry if you saw that don't want to spam. But pretty much it's a line going from your crosshair to a certain point on the map so that you can follow it to the location (last death location, sethome, and maybe other players?)
@ScrappyHaxor yep, that'd be the one lol. I was watching it and wondering how to pull it off. Sadly I'm more a C++ guy than a java guy so I don't know exactly what to do :P
@Rabidrob98 yes, all you would need to do is make a boolean variable and replace OnGround to that variable instead, then use the same methods as illustrated in the other videos as to how to toggle it. :D
how do you make a toggle for this? bcuz it will crash if the server has NoCheat.
SacredFireFly 3 days ago
@GeotanCP look at his videos for key binding, I can't record for reasons but I'll pm you the code later today.
Platinum21830 4 days ago
@GeotanCP you just have to make a Boolean for nofall and replace true to nofall. Also you have to make an if key pressed event to trigger this.
Platinum21830 5 days ago
@Platinum21830 can you record? I'm not a JAVA person. I need to make a static boolean, replace the trues to nofall, and make a keybind? But how does it change between the "nofall" and the "true"?
GeotanCP 5 days ago in playlist Minecraft Destruction
please do one with optional nofall with keybinds
GeotanCP 5 days ago
only thing about this is that, if you jump into water from a high distance, you take damage and may die :\
zKeanuOG 1 week ago
Can you make one of these with it being toggleable
CodyElite 2 weeks ago
It doesn't work, I did everything exactly as you said. I just replaced onGround with true and opened Minecraft. got 5/11 blocks up and fell and lost health.
b0xyTV 3 weeks ago
Hey please can you help me? My client works fine and everything...I love it, but if people edit the settings in the menu and then leave the client, they reset! Please help D:
TheGameStrike 1 month ago
@TheGameStrike Are you talking about keybinds or the state of a hack? (Like leaving with nofall on but when they get back its off)
MrXiph 3 weeks ago
um scrappy can u please extend this tutorial to show how to make it a keybind?? or command?? instead of always being on?\
KevoCoderz 2 months ago
@KevoCoderz Only thing that i can think of is create for all onGround variables an if statement (:
MrOlivierxD 2 months ago in playlist Meer video's van TheScrappyHaxor
@MrOlivierxD hmm ok thanks man ill try.
KevoCoderz 1 month ago
Could you show how to make it so in xray you can see all the blocks as opaque unless it's something you want then it's as you made it in the tutorial? Also I PM'd you about making the entities fullbright as well, I think that might be a good thing to show as well.
MrXiph 2 months ago
@MrXiph for some reason I can't get on any servers now... any ideas why?
NuclearChickenPie 3 weeks ago
@NuclearChickenPie Is it giving you an error? And you might try joining a localhost server when you compile it in eclipse and see if it tosses any errors.
MrXiph 3 weeks ago
Do GUI buttons, That would be awesome!
Atrohumter 2 months ago
@Atrohumter Like a custom client button in the pause menu that shows all the commands and stuff?
TheScrappyHaxor 2 months ago
@TheScrappyHaxor Yhea, that kind of thing, or in the main GUI.
KCNTV 1 week ago
Hey bryan, why cant i get on to your server?
Dyimnasta 2 months ago
How hard is it to turn on and off your mods by clicking on the word in your GUI?
Rabidrob98 2 months ago
@Rabidrob98 It shouldn't be hard ^-^
MrXiph 2 months ago
I know it's a school week, but could you do some easy mods like retardmode and Jesus?
Rabidrob98 2 months ago
@Rabidrob98 I could, but I just don't have time. I have a name protecting one recorded, but it's on my laptop which I don't have access to right now.
TheScrappyHaxor 2 months ago
@TheScrappyHaxor can you show the build hack soon :3!?
ToshTheWolf 2 months ago in playlist Uploaded videos
I was looking around in eclipse and found some cool stuff like, isImuneToFire , setHealth, and stuff like that. But I was wondering, how can you tell if what you are doing will require the server to have it, or if it's client side?
Rabidrob98 2 months ago
It did better then work! When u spam the jump key u start to fly :D
Rabidrob98 2 months ago
I did what you said to make it toggleable but even when I don't toggle it I still don't take damage, and when I do it just brings my to half health instantly. I guess it's good for a kill yourself mod lol.
Rabidrob98 2 months ago
@Rabidrob98 Ah okay, let me look into it for you and I'll see what I can come up with ;D
MrXiph 2 months ago
@Rabidrob98 Okay so what you want to do is get rid of all your changes in the EntityClientMP file and go into your Entity.java file. Inside this you want to go to line 531 where it says "onGround = d6 != d1 && d6 < 0.0D;" you want to create an if statement that says "if(GuiIngame.yourtogglevariable){ onGround = true; }else{ onGround = d6 != d1 && d6 < 0.0D; }
MrXiph 2 months ago
@MrXiph Thank you soooo much :D you really helped me out with this :D
NuclearChickenPie 3 weeks ago
Loving these so far, I asked about tracer lines in your last video, sorry if you saw that don't want to spam. But pretty much it's a line going from your crosshair to a certain point on the map so that you can follow it to the location (last death location, sethome, and maybe other players?)
MrXiph 2 months ago
@MrXiph Like the AvO video? Idk, never played around with the vectors and drawing functions in Java
ScrappyHaxor 2 months ago
@ScrappyHaxor yep, that'd be the one lol. I was watching it and wondering how to pull it off. Sadly I'm more a C++ guy than a java guy so I don't know exactly what to do :P
MrXiph 2 months ago
Is their a way to make this toggleable?
Rabidrob98 2 months ago
@Rabidrob98 yes, all you would need to do is make a boolean variable and replace OnGround to that variable instead, then use the same methods as illustrated in the other videos as to how to toggle it. :D
MrXiph 2 months ago
this may be really confusing for you, but i am the one confused can you start from the beginning fresh oorrrr how do i get the client public
vLegitHD 2 months ago
@vLegitHD Watch my "Finalizing your mods" video.
TheScrappyHaxor 2 months ago
@TheScrappyHaxor 1 question all the mods in the description work for 1.0.0 right
vLegitHD 2 months ago
@vLegitHD Except the sneak one, so i've been told
TheScrappyHaxor 2 months ago
@TheScrappyHaxor what happend to the fly mod
vLegitHD 2 months ago