#development

1 messages · Page 290 of 1

lethal kayak
#

o wait

#

nvm

tepid olive
#

no

lethal kayak
#

it already includes /usr/lib

tepid olive
#

ls /usr/lib/*Foundation*

lethal kayak
tepid olive
#

if that has nothing then

#

ls /usr/lib/*foundation*

#

oh shit no im a genius, all in one

#

ah wtf

#

i guess they include foundation in libobjc

#

which makes me wonder if its linking the wrong one

#

ah u forgot to pass that flag i told u earlier

lethal kayak
#

wait

#

this is weird

#

but

tepid olive
#

-fobjc-runtime=gnustep-2.0 -fobjc-arc put these right after clang

lethal kayak
#

move the source file to the beginning of the command

#

just try it

#

clang source.m rest of the command

tepid olive
#

nah ultra its defo because of those flags

misty cradle
#

Hit em up

#

Call the cops when you see Tupac

lethal kayak
#

maybe

#

back to compile errors

tepid olive
#

remove your autoreleasepools from your code and -framework Foundation from your compiling

#

arc does the mem management for u

lethal kayak
#

remove [pool drain] because that's part of autoreleasepool

#

show code then

tepid olive
#

ok you know what?

#

ive got an even better idea.

#

rm -rf /usr/lib/clang/11.0.0/include/objc

#

take this folder and put it in its place

high river
#

there a way to ssh to a ubuntu desktop through usb c in ipad and usb in ubuntu?

lethal kayak
#

ssh to an ubuntu desktop through the ipad?

high river
#

ye

#

cause i dont wanna carry around a monitor and keyboard when im at school to check my ip

lethal kayak
#

idk is there a reverse iproxy

tepid olive
#

@tepid olive try the command again now

high river
#

so not possible?

lethal kayak
#

iproxy is on libusbmuxd right

#

idk if it would work

#

not sure 100% how iproxy works

high river
#

hmm

tepid olive
#

@tepid olive add -lgnustep-base to the end of your command

#

and it shall work

high river
#

cause i need this to work on a non jbed device

lethal kayak
#

then no

#

probably not over usb

#

over wifi yes

high river
#

welp pray to god nothing happens to jb at school

tepid olive
#

@tepid olive theres progress... one minute.

high river
#

also do i keep same ip even after disconnecting and reconnecting for jb?

lethal kayak
#

the way iproxy usually works is you connect your idevice to your pc and then run the iproxy command on your pc like iproxy 4444 44 then you can ssh localhost -p 4444 on your pc to ssh into your idevice

#

i don't know if it's possible to reverse it

tepid olive
#

@tepid olive what im seeing here is that gnustep has installed jack fucking shit

#

one minute

lethal kayak
#

the other option is to switch OS

high river
#

ok so

#

if i keep same ip on the network

#

i might just suck it up and carry a screen and keyboard and all that to connect to wifi and get my ip

lethal kayak
#
  1. why do you even need to do all that at school
#
  1. how do you have an ubuntu desktop at school
#
  1. why not use a laptop
#

lol

high river
#
  1. I code and rely on linux for it (also checkra1n)
  2. Raspberry pi
  3. My mom would kill me if i bring a laptop
lethal kayak
#

also no-ip exists

#

you could just use that

tepid olive
#

you need to compile this

#

from what i can see, what you've installed included 000 objc libraries

#

just the gnustep-base

#

so you need libobjc2

high river
#

still need to connect to school network

#

but ye that would help

lethal kayak
#

well you would have to either way no?

#

isn't your final destination a pc at home

tepid olive
#

cmake OLDABI_COMPAT=OFF . && make -j8 @tepid olive when you download that tarball, cd into it and run this

#

run what it said to run

#

oih

#

woops

high river
tepid olive
#

git clone --recurse-submodules https://github.com/gnustep/libobjc2.git && cd libobjc2

#

then run the cmake again

lethal ice
#

(no need for parenthetical information here)

tepid olive
#

define CC=clang and CXX=clang++

lethal ice
#

SANTA

tepid olive
#

export CC=clang CXX=clang++

#

@lethal ice ho ho ho

lethal ice
#

i want a tesla for christmas

primal perch
#

SANTA

#

go purchase tesla only 592 after hours

tepid olive
primal perch
#

can we get another economic crash so i can buy the dip again

#

:nfr:

#

.

#

_ _

tepid olive
#

cmake -DOLDABI_COMPAT=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ . && make -j8

#

@tepid olive

lethal kayak
#

worse version of sofuckingfunny

tepid olive
#

true

primal perch
#

true

#

@tepid olive can i get u0 14.0 for christmas

tepid olive
#

mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DOLDABI_COMPAT=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-lobjc -lm" -DCMAKE_CXX_FLAGS="-lobjc -lm" . && make -j8

#

try those

#

@tepid olive

#

oop

#

fixed

#

oh

#

fr2

lethal kayak
tepid olive
#

fixed

#

cmake moment

lethal kayak
#

true

#

are you in /home/gamer/Downloads/libobjc2/build rn

tepid olive
#

i do not know why it is writing the build files there

lethal kayak
#

run make -j8 one directory up

tepid olive
#

no

#

dont

#

i want the files there

lethal kayak
#

nfr

tepid olive
#

i just forget why cmake is silly

gaunt mesa
#

we get it, u also live in canada

tepid olive
#

@tepid olive fixed

#

it prolly wont work still but i have the solution there too

#

same error?

#

k go back to the root dir then

#

no build

#

@tepid olive fixed

#

word

#

run sudo make install

#

or whatever the equivilant is

#

send the log of the files it installs

lethal kayak
#

lol i was just about to say -lm

tepid olive
#

@tepid olive try compiling your prog now

lethal kayak
#

why does google translate want to translate that link from norwegian

tepid olive
#

same command as before

lethal kayak
#

true lmao

tepid olive
#

clang -fobjc-runtime=gnustep-2.0 -fobjc-arc `gnustep-config --objc-flags` main.m -o main `gnustep-config --objc-libs` -lgnustep-base /usr/lib/libobjc.so.4.6

#

remove gnustep-config --objc-libs

#

from the command

#

_OBJC_CLASS_NSConstantString should be in gnustep-base

#

do we have to recompile gnustep-base

lethal kayak
#

I could’ve written hello world in binary by now

tepid olive
#

dont know why you arent just developing on your phone or ipad

#

procursus has everything you need

lethal kayak
#

Maybe he’s not jailbroken

tepid olive
#

then dev on your phone or ipad bruh

#

what jailbreak do you have

#

yes its better

#

k nvm

#

i cant help you with that

#

you need odysseyra1n or odyssey

#

i dont think checkra1n's tools even support recent sdks

#

Why the fuck is this having an opinion so complicated

#

it isn't

#

just have your opinion

#

frburn

#

I have to somehow balance religious, political, and moral ideals

#

or find a way to make them all coexist?

#

Not *balance but you get the point

#

That's what I've done

#

Yes

#

Coexist

#

That’s what I am trying to say

#

hm

#

comes with age

#

you'll get there

gaunt mesa
tepid olive
#

that's a good reason adults dont change their views as much, they've gotten comfortable in their opinion set and made it all coexist in their own head

#

I just realized Hayden is the only one who actually has a Christmas hat instead of a photoshopped one

gaunt mesa
#

i should take a picture

gaunt mesa
#

but idk where my christmas hat is

tepid olive
#

He don’t fuck around

gaunt mesa
#

probably in a box that im gonna find tomorrow

tepid olive
#

Buy new one

#

Easy

gaunt mesa
#

i'll be flying on a plane for most of the day tomorrow

#

so

tepid olive
gaunt mesa
#

no

tepid olive
gaunt mesa
#

i'm not moving to new york bruh

tepid olive
#

@lethal ice wen video of u playing pink floyd

tepid olive
gaunt mesa
#

i'm moving much further south

tepid olive
#

Ik

#

move to Georgia

#

You told me where

#

big

#

man

gaunt mesa
#

virginia

#

smh

tepid olive
#

It ain’t Georgia

#

virginia is not south

#

Yes

#

More south

#

Than NY

gaunt mesa
tepid olive
#

i couldnt imagine going that far north

#

i literally couldnt lol

gaunt mesa
#

my dad got some contract that requires hes near langley

tepid olive
gaunt mesa
#

where tf are u hayden?

tepid olive
#

Georgia

gaunt mesa
tepid olive
#

Yes

#

The furthest north ive been is half way thru Tennessee

#

We know

gaunt mesa
#

antarctica

tepid olive
#

the furthest south is florida

#

the furthest west is alabama

gaunt mesa
#

have u left the US before?

tepid olive
#

the furthest east is also florida lol

#

The furtherest part south is actually greenland

#

no i have not been outside of US

gaunt mesa
#

sad

tepid olive
#

I have been to GA FL AL SC TN

#

and NC for like 5 minutes

gaunt mesa
#

i was going to go to europe this summer

#

but covid

tepid olive
#

i was gonna be happy this summer

tepid olive
gaunt mesa
#

lol

tepid olive
primal perch
tepid olive
#

_ _

#

In 2 hours it will be December for me and I don’t know how

gaunt mesa
#

no bruh, followt he message chain

tepid olive
#

Man forgot to do sys call for exit

#

cum

#

Where?

#

Ok

#

If you’re into that good for you

#

Have you ever tried it

#

You can only know if you try

#

why does macOS show an un blurred version of the wallpaper when the device is locked

#

Nfr

#

Woe

#

The suffering is worth it in the end when you realize like one line of code fucked you over and wasted many hours of your life

half walrus
tepid olive
#

Also it’s equally fun when you realize your code is completely fucking shit and have to delete it all and start from scratch

#

Lmao

surreal mountain
#

why were u importing objc then

tepid olive
#

Nslog

#

Ig

#

Idk

surreal mountain
#

u should printf instead

tepid olive
#

Lmao

half walrus
#

it won’t print the output if you run it then

surreal mountain
#

that will print hello world

#

not log it

tepid olive
#

He’s trying to do something

half walrus
#

need to use printf if you’re putting the code in main()

tepid olive
#

Is he tryna do objective c or C

#

Lmfao

lethal kayak
#

nslog

half walrus
#

you still use printf in objc

tepid olive
#

Ok

surreal mountain
#

thats basically c

#

just with foundation

tepid olive
#

C code works in objective C, I know

half walrus
#

nslog is completely unnecessary here

lethal ice
#

@tepid olive i dont have pink floyd rn

primal perch
#

deez nuts

lethal kayak
#

the point is to get nslog and foundation stuff working not just to say hello world

primal perch
#

PINK FLOYD

#

true

lethal ice
#

true

tepid olive
primal perch
#

aight

surreal mountain
#

who delete

tepid olive
#

Die quiprr

surreal mountain
#

:who:

primal perch
#

you put the n word in it

#

nice

surreal mountain
#

who done it

tepid olive
#

I didn’t delete tho

surreal mountain
#

thats a lie

#

git.quiprr.dev/me/challenges

tepid olive
#

I didn’t

#

Check logs

primal perch
#

shittysite.who.asked

tepid olive
#

True

lethal kayak
#

who tf are you telling to check logs

#

there's no mods here bro

surreal mountain
#

@tepid olive ur one to talk about shitty site

#

mr php drm

#

:sofuk

tepid olive
#

Cum

primal perch
#

true

tepid olive
#

I was so lazy I used php

#

Still am

lethal kayak
#

pink floyd good

tepid olive
#

I did it once and I would do it again

half walrus
#
@import Foundation;
int main(void){
NSLog(@“Hi”);
return 0;
}
surreal mountain
#

Krit stop it now

lethal kayak
#

time and comfortably numb

surreal mountain
#

That hurts

primal perch
#

TIME

tepid olive
#

What the fuck

primal perch
#

ok but like wywh

half walrus
#

literally how does that hurt

primal perch
#

and animals

tepid olive
#

@import

#

Nfr

lethal ice
#

@tepid olive im learning comfortably numb solo tho ill send that when i do

half walrus
#

oh boo hoo

primal perch
#

:cum:

surreal mountain
#

its not my preferred formatting

half walrus
#

is properly using clang modules scary

lethal ice
#

ill work on it now nfr

tepid olive
#

No indents nfr

primal perch
#

oh no someone didnt conform to the collective opinion and hive mind

surreal mountain
primal perch
#

better break out the uhh

half walrus
#

im on mobile tryna sleep

surreal mountain
#

i just prefer my formatting

#

most ppl hate my formatting tho

half walrus
#

ur lucky i even used enter

tepid olive
#

It’s 9:20 ish for you, no?

primal perch
#

its balls

half walrus
#

yes

tepid olive
#

Ok

lethal ice
#

the first one first

#

then ill learn the second one

tepid olive
#

Ohhh

#

The second ones like

lethal ice
#

ye

tepid olive
#

🥴

half walrus
lethal ice
#

pinch harmonic intro lol

lethal kayak
#

@tepid olive show code

half walrus
#

this laptop is gonna be useful for like

lethal kayak
#

is it literally the same just with printf

lethal ice
#

do you have an electric or just acoustic

tepid olive
#

I like the first one a ton tbh

half walrus
#

vscode and google chrome

tepid olive
#

@import Foundation; int main(void) { NSLog(@“hi”); return 0; }

#

Its an electric acoustic

#

One line pain

lethal ice
#

nice

tepid olive
#

So i could play concerts if i was good but

#

Acoustic concerts

#

Lol

lethal ice
#

they kinda suck with electric but its ok

primal perch
#

main(){printf("ballsnut7");}

lethal ice
#

at a concert it wouldnt be that bad i bet tho

#

if u were just amplifying the acoustic

tepid olive
#

I wouldnt want to play electric anyways

primal perch
#

yesn

tepid olive
#

yesn

primal perch
#

nyes

lethal kayak
#

@tepid olive send me the compiled file rq

primal perch
#

mans gonna break out ida

tepid olive
#

Theres a lot more stuff i think “damn wish i could play that” thats acoustic. Like theres some amazing electric guitar solos but a lot more songs id like to play are acoustic/can be converted to acoustic

half walrus
#

i mean run it in lldb if you want a quick answer yeah

lethal kayak
#

dm or send here

primal perch
#

yeah better dm

#

too private

lethal kayak
#

either one

#

idc

half walrus
#

wouldn’t wanna have someone reverse the code

primal perch
#

true

half walrus
#

one sec let me find this dm i got on twitter yesterday

lethal ice
#

@tepid olive hmm yea up to you, its so much fun to mess around with pedals and shit tho, amps are cool

tepid olive
#

I also couldnt be playing in the dorms 😉

lethal ice
#

yea u can u can have them quiet or headphones

half walrus
lethal ice
#

where you going to school?

tepid olive
half walrus
#

like yeah i guess that’s what i do?

tepid olive
#

Hello can you please make reversed engineered for me?

#

@lethal ice University of Georgia

primal perch
#

u of ga

tepid olive
lethal ice
#

true

lethal kayak
#

yeah idk why that would segfault

#

lmfao

primal perch
#

u(ga)

half walrus
#

and yeah i guess i’m looking for contract work?

lethal ice
#

im gonna go to usa soon

primal perch
#

usa

#

true

lethal ice
#

staying in the dorms

primal perch
#

same

lethal ice
#

no kitchen lol

tepid olive
#

Nice

half walrus
#

but why in gods name do i come up when people look for reverse engineers

lethal ice
#

shlorp coming to usa??

tepid olive
#

Hayden gonna hook up with some random bitch in dms

#

No kitchen or bathroom here

primal perch
#

yea im in it

lethal kayak
#

it's literally just printf

primal perch
#

:nfr:

lethal ice
#

TRUE

primal perch
#

usa

tepid olive
#

@tepid olive i doubt thats a bitch

primal perch
#

as in the united states of america

tepid olive
#

Not responding

lethal ice
#

WTF

#

ASU

#

stfu

primal perch
#

bruh

primal perch
#

pay for my tuition ill come

#

no balls

#

legit would

tepid olive
lethal kayak
primal perch
#

actually wait its like 100c in az

#

nvm

lethal ice
#

do u have a kitchen?

#

or anything to cook with

primal perch
#

lea rdi format

tepid olive
#

@lethal ice theres one right down the hall and usually ill just use my microwave

tepid olive
#

The microwave is in front of me in that pic

primal perch
#

as in load the effective address of offset format to the register rdi

lethal ice
#

this is an asu freshman dorm

tepid olive
#

Thats a suite

lethal ice
#

lol

tepid olive
#

Those are too expensive

lethal ice
#

for 2 people

tepid olive
#

They have them here but too much dollars

#

I opted for the cheapest option

primal perch
#

load the effective address of offset format to the register rdi

surreal mountain
#

you can literally compile this with clang main.m

primal perch
#

br

tepid olive
#

@surreal mountain incorrect

primal perch
#

gnustep

surreal mountain
#

remove the foundation import

#

no need for it

primal perch
#

hey thats me

tepid olive
#

Probably

primal perch
#

horribly compressed

wicked summit
#

hi

tepid olive
#

Discord moment

tepid olive
primal perch
#

@skoop

#

@lethal ice i fixed zoomboi

#

literally plays botw now

surreal mountain
#

@tepid olive sir

wicked summit
#

@tepid olive hi santa, do you gift free tweaks

lethal kayak
#

I don’t have a Linux installation on this comp to lldb it for you

wicked summit
#

I would like all my tweaks for free thanks

lethal ice
#

true

surreal mountain
#

remove #import Foundation shit and add #import <stdio.h>

lethal kayak
#

yeah

surreal mountain
#

then compile then run

#

itll work

lethal ice
#

boob on the wtf

lethal kayak
#

do that

tepid olive
#

stdio

#

Standard I/O

primal perch
#

as in stds

tepid olive
lethal kayak
#

Don’t import stdio

primal perch
#

sexually transmittable diseases

lethal kayak
#

It’s #include

#

not import

primal perch
#

same thing

lethal kayak
#

for c headers

surreal mountain
#

it doesnt matter

primal perch
#

import is include with include guard

tepid olive
#

THANK YOU IT IS INCLUDE NOT IMPORT

surreal mountain
#

it works either way

primal perch
#

import is include with include guard
import is include with include guard
import is include with include guard
import is include with include guard
import is include with include guard
import is include with include guard

#

:nfr:

lethal kayak
#

oh

#

Nfr

primal perch
#

true

surreal mountain
#

ok ur system is stupid

primal perch
#

ok balls nut 7

lethal kayak
#

propr

surreal mountain
#

how are you compiling this

tepid olive
#

include is for C stuff generally, but import works

surreal mountain
#

just type clang main.m

primal perch
#

just type balls nut7

surreal mountain
#

and do ./a.out

tepid olive
#

clang main.m -o sex

lethal kayak
#

compile it with clang main.m -o main

primal perch
#

and do ./cum

tepid olive
#

Yes

surreal mountain
#

then run it

#

see

tepid olive
#

./cum

#

Bruh

primal perch
surreal mountain
#

no need for fancy bullshit

tepid olive
#

Was there no objc code in that bitch?

surreal mountain
#

no

#

just c

#

lol

tepid olive
#

Lmaooo

lethal ice
#

wtf

primal perch
#

ok time for catroom

tepid olive
#

My relationship with Objective C ended. I am now only using C

lethal kayak
tepid olive
#

O

surreal mountain
#

what is your end goal

lethal ice
#

gm

tepid olive
#

LMAO

lethal kayak
#

Man just wants to compile objc on arch

primal perch
tepid olive
surreal mountain
wicked summit
#

#import <import.h>

surreal mountain
#

import cock . ach

lethal kayak
#

Poor guy got everything working and then it segfaults

wicked summit
#

imagine ObjC not being stupid

tepid olive
#

I told the dude

wicked summit
#

like

#

who decided to use brackets

tepid olive
#

Switch to odysseyra1n

wicked summit
#

who

tepid olive
#

Use clang on procursus

#

So much easier

lethal kayak
#

Yea true

primal perch
#

:useprocursus:

#

G imma need that emote

#

like right now

tepid olive
#

It literally would be easier

surreal mountain
wicked summit
#

use python on windows

#

thank you and good night

tepid olive
#

:useprocursus:

#

:Procursus:

twilit jungle
#

What clang are you using?

primal perch
#

clang 4.2

surreal mountain
#

d gh0st dont fucking do iot

lethal kayak
#

@tepid olive over ssh or write a script to move it and compile on device

primal perch
#

the fastest

tepid olive
#

@twilit jungle his clang is fine, v11, and hes just compiled libobjc2

#

Clang 0.4 is best clang version

#

That sounds like inefficiencies

#

Lmao

twilit jungle
tepid olive
#

This tbh

lethal kayak
#

xor eax, eax @primal perch

wicked summit
#

guys can I get a uhhhh

primal perch
#

true

tepid olive
#

@tepid olive go switch to odysseyra1n we literally spent over an hour on this and its still fucky

primal perch
#

as in exclusive or the extended ax register

#

to itself

tepid olive
#

Yeah

wicked summit
#

if this mf reacts with :fr: to one more goddamn thing I send, ima delete my repo

#

aight

tepid olive
#

Go ahead

#

Im waiting

primal perch
#

go ahead

tepid olive
wicked summit
#

!deleterepo

tepid olive
#

Who here knows how to do odysseyrain

#

I dont

wicked summit
#

me

#

I followed a Reddit post

lethal kayak
#

There’s a tutorial pinned in one of the channels

tepid olive
#

Ah thats great

#

Odyssey rain

#

Cum

#

Ngl odyssey ra1n is the best I’ve used

lethal kayak
#

@tepid olive follow that

tepid olive
#

Odyssey ra1n is cum

#

And uses procursex

lethal kayak
#

odysseyra1n uses procursus, the superior bootstrap

tepid olive
#

M procursex

#

Odysseyra1n uses a different strap with more up to date tools for something like this

surreal mountain
#

props to this guy for putting up with our bullshit

tepid olive
#

Yeah true

#

Libhooker as well

lethal kayak
#

Libhooker

tepid olive
#

Yes good job @tepid olive. We are proud of you

lethal kayak
#

As in a hooker named lib

tepid olive
#

Lib

#

Hooker

#

Disclaimer: i maintain the bootstrap

surreal mountain
#

disclaimer: i contributed to it

lethal kayak
tepid olive
#

Do you really though??? I thought procursus maintained the shoe strap???

surreal mountain
#

disclaimer: cock

#

ok

lethal kayak
#

Alr

tepid olive
#

Ah I see

surreal mountain
#

[[bat]]

tepid olive
#
bat

cat(1) clone with syntax highlighting and git integration

Author

Hayden Seay

Version

0.16.0

Repo
Bundle ID

bat

More Info
lethal kayak
#

[[ffmpeg]]

tepid olive
#
ffmpeg

Tools for transcoding, streaming and playing of multimedia files

Author

Mac C.

Version

4.1.3-1

Bundle ID

ffmpeg

More Info
surreal mountain
#

reois will stay

lethal kayak
#

just screenshot them

tepid olive
#

@lethal kayak SHHHH

lethal kayak
#

and yeah

surreal mountain
#

dont worry about repos

tepid olive
#

ffmpeg wtf

surreal mountain
#

just screenshot tweaks

tepid olive
#

we dont have that rn because i wont get off my ass and go accept some PRs

lethal kayak
tepid olive
#

Like the deps are all done

#

ffmpeg

#

Bruh

#

Something i never did with macapt

#

Its just — im lazy

#

Why would you need ffmpeg on iOS though? Just wondering

surreal mountain
#

make sure procursus is ready for macOS

tepid olive
#

Nfr

#

@tepid olive i dont know but its the most requested thing ever

lethal kayak
tepid olive
#

Why would people request it lmfao

surreal mountain
#

by like thursday

tepid olive
#

Armbook

lethal kayak
#

Yes

surreal mountain
#

@lethal kayak i am official armbook procursus tester user

lethal kayak
#

The new name for m1 Mac

tepid olive
#

I’ve only used ffmpeg once for rendering shit on windows lmao

#

Literally once I’ve used

surreal mountain
#

reboot rejb

tepid olive
#

Thats a real checkrain moment

#

It is

wicked summit
#

checkra1n

tepid olive
#

I got that too

wicked summit
#

so dumb

#

smh

tepid olive
#

I used to get that all the time testing procursus

surreal mountain
tepid olive
#

So I said fuck it and I threw my device in the microwave

lethal kayak
#

@tepid olive if you jb with safe mode check enabled it fixes it

tepid olive
#

Fun fact: procursus was tested exclusively with zebra pre-release

wicked summit
#

guess the jailbreak:
✅🌧️

tepid olive
#

And then after 30 seconds in there it came out with a fresh rootfs

surreal mountain
#

weatherground

wicked summit
#

oops

surreal mountain
#

bruh

wicked summit
#

I spelled jailbreak wrong

surreal mountain
#

wtf

#

uhhh

#

check rain

wicked summit
#

yes

surreal mountain
#

:sofuk

wicked summit
#

wait but guess the tweak:

#

☠️

surreal mountain
#

batchomatic

wicked summit
#

#

!ban @tepid olive

rancid summitBOT
#

You do not have permission to use this command.

surreal mountain
#

fr

#

please

wicked summit
tepid olive
#

Im bored of spamming fr

#

🥱

surreal mountain
#

name the tweak

tepid olive
#

Trash

surreal mountain
#

carson this code is better than yours

#

LMAO

tepid olive
#

No I’ve seen it

#

You’ve sent snippets

surreal mountain
#

no you havent

tepid olive
#

And it’s shit

#

Yes

surreal mountain
#

no you havent

#

not in the last like 2 months lmao

#

u dumb af

tepid olive
#

I have seen it

late ridge
surreal mountain
#

but u just havent

#

you cant see the latest code

#

thats that

tepid olive
#

I have seen your shit code

lethal kayak
#

iOS 8

tepid olive
#

No fucking shit I can’t see latest code

#

I saw all I needed to

lethal kayak
#

@primal perch 8o

surreal mountain
#

are you fucking stupid?

#

please tell me this is a joke

tepid olive
#

It is a general consensus among the devs you are shit developer in objective C

primal perch
#

true

tepid olive
#

true

primal perch
#

@lethal kayak

surreal mountain
#

ok

tepid olive
lethal kayak
#

Lol shep you said true at the wrong time

primal perch
#

true

#

:nfr:

surreal mountain
tepid olive
#

He said true at right time

#

Is there a wrong time to say true?

#

true

primal perch
#

true

lethal kayak
#

Bro for the longest time I thought the 8o level was 80 and I was wondering why I couldn’t find it

primal perch
#

wtf

tepid olive
#

You fuckin ya girl, pause for a moment, have a look around you... “true”

#

true

lethal kayak
#

A family member just died? True

tepid olive
#

true

lethal kayak
#

Just came? True

tepid olive
#

true

#

I mean is it false?

#

Thats all i gotta say

lethal kayak
#

No true is not false

primal perch
#

just got caught by your mom blasting your load to anime tiddies?

#

true

tepid olive
#

true

#

anyways I go sleep now cause nothing else to do

lethal kayak
#

She says “that feels good”? You say true

#

Because it is not false

#

And it will never be false

tepid olive
#

@valid venture how are you

lethal kayak
#

He’s true

valid venture
#

meh- working for Christmas gifts for friends and family

tepid olive
#

Sounds fun

twilit jungle
#

true, sounds fun having friends

restive ether
#

who

twilit jungle
#

Its not feeling it?

#

Everyone has shy days

gaunt mesa
twilit jungle
#

Everyday happens to be Checkra1n's shy day

surreal mountain
#

yeah not false @gaunt mesa

gaunt mesa
#

.alloc.init

primal perch
#

it's a general consensus that everyone here should go outside

gaunt mesa
tepid olive
#

The app?

lethal kayak
#

Yeah ur right shep I should

tepid olive
#

Its very nice outside in Georgia

#

Frigid and crisp

#

signing service

#

Lol!

gaunt mesa
#

wtf

#

illegal

twilit jungle
primal perch
#

true

twilit jungle
primal perch
#

but yea its 30s rn so imma stay in

lethal kayak
#

He’s buried

primal perch
#

:nfr:

gaunt mesa
#

man is living in a coffin under a mall

lethal kayak
#

In a coffin

gaunt mesa
lethal kayak
#

man’s giving dev advice from the grave

gaunt mesa
#

he is a ghost

#

¯_(ツ)_/¯

primal perch
#

true

twilit jungle
primal perch
#

frgh0st

lethal kayak
#

gh0stcock

valid venture
#

@tepid olive Been mainly working on tools for gig apps though: like showing full amounts on DD & a discord bot that schedules shifts

primal perch
#

created by some retard

#

yea true mama fus asian

valid venture
#

Been working on it for two weeks at this point ^

gaunt mesa
#

mama fu's

twilit jungle
#

Dang mama be making bank

lethal kayak
#

Ngl I wish I could camp out for like a month with no electricity and shit

tepid olive
#

A good 2-3 months of aloneish time

primal perch
#

true

twilit jungle
#

I wish I could camp in with electricity

lethal kayak
#

Pretty nice

twilit jungle
#

and internet

primal perch
#

i like zappy bois

#

:intjcum:

tepid olive
#

Georgia to Maine baby!

twilit jungle
#

Sounds like a fun walk

lethal kayak
#

I could hike the pacific crest trail at the same time you do the Appalachian

#

SoCal to Canada

tepid olive
#

If you can catch me

valid venture
#

https://youtu.be/lqddSumjCew

Imagine going to norway when it’s dark outside 24/7

Find the cheapest possible flights with Kayak! 🠊 http://bit.ly/bookedaticket
edited by Ian O'Brien: https://www.youtube.com/channel/UC6vnooXoDcvwYhmWRxc7uTg
here's my instagram: http://instagram.com/babylonian
here's my twitter: http://twitter.com/babylonian
follow me on twitch! http://twitch.tv/babylonian
become a channel member: https://www...

▶ Play video
twilit jungle
#

Hmm how much are tickets? I'd like to watch and understand this Ruby Ridge you speak of

lethal kayak
tepid olive
#

FR KILLER

#

Fr

#

For the tmp directory of an app

#

When does that get automatically cleared, if ever

#

(iOS)

surreal mountain
#

Shut the fuck up PLEASE

tepid olive
#

Lmao yall funny

gaunt mesa
lethal kayak
#

(iOS) (Dolby digital) (4K)

tepid olive
#

Ah I see

#

Developer quarrel

twilit jungle
tepid olive
#

WTF are these apps doing

#

Developer DRRRAAAAMAAAAAAAA

#

i stg this community’s vocabulary is limited to the word “drama”

lethal kayak
#

Little do they know that I am the developer of every jailbreak

tepid olive
#

U literally speak and its drama

gaunt mesa
#

hayden

valid venture
#

Killer Keemstar here and let’s get back to the newssss

lethal kayak
#

I just make new names every few years

gaunt mesa
#

hayden

#

smh

tepid olive
#

Renai

gaunt mesa
#

we aren’t

twilit jungle
#

I am not

tepid olive
#

a

gaunt mesa
#

u overestimaye is

tepid olive
#

Cause nuts and balls

gaunt mesa
#

us

tepid olive
#

I do?

#

How so

gaunt mesa
#

cock

tepid olive
#

Ok

#

true

lethal ice
#

cock

gaunt mesa
#

ball

tepid olive
#

on jah?

gaunt mesa
#

singular ball

valid venture
#

torture

lethal ice
gaunt mesa
#

not false

twilit jungle
#

You just gotta go pick up the light with a gun

#

No one will come close

tepid olive
#

b a l l

gaunt mesa
#

smart ghost

tepid olive
#

true

gaunt mesa
#

OG ghostuhh

tepid olive
#

Anyone here wanna suck some dick

gaunt mesa
#

ngh0st

twilit jungle
gaunt mesa
#

false

tepid olive
tepid olive
#

true

gaunt mesa
#

wtf

twilit jungle
#

ghostuhh
:body:

surreal mountain
#

me when

twilit jungle
surreal mountain
#

@import UIKit;

tepid olive
#

me when

#

@import die

twilit jungle
#

Now I want Pizza

tepid olive
#

i want to be happy fr

valid venture
tepid olive
#

yes

twilit jungle
#

No

tepid olive
#

100 percent yes

twilit jungle
#

Its been worse

tepid olive
#

you want people to eat you?

#

kinda sus

#

:fruhh:

lethal kayak
#

Me when objective c is not used outside of the apple ecosystem and you are limiting your options when using it

valid venture
tepid olive
#

So I disproved

twilit jungle
gaunt mesa
#

u called him the shittest dev

surreal mountain
#

:sofuk

gaunt mesa
#

and u have been attacking him for quite a while now

tepid olive
#

Where did I call him “shittest dev”

tepid olive
#

Whats goin on youtube, Hayden Seay right here

#

Today we have a DRAAAAMAAAAAAAAA

gaunt mesa
#

sorry not shittest

#

whatever

tepid olive
gaunt mesa
#

i’m just calling things out as i see it

twilit jungle
#

You get one of those transformer ovens and then tell it to transform into a microwave. Then use that for the pizza.

surreal mountain
#

ok

tepid olive
#

Yes go ahead

#

A LARGE reddit post

#

Cancel me pussy idont

#

bruh

#

Would be funny

surreal mountain
#

ok mr n word

lethal kayak
#

Are we canceling Jules again

tepid olive
#

Yo whens that dmca shit happen with jailbreaking

twilit jungle
#

Nah I don't need internet points, I still have left over from my karma farming

tepid olive
#

How

#

How sofuckingfunny slow

surreal mountain
#

carson is a walking n word

lethal kayak
tepid olive
#

I am a walking non physical thing

#

bruh

#

N word is not an object but I am a walking one

#

bruh

#

i just

#

i need a minute

twilit jungle
#

Alright that was fun, back to work everyone. We gotta throughput 100 tweaks for them reddit users.

tepid olive
#

true

surreal mountain
#

im more of a cock and balls guy

tepid olive
#

That’s getting saved lmao

twilit jungle
#

true

surreal mountain
tepid olive
#

the ideas

#

hand em over

#

Yes give

#

We must crank out tweks for redut kids

#

yes

#

sadly

#

that is the broke mans' giveme

twilit jungle
valid venture
#

sell for 3$

twilit jungle
valid venture
#

ez $$$

surreal mountain
#

<- BLJ’ing to 2021 in a PUToday at 8:12 PM
ez $$$

twilit jungle
#

Turn homescreen wallpaper into beer app

#

Sell it for $5

valid venture
#

or sell your bathwater

#

sell for 100$

#

ez $$$

tepid olive
#

<- BLJ’ing to 2021 in a PUToday at 11:13 PM
or sell your bathwater
sell for 100$
es $$$

restive ether
#

Wii Fit trainer in Zelda

tepid olive
#

true

twilit jungle
#

Or search extension:xm on github and then download source and sell for $10

#

don't even need to do the work

surreal mountain
#

johnzaro moment

tepid olive
#

ok

tepid olive
surreal mountain
#

tell me im wrong

tepid olive
#

i can't

#

that'd be lying

surreal mountain
tepid olive
#

anyhoo

#

:haydenfr:

#

any of you guys hear about southerngirlwhocode

#

on jah?

valid venture
#

so you’re coolstar

#

and?

tepid olive
#

yeah

surreal mountain
tepid olive
#

we have proof that southerngirlwhocode is actually iosthemem0d

surreal mountain