#development

1 messages · Page 324 of 1

restive ether
#

super market made me wanna die

burnt niche
restive ether
#

yessir

burnt niche
#

This song is so fucking hard

#

I promise

narrow mason
#

bruh every time he gets to the next radiohead album he says

#

"Don't get me wrong some of my favourite radiohead songs are on this album"

restive ether
#

jules the type of dude to listen to imagine dragons

narrow mason
#

mfer dont you ever say that shit about me again thats the worst thing youve ever told me

restive ether
#

good

narrow mason
#

wait the last two vids you sent are his thoughts right

#

not user submitted

restive ether
#

yeah

narrow mason
#

how tf do i only recognize two songs

restive ether
#

because you’re white

narrow mason
#

bitch thats the opposite

restive ether
#

ok you’re african

#

go off i guess

narrow mason
#

guba duba luba

restive ether
#

ok

narrow mason
#

burrit0z please for the love of god and everything good on earth

#

walk into your nearest fire

restive ether
#

L

narrow mason
#

wtf

#

shepgoba

#

dgh0st did ya finish that tweak idea

#

we see everything

#

burrit0z isnt it past your bedtime

#

you have school

#

yea sure

#

@twilit jungle applerollingeyes

#

the :spotify: one

burnt niche
#

Wait what tweak idea

narrow mason
#

cant say

twilit jungle
narrow mason
#

its a million dollar idea

burnt niche
#

Spotify tweak

#

MILLion dollar

narrow mason
burnt niche
#

First million dollar price tag on tweak

#

Legendary

narrow mason
#

wait scoop is back ill ask him

#

@lethal ice

#

@lethal ice

twilit jungle
#

fr Just need 1 buyer

narrow mason
#

@lethal ice

#

@lethal ice

#

@lethal ice

twilit jungle
narrow mason
twilit jungle
burnt niche
#

I thought ios remote access was a good idea pepehands

twilit jungle
narrow mason
burnt niche
#

Waiting for that one good idea for a tweak so i can actually put my time and focus in.

lethal ice
#

@narrow mason

narrow mason
lethal ice
#

@narrow mason gm

restive ether
#

LMAO

gaunt mesa
#

stop deleting messages

#

just cuz they make u look stupid

narrow mason
#

real shit

restive ether
#

lol

#

you know that’s a self bot right

#

L

gaunt mesa
#

so ban him already

restive ether
#

i’m too lazy and depressed

#

i don’t feel like it

gaunt mesa
#

ill do it for u

#

just give me admin

restive ether
#

ok

gaunt mesa
restive ether
#

you’re literally having a client auto delete messages, do i really need to go any further

gaunt mesa
#

he knows what it means cam

#

hes just wasting ur time as usual

restive ether
#

i’m not going to bother with this

#

loss

#

have fun

#

true

gaunt mesa
#

why are a ridiculous amount of messages getting deleted

#

like half the messages are just going away now

restive ether
#

sad

burnt niche
#

should i typically hook the view or viewcontroller to get shit done

burnt niche
#

is there a open source tweak that shows a window above everything else in springboard

tardy narwhal
#

Query pattern:
<question> r/jailbreakdevelopers site:www.reddit.com

#

@burnt niche

burnt niche
#

Yup thanks

burnt niche
#

to call a new method i made in a class from another class. Do i need to have a shared instance of that said class? correct?

#

@tardy narwhal

#

or can i alloc the class and call it like normal

lapis vessel
#

@burnt niche I think you need to get a better understanding of OOP. All methods are called on objects, we can't tell you what object you cant to call the method on

burnt niche
#

@lapis vessel i was talking about making a new method using %new in a class like lets say SBHomeScreenViewController and calling it from a class like SBReachabilityManager

#

You can do that in swift

lapis vessel
#

I know what you were talking about, and it's clear you still don't get the fundamentals of OOP or even what's wrong with your question

#

methods are not called on classes, they are called on instances of classes

#

and you need an instance to call this method on

#

so you need to think about what you're trying achieve, and therefore what instance you should use

burnt niche
#

I understand that. You alloc a instance of a class usually?

lapis vessel
#

again, you need to know what instance you want

burnt niche
#

Okay got it

lapis vessel
#

alloc will give you an instance, but not necessarily the one you're after

burnt niche
#

shared instance is what i am looking for? That was my question

#

Shared instance of that class

lapis vessel
#

I can't tell you what instance you are looking for

#

please brush up on your OOP knowledge, it will make this so much easier and is the same across every programming language you will ever learn

misty cradle
#

@lapis vessel gm

lapis vessel
#

mornin tri

#

what time is it for u?

misty cradle
#

12:43 pm

#

good afternoon ig

#

gan

lapis vessel
#

still morning for me

misty cradle
#

true

lapis vessel
#

not for long tho and I just got up lol

misty cradle
#

i got up the exact time u got up

burnt niche
#

Got it. @lapis vessel . I am actually learning swift atm so i thought i d try some tweak dev for fun. As far as oop knowledge. What could i do to further my knowledge in that criteria

lapis vessel
#

nice, we are in sync

misty cradle
burnt niche
#

I would actually love to learn as much as i could about oop

#

Before i hop into anything

lapis vessel
#

@burnt niche I'm sure there are good tutorials for whatever language you are most comfortable with. I first learnt it in java but that's only because it was the first language I learnt

burnt niche
#

Right now i am comfortable with swift more than objc

#

So would you recommend me just experimenting with swift and app dev? Or actually trying to learn oop fundamentals separately as well

lapis vessel
#

definitely learn oop from a tutorial

burnt niche
#

What i meant is. Should i learn the language and figure out as i go. Or actually look into oop separately and trying to master it as well

#

Okay

grim sparrow
tardy narwhal
#

@burnt niche you should most definitely just work in a language you’re comfortable with to learn oop. Whether it’s objc directly or not is up to you, would recommend Java as well since it has a billion tutorials on youtube

burnt niche
#

Java is great and all but i don’t have an use for it. Obviously its one of the best starting points. I really want to learn swift

#

And its not like im a stranger to oop concepts.

#

Its just i am not that aware to them but I understand the main concepts

#

Not all of them. I am not aware of

#

I understand inheritance and polymorphism n all that

tardy narwhal
#

from the looks of this chat you definitely are a stranger to oop regardless of your perception. Having a use for Java or not isn’t really a deciding factor, the main argument is to pick to language you can get comfortable with and learn oop fast and easily

#

thus my recommendation for Java, Muirey named his reasons as well.

burnt niche
#

So put a hold on swift and start learning java?

tardy narwhal
#

whatever floats your boat best, if that’s a route you can go sure! If you think you can learn/ find oop tutorials in swift then do that instead if you’d like to work in swift and feel it’s easier. If you’d like to use python then do that lmao, the choice is ultimately yours

#

it’s not like any programming language is gonna run away or similar

burnt niche
#

I was planning on watching this https://youtu.be/JeznW_7DlB0

In this beginner object oriented programming tutorial I will be covering everything you need to know about classes, objects and OOP in python. This tutorial is designed for beginner python programmers and will give you a strong foundation in object oriented principles.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python
https://tech-wi...

▶ Play video
#

And also this

#

Just to get as much info as i could

#

And try to incorporate that to swift

tardy narwhal
#

I’ll reiterate though:
whatever floats your boat man, if you perceive them as good then go ahead and dedicate time to learn

burnt niche
#

For sure man. I ve been putting in hours every day

#

Appreciate the advice and help

tardy narwhal
#

you should cancel the idea of tweak development for now though

burnt niche
#

^most definitely

#

I had it on hold while i was learning swift but got curious all of a sudden

#

Need to stop doing that lol

tardy narwhal
#

I don’t have anything against you, just as disclaimer. But I don’t want to see you chat here about tweak development unless you got the fundamentals down and then proceed to tackling objective-c apps. You’re always welcome to understand concepts and get snippets explained and ask whatever’s on your mind, but knowledge without effort & will is of no use to you

#

but wishing you well on your journey in this wild west!

burnt niche
#

Yea i get what you mean. And thanks alot

grim sparrow
#

I feel I learnt most of what I know of good practices through Swift

#

Just by making apps that I actually use

#

Weirdly, the app that I care about most rn, I've used awful practice on cause I'm lazy

burnt niche
#

Just curious

#

I am currently on project 8 with hacking with swift. Just learning day by day

#

Trying to learn new things everyday and make sure they stick

grim sparrow
#

How I learnt what I know

  • Learn core concepts of Swift, like a couple hours of youtube
  • Play around with UIKit, making simple apps
  • Read up on RE, I reversed CommCenter to make CCPatch13
  • Using that knowledge, made first release app Signal
  • Signal got me on WWTC, WWTC made me connections which got me on Dra1n
  • Learnt a lot of stuff working on Dra1n (Dra1n is still setup horribly, but it works)
  • Got bored and started making my own personal projects, Shade, Centralis
  • Now I'm working on Aemulo (NFC Fuckery) which is a merge of tweak development, reverse engineering and app development
#

life story right there

burnt niche
#

Holy fuck. Most impressive was that you reverse engineered commcenter

#

That seems hard. i have never actually read up on RE

grim sparrow
#

meh

#

I should of read more first lol

tardy narwhal
#

once you get the gist it’s mostly command and conquer

grim sparrow
#

my initial approach was terrible

#

If I had a week extra it would of launched in it's current state

#

but I was pressured to finish it sooner

#

Knowing what I know now, I could of done it in 10 minutes at best, took me about a week back then

#

TL;DR just practice making shit

burnt niche
#

Damn. RE seems hard. Still not sure what is quite is yet. Might read up on that in the future after i tackle all the other problems on my hand. Plate is full.

#

Do you mind linking me your app signal?

#

I would love to take a look at it

tepid olive
#

the only RE I know is regular expressions

grim sparrow
#

I think

#

yes

tardy narwhal
grim sparrow
#

Aemulo will probably be much better to look at tbh

#

when I finish that

burnt niche
#

Mapkit. Cant wait to learn about that

grim sparrow
#

It's simple af

#

The only reason I haven't made that version public, and it's still on my repo, is for some reason, CoreLocation doesn't ask for permission unless you restart the device after install

tardy narwhal
#

have you tried restarting it’s particular daemon?

grim sparrow
#

I haven't actually

#

I will try that in a bit

tardy narwhal
#

lmk how it went

grim sparrow
# burnt niche Made what public?

The version on Packix is 2.0 iirc, and doesn't work on 14
The version on my repo + Github is 2.1, which has more features + iOS 14 support

#

plus it changes the bundle ID

burnt niche
#

This app is cool asf bro damn

grim sparrow
#

1.0 was a hot mess

burnt niche
#

Im keeping it

grim sparrow
#

I had hardly touched UI at that point

#

the settings page was a fucking mess

#

now it's actually good I think

burnt niche
#

It seems really nice and well made. Thats obviously mapkit right?

grim sparrow
#

Yeah

#

the map is MapKit

#

lol

burnt niche
#

Lmfao right. Jw cuz thats in the next coming projects in hackingwithswift

#

So i might try to think of this app while i experiment and see how you implemented this

half walrus
#

2 who??

grim sparrow
#

the whole thing was scuffed

half walrus
#

fuckin clearly

lapis vessel
#

fucking julio in number 1 tf

grim sparrow
#

ye

#

"We don't allow pirates"

#

I dm'd the guy on Reddit and asked him to remove Dra1n and Mega, he did without any questions

half walrus
#

don’t think i was even on the site

grim sparrow
#

you werent iirc

#

I wasn't dab

#

you had to be nominated by the public

half walrus
#

not that i deserve it but

grim sparrow
#

it was scuffed

lapis vessel
#

I think I was nominated but none of my tweaks were lol

half walrus
#

my poor ego

grim sparrow
#

The only thing of mine that got on was Dra1n, but I asked for it to be removed soooooooo

half walrus
#

h+ got nominated but i didn’t want people voting for it

grim sparrow
#

It wasn't even legal for a short while

#

it had no privacy policy, contact, but was logging ip's

half walrus
#

still does

#

that’s how it “prevents” double voting

grim sparrow
#

They have privacy policy though

#

I made them add that

half walrus
#

firsthand knowledge that none of the results from this mean anything

lapis vessel
#

yes yes

#

but they aren't in this case lol

glacial matrix
#

:)

lapis vessel
misty cradle
grim sparrow
half walrus
#

all users know is it gets the tee eff pee oh and makes the un cover go

tardy narwhal
#

Miro92 revived some old classics like SwipeSelection, Translomatic alternative, LeadMeHome alt, FancySelection & some more

half walrus
#

yeah i’m out of touch

tardy narwhal
#

all good. but yeah, his number two spot is deserved although I disagree with placement nr.3

half walrus
#

personally imo pitting an entire fairly dramatic community of devs against one another is just not very cool

#

/package managers/etc

tepid olive
#

@half walrus, Couldn't find anything matching that search query!

misty cradle
#

@tardy narwhal who won

half walrus
#

julioverne @tr1

misty cradle
#

o

#

when was the last time he released someting tho

#

wasnt that like last year

half walrus
#

surprised we didn't get a "Best Repos:"
"1 H:y:I"
"2 idk other pirate repos"
"3 paul laundries idk"

#

"best package manager:"
"1 c:ydown"
"2 abbcake"
"3 flex 3"

misty cradle
granite frigate
#

filter bypass wen /s

half walrus
#

tweak of the year:
"1 localiabbypass"

#

i close the case and it just starts running around the screen

misty cradle
#

its running away from u

grim sparrow
tepid olive
#

The holy trinity is now the holy quadrinity

#

Imagine walking into your job and seeing your ida license being used on corporate computers lol

grim sparrow
half walrus
#

how fast this runs really kinda explains how inefficient electron apps are

grim sparrow
#

It's pretty slow for me

#

Dual core i5 + Wine shake

half walrus
#

its running in the equivalent of 8x1.6ghz

#

that's the specs they expose for the emulator anyways

grim sparrow
#

Interesting

half walrus
#

8x2.9ghz/8gbx1833mhz

#

but anything not compiled for arm is emulated

half walrus
#

llvm has a discord‽

restive ether
#

what is that

#

#

wtf

surreal mountain
#

true

grim sparrow
#

#

this is great

grim sparrow
#

wym

tepid olive
grim sparrow
#

honestly

#

it's not that different in terms of performance

tepid olive
#

what

grim sparrow
#

once it's setup right

#

theres certain things I didn't do that really helped it

tepid olive
#

but the aesthetics

#

windows toolbars?

grim sparrow
#

shush

tepid olive
#

true

tepid olive
#

If you can map the asm to C in your head then you can read it

#

that's what I do

glacial matrix
# lapis vessel uro:

Shared instances and alloc are called on the class object. We have the distinction between class and instance methods and new people may remember wrong stuff for a long time which will make it difficult to fix later on

twilit jungle
#

true

tepid olive
#

where is pokimane tho

twilit jungle
lament mica
#

wow

tepid olive
#

tf is the purpose of this

#
        return cellArray;
    } else {
        return NULL;
    }```
grim sparrow
#

lmfao

tepid olive
#

Lmfaoooo

grim sparrow
#

idk

#

i'm literally dying

#

what

#

the

#

actual

#

fuck

#

was

#

going

#

through

#

me

tepid olive
grim sparrow
#

standby

#

shush

#

that never existed

tepid olive
#

bruh is the default branch really named uwu

grim sparrow
grim sparrow
#

Honestly

#

not sure how or why that happened

nimble parcel
grim sparrow
nimble parcel
#

ty

grim sparrow
#

pog

#

@tardy narwhal Killing locationd didn't work

#

I think I just figured out why though

#

and it's dumb but clever

#

I wonder if me changing the bundleID did something

#

cause its the same executable still

wicked summit
#

Orion is gonna make me cum

lime pivot
#

@nimble parcel omg omg omg

glass reef
robust radish
#

fancy

tepid olive
#

cool orion

gaunt mesa
#

orion very stable

#

so far all of the preliminary tweaks i've made using it work perfectly

tepid olive
grim sparrow
#

Yes sir

tepid olive
tepid olive
#

HAHA YES MY FUCKING MARKDOWN WEBSITE IS BACK

nimble parcel
#

anyone have suggestions for what tweak the "getting started" tutorial should show people how to make?

#

a couple of ideas I had were 1) changing the text of all labels and 2) changing the alpha of the dock

#

but neither of those seems detailed enough imo

twilit jungle
#

I'd say adding some UI (red square?) on lockscreen. That way they learn about the syntax and some of the unique things that go into iOS tweak development in general.

nimble parcel
#

lowkey don't know how to do that

twilit jungle
nimble parcel
#

I could go code spelunking or you could give me a hand 👀

twilit jungle
#

Lol, I have never made that either tbh.

#

Isn't there a youtube tweak series that starts with that?

tepid olive
#

add a SwiftUI view to LS

twilit jungle
#

^ thats just adding unnecessary complications imo.

tepid olive
#

wouldn’t that help people with bridging SwiftUI and Orion

nimble parcel
#

hmm that could be a separate tutorial

#

I think it's trivial though; should be as easy as import SwiftUI and then wrapping your View in a UIHostingController

#

haven't tried it out yet though

tepid olive
#

do you have to wrap it in that or could you just use the views directly with import SwiftUI and View()

#

that would be much more convenient

#

but doesn’t sound that hard either way

nimble parcel
#

I mean it's just regular Swift in the end so if you want a SwiftUI view in UIKit-land you have to use UIHostingController

twilit jungle
#

Zane Helton's youtube series starts with the red square. And now that I look at his code, it might be too simple.

grim sparrow
#

lol

tepid olive
#

UICockAndBallController

glacial matrix
#

Change each app label to the column/row pairs?

nimble parcel
#

ooh that's an interesting one

grim sparrow
#

Don't mind me, but this is actual development

tepid olive
#

developing sex

tepid olive
#

i am getting very concerned with these youtube suggestions

#

they are slowly but steadily getting closer to that of a mentally insane person

burnt niche
tepid olive
#

wtf are these recomendatioms

grim sparrow
tepid olive
#

alright

#

cool

grim sparrow
#

this is pain

tepid olive
#

ev3dev

burnt niche
#

Python is crashing for mepepehands

grim sparrow
#

L

burnt niche
#

I did nt even do shit

grim sparrow
burnt niche
#

Randomly crashing on my hack

tepid olive
#

fuck all languages i’m gonna forget them and just learn assembly

#

oh assembly is a language? damn

#

اخرس

burnt niche
#

0101000110101011

#

Writing a tweak in psuedo code

grim sparrow
tepid olive
#

😂😂😂

#

i fucking hate those emotes holy shit

burnt niche
#

Who can read my python crash log and tell me tf is going on

tepid olive
burnt niche
#

I haven’t touched python at all

tepid olive
#

ip logger and scam website i bet

burnt niche
tepid olive
#

i do not have a title in mind

#

damn it’s only 5pm, nice

#

them supporting lgbt foundation? troll1

#

they are two of the most anti lgbt people ever

#

lmao

#

how what

#

go ahead watch the videos

#

90% anti lgbt

#

lmao

#

see

burnt niche
tepid olive
#

not any louder than others

#

personally i find what they do hilarious

#

people get pressed for no reason

#

are you retarded

#

we are still talking about the same people

#

lmao their reasoning apparently is “i hope they find a cure”

burnt niche
tepid olive
#

cause retarded

burnt niche
#

Yea fuck discord

grim sparrow
#

bruh

#

L

tepid olive
#

Why are u so fast

#

I barely typed ban

lofty juniper
#

because i’m on mobile

tepid olive
#

I’m on mobile sadCat

grim sparrow
#

lmao

lofty juniper
#

i got the fingers for typing out the tea as fast as pobbile

#

fuck

tepid olive
#

pobbile

lofty juniper
#

u got the idea tho

heavy kernel
#

fr

grim sparrow
#

i'm so fucking dumb

restive ether
#

loser

grim sparrow
#

I've been staring at this error

#

for 5 minutes

#

only to notice

#

it's plugged into the wrong port

gentle crescent
#

who pinged

tepid olive
#

YOO

#

IS THAT NEKO LANGUAGE

#

BRO

#

POG

weary nacelle
#

@tepid olive i just had an idea which is totally impractical and will never happen, might not even be possible

misty cradle
weary nacelle
#

nekofetch
pulls a random neko image from the internet
makes it into ascii art
uses it as the neofetch icon thing

theres a different one each time you run it

#

its just neofetch with nekos

#

oh wait it can use an image and not just ascii?

#

i wonder if that works on the ios version

#

probably does

#

then you can just scrap the ascii part

burnt niche
#

That picture is not suitable

#

I feel like

#

Yea i would find a better picture

#

That could look good

tepid olive
#

What

#

The Neko Programming Language
Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.
Neko is also a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, xml...

#

Wtf

#

true

#

thats kinda ok

lofty juniper
#

the fuck is going on over here

#

mf be femboy developers

tepid olive
#

wtf @tepid olive pedo

tepid olive
lofty juniper
#

@gentle crescent yo wtf

tepid olive
gentle crescent
#

wtf

tepid olive
#

bro do not send now, wait for the chill mods to get online and these to get off

burnt niche
#

big shade

#

this man got 0 chil

tepid olive
#

yes

restive ether
#

maybe

tepid olive
#

she has no chill

#

real white bitch

restive ether
#

yes

tepid olive
#

i tell you

misty cradle
#

cam

tepid olive
#

she acts white

misty cradle
#

@everyone

#

type @everyone

#

its funny

#

or @here

#

or @everyone

tepid olive
#

Brown Santa #Tr1ForModToday at 9:21 PM
or @here
or @everyone

misty cradle
#

true

tepid olive
#

stfu

#

is obama president still

#

ok

burnt niche
#

cam probably the coolest one tbh no cap

#

and rick

weary nacelle
#

@tepid olive wait holy fuck you did it

#

but you did it

#

and it looks passable

burnt niche
#

man im hacking nasa mainframe rn

rain falcon
burnt niche
misty cradle
#

TRUE

burnt niche
#

is that the guy who told me not to ping him or he will report me to the mods after he replied to my messageuhh

#

pokimane or something

misty cradle
#

@burnt niche Please don't ping me or I'll report you to the mods.

#

Why!? did you ping me

burnt niche
#

bro could have just told me not to ping me. he said hes going to report me to the mods like whyfr

misty cradle
#

true

gaunt mesa
burnt niche
#

i dare a mfer to ping aaron rn

misty cradle
#

He will ban you

gaunt mesa
#

@shut stag hi hows ur day going?

burnt niche
#

F

gaunt mesa
#

aaron is probably enjoying dinner rn

misty cradle
#

true

#

he eating jew stuff rn

gaunt mesa
burnt niche
#

i am not trying to get banned lol

gaunt mesa
misty cradle
#

@burnt niche Please do not ping me.

burnt niche
#

bruh

misty cradle
#

I do not know mr. Capt.

shut stag
#

i dont usually warn for pinging me

gaunt mesa
#

i asked how ur day was going

shut stag
#

pinging mod role for no reason tho, i would

shut stag
gaunt mesa
#

true we are all here to gm him

shut stag
#

quick question

gaunt mesa
#

yeh?

grim sparrow
#

I like questions

shut stag
#

does anyone here hate imuseum

grim sparrow
#

lmao

#

yes

gaunt mesa
#

yes

misty cradle
grim sparrow
#

why

shut stag
#

i think he is ban evading on the sub

grim sparrow
#

Nice one

shut stag
#

i need to find his original u/

misty cradle
gaunt mesa
#

iMuseum is a cockhead

burnt niche
#

who is imuseam fill me in

grim sparrow
#

count yourself lucky for not knowing

gaunt mesa
#

i don't understand how people follow him

misty cradle
#

i thought i killed him

#

he's back now

gaunt mesa
shut stag
#

so if anyone knows his OG u/, please lmk

misty cradle
burnt niche
#

who tf is he lmfao

gaunt mesa
#

ur mom

misty cradle
#

@shut stag am i allowed to ping mods when u are gone

#

with their permission

shut stag
#

no

misty cradle
#

ofc

gaunt mesa
#

ping cam

#

doit

burnt niche
#

my mom doesnt use reddit

misty cradle
#

good thing u havent noticed all the pings then

gaunt mesa
restive ether
gaunt mesa
#

lmao cam

grim sparrow
#

@restive ether

gaunt mesa
#

yikes

restive ether
#

true

burnt niche
#

nah im hacking rn

misty cradle
#

bro he just switches through general, jb and dev quick

#

i do the same

gaunt mesa
#

cameren on the grind 24/7

#

i never switch off of dev

shut stag
#

fr tho, anyone know his u/

restive ether
#

fortnite grind

misty cradle
#

@burnt niche Please don't ghost ping me. I will have to report you to an admin or moderator.

gaunt mesa
#

r/jb for me

burnt niche
#

BRUH

#

who pinged

grim sparrow
#

i do not

restive ether
#

don’t you have a banned members list bro

tepid olive
#

apple actually encyrpts the music

#

wow

gaunt mesa
#

yes fairplay exists

grim sparrow
#

what did you expect

restive ether
#

ok

#

so

shut stag
#

but his u/ wasnt u/imuseum

burnt niche
#

bro tryna get me banned WeirdChamp

restive ether
#

u/RealiMuseum

shut stag
#

lemme see

grim sparrow
#

L

tepid olive
shut stag
burnt niche
#

might have to pull out my doxxing skills for this one

restive ether
#

loss

gaunt mesa
#

ur doxxing skills?

grim sparrow
#

someone just scrape their twitter for reddit posts

burnt niche
#

bro noone pinged you

tepid olive
gaunt mesa
#

L

tepid olive
burnt niche
#

man leave dopeboy tom alone

gaunt mesa
grim sparrow
#

Sir

#

anime emotes only

gaunt mesa
#

bugs bunny > anime

tepid olive
gaunt mesa
#

huh?

#

what server

tepid olive
#

the server the emote is from

grim sparrow
#

mine

gaunt mesa
#

yeah it's jellypnut's among us server

#

what about it

tepid olive
#

true

grim sparrow
gaunt mesa
grim sparrow
gaunt mesa
burnt niche
#

Me trying to get rid of errors and xcode planning to give me 20 more

gaunt mesa
#

WTF

grim sparrow
#

what

#

my server is gonna run out of slots soon

tepid olive
grim sparrow
misty cradle
#

Sticker, Laugh, wumpus, lol, haha, hah, laugh, haha, funny, heehee, hehe, 🤣, 😂, 😝, 🤪, 😃, 😄, 😆, :laugh, :lol,

gaunt mesa
#

i don't understand how discord managed to make proper DRM on gifs

tepid olive
#

what even are those

gaunt mesa
#

in the 2 minutes i spent trying to steal the gif it didn't work

#

ITS A PNG

#

WTF

#

this is why discord lags

grim sparrow
#

lol

gaunt mesa
#

60fps

misty cradle
#

https://media.discordapp.net/stickers/748297080711413890/ebee55698cdf5774dace1e4c7d60f51d.png?size=256&passthrough=false

burnt niche
#

Whos @ do i need to find

gaunt mesa
#

60 pngs per second

tepid olive
#

balls fps

burnt niche
#

Imueseum?

tepid olive
#

iCockAndBalls

gaunt mesa
#

shut up

gaunt mesa
#

shut the fuck up

#

bru

misty cradle
#

@burnt niche Can you just stop ghost pinging me. God.... This is your last warning. I will report you to the moderators, if you keep on going

tepid olive
gaunt mesa
#

click it

misty cradle
#

@grave sparrow i know what this is

burnt niche
#

@misty cradle this is your last warning before i pull out my bars and get on ur head

gaunt mesa
#

burrit0z stop deleting messages

misty cradle
#

Stop pinging me

tepid olive
#

i did not delete that

gaunt mesa
#

LMAO

tepid olive
#

fucking retard

vivid dew
#

who deleted

gaunt mesa
#

are we suppressing burrit0z now?

tepid olive
#

fucking autistic [redacted]

misty cradle
#

@restive ether please warn him, he keeps on uselessly pinging me

gaunt mesa
#

calm down

#

holy fuck

misty cradle
grim sparrow
burnt niche
#

Bruh i did not ping this man

#

Ever

misty cradle
#

what is this then

burnt niche
#

THAT WAS ONE TIME

#

😂

gaunt mesa
#

please read dev book

#

thank

grim sparrow
restive ether
gaunt mesa
grim sparrow
misty cradle
#

already twice

tepid olive
gaunt mesa
misty cradle
#

and now + this

grim sparrow
misty cradle
#

is three times.

#

you will be warned now.

burnt niche
#

I guess i deserve a warningegg

misty cradle
#

Yes, indeed.

#

Glad you agree.

gaunt mesa
#

wtf

grim sparrow
gaunt mesa
#

bad

#

:aixd_00::aixd_01::aixd_02::aixd_03::aixd_04:
:aixd_05::aixd_06::aixd_07::aixd_08::aixd_09:
:aixd_10::aixd_11::aixd_12::aixd_13::aixd_14:
:aixd_15::aixd_16::aixd_17::aixd_18::aixd_19:
:aixd_20::aixd_21::aixd_22::aixd_23::aixd_24:

misty cradle
#

true

tepid olive
grim sparrow
#

L

#

lol

gaunt mesa
#

LMAO

tepid olive
#

ive gotten close to 4k pings

misty cradle
gaunt mesa
tepid olive
#

true

grim sparrow
#

I’m on mobile so can’t check

gaunt mesa
#

ofc

misty cradle
#

@gaunt mesa ok but this is a server with 35k people

gaunt mesa
misty cradle
#

server with 9 people

tepid olive
restive ether
#

do nfr

misty cradle
#

in a few months

grim sparrow
misty cradle
#

10k true

gaunt mesa
#

lmao

tepid olive
#

nfr

gaunt mesa
grim sparrow
#

Sus

gaunt mesa
#

coal

grim sparrow
gaunt mesa
tepid olive
#

balls has 4,714

gaunt mesa
#

lol

grim sparrow
gaunt mesa
#

10k

#

LMAO CAPT

grim sparrow
#

Fuck

gaunt mesa
#

yes

tepid olive
#

the n word has two results

misty cradle
grim sparrow
#

I feel I’m responsible for a lot of those

misty cradle
#

true

grim sparrow
#

True

gaunt mesa
#

True

vivid dew
#

@primal perch fuck ur mom

gaunt mesa
#

YO

tepid olive
#

wtf i get warned for that but shep doesnt

#

that was my "slur"

#

LMAO

#

yes

grim sparrow
#

F

gaunt mesa
#

yes

#

F

#

shut up capt

tepid olive
#

n word with a has 7 results

gaunt mesa
#

L

misty cradle
#

@restive ether who is YOLO Rhymes

#

is that

#

luca

restive ether
#

me

burnt niche
#

😂😂

misty cradle
#

from KJC

#

no serious

#

who

gaunt mesa
#

true

burnt niche
#

Put me on the track

gaunt mesa
#

whoever is deleting needs a ban

burnt niche
#

Who tryna hop on

misty cradle
#

fr2

grim sparrow
#

Hi @grave sparrow

misty cradle
#

@restive ether ok who is YOLO Rhymes from KJC

burnt niche
#

Its tr1fecta

gaunt mesa
#

BRO

#

STOP DELETING

grim sparrow
misty cradle
#

ok buddy

gaunt mesa
#

ok

#

buddy

grim sparrow
gaunt mesa
grim sparrow
tepid olive
#

nfr

gaunt mesa
#

YO WTF

#

WHO

burnt niche
#

Sensoring my bars

grim sparrow
burnt niche
misty cradle
gaunt mesa
#

LMAO im laughing rn

misty cradle
#

who is yolo rhymes

burnt niche
#

😂😂😂😂

gaunt mesa
tepid olive
#

bruh i could literally leak my apple music acess key rn

#

wow

gaunt mesa
#

UCK

#

FUCK

#

FUCJK

#

FUCJK

#

NO

#

NO

#

NO

#

NO

#

NO

burnt niche
#

Bruh i might make a saurik diss track

vivid dew
#

ok

gaunt mesa
#

NO

grim sparrow
#

What was that

gaunt mesa
#

I MISTYPED

grim sparrow
#

L

tepid olive
#

idk what song that is even

gaunt mesa
burnt niche
#

New mixtape coming out. Cydia diss track featured on it. Who tryna feature

#

I got fl studio pulled up

tepid olive
grim sparrow
#

@tepid olive I’ve just noticed, why do you look angry af in your pfp

gaunt mesa
#

yes

#

woe

weary nacelle
#

rip

#

does the ascii work?

grim sparrow
#

The eye brows bro

tepid olive
#

that’s literally just how my eyes are

grim sparrow
#

Look angry

tepid olive
#

i’m asian

grim sparrow
#

Nah bro

#

It’s like

gaunt mesa
#

ok

#

shut up

grim sparrow
burnt niche
#

If i see saurik in public, its over
Drive by on his ass in my black rover
Opencore on my pc bitch, this aint clover
Tr1fecta by my side. Told his ass to bend over

gaunt mesa
#

hi

#

hi

#

hi

#

hi

#

hi

#

hi

#

hi

#

ok

grim sparrow
#

That’s me

gaunt mesa
#

LMAO

#

why did i think of the queen

burnt niche
#

Cam the homie, cant release a diss track on him. Its a bad look

gaunt mesa
#

when i saw that

grim sparrow
#

That’s real btw

#

No idea why it’s happened

#

Good old maggie

tepid olive
gaunt mesa
#

wtf

weary nacelle
#

holy shit it works

burnt niche
#

That looks decent

weary nacelle
#

i cant believe it actually worked

grim sparrow
#

lol

burnt niche
#

Put some colors on that shit tho

#

10 times better

misty cradle
burnt niche
#

^

misty cradle
#

who delete

burnt niche
#

Add —no-preserve-root for animation

tepid olive
#

everyone is so racist wtf

#

why

misty cradle
#

@tepid olive cant be racist if im asian fr

tepid olive
misty cradle
#

im brownasian

tepid olive
#

brown santa

grim sparrow
misty cradle
#

since im brown and the country is in asia

burnt niche
#

India

misty cradle
burnt niche
#

Pakistan

grim sparrow
misty cradle
grim sparrow
#

lol

tepid olive
#

i am literally smiling under the mask but nobody can tell

burnt niche
#

Bangladesh

misty cradle
burnt niche
#

Idk then bro

misty cradle
#

dont blur it

tepid olive
burnt niche
#

Alot of people are indian on here. Never knew

grim sparrow
#

Ok

gaunt mesa
#

@grave sparrow

grim sparrow
burnt niche
#

@gaunt mesa are you indian?

grim sparrow
#

Bruh

gaunt mesa
#

why

misty cradle
#

cam

burnt niche
#

Me too

grim sparrow
#

@burnt niche why do you care?

tepid olive
#

see

grim sparrow
#

Bruh

misty cradle
#

so angry

tepid olive
#

lmaooo

#

bruh

burnt niche
#

Just tryna relate @grim sparrow

misty cradle
grim sparrow
misty cradle
#

where is smile

twilit jungle
#

Thats a forced smile

burnt niche
#

I like the cut tho

misty cradle
#

true @twilit jungle

burnt niche
#

@gaunt mesa do you speak hindi?

gaunt mesa
#

yes

burnt niche
#

Cool me too. But i am not good at it

tepid olive
#

nfr

misty cradle
#

i get these bars right off the bat like covid

gaunt mesa
#

i can understand better than speak @burnt niche

tepid olive
tepid olive
#

i would call that forcing

gaunt mesa
#

ok

burnt niche
tepid olive
#

lmaooo

gaunt mesa
misty cradle
#

all hiphop fans are homophobic

#

fr2

tepid olive
#

i can speak cock and balls fluently

burnt niche
misty cradle
#

@tepid olive ye u suck them fluently too

tepid olive
#

false

burnt niche
#

Lmfaooo

tepid olive
#

i’m catholic

gaunt mesa
#

my parents speak marathi

grim sparrow
#

L