#development
1 messages · Page 277 of 1

:intjwoe:
usually you can find api tokens from the developer console on a given site
idk if I get what ur asking tho
i wanna change what tokens the app is using
what app?
twitter client
stock?
no 3rd party
gotchu

got it from an ipa
oh lol
@worn flame I don’t know anything about Twitter, like if they have an SDK or anything, but API keys are typically in the binary itself, sometimes in a configuration file (e.g. Google SDKs use a plist)
The term “token” makes me think ephemeral, so that wouldn’t be in the app bundle at all
but i generated a token
@v.x#0030 I meant I have new API Keys*
so anyone know where the API keys are likely to be?
no like the one in the app
for the app to use
ok but #assembly
@primal perch
@primal perch
@lethal ice

@lethal ice
@primal perch
tri' has Adolescence Syndrome
true


mono tiene mono
wut is inshalla
what does
[super refreshState];
do
I looked it up and didn't get any answers :/
oh wait
calls refreshState from the superclass
I understand that.. but I guess I should be asking what refreshState means.. but I guess it depends on what super refers to
wwhatever the superclass youre messing with is
oooooooooooooooooooooooooooooooooooooooooh

@interface Class : otherclass
@naive pollen
does super refer to "otherclass"?

sorry for the ping
quip be like bruh
yes
yes to what
otherclass is your superclass
self is whatever its running in
itself
[self cock]; will call its own method called cock
឵
self is the instance
deez nuts
Gm
gm
gm
Gn
and plug that fork into an outlet
@valid venture
@tepid olive
I develop thingz
that silica gel one is

I'm trying to get GNUStep on my pc rn to do obj-c stuff... we'll see how it goes






let's go
finally
@tepid olive
@valid venture
@tepid olive Got any more podcasts like the minute hour?
@valid venture
@tepid olive
@valid venture u like the minute hour?? 😂 forgot i showed u them
No i dont sadly hes a unique breed
🤷 been grinding and driving so I’ve been listening to the same playlist until I hate it
cool
/home/gamer

bash: /home/gamer/theos/toolchain/linux/iphone/bin/clang++: No such file or directory

what machine are you using to run theos on?
a mac?
gotchu
not sure if that's what you need, but maybe it can be a place to start looking
@tepid olive There is a lot more then just that to enable WSL, there is powershell commands you have to enter too: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Did you install the wsl linux package? Its a download on the site there.
You need to use wsl 2 now, wsl 1 is no longer supported.
true
do anybody know if libboringssl.dylib is used on ios 14+?
try it and figure it out
might have to install the feature via powershell ¯_(ツ)_/¯
@tepid olive That means you didn't follow the commands properly on the site.
did you install it via powershell?
i mean the actual subsystem for linux feature
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
just run these two in powershell
should work
then reboot
did it successfully add them?
it should tell you if it successfully added them or not
hmmm
interesting
did you see anything regarding features being installed during the reboot
Did you reboot your pc after running the wsl commands?
"usually"... more like when windows feels like it
You are one of the lucky ones then
not really
windows has fucked me in other ways
for example my windows update is broken to the point that my entire install fucks itself during an update
There is the windows we know and love
lol

also turn off the virtual machine platform while you’re at it
What are the requirements for @Developer is it strictly iOS development
I have released a couple of tweaks, but they're not worth mentioning lol. What is a good marker of when I would qualify for it
I don't think theres a strict requirement as such, I just dm'd Cam after I released Signal.
I asked after doing WWTC and he said once I actually released it

what does it do lol

jiggles app icons when not in editing mode
lol
as well as changes Edit Home Screen to "Jiggle Mode"

it was good enough for r/TweakBounty apparently 

and burrit0z
gcc `gnustep-config --objc-flags` -L /GNUstep/System/Library/Libraries hello.m -o hello -lgnustep-base -lobjc
I am so glad "alias" exists

I think this qualifies me for
@Advanced Developers
@late ridge
I don't think theres a strict requirement as such, I just dm'd Cam after I released Signal.
@grim sparrow lol
i just harassed aaron and all of the mods until i got it
Usually it’s given for tweaks or jailbreak-related stuff
I think i'll try my hand at a notification REST api tweak
not sure what API it'll be tho
i just harassed aaron and all of the mods until i got it
@tepid olive
@tepid olive, in ReachOptions, where did you get the UIPress types
I couldn't find them in the apple docs
if ([UIDevice.currentDevice isAnIpod] || [UIDevice.currentDevice isAnIpad]) {
BOOL upPressed = NO;
BOOL downPressed = NO;
for(UIPress *press in event.allPresses.allObjects) {
if(press.type == 102 && press.force == 1) {
upPressed = YES;
}
if(press.type == 103 && press.force == 1) {
downPressed = YES;
}
}
ok

good lord who wrote that
@tepid olive, in ReachOptions, where did you get the UIPress types
@late ridge ah actually
as i said in the code
so you’d have to ask him
that part was lacertosusdeus’
good lord who wrote that
@upper wigeon refer to what i said before
i only did it because
people wanted support for ipads and ipods somehow
so i just found it in a rush
what buttons are they
no
well
some ipads do
but most don’t
and ipods
are too small, it’s not needed
got it
i’ll find a better method of support later
i’ve been meaning to actually, so thanks for reminding me
lol 
a program is caching smth somewhere
but i don't know where it's writing to
i want to find that cache
is there a program that monitors where a program writes to?
(windows)
i'm gonna try https://www.nirsoft.net/utils/file_activity_watch.html
that's what I said
haven't found it yet but i did find this
{"analytics":{"enabled":true},"connect":{"limit_user_tracking":false,"player_opted_out":false,"enabled":true},"performance":{"enabled":true},"dynamic":{"coreBusinessMetrics":{"enabled":true}}}

just gonna
disable that
hello
anyone here somewhat know their way around UICollectionViewController and UIContextMenuInteractionDelegate?
@grave sparrow ok fine:
basically i have a uicollectionviewcontroller where the cells are somewhat transparent. now ive implemented the uicontextmenus for it, but everytime i force touch, it does this ugly thing where it makes the opacity of the uiview 1. now i can obviously change this with:
- (UITargetedPreview *)collectionView:(UICollectionView *)collectionView previewForHighlightingContextMenuWithConfiguration:(UIContextMenuConfiguration *)configuration```
but idk how to get the collection view cell from the configuration, does anyone know how to do that
fuck collectionviews
uh currently im trying this:
- (UITargetedPreview *)collectionView:(UICollectionView *)collectionView previewForHighlightingContextMenuWithConfiguration:(UIContextMenuConfiguration *)configuration {
NSIndexPath *indexPath = (NSIndexPath *)configuration.identifier;
KXNoteCell *cell = (KXNoteCell *)[collectionView cellForItemAtIndexPath:indexPath];
cell.backgroundColor = UIColor.redColor;
UITargetedPreview *preview = [[UITargetedPreview alloc] initWithView:cell];
return preview;
}
but this doesn't work
fuck collectionviews
@grim sparrow same

Hi, someone said my tweak doesnt work and he's using Odyssey. I think it might not work because of that.
Can Odyssey inject dylibs into processes like unc0ver does? My tweak hooks com.apple.UIKit but it doesnt seem to be triggered on this user's device when he opens an application (it should get triggered)
You definitely can't help me 😄
It does
Hi, someone said my tweak doesnt work and he's using Odyssey. I think it might not work because of that.
Can Odyssey inject dylibs into processes like unc0ver does? My tweak hooks com.apple.UIKit but it doesnt seem to be triggered on this user's device when he opens an application (it should get triggered)
@worn tangle if i had to guess you compiled for arm64 and not arm64e or vice versa
No no its compiled for both
thats not odyssey vs unc0ver
@grave sparrow clearly but this person has one tester which could easily be a different arch
:nfr:
arent arm64 and arm64e the only archs since about iPhone 6?
Yeah well he uses an iPhone XR which is arm64e I believe
He's on iOS 13.3
Im on iOS 13.3 too but with an iPhone 8 (arm64e too)
nvm
I meant arm64
But I have many people on new phones that use my tweak
The only difference I see is Odyssey jailbreak
- blame piracy 2. blame coolstar
Its a dynamic library not an app
pick one
Coolstar it is
I believe that Odyssey have some compatibility stuff in libhooker that should make dylibs works fine on it
What the name of your tweak ?
Xelahot Hacks
😐
I self host my tweak
It provides hacks for AppStore games (just one for now). Thing is he can see the pref bundle of my tweak but when he opens the game nothing happens.
No no
Thing is my tweak should be detected when the user starts the game
Because its part of com.apple.UIKit
But it doesnt seem to happen for him.. I suspect Odyssey
well no one here seems to know so you might actually have to debug it manualy

true
nah ask capt he loves to
Well I do log some stuff in a file
mans a god at assembly so he would know
ahahah, he said he only have "Filza" and "Autotouch" installed
tfw you learn what the int argc, const char * argv[] in int main(int argc, const char * argv[]) means

🤯
feel rly dumb rn
dont trust it
@grave sparrow Ikr, but my tweak rarely dont work like this so I was wondering
why feel dumb its just learning bro
Its hard to debug without having his phone in my hands
@late ridge there’s even more (char **env)
LOL
look im not in the mood for these funny things anymore ok
thanks

i swear ive been pinged like 10 times in the past 24 hrs for these
Recursion on point
😄
or b main on arm
frcoal
thanks for supporting arm ❤️
nfr
lul
Do you guys know any tweak that works like mine? Where you have an applist to toggle the tweak on/off. Ill have that user try it and see if that other tweak is broken like mine
choicy?
mine is like that
lol
nomorescrollstotop
that name tho
broken on 14 tho FYI
alright thanks

@worn tangle
m0n0tr1x
that's the right thing
smh
you made a typo
did i ask sir
true

yes
@tepid olive i would appreciate if you’d stop tormenting me over my terrible name choice
btw @tepid olive you can change the filter in the photos app from mono to silvertone or noir it looks better


will do, will do monotr1x!
STOP
yes
ok
i'm just kidding dw


mOwOnOwO
true
true

shep
wtf how is he in the water
i asked how
i need answers

it is sad that nepeta no longer posts on r/jb we miss OwO what's this

true
what does nomorescrollstotop do?
nepeta literally is gone but this time not officially
what does nomorescrolltostop do 
Like when you tap on the status bar and it would automatically scroll for you?
I tried and it still worked
this is quality
actually might be useful but idrc
when using twitter i always use that feature so never
@worn tangle if your tweak doesnt work on libhooker but does on sub* its most likely because of shitty memory management
dejavu
dejavu
@twilit jungle
wdym?
@worn tangle substrate and substitute have big autorelease pools for every tweak to “fix” tweaks having bad memory management. LH does not include that
Do you compile with arc?
No idea

I compile with Theos but I havent specified anything about ARC in my makefile
Do this in your makefile
Recompile and try on odyssey
Oh I have that
Ok then no idea
LITTERALY HAYDEN IS SO SEXY WTF
Its related to autorelease pools?
So what happens without ARC on Odyssey? The virtual memory space layout for a process have a restricted stack size?
So ARC increases that in case an library declares to many large size variables?
LITTERALY HAYDEN IS SO SEXY WTF
@boreal bramble true
this mans sexy field is so strong that it sways the straight too
Well it counts how many references I have
ARC does not solve memory build up caused due to autorelease pools
What are autorelease pools?
A kind of list of addresses waiting to be released by ARC?
if you dont know what ARC is, you should uh, do some more learning before tweak-writing
@grave sparrow lost arc
hi
gm sir
What are autorelease pools?
@worn tangle pools where they release auto’s in (other word for cars)
oh it's mega
Yes
k
lost arc true
I thought that was a real domain
good movie
Fan
Well I think I understand the concept of ARC releasing memory when instances are no more referenced anywhere
But "autorelease pools", not sure what a "pool" is
@tepid olive get mono
say it again
@surreal mountain me looking for anyone that gives a fuck what u think
@surreal mountain me looking for anyone that gives a fuck what u think
@boreal bramble chill
Are pools a memory space restricted in size to store instances? @grave sparrow @tepid olive 🚘🚖🚔
autorelease pools work independent of ARC
are they like I described tho?
no
damn 😄
delete[] > autoreleasepool
no
@twilit jungle what are they?
What libHooker/Odyssey have to do with this?
ARC does not solve memory build up caused due to autorelease pools
@twilit jungle Could you try to explain this more in details please? Im confused
Pretty much means they are independent features and that one (ARC) does not solve the cons of the other (auto release pools).
@worn tangle substrate and substitute have big autorelease pools for every tweak to “fix” tweaks having bad memory management. LH does not include that
@tepid olive
@worn tangle if your tweak doesnt work on libhooker but does on sub* its most likely because of shitty memory management
@tepid olive
What does Odyssey vs Unc0ver have to do with all this? They use different libraries (libHooker vs substitute) to inject libraries into processes? And these libraries mess with autoreleasepools in a different way?

oh gosh


i'm finna have a bruh moment




You read with the "*"


that was some 5head right there
I only see 1 religion there
hah

@worn tangle dont ping me
hey scott here, I am y'all
i am dumb
HI I’m Barry Scott, and this is the new Cillit Bang Lime Scale and Shine, just watch it clean this tap!

is there a difference between nil and null
(void *)0 and (id)0
no
null and nil
gm shorp
gm

shep ship
shep did u watch lost
scoobs iq over time
SHUT UP
4 8 15 16 23 42
Nfr
nfr

4 8 15 16 23 42 tho
true
SHUT UP
well spoken
nice
negatory
nights of cydonia
true
true
exist later bro i tryna play not sit for 15min rn
nfr
true
4 8 15 16 23 42
yea
nfr
tru
true
stfu
stfu
i dont want steak with scoop no more
true
crackhead will prob kill me
true
murder

anything for crack rocks bro

i just keep aging
proof
its not fair bro
wtf
i keep getting asked if im married
i'll take some off u
let's average our ages


yea i look 24
true
:nfr:
yoshitwerk
[redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]
[redacted] is [redacted]

who the fuck is jynx and why does he look married?
\x5f\x00\x00\x71\x02\x3c\x60\xd3\xe4\x04\x80\xd2\x42\x40\x40\xaa\xe0\x00\x80\xd2\x84\x10\x80\x9a\xe3\xc7\x07\xb2\x40\xfc\x48\xd3\x42\xbc\x70\xd3\x42\x1c\x10\x92\x00\x1c\x00\x92\x00\x00\x02\xaa\x02\xfc\x44\xd3\x00\xdc\x78\xd3\x42\x8c\x00\x92\x00\x8c\x08\x92\x40\x00\x00\xaa\x03\x00\x03\x8b\x00\xc4\x04\xb2\x63\xfc\x44\xd3\x63\xc0\x00\x92\x80\x00\x03\x9b\x20\x00\x00\xf9\xc0\x03\x5f\xd6
i mean true
:troll3:
\x5f\x00\x00\x71\x02\x3c\x60\xd3\xe4\x04\x80\xd2\x42\x40\x40\xaa\xe0\x00\x80\xd2\x84\x10\x80\x9a\xe3\xc7\x07\xb2\x40\xfc\x48\xd3\x42\xbc\x70\xd3\x42\x1c\x10\x92\x00\x1c\x00\x92\x00\x00\x02\xaa\x02\xfc\x44\xd3\x00\xdc\x78\xd3\x42\x8c\x00\x92\x00\x8c\x08\x92\x40\x00\x00\xaa\x03\x00\x03\x8b\x00\xc4\x04\xb2\x63\xfc\x44\xd3\x63\xc0\x00\x92\x80\x00\x03\x9b\x20\x00\x00\xf9\xc0\x03\x5f\xd6
\x5f\x00\x00\x71\x02\x3c\x60\xd3\xe4\x04\x80\xd2\x42\x40\x40\xaa\xe0\x00\x80\xd2\x84\x10\x80\x9a\xe3\xc7\x07\xb2\x40\xfc\x48\xd3\x42\xbc\x70\xd3\x42\x1c\x10\x92\x00\x1c\x00\x92\x00\x00\x02\xaa\x02\xfc\x44\xd3\x00\xdc\x78\xd3\x42\x8c\x00\x92\x00\x8c\x08\x92\x40\x00\x00\xaa\x03\x00\x03\x8b\x00\xc4\x04\xb2\x63\xfc\x44\xd3\x63\xc0\x00\x92\x80\x00\x03\x9b\x20\x00\x00\xf9\xc0\x03\x5f\xd6
\x5f\x00\x00\x71\x02\x3c\x60\xd3\xe4\x04\x80\xd2\x42\x40\x40\xaa\xe0\x00\x80\xd2\x84\x10\x80\x9a\xe3\xc7\x07\xb2\x40\xfc\x48\xd3\x42\xbc\x70\xd3\x42\x1c\x10\x92\x00\x1c\x00\x92\x00\x00\x02\xaa\x02\xfc\x44\xd3\x00\xdc\x78\xd3\x42\x8c\x00\x92\x00\x8c\x08\x92\x40\x00\x00\xaa\x03\x00\x03\x8b\x00\xc4\x04\xb2\x63\xfc\x44\xd3\x63\xc0\x00\x92\x80\x00\x03\x9b\x20\x00\x00\xf9\xc0\x03\x5f\xd6
\x5f\x00\x00\x71\x02\x3c\x60\xd3\xe4\x04\x80\xd2\x42\x40\x40\xaa\xe0\x00\x80\xd2\x84\x10\x80\x9a\xe3\xc7\x07\xb2\x40\xfc\x48\xd3\x42\xbc\x70\xd3\x42\x1c\x10\x92\x00\x1c\x00\x92\x00\x00\x02\xaa\x02\xfc\x44\xd3\x00\xdc\x78\xd3\x42\x8c\x00\x92\x00\x8c\x08\x92\x40\x00\x00\xaa\x03\x00\x03\x8b\x00\xc4\x04\xb2\x63\xfc\x44\xd3\x63\xc0\x00\x92\x80\x00\x03\x9b\x20\x00\x00\xf9\xc0\x03\x5f\xd6
@rain falcon
true
yea
stupid code
yes bro it's code
trash
code bro
wtf
only if you have an attractiveness rating of 3 or higher

f
really my cock is more than 2.9 inches
sorry bro

ubfiz
ubfiz
i mean you're off to a great start by saying female
Do we got any hoes in the chat
no
@twilit jungle
just vodka
K

yea where the vodka
drink vodka jules
@vivid dew ok wanna fuck
ill marry the vodka
at least it wont leave bro
Oh wait this is #development





@primal perch amy rose's fat milkers
@primal perch amy rose's fat milkers
@primal perch
ok but what about
angery kitty
sorry im horny


he does have huge titties
WTF
wtf scoob just leaked backroom
WTYFG
ban
DEMOTE
true


:completelydistraught:
true
oh here comes the fatass now
true
true
true
who asked
dghost did
ye
ok
👀
true
me when i jerked off

wait
:troll:
LMFAOOOOOOO
:cum:
penis
:ghostcum:
:julespenis:
:ghost cock:
you mean :blk: @rain falcon


wtf
2020 album tho

bro scoop we have a situation
stfu jynx listen to muse

stfu jynx listen to muse
@lethal ice
WTF
stfu jynx listen to metallica
@lethal ice
@surreal mountain me looking for anyone that gives a fuck what u think
@boreal bramble suck my cock

stfu jynx listen to a7x
@lethal ice
true


gm @rain falcon
true
yes



could you kys to prove it @rain falcon?
yes soon
jynx would rather suck multiple cocks than listen to a7x
true
after i get my heart broken 1 last time
the shortest straw
got u
could you kys to prove it @rain falcon?
@valid venture yes soon
i promise
if i make it to 21 id be surprised

wait aren't u 22 tho
NO WTF
oh ur 23 then
i fucking look 34 so im 34
@primal perch Have you heard of the game "Among Us"? Of course you haven't, it's an incredibly obscure indie gem that an uncultured fuckface like you knows nothing about because you're too busy playing absolutely insufferable mainstream "games" like Call of Duty or Dark Souls. Well, you fucking neanderthal, allow me to educate you. Among Us is a game that is played with ten people, one to three of those people is an Impostor. To put it into perspective for an absolutely uncultured ape like your dumbass self, it's kind of like the murder gamemode on the "game" known as Garry's Mod, the key differences being that, unlike this "game" called Garry's Mod, Among Us isn't mainstream garbage and you actually have to use your brain, which is something a dense chimpanzee like yourself is incapable of, hence why you only play god-awful mainstream "games". If you're not an Impostor, you're a Crewmate; a Crewmate's job is to go from place to place and perform tasks which are completed by solving very rudimentary puzzles, something a tasteless troglodyte like you cannot even begin to fathom doing. In order to win as a Crewmate, you must complete all of your tasks or eliminate the Impostor, which requires incredible skill and precision that a mainstream "gamer" like you wouldn't understand. In fact, you'd probably quit playing after a solid second because the game doesn't have a "shoot" button like the "game" known as Call of Duty. As an Impostor, you objective is to kill enough crewmates until there number of Impostors is equal to the number of Crewmates, (yes, you have to count in this game, something that you are also incapable of because you don't know what taste is.) if you do this without getting caught and voted off, you win. Doing this also requires an insane amount of skill that only genius-level intellectuals such as Among Us players are capable of possessing. But I don't know why I wasted my time telling you all of this, you'll never be a true gamer like those
@primal perch Have you heard of the game "Among Us"? Of course you haven't, it's an incredibly obscure indie gem that an uncultured fuckface like you knows nothing about because you're too busy playing absolutely insufferable mainstream "games" like Call of Duty or Dark Souls. Well, you fucking neanderthal, allow me to educate you. Among Us is a game that is played with ten people, one to three of those people is an Impostor. To put it into perspective for an absolutely uncultured ape like your dumbass self, it's kind of like the murder gamemode on the "game" known as Garry's Mod, the key differences being that, unlike this "game" called Garry's Mod, Among Us isn't mainstream garbage and you actually have to use your brain, which is something a dense chimpanzee like yourself is incapable of, hence why you only play god-awful mainstream "games". If you're not an Impostor, you're a Crewmate; a Crewmate's job is to go from place to place and perform tasks which are completed by solving very rudimentary puzzles, something a tasteless troglodyte like you cannot even begin to fathom doing. In order to win as a Crewmate, you must complete all of your tasks or eliminate the Impostor, which requires incredible skill and precision that a mainstream "gamer" like you wouldn't understand. In fact, you'd probably quit playing after a solid second because the game doesn't have a "shoot" button like the "game" known as Call of Duty. As an Impostor, you objective is to kill
@primal perch
@primal perch Have you heard of the game "Among Us"? Of course you haven't, it's an incredibly obscure indie gem that an uncultured fuckface like you knows nothing about because you're too busy playing absolutely insufferable mainstream "games" like Call of Duty or Dark Souls. Well, you fucking neanderthal, allow me to educate you. Among Us is a game that is played with ten people, one to three of those people is an Impostor. To put it into perspective for an absolutely uncultured ape like your dumbass self, it's kind of like the murder gamemode on the "game" known as Garry's Mod, the key differences being that, unlike this "game" called Garry's Mod, Among Us isn't mainstream garbage and you actually have to use your brain, which is something a dense chimpanzee like yourself is incapable of, hence why you only play god-awful mainstream "games". If you're not an Impostor, you're a Crewmate; a Crewmate's job is to go from place to place and perform tasks which are completed by solving very rudimentary puzzles, something a tasteless troglodyte like you cannot even begin to fathom doing. In order to win as a Crewmate, you must complete all of your tasks or eliminate the Impostor, which requires incredible skill and precision that a mainstream "gamer" like you wouldn't understand. In fact, you'd probably quit playing after a solid second because the game doesn't have a "shoot" button like the "game" known as Call of Duty. As an Impostor, you objective is to kill enough crewmates until there number of Impostors is equal to the number of Crewmates, (yes, you have to count in this game, something that you are also incapable of because you don't know what taste is.) if you do this without getting caught and voted off, you win. Doing this also requires an insane amount of skill that only genius-level intellectuals such as Among Us players are capable of possessing. But I don't know why I wasted my time telling you all of this, you'll
@primal perch
@lethal ice Have you heard of the game "Among Us"? Of course you haven't, it's an incredibly obscure indie gem that an uncultured fuckface like you knows nothing about because you're too busy playing absolutely insufferable mainstream "games" like Call of Duty or Dark Souls. Well, you fucking neanderthal, allow me to educate you. Among Us is a game that is played with ten people, one to three of those people is an Impostor. To put it into perspective for an absolutely uncultured ape like your dumbass self, it's kind of like the murder gamemode on the "game" known as Garry's Mod, the key differences being that, unlike this "game" called Garry's Mod, Among Us isn't mainstream garbage and you actually have to use your brain, which is something a dense chimpanzee like yourself is incapable of, hence why you only play god-awful mainstream "games". If you're not an Impostor, you're a Crewmate; a Crewmate's job is to go from place to place and perform tasks which are completed by solving very rudimentary puzzles, something a tasteless troglodyte like you cannot even begin to fathom doing. In order to win as a Crewmate, you must complete all of your tasks or eliminate the Impostor, which requires incredible skill and precision that a mainstream "gamer" like you wouldn't understand. In fact, you'd probably quit playing after a solid second because the game doesn't have a "shoot" button like the "game" known as Call of Duty. As an Impostor, you objective is to kill enough crewmates until there number of Impostors is equal to the number of Crewmates, (yes, you have to count in this game, something that you are also incapable of because you don't know what taste is.) if you do this without getting caught and voted off, you win. Doing this also requires an insane amount of skill that only genius-level intellectuals such as Among Us players are capable of possessing. But I don't know why I wasted my time telling you all of this, you'll never be a true gamer like those
@lethal ice Have you heard of the game "Among Us"? Of course you haven't, it's an incredibly obscure indie gem that an uncultured fuckface like you knows nothing about because you're too busy playing absolutely insufferable mainstream "games" like Call of Duty or Dark Souls. Well, you fucking neanderthal, allow me to educate you. Among Us is a game that is played with ten people, one to three of those people is an Impostor. To put it into perspective for an absolutely uncultured ape like your dumbass self, it's kind of like the murder gamemode on the "game" known as Garry's Mod, the key differences being that, unlike this "game" called Garry's Mod, Among Us isn't mainstream garbage and you actually have to use your brain, which is something a dense chimpanzee like yourself is incapable of, hence why you only play god-awful mainstream "games". If you're not an Impostor, you're a Crewmate; a Crewmate's job is to go from place to place and perform tasks which are completed by solving very rudimentary puzzles, something a tasteless troglodyte like you cannot even begin to fathom doing. In order to win as a Crewmate, you must complete all of your tasks or eliminate the Impostor, which requires incredible skill and precision that a mainstream "gamer" like you wouldn't understand. In fact, you'd probably quit playing after a solid second because the game doesn't have a "shoot" button like the "game" known as Call of Duty. As an Impostor, you objective is to kill enough crewmates until there number of Impostors is equal to the number of Crewmates, (yes, you have to count in this game, something that you are also incapable of because you don't know what taste is.) if you do this without getting caught and voted off, you win. Doing this also requires an insane amount of skill that only genius-level intellectuals such as Among Us players are capable of possessing. But I don't know why I wasted my time telling you all of this, yo
@primal perch
nfr
still reading 
i shat liquid earlier
@narrow mason ay yo if we just giving genius to retards, dose me up daddy

nfr
nfr > frcoal
true

@narrow mason ay yo if we just giving genius to retards, dose me up daddy
@rain falcon
@rain falcon
@narrow mason hi daddy
from the meth coma

from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42 4 8 15 16 23 42
NO SHUTUP
m the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
qwertyuiop1379Today at 9:39 PM
4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42 4 8 15 16 23 42'
m the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
qwertyuiop1379Today at 9:39 PM
4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42 4 8 15 16 23 42m the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
from the meth coma
qwertyuiop1379Today at 9:39 PM
4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42 4 8 15 16 23 42
4 8 15 16 23 42
4 8 15 16 23 42 4 8 15 16 23 42
lauras?
amy rose's
dam

after scoob 
true
true
he was too horny
did you cum in it

WTF
:pepe10headout:
I had to google who amy rose was
dumbasses
oh
yeah its sus @tepid olive
hi shmoo
unpleasantly suprised

I have
nice i just did
shmoo did you watch lost
i need to find somebody bro
psych tho
tru
everyone hopefully
I have not
SHUT UP SCOOP
true
cos we were all too young to watch Lost when it aired
not false

wasn't that 2006??
scoob watched it in the womb
true
2004-2010 big bruh
my parents wouldn't let me watch lost
!purge 10
You do not have permission to use this command.
ok but netflix exists
Maybe that will be my next show

nfr
true
:frblue:
nfr





LMFAOOOOO
:frpopo:
nfr
NicotineBarXXX
NiceBarX(iOS14)1.0.0.0 support iOS14 released.
add some new commands M_RAMF (free memory) M_RAMT (total memory) M_ROMF (available storage) M_ROMT (total storage) in the time display settings.
install in our repo
https://t.co/5VtPazMU2w

iOs
bro just dont get SwipeExtenderX™️
fr
literally bricked my phone
FR
same
BOOTLOOP
xes

i emailed the dev but he told me to kill myself
who
SwipeExtenderX put a virus on my device and now I have to pay $1000 to unlock it
fr
who is the dev
idk bro
???
i forgot his name
nfr
:frscoop:
:frblurry:

true


it's whoever the dev of SwipeExtenderX is
wtf
















