Flying Without Elytra

  Рет қаралды 102,211

LiveOverflow

LiveOverflow

Күн бұрын

In this episode we start by exploring the basic AFK fishing farm. While building a potato farm we learn about the scientific method and how we can apply it to Minecraft to find a new fishing farm design for 1.19. Unfortunately we are still on 1.18.2, so we have to develop our own autofish mod. From the newly found programming experience we then are able to develop our own fly hack and bypass the server flying detection!
Simple AFK Treasure Fish Farm Concept for 1.19 Sculk Sensor:
• Simple AFK Treasure Fi...
Easy Carrot & Potato Crop Farm Tutorial | Simply Minecraft (Java Edition 1.17/1.18)
• Easy Carrot & Potato C...
MrTroot/autofish github.com/MrTroot/autofish
Trolling 2b2t Players with a "Magic Carpet" • Trolling 2b2t Players ...
Episode 04:
00:00 - Intro
01:23 - AFK Fishing Farm Explained
05:30 - Let's Play: Villager Breeder & Potato Farm
07:00 - The Scientific Method
10:27 - Inventing a 1.19 AFK Fish Farm
12:25 - Developing AutoFish Mod
18:14 - Bypassing Server Flying Detection
23:32 - Flying without Elytra!
24:52 - Outro
Music:
C418 - Minecraft Soundtrack
=[ ❤️ Support ]=
→ per Video: / liveoverflow
→ per Month: / @liveoverflow
=[ 🐕 Social ]=
→ Twitter: / liveoverflow
→ Instagram: / liveoverflow
→ Blog: liveoverflow.com/
→ Subreddit: / liveoverflow
→ Facebook: / liveoverflow

Пікірлер: 270
@marchembernnadlor4460
@marchembernnadlor4460 2 жыл бұрын
This is actually a good way to learn cyber security many people wouldnt understand the moment they step in since its very confusing at the start. If you start it off via a game that a lot of people play it tends to be easier
@wlockuz4467
@wlockuz4467 2 жыл бұрын
Exactly my thoughts!
@v380riMz
@v380riMz 2 жыл бұрын
It’s a good way to start for fun yes, but you’re not going to learn AD exploitation from this lol
@huhulili9021
@huhulili9021 2 жыл бұрын
@@v380riMz why bother with AD exploits when you can do RCE?
@v380riMz
@v380riMz 2 жыл бұрын
@@huhulili9021 I was giving an example. AD exploitation is something comparable to real life (i.e. taking over the whole network with domain admin access). RCE depends on the context of what youre trying to achieve
@kaljinx
@kaljinx 2 жыл бұрын
@@v380riMz Hey, I was wondering how should I as a beginner get into all of this. I have programming experience, but nothing low level.
@leonader9465
@leonader9465 2 жыл бұрын
I love how this video starts like a normal Minecraft tutorial and then suddenly turns into a Minecraft hacking tutorial halfway through. Excellent video. Thanks for sharing.
@Liz4rdMan
@Liz4rdMan 2 жыл бұрын
This is the perfect combination of what interests me. Gaming + Hacking + detailed explanations + Easter eggs (herobrine)
@le9038
@le9038 2 жыл бұрын
wait. herobrian?
@Liz4rdMan
@Liz4rdMan 2 жыл бұрын
@@le9038 Yes. 12:36 is one of the times. Check the comment section for more time stamps.
@AnalyticalReckoner
@AnalyticalReckoner 2 жыл бұрын
Just wait until you are old enough to get into boys.
@epicm999
@epicm999 2 жыл бұрын
@@Liz4rdMan Virgin Herobrine vs Chad LiveOverflow
@willtn
@willtn 2 жыл бұрын
@@AnalyticalReckoner very unfortunate typo, u meant "bots" right?
@cauhxmilloy7670
@cauhxmilloy7670 2 жыл бұрын
4:22 "When we understand it, we can also change stuff." This is really the heart of engineering. The best way to make better stuff is by understanding the underlying mechanisms at play. This series has been fun this far. Speaking as both a low level programmer, and someone who has spent a lot of time making custom redstone circuits, I really enjoy watching and I really hope that this series reaches a lot of people to get them interested in engineering.
@lisam5802
@lisam5802 8 ай бұрын
Redstone's systems are very helpful in understanding how computers process logic. (Though I assume at least arm devices probably don't use one meter tall pistons/j)
@patfre
@patfre 2 жыл бұрын
The reason you can go so fast in a boat before it kicks you is because when you sit in it on blue ice you can go really fast but if it looked at the default max boat speed it would kick people who didn’t hack
@noir9235
@noir9235 2 жыл бұрын
This isn't true, vanilla minecraft doesn't include a speed check.
@nathankrehbiel105
@nathankrehbiel105 2 жыл бұрын
@@noir9235 He is running a Paper server.
@noir9235
@noir9235 2 жыл бұрын
@engineer gaming Nope that's not a movement speed check that is just the server waiting for a confirm teleport packet.
@noir9235
@noir9235 2 жыл бұрын
@@nathankrehbiel105 paper doesn't add a squared move check but does include the extraneous movement check from spigot.
@noir9235
@noir9235 2 жыл бұрын
@engineer gaming 8 blocks a packet not a second you can simply send more move packets at smaller intervals
@misspotato813
@misspotato813 2 жыл бұрын
I can't remember the exact reason a noteblock was used over say a chest, but I'm pretty sure it's performance related. Chests are pretty laggy in terms of client render. I also assume there are way less validity checks the noteblocks have to make. Chests check if they're connected to another chest, if it has a cat is on top of it, if it has a block on top of it, etc. A noteblock only checks if it has a block ontop of it.
@LiveOverflow
@LiveOverflow 2 жыл бұрын
I assumed there must be a reason like that. Makes sense :)
@char8169
@char8169 2 жыл бұрын
A cat??
@HritikV
@HritikV 2 жыл бұрын
@@char8169 i guess chest with a cat on top of it just opens normally and kicks the cat
@malbacato91
@malbacato91 2 жыл бұрын
@@HritikV nope - cats block chests opening, just like solid blocks. cats also have it as part of their AI to sit on chests and beds. not a very well known interaction but it's quite old
@CeilingPanda
@CeilingPanda 2 жыл бұрын
Minecraft dev, but I'm just relaying what I've heard, chests needs to be "ready" to be animated at any point so they are way more laggy.
@alexander3293
@alexander3293 2 жыл бұрын
the fall damage is actually calculated on the diff between the heighest point of the time you were flying and the landing y pos you can set the onground boolean on some movement packets and the server will reset "the heighest point"
@Kynatosh
@Kynatosh 2 жыл бұрын
I am not sure.. if you hang something on a rope for a long time it will bounce, the fall damage will add up and when they will fall they will get a lot of fall damage (at least it was like this in 1.8 I believe)
@checkmate1284
@checkmate1284 2 жыл бұрын
@Kynatosh I don’t believe the entity would ever be “on ground”, thus never sending the required packet to reset the highest point.
@tr7zw
@tr7zw 2 жыл бұрын
Added to this, just setting the onGround flag in each movement packet basically lets you fly all the time without the y velocity every so often, and without any fall damage(since for the server you are "on the ground", so neither falldmg or the flyhack check gets triggered).
@RigelNarcissus
@RigelNarcissus 2 жыл бұрын
@@tr7zw I don't think that's true, but i cant dig through the source to confirm right now. I remember however that standing on solid ghost blocks would get you kicked after a while, so the "on ground" flag would def be set to true, while the y velocity would be zero. Though this is all for older versions than 1.18.2, I don't know if this holds true for that version, though I bet it does. I might look into this later if nobody else does :B
@DefineOutside
@DefineOutside 2 жыл бұрын
The client is authoritative about their ground status. This is to stop fall damage when a player is jumping up and down on ghost blocks, for example. Additionally, it's likely mojang has just never gotten around to fixing minecraft's netcode as it seems like they only care about singleplayer, most of their netcode only really works at 0 ping anyways and even then it barely works and is all around terribly designed. Fall damage is added when an entity goes downwards. Going upwards doesn't change fall damage at all. You can die from a 1 meter fall if you go up and down rapidly 40 times without touching the ground. One funny way to stop fall damage is to never touch the ground. sending onGround = false every tick bypasses some anticheats who only check for faking being on the ground. it's the simplest method to never take fall damage. Also sending onGround = true every few packets resets fall damage in vanilla and works.
@Lougehrig10
@Lougehrig10 2 жыл бұрын
11:58 FYI, villagers have an internal inventory. They will only share food if they have enough food to share. This mightve been why they werent sharing. Also, are you aware of update suppression? I find it fascinating as it is exploiting a stack overflow exception handling routine in the code to deliberately prevent certain lines of code from running.
@brxne
@brxne 2 жыл бұрын
Update suppression regarding what?
@DanielLiNeutrinos
@DanielLiNeutrinos 2 жыл бұрын
@@brxne I think one example is removing the nether portal obsidian without breaking the portal, I learned this from one of scicraft builds exploiting this
@BastetFurry
@BastetFurry 2 жыл бұрын
@@brxne Check out docm77 exploiting the living hell out of this the last and current Hermitcraft. According to Mojang it will be fixed in 1.19 tough.
@brxne
@brxne 2 жыл бұрын
@@BastetFurry Wow, first time seeing/hearing about this. Thanks, it's wild.
@ElrondTheGreat
@ElrondTheGreat Ай бұрын
Even though my first language is Persian and my English isn't perfect, it's clear how passionate you are about the mechanics. Your teaching is really deep and insightful. As a Minecraft fan and a computer science student who's also into programming and security, I find your content super valuable and enjoyable. Thanks for sharing your knowledge!
@gazehound
@gazehound 2 жыл бұрын
You should write a NoFallDamage hack! That one's pretty interesting- the server keeps track of how many blocks you have descended without your character being grounded.
@ees4.
@ees4. 4 ай бұрын
You can also just reverse the fly hack: send occasional packets upward.
@Soykaf_
@Soykaf_ 2 жыл бұрын
I just wanted to say, I love this series. it's a great introduction to hacking explained using a really fun subject that almost everyone can relate to.
@kubakakauko
@kubakakauko 2 жыл бұрын
Hands down my favorite series on youtube. Keep it going!!!
@tristanmacc
@tristanmacc 2 жыл бұрын
i love this series so much, please keep it up
@dabrick100
@dabrick100 2 жыл бұрын
I love this series! I've always wanted to learn Minecraft modding, but it's always seemed so daunting. Seeing you go through the beginner steps has motivated me to as well! Danke Freund!
@rx97_mc
@rx97_mc 2 жыл бұрын
I'm loving this series please continue! I hope you cover the cool built-in datapacks and resourcepacks as they are insane for customizing the game without code!
@lennyphoenixc
@lennyphoenixc 2 жыл бұрын
Just wanted to say I love the idea behind this series, keep it up
@MaheshDodke
@MaheshDodke 2 жыл бұрын
Loving the series 🤗
@KentHambrock
@KentHambrock 2 жыл бұрын
I'm loving this new series, it deserves so many more views than it's been getting.
@LionBrine
@LionBrine 2 жыл бұрын
Love this series!!! Amazing job
@emblemi6345
@emblemi6345 2 жыл бұрын
00:46 liveoverflow goes phishing _:_ he's a full hax0r now!
@SuperNeon4ik
@SuperNeon4ik 2 жыл бұрын
I love these series. your content is just on the another level.
@beersforever
@beersforever 2 жыл бұрын
Really enjoyable videos, thanks for posting these.
@m4rt_
@m4rt_ 2 жыл бұрын
22:50 I think that is because people have made contraptions that make you go fast, and they don't want to break that.
@evgenkonyshock4913
@evgenkonyshock4913 2 жыл бұрын
This is the best series ever. Do more!
@eswee6780
@eswee6780 2 жыл бұрын
great video as always! A very minor reason to not use chests in fish farms may be because chests are what's known as tile entities; they need to be able to store data whereas note blocks just have sort of a 'different block' coded in for each different note in modern versions. This could maybe cost a bit more computing power when chests are loaded, though I don't see a reason for the game to run code for idle chests that are already loaded, which is why I think people (myself included) just use note blocks because they didn't know you could use chests instead.
@Maxjoker98
@Maxjoker98 2 жыл бұрын
I really like these videos. Keep it up!
@darraghd493
@darraghd493 2 жыл бұрын
4:59, it’s more common for noteblocks to be used in redstoning than chests so it’s likely that it was just a first idea and then stuck that way.
@EliteSparklz
@EliteSparklz 2 жыл бұрын
Its also not a contanerized entity, you are right that noteblocks are common but the reason for that is to prevent lag. No inventory on a block reduces lag (Doesnt really matter with this small 1 off contraption, but that's the history of it)
@elliot_yoyo
@elliot_yoyo 2 жыл бұрын
Great series, great work ! Danke :)
@krestofelo8757
@krestofelo8757 2 жыл бұрын
I really like the way you tell about your experience in making hacks for the game I played for years, It really inspires me to tackle with it too. Only thing distracting my interest is the parts where you switch to normal gameplay and\or explaining simple concepts way to long, as if for some newby (not to offend anybody). But overall impression from the video is still amazing, so keep going, it's really interesting content!
@NilesBlackX
@NilesBlackX 2 жыл бұрын
This is just an excellent video series on all counts
@Reeces_Pieces
@Reeces_Pieces 2 жыл бұрын
I'm really loving this series.
@joiscode3832
@joiscode3832 2 жыл бұрын
This is realy cool. Its good to learn on what you love. Right now im learning via a few ctfs but picoctf is what im most addicted to
@user-tk4nv7zy6z
@user-tk4nv7zy6z 2 жыл бұрын
I cant wait next episode! It's Amazinig!!!!!!!
@Brewt_
@Brewt_ 2 жыл бұрын
12:36 LOOK AT THE RIGHT AHHH
@hasnieking
@hasnieking 2 жыл бұрын
I love how you are doing basically the opposite of me. My first 'big' coding project was a Minecraft mod back when I was 14 years old or something, for version 1.5. Before that I only had made some websites with basic HTML. I followed a KZbin series for the mod as I had no experience in any other language than HTML, but I really loved it. I think that project is one of the reasons I am where I am now. Now I'm following Computer Science at university and am mainly interested in cyber security, and almost graduating! It's really fun to see how Minecraft modding nowadays is done really different than back in the days (as far as I can remember). A modloader called Forge was used in my time mainly, which I think was based on decompiled code as well, but would replace some original code.
@DavidCampbellIII
@DavidCampbellIII 2 жыл бұрын
12:56 anyone else notice that old familar face standing off to the right?
@ziccodx
@ziccodx 2 жыл бұрын
Wow, interestingly, this feels much more fun then creative since you had to work your way up, research, write code to enable these functions. Great work and dang it's enticing me to try much more than the analytical web hacking videos. I'm a game dev, so that's probably why.
@heitormbonfim
@heitormbonfim 2 жыл бұрын
Man, I'm just loving it, you're a genius
@fabriperoconalgomasytodojunto
@fabriperoconalgomasytodojunto 2 жыл бұрын
You're amazing dude. I love this video
@SoicBR
@SoicBR 2 жыл бұрын
23:55 code a NoFall hack. It's possible to use a NoFall hack to completely bypass fall damage and it's present in various open-source utility mods
@davidawesome0248
@davidawesome0248 2 жыл бұрын
If you want to try it, here is how to fix fall damage. Your fist video on quarry exited me and now I am trying to make a hacked client using only that; It turns out is is very easy to override the advancements and show a chest. I have also made a anti-fall damage mode in it, all you have to do is hook into the movement and rotation packets. They send if the player is on ground, if this is always true no fall damage is calculated
@9maxmaz
@9maxmaz 2 жыл бұрын
i think if u send packet falling down to server and fly up to position u fake falldown its should be stable to stand in the air infinitely for the client
@ivankatalenic
@ivankatalenic Жыл бұрын
Great educational and fun video. I've never tried developing mods for Minecraft (or any game), and now once I saw your video it seems extremely easy (well, at least for Java, and Minecraft 😄). Thanks for sharing the knowledge, but also, it's not all great since people will now exploit this to develop even more hacks for this incredible game. I always had problems with cheaters while playing Minecraft with friends on a public server since it was rarely fair play, and I strongly wished it was. If I were to start playing it again, I'd consider creating anticheat software for it. 😃
@RiesenpiIz
@RiesenpiIz Жыл бұрын
Es sollte eigendlich auch ein scheduler geben, den du benutzten kannst und statt deine eigene flying logic hättest du isFlying vom Spieler auf true setet können und dann versuchen die flying check zu umgehen. Trotzem gutes vid :D
@darki741
@darki741 2 жыл бұрын
Bester mann kannst miese gut erkären und sehr gut englisch ohne den aktzent hätte ich nicht gedacht du wärst deutsch
@gargshadowofficial8750
@gargshadowofficial8750 2 жыл бұрын
About the inventing a 1.19 fishing farm chapter of the video you should really look into different ways of implementing vertical redstone. there are a lot of cool solutions of instantly transmitting signals using block updates and observers
@iteragami5078
@iteragami5078 2 жыл бұрын
Rays Works already showcased a compact design for a treasure AFK fish farm using skulk sensor, so thankfully, he doesn't need to worry about instant redstone.
@TheStiepen
@TheStiepen 2 жыл бұрын
One Thing you could easily bypass for years on a vanilla server (though not bukkit/spigot) was Fall damage, simply by making the client send onGround = true, even when not actually on the ground. How Fall damage was calculated was basically talking a snapshot of your y position when setting onGround = false and when it went back to true, it would calculate how far you have fallen, subtract 3, and then that's the amount of damage you take.
@xXDarkRevolutionHDXx
@xXDarkRevolutionHDXx 2 жыл бұрын
Btw fabric has an inbuilt config thing too. Many mods use that
@Furetto126
@Furetto126 2 жыл бұрын
what do you mean by that?
@1e1001
@1e1001 2 жыл бұрын
@@Furetto126 (it's not actually built-in but) with the modmenu mod you can pretty easily add a configuration screen to your mod,
@Furetto126
@Furetto126 2 жыл бұрын
@@1e1001 thx for explaining
@xXDarkRevolutionHDXx
@xXDarkRevolutionHDXx 2 жыл бұрын
@@1e1001 oh right yes it's with mod menu.. but ye that's the go to way to make configs on fabric :D
@billymays8864
@billymays8864 2 жыл бұрын
this is really helpful
@BaxAndrei
@BaxAndrei 2 жыл бұрын
20:21 the first one will check If You are in Air when loggin in, I Guess. I saw it few times on my server when players logged out while /Fly was enabled then disabled on reconnect.
@Povilaz
@Povilaz 2 жыл бұрын
Very interesting.
@Lichtx
@Lichtx 2 жыл бұрын
best Minecraft channel on KZbin
@thecrazymoon6578
@thecrazymoon6578 2 жыл бұрын
You are very good at explaining
@Modslover
@Modslover 2 жыл бұрын
I'm sure this would be easy, since you are flying into dark caves what if you had night vision? Maybe even a toggle one and off at certain light levels? What other effects could you have? Maybe feather falling for .5 secs before you land so you don't take damage from flying?
@jesseb0rn51
@jesseb0rn51 2 жыл бұрын
Nice touch with the herobrine at 12:44
@DarmiGames
@DarmiGames 2 жыл бұрын
In the next episode, you shold explore fall damage, and try to do nofall. It'd really go hand in hand with flying.
@rick-sanchez
@rick-sanchez 2 жыл бұрын
Probably too late for the series but you can use F3+H to render hitboxes. Useful when explaining the fish farm. There are also other shortcuts press F3+Q to list them all in chat.
@Plyrs
@Plyrs 2 жыл бұрын
ok i played minecraft for years and never understands how that afk fishing works. but this video changes everything and blow my mind
@thisconnectd
@thisconnectd 2 жыл бұрын
I remember when I first had an Eureka in Minecraft when a parkour mod (climbing fences I think) worked in multiplayer
@nrliii
@nrliii 2 жыл бұрын
Yeah movement mods would work on servers with some old ass anti cheat
@Xylight
@Xylight 2 жыл бұрын
Are you using shaders? That ambient occlusion is oddly satisfying
@4cps777
@4cps777 Жыл бұрын
The reason why the boat fly works is the fact that 2bt2 use an outdated and custom version of NCP. Now the problem with this is the fact that 2bt2 is on 1.12 and vehicles are controlled by the client on versions 1.9 and above. Before that, the client would just send the key presses (specifically by sending location updates with hardcoded values) and the server would move the vehicle accordingly. This, however, meant that anti cheats also didn't check the player when they were moving in a vehicle (since their movement was controlled by the server) and continued to not check the movement even after the update. They of course fixed the exploit after the exploit became public, but vehicles in general are a bit tricky to say the least (For example, I later discovered that leaving a vehicle enabled you to perform arbitrary movements for one tick on AAC3, AAC4 and Intave 13, with the latter two being the latest versions of those specific anti cheats at the time). The reason why the vanilla fly check doesn't kick in is the fact that dedicated anti cheats need to disable the vanilla anti cheat because not doing so would allow a range of other exploits (eg packet fly).
@frekafrekason5457
@frekafrekason5457 2 жыл бұрын
I love the little easter eggs like the hidden herobrine
@etopowertwon
@etopowertwon 2 жыл бұрын
You know what also would be fun to watch -- the opposite videos, where you try to build server-side plugins that either prevent flying/lag machines or at least log sus players and log/record their activity.
@kj4derEchte
@kj4derEchte 2 жыл бұрын
i want a tshirt with the citate: "Definitions of words are bullshit anyway"
@cyan2048
@cyan2048 2 жыл бұрын
LiveOverflow playing Minecraft is just the cutest thing I have ever witnessed in my entire life
@nirui.o
@nirui.o 2 жыл бұрын
"and they producted a baby" Ah, the straight forward honesty the world deserve. 🤣
@einsjannis
@einsjannis 2 жыл бұрын
Amazing educational content, I don't think theres anyone else making cyber security this approchable, thanks a lot man
@coffee-is-power
@coffee-is-power 2 жыл бұрын
the isOnGround variable is set from the client and can be spoofed
@Elementening
@Elementening 2 жыл бұрын
what shaders/configs are you using? it looks really vanilla and cool
@Cryptizism
@Cryptizism 2 жыл бұрын
You should stream 1 of these videos so we can get a more in depth view of your thinking process
@etopowertwon
@etopowertwon 2 жыл бұрын
Wait. Now you unironically entered the circle of my favorite minecraft players. Please do more explanations of the farms. Also server does checks the speed somewhere, I know it as it sometimes give false positives. There's a mod, called PSI that allows you to create spells. You can create a spell which propels you so quickly, server literally reverts your position to the point where you started the movement.
@monkaSisLife
@monkaSisLife 2 жыл бұрын
You can do a no fall damage hack, which is pretty easy, if I remember correctly hacking clients just prevent the fall damage packet from being sent
@JasonSquirrels
@JasonSquirrels Жыл бұрын
4:30 I wonder why people don't just use a chest instead of a noteblock in the AFK-fish farm. If you put a block on top of the chest, it will act the same way as the noteblock, but it is cheaper to craft.
@QuietStorm4964
@QuietStorm4964 2 жыл бұрын
Liveoverflow modpack for Minecraft sounds dope
@bylin04
@bylin04 2 жыл бұрын
5:01, not sure exactly how the fishing mechanics work when trying to get treasure, but could'nt you just build the farm in the middle of the ocean with the flowing water connected to the sea so that you can farm treasures too?
@EliteSparklz
@EliteSparklz 2 жыл бұрын
Game checks for ANY non water blocks around the bobber in a 5x5x4 or some range, if it detects any non water or air block you cannot get treasure
@synctic
@synctic 2 жыл бұрын
I have a question do I need both the mixin one and the normal one so I mean when liveoverflow did the flying mod he just shows the normal one so what is the mixin used for?
@yusus_
@yusus_ Жыл бұрын
its for tick funktion... i think
@S4ber_
@S4ber_ 2 жыл бұрын
Good Video
@samo_lego8465
@samo_lego8465 2 жыл бұрын
Fall damage can be really easily negated, as there's a boolean value in the move packet if player is on ground. Server blindly accepts it and doesn't apply any fall damage if it is set to true ("as player is on ground anyways" :P )
@flakanec666
@flakanec666 Жыл бұрын
LifeOverflow: Maybe players use boat fly hacks because when player sits in boat flying is not detected Me: Gets kicked while chilling in boat
@real1cytv
@real1cytv 2 жыл бұрын
So from what I remember boatflying was actually an exploit to bypass the 2b2t anticheat plugin. The reason hausmaster doesn't want people to fly is because it absolutely TANKs the server performance if people are flying fast and constantly loading new chunks etc. There were also other really cool methods to fly (for example riding a pig, which is why you used to have pig spawners in the nether)
@fritzfahrmann4730
@fritzfahrmann4730 2 жыл бұрын
I like the new series, however it feels a little bit "thinner" than the pwnadeventure series. maybe it is possible to add more programming/hacking content?
@clubpurpel4003
@clubpurpel4003 Жыл бұрын
For some reason the 'public void tick(...) {' line doesn't work for me. The tick bit is gray for me, whereas for him it's yellow. Also I tried putting some debugs in and the one right after tick doesn't send a message.
@corpsecoder5216
@corpsecoder5216 2 жыл бұрын
from cybersecurity to minecraft this is history right here
@MCLooyverse
@MCLooyverse 2 жыл бұрын
I keep forgetting that I'm listening to LiveOverflow, not ilmango. You guys don't really sound the same, but ilmango was the only German technical Minecraft player I watched, until now.
@jonathanschenck8154
@jonathanschenck8154 Жыл бұрын
Maybe a shulkerbox could work like the chest. Barrels are not going to be grate for fishing.
@Spiralem
@Spiralem 2 жыл бұрын
If flying is detected via Vertical Velocity checks, wouldn't TNT cannon cause you to be booted from the server?
@ZucchiZ
@ZucchiZ 2 жыл бұрын
When a computer scientist plays Minecraft
@Bartek2OO219
@Bartek2OO219 Жыл бұрын
I think that injection into bobber entity is bad idea because when you play on servers you can have multiple entities of that kind
@mic27381
@mic27381 8 ай бұрын
I didn’t realise that all those features (eg sculk sensor) existed for that long…
@LukenSkyne
@LukenSkyne 2 жыл бұрын
You could look into how falldamage is calculated and applied :D
@webentwicklungmitrobinspan6935
@webentwicklungmitrobinspan6935 2 жыл бұрын
i love that you teach this with minecraft, what a great way to help young people discover cyber security! edit: dude you are getting me hooked into java altough i hated it for the time i was in university
@Redstoneprojrjr
@Redstoneprojrjr 2 жыл бұрын
Making a nofall module would be very easy :)
@ItsGlucose
@ItsGlucose Жыл бұрын
Take a look in qnti fly plugins, they doesn't allow player to float.
@Megaheropap
@Megaheropap 2 жыл бұрын
Please do more Minecraft cyber security videos and your thought process
@jordon_
@jordon_ Жыл бұрын
try spoofing the client sending whether its on ground, does that change anything? (Minecraft - atleast used to i dont think it still does but it might - trusts the client sending whether its on ground. With this you can make a no fall damage hack by spoofing that you're "on ground". (there's also other methods but thats a simple one and it works as far as im aware)
@m4rt_
@m4rt_ 2 жыл бұрын
the trick is to slowly fall downwards, and not stay still in mid air. that's how you bypass the minecraft flight check thing
@nitaki_
@nitaki_ 2 жыл бұрын
Would it be possible to get access to the Flying code?
@BodyAlhoha
@BodyAlhoha 2 жыл бұрын
Now, why you don't make that fly bypass using packets ^^
@greatgamegal
@greatgamegal Жыл бұрын
Do striders count as vehicles? Can you maybe fly a strider stack if you do while (object.hasVehicle()) instead of if (client.player.hasVehicle())? Edit: You could just call client.player.getRootVehicle() apparently to define object. It defines entity as "this" in the beginning, then does a while entity.hasVehicle so it should return the entity you called it on if the entity isn't riding a vehicle.
@convince_me
@convince_me Жыл бұрын
How can I make the tick function work???
Crafting a Minecraft 0day...
28:09
LiveOverflow
Рет қаралды 123 М.
Minecraft, But It's Reverse Engineered...
18:02
LiveOverflow
Рет қаралды 138 М.
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 33 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 9 МЛН
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 19 МЛН
Mojang's New Minecraft Tutorials Are Weird...
14:07
CraftyMasterman
Рет қаралды 71 М.
Velocity Exploit on Paper?
14:18
LiveOverflow
Рет қаралды 78 М.
The State of log4shell in Minecraft Months Later
27:05
LiveOverflow
Рет қаралды 66 М.
This Mod Makes You Better At Redstone
8:47
mattbatwings
Рет қаралды 443 М.
Minecraft has WEIRD Secret Cheats...
10:30
mysticat
Рет қаралды 1,6 МЛН
My Best Armorstand Yet! | Hermitcraft 10 | Ep.24
22:09
SmallishBeans
Рет қаралды 193 М.
They Cracked My Server!
33:37
LiveOverflow
Рет қаралды 90 М.
How Minecraft ACTUALLY Works 💎⛏️
46:02
Alan Zucconi
Рет қаралды 1,5 МЛН
I coded your DUMBEST Minecraft ideas
15:03
Element X
Рет қаралды 429 М.
Scanning The Internet for Minecraft Servers
26:40
LiveOverflow
Рет қаралды 75 М.