#development

1 messages Ā· Page 499 of 1

upbeat wyvern
#

if what I said doesn't work

indigo peak
#

ok i might have developers role but im not the sharpest tool in the shed, so im kinda lost rn

upbeat wyvern
#

well I gotta eat, wife brought food back šŸ˜ž but if this runs on the main thread and you make a hook on self->mode isEqualToString to set a global to true and then hook CGPathMoveToPoint and only do the hook when that variable is true then flip it back to false you might be able to do it

indigo peak
#

thanks for you help

#

what i was intending on doing before all this FMUL D1, D1, D14 was just changing the D14 into like 100 or something like that, but the assembly to hex didnt like my change

upbeat wyvern
#

(That also depends on nothing else in the program calling that other method on that variable)

#

Yeah you could also do that

indigo peak
#

mMove is called in the update function iirc

upbeat wyvern
#

But it’d be a completely new insn

silver rampart
#

you could also test the inputs of it instead of using the state variable

upbeat wyvern
#

Test it in ida via F2 patch binary first

#

If the inputs are identifiable yes

indigo peak
#

i dont think patched binaries work the same for imessage extensions

upbeat wyvern
#

They didn’t look like they were to me

faint timber
#

they are super bullshit

#

don't even try

indigo peak
#

dont even try what

#

a few different things were said in the last 5 minutes

faint timber
#

imessage ext patching

upbeat wyvern
#

I’m not saying patch the binary

#

I’m saying patch it in ida with what you’re going to do to make sure it’s sane

silver rampart
#

as in using IDA to validate the output of your hex patch

upbeat wyvern
#

Like if you change that other hex value you’ll see everywhere it’s used in the program change from 0.67 to 0.7 or whatever in ida

silver rampart
#

(or you could just view xrefs which shows the absurd amount of xrefs to that address)

indigo peak
#

i thought you said it gets better, im just getting more and more confused the longer i do this

silver rampart
#

takes longer than a day unfortunately watchdogd

indigo peak
#

f

#

"learn objective-c in 24 days hours"

silver rampart
#

mood

twilit jungle
#

takes longer than 24 days

indigo peak
#

i actually learned in 24 minutes

#

idk about you

#

alright, im gonna try and sleep on this and see if i can think of any answers

silver rampart
indigo peak
#

thanks krit, scoob and bingner for your help

silver rampart
#

what if u just call CGPathAddLineToPoint with a cgaffinetransformscale and make it bigger

indigo peak
#

@tepid olive So funny. Elle, em, ay, oh

indigo peak
#

or point or whatever it would be

#

so it doesnt fuck up the other calls to it - if it even makes any other calls to CGPathAddLineToPoint

#

@lethal ice youre right, working with assembly for the past 6 hours has made me so foreign to hooks, i dont think i can ever go back monkaSHAKE

atomic horizon
#

I came from c++

indigo peak
#

i actually learned objective c really quick from my extensive knowledge of html5 and js

#

it just came naturally

twilit jungle
indigo peak
#

coming from one great language to another

twilit jungle
#

so essentially nothing to a real language

indigo peak
#

from learning how to write a sentence to writing a paper with MLA formatted citations

upbeat wyvern
#

Html5 and js 🤨

indigo peak
#

only 2 real languages i know

#

objc, get that out of here

#

who needs semicolons

#

its 2021

lethal ice
#

did you get it figured out

#

@indigo peak nvm my b the value you wanna change is gonna be 60 fr

#

change the 60 to something like 100000 -> profit

twilit jungle
#

anything with language in the name isn't a real language

lethal ice
#

true

twilit jungle
#

and we all know js isn't a real language

lethal ice
#

just write everything in c

indigo peak
#

I didn’t figure it out yet

indigo peak
#

@lethal ice we do a little trolling

solemn quiver
indigo peak
#

we do a little cheating

solemn quiver
#

lol

indigo peak
#

doregon dev role eta wen

indigo peak
#

its true i dont know what you mean

#

the basics from html5 translated over perfectly to objc

#

theyre so similar i barely had to learn anything new

tepid olive
#

you should really learn C99

#
  • some programming language that everyone uses like python
indigo peak
#

i need a real language, like brainfuck

tepid olive
#

okay then

#

do ARM Assembly

indigo peak
tepid olive
#

I don’t believe the html5 to objc

indigo peak
#

--[----->+<]>---.-[--->+<]>-.--------.

tepid olive
#

Markdown to Python 🄶

indigo peak
#

it means cum

#

in brainfuck

#

when you fuck your brain so hard you --[----->+<]>---.-[--->+<]>-.--------.

glacial matrix
#

I was wondering how easy would be to hide brainfuck in objc source

indigo peak
#

the real question is why

glacial matrix
#
count--;
[counter input:((--a - b-- > count) && (count + 1) < 2)];
if (count > 2) {
    count--;
}
count -= 2;
counter.length = -2;
[counter input: --a - (count > a) + (a < b)];
if (count > -2) {
    counter.length = --a - b-- - count--;
    counter.a = a;
}
#

@indigo peak just run this code here ^

gentle grove
glacial matrix
#

I just took their code and started writing more in between

gentle grove
#

wtf is going on with the brackets

#

this doesn't look like normal code at all

glacial matrix
#

Wdym?

gentle grove
#

maybe it's because I'm on iOS and it's wrapping all over the place

indigo peak
#

--a - b-- doesnt sit right with tme

#

idk why

#

something about that makes me uncomfy

glacial matrix
#

It could’ve been a-- - --b

indigo peak
#

that also doesnt feel right

#

maybe its the amount of -'s

glacial matrix
#

I blame you

indigo peak
glacial matrix
#

So long as nobody gets confused with the ā€œarrowā€ operator -->

#

As in

int count = 10;
while (count --> 0) { ... }
indigo peak
#

i dont think ever seen --> nor do i ever want to see it again

glacial matrix
#

What are you scared of? It’s just (count-- > 0)

indigo peak
#

when you start combining operators it just confuses me

glacial matrix
#

Like while (count -->=- 1)?

indigo peak
twilit jungle
glacial matrix
#

Once you free your mind from the constraints of whites ape, anything is possible

#

Like having a triple source file containing Objective-C, Brainfuck and Whitespace programs at the same time

gentle grove
#

also wtf is the difference between --a and a-- (same with ++)

#

I remember looking it up and I still couldn't tell

indigo peak
#

it has to do wieth the order that it runs in

gentle grove
#

and then you have rust where they don't have the ++ or -- operator because they say it's too complex

indigo peak
#

i think for(int i = 0; i < 10; i++) sets i to be +1 after the loop runs so first iteration is 0, but if you do ++i it does +1 befor ethe loop runs, so its 1 in the first iteratioin

#

i think

gentle grove
#

ok

#

that's bloat just set it to i = 1 smh

glacial matrix
#

With the operator before, the variable is modified before being used, with the operator after, you get a temp value and the variable is modified after

lapis vessel
#

the third expression in the parentheses is always evaluated after every iteration

lapis vessel
#

Never before

gentle grove
#

that makes sense

lapis vessel
#

In the context of that for loop, i++ and ++i are identical because the return value is unused

glacial matrix
#

A = 0; print(A++) shows 0
A = 0; print(++A) shows 1
Both cases A is 1 after print statement

#

Oh god, it’s been so long I’m doubting myself

#

Stay in school kids

indigo peak
lapis vessel
#

Yes

#

Uro has explained the difference between i++ and ++i, neither can change how the for loop operates

#

The first expression is always evaluated before the loop executes, the second one before every iteration and the last after every iteration

glacial matrix
tepid olive
#

windows is telling me unc0ver is a virus woeis

tepid olive
indigo peak
# lethal ice tru

so 7 hours of trying to change the ,67 value turned into 30 minutes changing the 60 value fr

glacial matrix
#

Progress?

lethal ice
#

the 60 is used as a multiplier

indigo peak
#

im actually glad that you said the wrong number the first time

#

bc i learned a lot more from the fuck up than i did if i knew what value to change the first time

lethal ice
#

true

#

do you love assembly yet

indigo peak
#

no

#

but its getting there

#

on the plus side, i dont think i have to use MSHookMemory ever again

#

im going to stick to pure objc for tweaks now

#

no more assembly

lethal ice
#

MSHookMemory has other uses

indigo peak
#

ĀÆ_(惄)_/ĀÆ

lethal ice
#

remember when facebook broke a bunch of random apps

indigo peak
#

that was a couple years ago, right?

lethal ice
#

uh like last year

#

i wrote a full asm tweak to fix it

twilit jungle
#

Or uninstall facebook

indigo peak
lethal ice
#

na it was like apps that just use the facebook sdk

#

so many apps

twilit jungle
#

F

lethal ice
#

when scoop fixes facebook bug before facebook

indigo peak
#

how people in this channel act when they dont use logos

#

def not stolen from shep

lethal ice
#

TRUE

indigo peak
#

well scoop

#

thanks for all of the help youve provided me

lethal ice
#

np

indigo peak
#

and i think its safe to say im done with the gamepigeon hacks

#

i think im throwing in the towel

#

im happy with what i have

lethal ice
#

go ahead and make cup pong aimbot

indigo peak
#

i wanted to make dart aimbot

#

but i couldnt think of a way to control where it goes

lethal ice
#

it's really not fun

indigo peak
#

like the cup pong choose cup thing i like that menu

#

and its simple enough for the thing

lethal ice
#

i scrapped that

#

it just picks a random one now

indigo peak
#

hm

#

i suppose i could do that with darts

#

nah idk

#

i think im done

#

unless you send a video of some more crazy shit that you made that i want to make

lethal ice
#

word hunt like anagrams when

tepid olive
#

I am dev I have dev this sound to give you illusions and gib me dev

solemn quiver
indigo peak
#

@lethal ice wordscene has an ivar NSMutableArray* answer;

#

maybe

#

just maybe

#

thats where the blocks are stored when you select

#

sort of like anagrams

lethal ice
#

true

#

just have to write a little more code for word hunt then

indigo peak
#

alright fuck it

#

im working on that now

lethal ice
#

checking if the blocks next to each other

#

wanna race

solemn quiver
#

lol

indigo peak
lethal ice
#

wtf

indigo peak
#

for all i know

lethal ice
#

come on

indigo peak
#

ytou already have it done

#

ah yes

solemn quiver
#

ytou

lethal ice
#

nah im just starting too

indigo peak
#

scoop someone whos really smart

#

facing off against a 15 year old

lethal ice
solemn quiver
#

kekw you're younger than me fiore

lethal ice
#

im only 18

indigo peak
#

im gonna be 16 in like 10 hours

lethal ice
#

pogger

indigo peak
#

fine i guess we can race

#

time to get shit on

solemn quiver
#

what happens to the loser

indigo peak
#

uh

#

idk

lethal ice
#

death and destruction

indigo peak
#

ok welp

#

time to die

#

im listenning to coconut mall

#

it makes me work faster

lethal ice
#

ill listen avenged sevenfold

#

@shepgoba

indigo peak
#

everywhere i go, i see his face

lethal ice
#

f

indigo peak
#

im gonna catch a charmeleon in pokemon go and name it shepgoba

#

rip

lethal ice
#

true

#

i mean u can still friend him probably

gentle grove
#

if i don't detach a tmux session can i reattach it in another ssh session

glacial matrix
#

Yes

gentle grove
#

good

solemn quiver
glacial matrix
# gentle grove good

You can attach to a single session from multiple terminals, but it’ll get glitchy if you have different window sizes

gentle grove
#

wow

#

ill have to try that

glacial matrix
#

I’d prefer if you did

indigo peak
#

ok so i tried copying and pasting the anagrams code into word hunt

#

it did not work

gentle grove
#

tmux won't let me scroll back in my terminal

solemn quiver
#

@gentle grove if you get knocked off/detach:

tmux ls

tmux a t <number of the session you want to rejoin>
gentle grove
#

it's just typing the scroll wheel character

tepid olive
#

it automatically wraps to the size of the most recently active terminal

glacial matrix
gentle grove
glacial matrix
gentle grove
#

fr

glacial matrix
#

Type man tmux

#

I can show you the path but you have to walk it

glacial matrix
indigo peak
#

its something /shrug

solemn quiver
ashen birch
#

@lime pivot happy birthday nintendo character

indigo peak
#

@lethal ice hows it coming along

lethal ice
#

looked around in ida a lot and i think im close

indigo peak
#

fuck off man

lethal ice
#

what about you

indigo peak
#

i can get it where it selects the letters

#

but only when youre pressing on a square

#

and when you move your finger it goes to the next word

#

and if you release it enters the word

velvet laurel
#

hello sir.

indigo peak
#

hello attic

lethal ice
#

rocket league time

#

word hunt can wait troll

indigo peak
#

i saw you typing and i thought you got it

#

i just want one of us to get it so it can be over

lethal ice
#

finding the right word path is just gonna be annoying

indigo peak
#

im getting it to select the path

lethal ice
#

but figuring out which ones to select

indigo peak
#

its only changing which word is selected when i move my finger

#

and it only selects when i have my finger down

#

and it submits the word when i release my finger

lethal ice
#

oh wtf

indigo peak
#

so basicallyt

#

what i did

#

was i ctrl +c + ctrl + v the anagrams code

#

and replaced NSMutableArray* wordsArr = MSHookIvar<NSMutableArray*>(self, "answer"); with NSMutableArray* wordsArr = MSHookIvar<NSMutableArray*>(self, "chain");

#

wtf is this

#

super.super.super.super.super.isa

lethal ice
#

ida being ida

#

need fermi

twilit jungle
#

True

lethal ice
#

idk when the team is gonna release it

twilit jungle
misty cradle
#

true

lethal ice
#

@indigo peak i win

indigo peak
#

I went to a party like 4 hours ago

#

No fair

#

I’m still their panics

#

Could you send a video

#

Of it working

lethal ice
#

soon

lime pivot
lethal ice
#

kinda broken rn

ashen birch
#

@lethal ice is it just doing random combos or is it all valid answers you can make from a puzzle

lethal ice
#

it is playing valid words but cheating by skipping over tiles

#

trying to make it so it can only play words on adjacent tiles

indigo peak
#

I’m assuming it’s doing it because there’s duplicates of some letters so that when it iterated through all the blocks it just chooses the first one

#

Big brain

lethal ice
#

ye

#

i think i fixed it

indigo peak
#

Bruh

#

You’re just too good

#

Oh scoob

#

I have over 600 downloads on gameseagull now

#

I wasn’t expecting it to be this popular

lethal ice
#

ok ye i got it

indigo peak
#

Mother fucker

#

Scoob, we should do another race

#

But like

#

I win

lethal ice
#

na i dont take L

#

but im down to race again

indigo peak
#

idk what we would do tho

#

i want it to be something that i have some experience with

#

like some gamepigeon thing

#

but idk what else can be done

#

waiting for chariz to reply to my email

lethal ice
#

darts aimbot trolllaugh

indigo peak
#

hmm

#

i already have some code for it

#

are you gonna make it so it auto shoots

#

or so you have to shoot it yourself

lethal ice
#

i was kidding i dont wanna do darts

indigo peak
#

anything 3d seems like a pain

#

is your word hunt written in hooks or assembly

lethal ice
#

hook

indigo peak
#

first to implement a chess ai into chess trolllaugh

lethal ice
#

oh

#

wouldnt be to bad but idk how to move the pieces

indigo peak
#

when i thought of the idea

#

i was thinking a button that when you pressed it it told you the best move

lethal ice
#

true

indigo peak
#

wait

#

you think adding ai to chess wouldnt be hard

#

but moving pieces is the problem

lethal ice
#

yea just plug in existing chess ai

indigo peak
#

scoop is truly a different breed

indigo peak
#

and convert it into a way the ai can read it

lethal ice
#

it would be easy to find that in the ivars

indigo peak
#

i cant think of anything tho

#

like that i could possibly make in my lifetime

lethal ice
#

wtf lifetime

indigo peak
#

i think a chess ai & darts aimbot i cant finish in my lifetime

#

thats a project thats gonna be 70+ years

#

im not smart ok

lethal ice
#

i mean i couldnt have done this shit when i was 5 hours from turning 16

indigo peak
#

well there wasnt people like you around to help you ig

lethal ice
#

ye there was just with other things

indigo peak
#

idk i like to code and i feel really dum coming in here and seeing some of the conversations that go on

lethal ice
#

ye thats how it be

indigo peak
#

last night, bingner was helping me and the shit he was saying to me was so confusing

lethal ice
#

bingner has been in the game for a long time

indigo peak
#

tru

#

youre like the only person who is like advanced who is saying things that actually make sense

twilit jungle
#

lmao

lethal ice
#

f

indigo peak
#

i remember in like december i didnt know how to call objc functions, and someone told me to put it in a if statment and i was confused out of my mind

twilit jungle
indigo peak
#

like this does not make sense to me

#

sort of

twilit jungle
indigo peak
#

sometimes i can feel dgh0st just stalking this channel while im being a dumbass and hes just waiting to send a bruh emoji

lethal ice
#

its ok he sends it to everybody

indigo peak
#

scoob can you think of any hacks

#

we could try racing to make

#

or have you done everything humanly possible in your tweak

lethal ice
#

idk now

indigo peak
#

and anything outside gamepigeon im a total goner, no way im gonna catch up to you

#

even though the concepts are similar

lethal ice
#

tanks

indigo peak
#

what about tanks

#

i have disabled wind

#

thats all i could think of

lethal ice
#

auto shoot

indigo peak
#

bruh that required like actual math tho

#

for calculating the curve

#

and where its gonna go

lethal ice
#

not too bad

indigo peak
#

uhhhhh

#

i think its really bad

#

i could maybe get the tank to shoot on its own

#

aiming it another problem

lethal ice
indigo peak
#

do yk what NSMutableArray * nuke is

#

i see it on like every game

#

and i dont know what it is

lethal ice
#

idk

indigo peak
#

see i told you i could make it so it shoots automatically

lethal ice
#

ill do the math

indigo peak
#

i want to try it

#

but i dont know how

lethal ice
#

im gonna assume its mostly geometry

indigo peak
#

im going into a pre-calculus math class im not even good enough to get into a calculus class

#

well the problem is figuring out the curve

#

of the actual bullet

lethal ice
#

im gonna think about it and see what i can do

indigo peak
#

and then also accounting in the wind

lethal ice
#

ye

indigo peak
#

but then again

#

you could just disable the wind

lethal ice
#

but it would be cool to factor in wind

indigo peak
#

it wouldnt really be noticable

#

sure its cool

#

to do the math

#

but eh

#
-(void)setWind:(float)arg1 {
  %orig(0.0);
}
%end```
#

if i do the math, im gonna use that

lethal ice
indigo peak
#

are you gonna make it at a static power

#

like always 100

#

or make it so it calculates the optimal power

lethal ice
#

ill just do 100 power

#

but later since people came over

indigo peak
#

wow mr popular overhere

vivid dew
indigo peak
late ridge
#

šŸ‘†

indigo peak
#

Chr1s

#

i figured out how to do extended lines

late ridge
#

oooh

#

pog

indigo peak
#

its on my repo

#

check the %ctor

late ridge
#

my the repo

indigo peak
#

the code is in there

#

yes

#

i think thats the last thing im gonna put on the tweak

late ridge
#

ye I was going to submit a pr for some things, but I haven't gotten around to it yet

indigo peak
#

oo i want to see what other people could make

#

like what else there is to make

hardy glen
#

for 8ball, you could make the guide line way longer

#

idk if you did that yet

twilit jungle
lethal ice
hardy glen
#

why fr

twilit jungle
indigo peak
#

Hi Donato, thanks for your interest in Chariz. However I’m afraid we will have to decline as we are not hosting cheat tweaks. this is so sad

hardy glen
#

try to make it auto play a turn fr

indigo peak
#

time to apply for packix thishowitis

hardy glen
#

they will say no most likely

indigo peak
#

idk theres a chance

hardy glen
#

damn, if they might then go for it

indigo peak
#

i got 600 downloads without a repo

#

just from github itself

#

so i cant imagine what i would get from being on a mainstream repo

hardy glen
#

birdpoop is on twikd

#

so that can be your last resort

indigo peak
#

yeah tru

#

i wanted to stay away from twikd

#

since theres already a gamepigeon tweak on it

hardy glen
#

try to implement a autoplay a turn feature on cuppong or 8ball. dk if thats possible

#

and its probably gonna take some math

indigo peak
#

cup pong is possible, since scoob has done it

#

but idk about 8 ball

#

that would be kinda hard

hardy glen
#

yea it would be, but thats the fun fr

indigo peak
#

currently the fun is trying to find a repo that would accept my tweak

hardy glen
#

i mean, at the end of the day. you got canister, so you can always host on your own repo

indigo peak
hardy glen
#

good luck though

indigo peak
#

thanks

#

im trying my best

#

speaking of packix and hosting, anyone know who i should contact for questioning about hosting on packix

#

or if i should email them

hardy glen
#

email them is the best

#

you could apply i think

indigo peak
#

i was just reading that

twilit jungle
hardy glen
#

wait can i post that on here

twilit jungle
#

Yeah you can

hardy glen
#

i am gonna delete it just in case

twilit jungle
#

lol

hardy glen
#

ghost is always trolling fr not sure if i can trust that

indigo peak
#

id trust dgh0st

hardy glen
#

gh0st smartest one here nocap

twilit jungle
indigo peak
#

rip scoob

#

and like

#

everyone else

hardy glen
#

i am tired of watching history lectures all day

indigo peak
#

im tired of staring at gamepigeon code all day

#

im finally glad im done

hardy glen
#

get ready to find bugs and fix them lmao

indigo peak
#

fr

#

im not looking forward to it

hardy glen
#

people telling you that you bootlooped their phone lmao

indigo peak
twilit jungle
#

fr and it only bootloops a specific device on a specific iOS version

indigo peak
#

howd you know

twilit jungle
#

I am the reporter

hardy glen
#

its your birthday fiore?

indigo peak
#

ye

hardy glen
#

oh shit hbd bro

indigo peak
#

its funny bc the prefs crash on anything lower than ios 13

indigo peak
lethal ice
#

hbd

indigo peak
#

ty scoob

hardy glen
#

man i lowkey miss shep in here trolling

ashen beacon
#

@indigo peak happy birthday big man

indigo peak
#

ty

indigo peak
hardy glen
#

shits sad. this chat used to be way more active like months ago

lethal ice
indigo peak
#

now its just be spamming the channel with gamepigeon progress

vivid dew
#

you say you miss him, yet i don't see you trolling

#

trolling development is our shared duty

hardy glen
#

troll trolling mode activated

indigo peak
#

trolling mode active

#

time to rick role anyone who asks for an eta

hardy glen
#

make sure to obfuscate your open source tweak

indigo peak
#

im gonna write my next tweak in brainfuck

lethal ice
#

you should befriend pixelomer

indigo peak
#

i dont think pixelomer likes me

#

i tried talking to him

#

and he was rude to me

lethal ice
#

F

indigo peak
#

scoob i want your opinion

#

shouldi make a reddit post

hardy glen
#

i would’ve published a tweak along time ago if i had a good unique idea. instead i got like 20 different personal projects that won’t interest noone but me lmao

indigo peak
#

wihtout my tweak being on arepo

hardy glen
#

i think

#

maybe it could create a hype ?

#

you could provide a deb on the reddit post and say it will soon be posted on a repo

indigo peak
#

i could try

#

i just want to create some hype

#

but im suprised i got almost 700 downloads from no post

#

or repo

velvet laurel
#

hello sir.

indigo peak
#

hi attic

next wadi
indigo peak
#

how does this look for a reddit release post

haughty tulip
tepid olive
#

objective c bindings 🄶

slender glade
#

@indigo peak HAPPY BIRTHDAY

upbeat wyvern
#

@indigo peak you figured out how to do what you were trying to do yesterday?

indigo peak
indigo peak
#

It was a simple MOV w8, 10000 or something like that

high citrus
#

Happy birthday @indigo peak

indigo peak
#

Ty PepeHeart

tepid olive
#

happy birthday ! wholesome @indigo peak

indigo peak
#

thank you mr toilet cat! wholesome

quaint wigeon
#

@indigo peak happy birthday big man

indigo peak
#

ty!

west grove
#

??????

quaint wigeon
#

What everyone says big man after happy birthday

#

Idk

#

Those two words just came to my mind

#

For whatever reason

tepid olive
#

@indigo peak happy birthday fake dev /s

indigo peak
#

thank you white name fr

solemn quiver
#

whoa don't dog on my whitename

#

@tepid olive whitename

#

@indigo peak happy day of birth

tepid olive
indigo peak
#

thamk you real dev

solemn quiver
#

lol

solemn quiver
indigo peak
#

thank you propr!

tepid olive
#

hbday

indigo peak
#

ty!

misty cradle
#

@indigo peak happy birthday

indigo peak
#

thank you

misty cradle
surreal mountain
#

happy birthday @indigo peak

indigo peak
#

thank you sir

#

chariz denied gameseagull

surreal mountain
#

development the friendliest channel around fr

#

bruh

indigo peak
tepid olive
#

Host on hack phone

indigo peak
#

we do a little trolling

#

and some slight piracy

grim sparrow
#

@indigo peak happy birthday big man

indigo peak
#

thank you amy!

tepid olive
#

@indigo peak happy birthday big man

indigo peak
#

thank you hayden!

#

thamk flowe PetTheCat

indigo peak
next wadi
#

hbd @indigo peak

indigo peak
#

thank you jaidan

next wadi
#

ā€¼ļø

tepid olive
#

mono

#

have you been dead

#

the past month

next wadi
#

only on the inside

#

!

#

n @tepid olive

#

ive been trying to spend less time on disc

#

because

#

i want to get my life back

tepid olive
#

ah cool, my addiction is still pretty bad

next wadi
#

try deleting it off your phone

#

believe it or not that'll slice off like half your time

#

then its just up to you when you check it

tepid olive
#

I’ve been trying to do that, like for the past 5 years

next wadi
#

felt

#

you just have to stick with it

solemn quiver
#

@indigo peak i'll host it for you~

next wadi
#

smack it on packix if you want dls @indigo peak

#

but for ease of uploading and removing debs i'd make my own

#

just use gh pages for that

#

yea so then packix

grim sparrow
#

I had to remove as default in Sileo on Elu

hardy glen
#

time to apply for twickd @indigo peak fr

indigo peak
gentle crescent
grim sparrow
indigo peak
twilit jungle
hardy glen
#

ā€œthe god himselfā€

indigo peak
indigo peak
#

i dont see scoob on the team

#

god isnt on their side

hardy glen
#

scoob OP

restive ether
#

manticore will come out in 2027

indigo peak
#

its gonna come out in 2017*

restive ether
#

i believe it

hardy glen
#

most advanced. troll

#

does it have a startup repair utlity thooo

restive ether
#

most advanced in terms of what

#

unc0ver said the same thing...because why? you could export tfp0?

#

arbitrary ass buzzwords for clout

grim sparrow
hardy glen
#

i just hate that they have to keep announcing it.

#

like just let it speak for it self

grim sparrow
#

well

#

if he is a man of his word you'll get some source soon

grim sparrow
#

LMFAO

#

I love that clip so much

hardy glen
#

lmaoo me too

#

i always avoid using it here on perfect moments to troll lmao

grim sparrow
#

OMG IT ACTUALLY IS

#

LMFAO

hardy glen
#

he doesn’t have the facilities for that, like i said lmao

tardy narwhal
restive ether
#

you cannot convince me this isn’t a cash grab

#

and if it’s not they’re really milking it

tardy narwhal
#

Manticore?

#

or wdym @restive ether

restive ether
#

yessir

tardy narwhal
#

dude seems legit enough, idk. Just feels like u0 all over again minus the lengthy release date

#

or lack thereof in this case, in either case people hopefully better not be prematurely sponsoring

twilit jungle
#

You need to go back in time to be hopeful

tardy narwhal
#

no i’m tryna die so i gotta move forward

restive ether
#

just exhausting to watch him talk about releasing a beta soon

#

for months

tardy narwhal
#

cam would you like to join us

restive ether
misty cradle
#

Then don’t watch him

#

Problem solved

#

Just close your eyes šŸ˜‚šŸ˜‚šŸ˜‚šŸ˜‚

twilit jungle
restive ether
#

you’re white

restive ether
#

brown

tardy narwhal
#

you can clearly see he’s brown

misty cradle
#

full white

restive ether
#

i’ve been claimed by my arab brothers

tardy narwhal
#

cam is certified brown tr1 wdym

twilit jungle
#

All I see is a red nosed clown

misty cradle
restive ether
#

stay hallah brothers

misty cradle
#

violated

tardy narwhal
restive ether
restive ether
#

@narrow mason

misty cradle
#

Jules literally dead

#

He hanging out in lgbt friend finder server

#

He don’t like jailbreak anymore

tardy narwhal
#

jubes gone full silent sorting out life doe

restive ether
tardy narwhal
#

eta s0n jubes return

restive ether
#

yesterday

tardy narwhal
#

wait what

restive ether
#

yeah he was here yesterday

misty cradle
#

he just ignoring dms at this point, I am sad

#

Hurt

#

in pain

#

I will never recover

#

.

#

goodnight

indigo peak
#

im still recovering from shep leaving

tardy narwhal
#

@wicked scarabgoba

#

thanks discord

misty cradle
#

Shep gone

#

Woe

tardy narwhal
#

literal woe

misty cradle
#

This is reason 2 why I will never recover

hardy glen
#

logos language server wen

indigo peak
#

this is a shitty birthday gift

hardy glen
#

tell packix its your birthday

late ridge
indigo peak
#

hey packix its my birthday, can i get a copy of every paid tweak as a gift

indigo peak
#

ghost ping

#

i didnt accuse you

#

why would you go and defend yourself

late ridge
#

hi propr

#

I haven't been on here in a bit

indigo peak
late ridge
#

so many geniuses online

hardy glen
#

neovim with native lsp support floshed

late ridge
#

aside from the fact that you're using nvim that's lowkey cool

indigo peak
#

eveyrtime i say im done making gamepigeon tweaks

#

i just go right back

late ridge
hardy glen
late ridge
#

si

hardy glen
#

L

late ridge
#

vscode solos

indigo peak
#

vscode all the way

#

its my word for oslog | grep

#

sudo oslog | grep PENIS

late ridge
#

use console.app fr

#

oh ur not on mac

#

nvm

#

woe

indigo peak
#

woe

#

im just gonna use oslog

#

it works

#

so why change

hardy glen
#

neovim is actually pretty powerful once you have it configured to your liking

#

but i use vscode too

late ridge
#

ig, I like vscode cause of all the extensions

hardy glen
#

neovim has plugins as well

indigo peak
#

Chr1s uses vscode tinder confirmed

late ridge
hardy glen
#

neovim takes .2 seconds to load up troll

#

as a vscode user, i love vscode too ngl but neovim is amazing, i recommend you guys try it out for a month. especially nvim-treesitter

late ridge
#

that's litten's tweak

hardy glen
#

which is amazing

indigo peak
#

doesnt take that long to load up

late ridge
#

ah it doesn't but I could add support for it

#

fr

hardy glen
late ridge
#

that's not true

#

lol

tardy narwhal
#

you gotta put the curlies on their own line bro

late ridge
#

false

hardy glen
tardy narwhal
hardy glen
#

you should use include

#

this is a snippet

#

idk from who

#

i just copied and pasted it

tardy narwhal
misty cradle
#

STFU

hardy glen
#

in my snippets file. you can use vs code snippets with Vsnip

misty cradle
#

@twilit jungle help save this man

#

mf putting brackets on next line

late ridge
#

smh

tardy narwhal
#

boi, let me appreciate my curlies on newlines

misty cradle
#

never

#

u will be demoted shortly

indigo peak
#

the go in the same line

#
cock {

}```
late ridge
#

tru

indigo peak
#

not ```
cock
{

}

tardy narwhal
#

bro

twilit jungle
#

true

indigo peak
#

like wtf is that

hardy glen
#

i hate how that looks idk why

tardy narwhal
#
void
func_name(void* whatever)
{
}
#

easy

indigo peak
#

MY EYES

twilit jungle
late ridge
#

LOLOL

#

WHAT

tardy narwhal
#

when I use attributes then yes

late ridge
indigo peak
#

same line

twilit jungle
indigo peak
#

all the way

misty cradle
#

The only language you are allowed to do next line bracket is c# Bc Vs does it automatically

tardy narwhal
#

attributes just make the line too long

misty cradle
#

idk how to fix it

tardy narwhal
#

Formatting settings inside vs

indigo peak
#

my java teacher used to take points off if you put the bracket on the same line

tardy narwhal
#

you silly goof

misty cradle
#

weren’t u the one shitting on me for using next line bracket few months ago

twilit jungle
#

Then you put the attribute on its own line but the type still goes on same line

misty cradle
#

Oh how the tables have turned

misty cradle
tardy narwhal
twilit jungle
twilit jungle
misty cradle
#

STFU MASS1ve your takes are all bad

misty cradle
#

I am not respecting you or your code style in any way, I will disrespect it heavily

late ridge
#

I pray for u

tardy narwhal
hardy glen
#
#include <iostream>


int
main
() 
{
    std::cout
        <<
        "Hello World" 
        << 
        std::endl;
    
    return 
        0;
}

#

the real syntax

twilit jungle
misty cradle
#

Damn

tardy narwhal
misty cradle
#

mass1ve for demote

#

monstrosity

indigo peak
#
#include <iostream>
int main() { std::cout << "Hello World" << std::endl; return 0; }
hardy glen
indigo peak
#

the real syntax

misty cradle
#

@twilit jungle if u go to mass1ve’s GitHub, he is doing JS even

#

what has he turned into....

twilit jungle
#

F

misty cradle
#

We lost him too

tardy narwhal
#

???

misty cradle
#

First scoob now him

twilit jungle
tardy narwhal
#

I’m upstreaming Java 5 to 11, I’m not having fun bro

twilit jungle
#

F

indigo peak
#

f

tardy narwhal
#

the last three are python doe

late ridge
#

html dev

misty cradle
#

3 Ls for Saadat tonight

tardy narwhal
#

peepoHugging it’s okay

#

website rewrite eta s0n doe in Cwholesome

hardy glen
#

hitc3 wen

tardy narwhal
#

that’s also coming

indigo peak
#

html6 wen

#

i need a real language

#

like html

tardy narwhal
#

been writing a super sweet webserver in c, can’t wait to trial it

indigo peak
#

anything networking related on c/c++ i can never imagine

hardy glen
#

i literally have been using hitc2 ever since i got introduced to it by you

#

^

tardy narwhal
misty cradle
hardy glen
#

W tweet

tardy narwhal
misty cradle
#

This is why I been feeling so sexy in the mirror lately

tepid olive
#

dialog is fun

#

i use a real programming language

#

called zsh

indigo peak
hardy glen
#

ngl i've been using fish on wsl and its pretty nice

tardy narwhal
#

else just write the whole net stack & tcp handling yourself in assembly, might take a few weeks doe

indigo peak
#

more than a few weeks

tardy narwhal
#

few syscalls here & there and you got it

indigo peak
#

at least for me

#

a month at least

#

i spent 4 months working on gamepigeon hacks

hardy glen
#

the only thing i've done in assembly is making a directory and writing to a file

tardy narwhal
#

write more bro

#

it’s fun

tepid olive
#

I’m currently generating a java world on a chromebook

hardy glen
#

yea, i am planning to, since in my next cs course, i will be learning arm32 asm

tardy narwhal
#

rip

hardy glen
#

i wan't to get a head start

#

yup

tardy narwhal
#

if you’d do x86 i could’ve given you something lmao

indigo peak
#

my school course is gonna be C next year

#

so im gonna learn C

tardy narwhal
#

if you’re interested i can link it anyway since the concepts carry over fairly easily

hardy glen
#

yea arm has little resources. except the docs of course

indigo peak
#

i know objc/c++/c# but i dont know C

tardy narwhal
#

lemme link, one sec

late ridge
#

ok I'm looking at colleges to go to, and I was curious what y'all are studying or what you guys looked for

#

I'm interested in the field of security research

lethal ice
#

go ahead move to germany

late ridge
#

fr tho

misty cradle
late ridge
#

im in Texas

lethal ice
#

im in arizona

misty cradle
#

2 years and still don’t know C

lethal ice
#

@misty cradle uhh

hardy glen
tardy narwhal
# hardy glen i would actually love to read that

https://github.com/mass1ve-err0r/unibi-OSS/tree/master/ComputerArchitecture

the whole git is going to grow in the next months with more tings, LLVM IR & arm64 stuff.
As of now it’s stuff from my x64 high days, fully documented. The concepts can carry over to arm/64 too, just different mnemonics and slightly diff handling with simd

GitHub

A Collection of full & partial code for CompSci / IT students -powered by me @UniBielefeld - unibi-OSS/ComputerArchitecture at master Ā· mass1ve-err0r/unibi-OSS

hardy glen
#

not sure which location

late ridge
#

ya I was looking at UCLA

indigo peak
#

i still got 2 years before i have to worry about college

#

im fineeeee

hardy glen
#

thank you bro, i love reading shit like this at night before sleep

tardy narwhal
#

i wish you good fun with that, you can probably also optimize some things right off the bat since they’re done in a bruteforce fashion

lethal ice
#

@tardy narwhal wie lange bist du schon im urlaub?

lethal ice
#

seit sehr viele zeit ist dein name nicht geaendert

hardy glen
tardy narwhal
#

Urlaub ist manchmal unendlich

hardy glen
#

idk if i want to live in LA though

late ridge
#

ya ucla is pretty competitive when it comes to comp sci :/

lethal ice
#

aber es klingt schoen

tardy narwhal
#

Auf jeden, musst manchmal shit flowen lassen

indigo peak
#

comp science to the moon!

lethal ice
#

wahr

tardy narwhal
indigo peak
#

tru

tardy narwhal
#

the issue just remains with code quality

indigo peak
#

gonna be me

#

i can code

#

but im gonna be working at mcdonalds for 4 years

hardy glen
#

where i live, theres literally 0 good internships/jobs regarding CS

tardy narwhal
#

writing shit with O(n^2) complexity isn’t hard but finding the O(n) and lower solution is the real dealšŸ˜†

hardy glen
#

work in retail instead

#

like walmart

indigo peak
misty cradle
hardy glen
#

whos down for a quick quiz question

#

in cpp

indigo peak
#

im gonna be 20 and still asking scoob for help

grim sparrow
tardy narwhal
grim sparrow
#

my code review is if people complain of bugs

tardy narwhal
#

@twilit jungle love you man, thanks for correcting our dumbasses

indigo peak
#

you see, on my tweak

#

no ones actually reporting the bugs

indigo peak
#

theyre just like

#

it doesnt work

late ridge
#

fr tho nobody knows how to report a bug Pain

hardy glen
#

just got a new tweak idea. gamepeacock

indigo peak
#

like the last one is more descriptive than the rest

#

you know your tweak is bad what birdpoop works and yours doesnt uhh

hardy glen
#

ios 10.0.2 .....

tardy narwhal
#

šŸ‘šŸ½Provide only support if the support request fulfills the minimum neededšŸ‘šŸ½

#

comes at the expense of less customers but save yourself a headache

indigo peak
#

the prefs crash on anything lower than ios 13