#general
1 messages Β· Page 335 of 1
?
remember when mastiff superior stacking was the thing
does it?
I think so
oh
also slime hat stacking to do slayers
idk what you talking about then
smh
mastiff - sup swap was great
did you not play
the colosseum was a mess
How
you literally put on mastiff
I was like top 300 in svens
put on a talisman on head
I played but I did svens in mastiff
you would be able to kill them super fast
how i got sven 6
you can't die + you have normal cd since it doesn't halve
and you have the bonus from superior
i was poor and didn't have sup then
Can any1 answer my question pls?
gaming
You could do it with strong
i don't think i even had mastiff
Wow brokr
yeah i was literally dirt poor
i was probably like 10m nw
No it isnt
someone tell me what i should make
huh i'm doing 17m to the guardians
wat
??
Ye
snow save me
Wait healthy Guardian has 50m hp? Wat
Ok
invite noob
we have spent 11minutes in the boss already
just delete ur scythe mobs
Is scythe even good
good for swapping
With what else
its a budget giant sword
overpay moment
pp poo
why would you kill them more then once
would be such a shame if someone made mappings for sbe
what are mappings?
Allows anyone to read the source without issue
o
that would be funny
i would but im just fucking lazy
well ive started
you guys could work together or something lol
Someone invite this man to the tree
pp poo poo
haha i remember trying it
except some stuff is just null
why would you want mappings for sbe
also I doubt they auto run obfuscator from gradle
so one day they will upload deobfed jar by accident
then its over
good luck, threadtear folds to it
literally every deobfuscator is unable to do it
is there a mod that tells you what event is going on in the mines
without you being there
aw
because dwarven mines events are based on server specific timers
i meant like what event there is for that day
uhhh
it could be possible
might not be exact
also it would only be able to say 2x power and can't tell raffle vs goblin
well thats still mega helpful anyways
lmaooo i got the strings with decompiler
The strings are useless anyways
not for cracking it its not
the person that gave me the jar wants to crack it so imma do him a favor
ye some nerd sent me 2.0.6
looks like https://github.com/java-deobfuscator/deobfuscator does some good work
just asking can you get sbe privileges revoked for sharing files or sharing sbe mod suggestions
they are anal about that shit, but i think its possible to crack it pretty easily
it doesn't matter if you share or not
well
they will ban you yeah
we get the files from epople anyways
sooooooooooooooooooo
Β―_(γ)_/Β―
GotoRearranger might help
I just look at the mixins since mixin can't handle very heavy obf
just the mixins show me enough about thier shitty code
yes I am l33t haxor deobfuscator
I wrote a deobfuscator for superblaubeere27 int obfuscator
some say the ability to read the Il lanaguage is dying out
how do u bypass that
idk if im dumb or not
sbe has the same thing
so i just used mixins
did the job
you just remove certificateFingerprint from the @Mod and maybe delete the method idk
is there a mod in skytills that makes it say player before every name like mine would be player-dragonlooter
im just curius
cant tell if its neu or sba
what
that is not skytils, neu, or sba
ty
its not that bad tbh
this is big brain talk :o
wait
private void onClick(final CallbackInfo callbackInfo) {
if (configSettings.leftClickZapperUndoBoolean) {
final Minecraft func_71410_x = Minecraft.func_71410_x();
final ItemStack func_70694_bm = func_71410_x.field_71439_g.func_70694_bm();
try {
if (func_70694_bm == null || func_70694_bm.func_77973_b() != Items.field_151145_ak) {
return;
}
}
catch (RuntimeException ex) {
throw lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII(ex);
}
final String llllIIIllIIlIIlllIlIlIIIIlIIIlIIIIIIIllIlIIlIIlIlIIIIllIllIlllIIIIIllIIlllIlllIlIllllllIIIllIlIllIlIIlllIl = IlIlIlllIIlllIIlIIlIIIIIlIIIIIIllIIIlIlIllIIlllIlIIIlllIIlllIlIlIIlIlIIIIIlIIlllIlIllIIlIIlIllllIlIllllIIl.llllIIIllIIlIIlllIlIlIIIIlIIIlIIIIIIIllIlIIlIIlIlIIIIllIllIlllIIIIIllIIlllIlllIlIllllllIIIllIlIllIlIIlllIl(func_70694_bm);
try {
if (llllIIIllIIlIIlllIlIlIIIIlIIIlIIIIIIIllIlIIlIIlIlIIIIllIllIlllIIIIIllIIlllIlllIlIllllllIIIllIlIllIlIIlllIl.equals("BLOCK_ZAPPER")) {
func_71410_x.field_71439_g.func_71165_d("/undozap");
}
}
catch (RuntimeException ex2) {
throw lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII(ex2);
}
}
}
send crash report
anyone recognize this code
because i do
private void clickMouse(CallbackInfo info) {
if (!Utils.isOnHypixel() || !Utils.inSkyblock) return;
ItemStack item = thePlayer.getHeldItem();
if (item != null) {
NBTTagCompound extraAttr = ItemUtil.getExtraAttributes(item);
String itemId = ItemUtil.getSkyBlockItemID(extraAttr);
if (Objects.equals(itemId, "BLOCK_ZAPPER")) {
Skytils.sendMessageQueue.add("/undozap");
}
}
}
we added it after them
private void onClick(final CallbackInfo callbackInfo) {
if (configSettings.leftClickZapperUndoBoolean) {
ItemStack item = mc.player.getHeldItem();
if (item == null || item.func_77973_b() != Items.field_151145_ak) {
return;
}
final String itemId = someutil.getSkyBlockitemid(item);
if (itemId.equals("BLOCK_ZAPPER")) {
mc.player.sendMessage("/undozap");
}
}
}
idk
sus to me
how does the dungeon map work again?
grr does someone know how to make a deobf thingie
remove:
TRY EX_START_2 EX_HANDLER_1 CATCH(java/lang/ClassCastException) EX_HANDLER_1
EX_START_2:
EX_HANDLER_1:
INVOKESTATIC tld/second/UtilsClazzA.lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII(Ljava/lang/RuntimeException;)Ljava/lang/RuntimeException;
ATHROW```
send crash report
if EX_Handler_1: is only an invokestatic of a function that just throws
lmao
lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII
and the function should just be
ALOAD 0
ARETURN
so inlined it would just
TRY EX_START_2 EX_HANDLER_1 CATCH(java/lang/ClassCastException) EX_HANDLER_1
EX_START_2:
CODE
EX_HANDLER_1:
ATHROW
send crash report
stfu carl
there's legit a programming channel for a reason
no
I used Threadtear
theres no way that the obf version has any fps
yea the users waste all their performance on one mod
thats why the sbe users remove all the other mdos
because sbe hogs all the resources like chrome does
it doesn't
it also generates absolutely fucked logfiles and configs
that doesnt help either lmao
21:39:25.103 ERROR: Failed stack analysis in IllIIlllIllllIllIlIlIlIIlIllllllIIlIIIllllllIIIllIlIIlIIIIllIIIlIIIIIIllIIIIllIlIlIIIIIllIlIIlIIlIIIIlIIll.lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII.IIIIIllIlIIlIllllIIlIIIIlIIIIIIlllllIlIIIIIlIIlIIIllIIIllIlIIllllIIllIllIlIIIIlIIIlIlIIlIIlIIlllIllIIllIIl run()V, org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 37: Trying to set an inexistant local variable 12, Cause: [java.lang.IndexOutOfBoundsException: Trying to set an inexistant local variable 12] (org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 37: Trying to set an inexistant local variable 12) reeee
ffs
yeah it just kinda does that sometimes
idk what it is
sometimes u lag and u lag into to ground
i think a block is covering ur face
it's not
in pre3 we will have every single dungeon solver that sbe has + more
soooooooooooooooooooooooooooooooooooooooooo
actually
we don't have TTT
but like
is there a reason the score calc is off? it has been off by a couple points?
?
the reason is as of right now it requires you to enter all rooms
in the future with the release of DungeonRooms version 2 that may change
can't wait for p3 3 device arrow solver
me personally or the team?
you personally or teammates with skytils that have the party assist feature enabled
huh i've never seen that path before
ohhh ty
π
_risk moment
wat is this in the search bar
skytilis is safe right ?
spam section
yes 
ttt secret 
downlaod patcher
A Forge mod full of Vanilla bug fixes, Quality of Life improvements, and performance enhancements.
extremely true
best mod π
if i just drag and drop the mod into the folder will it work?
what does patcher do ?
okie
Mojang should do a 1.8.10 and fix all known bugs and add fps improvements
minecraft goats go brrrrrr
if you want more fps download hudcaching
I should also download hudcaching
they really shouldnt lmao
1.8.9 is not as important to them as you think it is
it is very small compared to the newer versions
Ok
Well people either play newest Version 1.12 or 1.8.9 i havent seen any1 playing another Version lol
sounds like just you then as only half of hypixel is on 1.8.9
Hypixel isnt the whole minecraft community
Is this skytils or nah
yes, therefore not everyone only plays 1.12 or 1.8
this was before 1.16 but 1.8 was under 10% of total players
^ official mc chart btw, not hypixel
can i have a link for that
no cause it wasnt public and it was shown in a screenshare
aaaaaaaa
Any1 giving away uw 5 book? .-.
Ok
try {
final BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(invokedynamic(-s1jktq:(Ljava/lang/Object;)Ljava/io/InputStream;, new URL(invokedynamic(plgb5r:(Ljava/lang/Object;)Ljava/lang/String;, invokedynamic(1mm6b5o:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/StringBuilder;, invokedynamic(1mm6b5o:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/StringBuilder;, invokedynamic(1mm6b5o:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/StringBuilder;, new StringBuilder(), new String((byte[])invokedynamic(146ob30:(Ljava/lang/Object;)Ljava/lang/Object;, lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII(-17843, 14780)), (Charset)rc.n(394538081))), lIllIIIIlIlIIIlIllllIlIIlIIIlIIIlIlIlIIIlIlIIllIIIIIIlIIllIllllIlllllIllIIIIIIIIIIIllIllllIlIIllIIIlIIII(-17844, -11570)), s))))));
}```
wtf happened here

or is that a crash error?
programming ur ass
dont ask something if your going to be an ass if somebody tries to help you :/
ah yes you definitely trying to help
im continuing a conversation in before from general
Then you could ya know ping that guy/answer to him
And not write it completely randon out of nowhere
Random
i mean i feel like you two just complaining about that is more offtopic than what i put but ok then
proceeds to use the wrong channel
ok seriously who asked you
And why are you so toxic just bcuz some1 said ur writing in the wrong channel?
because i dont give two shits about your minimodding ass getting pissed about me responding to a goddamn conversation from earlier
Can we get an emote like :readtherules:
conversation was 4 hours ago
π€‘
And u didnt even ping him lol
minimod do it yourself
not being a mini mod
you were asking a coding question
In general,
and we told you the channel thats meant for those types of questions lol
general applies generally to anything
Not rlly
and who are you to make that definition
Why are there other channels then if you can do everything here
so you can spend 15 minutes getting your neckbeard wet with sweat
because no one gives a shit if someone posts something that could compile in gcc in #general
Mhm
ok 9 year old
got me good there
because its t r u e?
yep
yep thats really gonna happen
get em bois
discord got its fucking SS coming in and blackbagging me because some idiot in #general decided that he was gonna lose his last brain cell to the sbe skids
all I know
is your about to get banned
Lol
not bannable and doesnt trigger watchdog you dumbass
yep you want me to show my goddamn dick to prove my age or what
Need a mod to contact me in game, can anyone help. Ive tried loads before this
"to contact me in game"?
in hypixel
what exactly do u mean
I need a staff member to party me in game so I can get their advice, ask a couple of questions, an maybe get them to investigate something.
Idk
100% worth
poor
wth is that conversation guy 1 asked guy 2 what cata lvl he is guy 2 said cata 26 (he was 25 but ok) then guy 1 asked if he wants to do f7 even tho none of them can do f7 then guy 2 said hes doing m5 rn when he didnt even do m1
get a hyp
get a livid dagger then
fot
tell me 1 reason why id get such a weapon lol
killing everything in 1 second maybe
but i have 4

and im an archer
theres literally no reason for me to get either fot or livid dagger lol
there is something else cool called range
bruh it was srsly worth it
why are people inviting you to the party after u left.. like do they think u left as a joke or what
uh what i was right clicking my aote but didnt got tped but shot a bonemerang?
multiple times
idk
50
thats totally not overkill or smth
i mean they didnt ask at what cata
why am i sometimes getting kicked out of party chat when i click on my screen .-.
idk
Ok cool
The red Ones are bad enchants/enchants with better replacements greens are maxed dark blue Base enchants and cyan is high tier enchant
Lol

No one hasboosted this server?
we dont need boosters
k
WAIT
wHaT?
but you don't have partnered?
HUH
Head Hurt
no boosts
ok
BUt how did they get boost thigns when thjey dont have boost?
only thing we'd really need would be like bigger upload size for everyone but that's about it
streamable πͺ
k
200k cata xp left for cata 32 without f7 yay
what that
that mod with cool water solver that i never used
no
trevor the trapper be like
it has an ugly fucking ui
flashing moment
who wants dg
i have source code
post the full jar in quacking dungeon mods
no
sorry boss
ye i have
or maybe snow
rioho just pinged him
dont ask lea or retra
prolly no i think
you'll get a response in 5 years
sad moment
slash
you have to help dg with their gui
it looks ugly
im only using like 2 of their features
the secret thing and like 1 solver
i wanna upgrade our gradle version to 7
no balls !
is there a way to reset locations and size for evverthing
Locations are a bit wack atm will be fixed
delete your gui scales file to fix it ( .minecraft/config/skytils/guipositions.json )
whoever made that must work for badlion
looks so ugly ngl
@robust mist
testimony #2
WHAT
Smh
Isnβt that legitimately impossible?
leaking patreon chat are we
how
Forgegradle is pain
Idk Iβve never seen higher than 6
Also please use GitHub actions to compile the code
It proves that the only code that can be compiled is the code in the repo
why does skytils dungeon map need neu?
Which for anyone that looks at the repo negates any accusations of backdoor
ohh
they must go through trials in court for their crimes. if found guilty, punishment by d e a t h
k
no its definitely /dsm
oh good idea
lol
what else can go in the deletor
bonemerang would be a good idea or?
did skytils solvers stop working
are you compiled from github or using pre
compiled
just saw that 
Exception at block change event
send crash report
hmm
idk
cracked team
good admins
changing things that didnt have to be changed
@rocky current if creeper have walking particles maybe make those very big or something?
Honestly for devs that have more brain cells than the average non
That isn't too bad
saw it
Ah yes
thanks hypixel very cool
can they still be lit on fire by the burning potion effect
idk but they are literally fucking with every money making method
Basically screaming to the player you cannot make money so stop trying
idk it broke for some reason idk why
ill investigate later
https://compwexowigin.is-skidding.wtf/AM4neFRg pog i got pays.hsot beta
yo does anyone else get massive frame drops with the newest prerelease
smh
cool
azoo bloo
This maaaaay Sound dumb but whats that
it is true
st settings gui looks horrible
too giantic
are you using new vigilance or old one
?
I haven't updated skytils yet
ayo tf ?!
yeah new vigilance is peng
Ghosts are invis?
mhm
Sounds like a job for my accessibility client
showing ghosts is bannable btw
And how they gonna know
No but seriously they canβt have it both ways
Either people are gonna use clients that make them visible or they need to make them visible
The admins think people are stupid
We know what sends packets and what doesnβt
Theyβre gonna know if ur getting 1m xp/h βwithout seeing themβ
Idk if they would ban on that but itβs pretty obvious
I mean any good player should be able to predict where they are
you tell me
i feel with ya
AZuRE
doing secrets before clear
CARRY ME !
and we got him pb
hahahaha
party disbanded
lol
sychic whats ur f7 pb
i ran into a cata 28 archer and they have 11k secrets
mine is 13 minutes 30 seconds
f7 pb overrated
wait
m3 better
it might be 13 32
mine is ??????
mm is fun though
ye
f7 is braindead
lol
speedy fels
f7 annoying
how much for sub 4 20
i need a sub 13 for the flex
even with boss?
yea
ok carry us he pays
.
yep carry me
i need to finish hw but also want to do more m3
what hw is it
something about stormwater management
im wondering if i can survive p2 in fb
bruh how do you not survive
azured carry me sub 4
azure carry me sub 13
tbh
gaming
pretty sure people ask for like 200m for those
Β―_(γ)_/Β―
1b
paid
smh
its cata 28 for m3 right?
i am now a tank on master mode
its so fun
literally can just stand and do nothing
yh
you have tank gear?
in dungeon i just follow other people and make them do work
but uh do u have m2 comp?
reaper mask, 3/4 goldor
tanks are cool
i turned my maxor into goldor
thats bare cheap
except when they're poor
might have to cop
and they use perfect or something
oh and i bought a blue whale
i have full t12 perf too
Β―_(γ)_/Β―
honestly idk why i bought a whale when yeti is the same
tank is so fun i can be lazy
can some1 make a duo f7 with me? i wanna see how boss is lol (i may or may not suck)
was coding during the run
lily bad tank
bruh
im best tank
Multi tank op
i need more money for lcm
I think
just get a party !
But nobody believes
multi tank just means faster clear
i dont wanna throw lol
what is blue on the lagometer
bc you can be killing 2 minis at once
alr i fixed solvers

no you dont
..
L
why fishing 24
just fish when marina is here
double defense
for shark and rots probably
just use clay minions or something
nothing else
but snowoo minions
what fishing lvl are u
23
then fish
ok but u dont wanna fish why do u need a rod/shark scale lol
but boring
how do i code an auto fish
that auto kills the mob
and then auto moves
mob aura!
ask hael
bruh
azured build new and test noob
can some1 get me in a solo run?
frag bot
they exist again?
yeah??
o.o
.gg/fragbots
someone convince sychic to release pre 3
Cease not have GitHub do for you
cheese it
i should do f7 so i get another handle
yeah u just suck
bomb defuse = suck
Like 10k iirc
What can u get from it
fuck all
Ok
wtf
Yes
Ew
For all master floors
ice spray is really good
I alrdy run out of mana without ice spray
makes archer and mage so much easier to play
????
meanwhile there's me struggling on f6
is triple swapping good?
For what class
arrcher
Idk
how do you mace swap with bones
no shit bro !!
when do you hold it out
When ur done with throwing bones
as soon as you throw the bones?
There is no more rules or smth u have to look at
Literally u just Swap to it and hold right click
But uh it costs alot of mana
Just grind fot cata lvl can make the floor from hard to easy with a competent team
3/4 sa and no baby yeti can work
If you have like cata ep
Wtf
Is that from mace swap

cus you know the admins are good at making features
So just a normal bone throw makes that amount of damage
yes...
Legit patches just buff instead of nerf
cus i think they broke it by making every single damage hit do double after bone
so lets say your first bone hit did 200m
then the next one would do 400
then 800
then 1600
so on and so on
dont question it
Wtf
I can maybe finally solo f6
Ye bones have the fot ability atm
Lmao
No clue how u fail that
Coding hard
OMG
POG
Good Feature tho lol
Where is the realeses channel?

am Iblind
wtf
Stream
refraction stream
so breefing loves the mod
big dungeon player
O.o
and refraction uses it for the auto accept rp
OMGG
huh

bweefing best
Only decent? Smh
yeah breefing is here
bruh he took 2 miutes to search implosion hider
He left
he invited egom
Β―_(γ)_/Β―
i think breefing might be in the urgatory
Egom also left?
breefing is in here
egom mihgt be in purgatory
Lol
WSAIDJWAIDJWASDAW
O.o
Sbe smart ofc
dude idk
complex is so smart
includes gson
in his jar file
yeah snow!
sychic says void is better
Reee why does everyone add capes
i like the transparent one
the capes are from neu
Cuz yes
But eula says NO CAPES
pretty sure it says you can't mimic their capes
build skytils latest i guarantee no negative numbers unlike sbe
ok
it has that glint shader
wym
Iβm gonna start making forks of repos and removing the cape code
u mean the shine?
it has the shiny thing every so often
it's literally void but blue + skytils logo
not the shine
just how it looks when you move and look at it
wat
the shader part of the cape
how much for an st "cloak"
1 hyperion
Omg r u cata 50 or smth????
ANOTHER ONE
ok nerd
Lol
the map disappears after 3 ish mins
what map
st simple map
i have sba beta too
its buggy idk why 
:notsbadiscordserver/supportchannel:
bruh
then dont get it in general chat from a completely wrong mod
u said b4 u have sba beta???
yes
sba beta, st and neu all have maps lmao
if u dont use the sba beta map why did u say u have sba beta
I know
mate ur confusing me
im must saying that it disappears after 3 mins
Does skytils have secrets ?
this is the fourth digested mosquito ive dropped
what
how much is that @misty rivet


