class.zip
There you go my good sir!

Best posts made by yorik100
-
RE: LiquidSense Free by AquaVit ! Free Download
DOWNLOAD AT YOUR OWN RISK!
-
Delay packets sent from server to client (S packets)
I need help because I know how to save them but I don't know how to play them back, example :
I want to delay S08s, ignorants will probably say just cancel and when you want to execute back the packet use setPos but if I cancel S08 on world change then world doesn't load, I would also need to do delay velocity packets AND NO, CANCELING THEM AND SETTING MOTION TO THE VELOCITY IS NOT A FIX BECAUSE VELOCITY PACKETS SEND INCREDIBLY HIGH NUMBERS FOR SOME REASONS, THINK TWICE BEFORE TELLING ME SOMETHING I ALREADY THOUGHT OF -
RE: GhostFall 2k20 edition
@CzechHek said in GhostFall 2k20 edition:
@notautismatall it does tho
-
RE: Broken scripts in b73
@Senk-Ju said in Broken scripts in b73:
We have heard from various users that certain scripts have stopped working properly in LiquidBounce 1.8.9 b73. To investigate these problems, it would be helpful if developers could post scripts here that no longer work. If only certain parts of the script are affected, an additional description would be very convenient.
We want the upcoming LiquidBounce version to work as smoothly as possible despite the many changes.Thanks.
-
RE: [OFF-TOPIC] LiquidSense is a rat.
@scorpion3013 said in [OFF-TOPIC] LiquidSense is a rat.:
@yorik100 said in [OFF-TOPIC] LiquidSense is a rat.:
Every single LiquidSense stuff is encrypted
and? Whats your point?
it just makes it harder, not impossible.
And you can still monitor fileevents & connections to check if something is fishy.
I just hate encrypted stuff, that's my point
-
RE: Help, Cant connect to Multiplayer Server, with cracked account/ or maybe just liquid in genral
You might want to log to a working Minecraft account
-
RE: [EXPOSED] Coccocoa
All this time I thought he was actually Coccocoa and that he suddently lost most of his braincells
Latest posts made by yorik100
-
RE: LiquidSense Free by AquaVit ! Free Download
@tyffeks said in LiquidSense Free by AquaVit ! Free Download:
@yorik100 oh hello yorik, can you send me animation script look at moon ?
Sorry I don't speak non-sense
-
RE: China Server Remicaft Killaura Config(AAC4.3.12+Matrix)
AAC+Matrix, the ultimate false positive experience
-
RE: Learning JS
@asd-dsa said in Learning JS:
Is it enough to learn JS to do my own scripts or it's recommended to learn Java first?
"or it's recommended to learn Java first" Well, JavaScript and Java aren't related afaik, that wouldn't be what you want to do, I'd recommend you to do simple stuff and improve over time, my first scripts were absolutely messy, now they've a waaay better structure, you just start by copy pasting stuff and then you make your own stuff by understanding how the stuff you copy pasted works
-
RE: Any tutorial on how to compile nextgen LiquidBounce?
@mems said in Any tutorial on how to compile nextgen LiquidBounce?:
I tried compiling it myself, but the client looks like this for some reason:
Is this how LiquidBounce is supposed to look like? If so, then okay...
I can't tell if this is satyre or real
-
RE: aac 5 is mega bork'd
@cancer said in aac 5 is mega bork'd:
latest AAC 5.0.11 LMAO
this is fucking hilarious
works 100% of the timehow the fuck do I embed a video
Sex
-
RE: AAC Killaura B2 T3 Flags
@cancer said in AAC Killaura B2 T3 Flags:
@idk-my-name Hitbox tells me nothing. I Raycast, I hit them from like 1 block away without moving
AAC loves to false
-
RE: Cross version liquidbounce 1.7-1.16.4
@idk-my-name said in Cross version liquidbounce 1.7-1.16.4:
- repost
- breaks motiony
- breaks enchantment levels
- 1.7 does not work
- no cooldown, left hand, shield, totems, spectral arrows, glowing
- 1.13+ can crash on some russian trash servers
- spams console at clientstart/sometimes when playing/changing versions
- really buggy shit that can be implemented in scriptapi
It got updated, but no changelog
Edit :
-
RE: [REQUEST] Verus Fly
@skidma said in [REQUEST] Verus Fly:
Verus fly
var C03PacketPlayer = Java.type('net.minecraft.network.play.client.C03PacketPlayer'); var script = registerScript({ name: 'VerusFly', version: '0.0.0', authors: ['Shurpe'] }); script.registerModule({ name: 'VerusFly', category: 'Movement', description: 'Vereu fly' }, function (module) { module.on('packet', function(e) { var packet = e.getPacket(); if (packet instanceof C03PacketPlayer) { packet.onGround = 1; } }); module.on('update', function() { mc.thePlayer.onGround = 1; mc.thePlayer.motionY = 0; }); });
var script = registerScript({ name: 'VerusFly', version: '0.0.0', authors: ['Shurpe'] }); script.registerModule({ name: 'VerusFly', category: 'Fun', description: '' }, function(module) { module.on('packet', function(e) { var packet = e.getPacket(); if (packet instanceof C03PacketPlayer) { if (mc.thePlayer.motionY < 0) packet.onGround = 1; } }); module.on('update', function() { if (mc.thePlayer.motionY < 0) { mc.thePlayer.motionY = 0; mc.thePlayer.onGround = 1; } }); });
Now you can vertically go up
-
Re: LiquidBounce Nextgen
"We don't want to rush it" You do not want to rush it
I've nothing else to say until release