#development
1 messages · Page 524 of 1
anyway the main function i put in there was never the point
its in there because constructor wasn't being called
you can't blame all your problems on pac
i can't confirm it
Do you not know how to confirm it or are you saying its not getting injected
i can't confirm it because none of that code appears to be run
if theres a way to confirm its mapped into the process
then sure pray tell
ill try
const char*
_dyld_get_image_name(uint32_t image_index)
You can use that
Or lldb
Nvm lmao
ill go try it now
i have a binding for one to lua if you want it
functions properly with wss support
it will just show you how to use it
lol
(people use lua on webservers too)
also netbsd lets you script kernel modules with lua
just proving a point m8
lua is everywhere
what makes you not like it
function() no gives a fuck end
class "meme" {
public {
meme = function(totally_not_a_constructor)
end
}
}
.
this is valid syntax in lua
when you dont know where your phone is but still logged into it in ssh/sftp
ffs
mod abuse isnt a rule so infinite
Which math
Sileo is frickin fast I love how quick it can install the hugest packages
useless ping
muted
that would take off more than his left nut
nice
no gdb when lldb crashes
as opposed to what
hm
does this require xcode or just libimobiledevice
hopefully that shit still works because xcode's installation has been going for 5 days
its pretty much completely broke
alright very cool and useful but how do i kill this ongoing installation and tell it to fuck off
alr sec
that is frozen
trash won't do it
and the rm command hangs
have tried
it restarts installd
yes.
it restarts it all over again
im new to mac, what is launchpad
oh thats what its called
i tried dragging xcode's icon on it to trash
wont let me
it will let me click delete but doesn't delete
Good idea
Yet it's already downloaded hopefully it doesn't get smart and restart offline
@twilit jungle Im having an aneurism. The code works Weather model works on a different device
Lol
But it only works in objc. Nothing is making anysense
Apple needs to do a firmware update or hardware adjustment to deliver a few more microwatts to USB wireless dongle
So many cut outs
I think you can do that yourself if you have aluminum foil
Desk is messy enough
Finally, figured out how to remove it @grave sparrow
Once no processes were accessing it I had to do a recursive chmod on the entire folder with root perms
Then rm -rf the entire folder
yes lol
bruh
all of my schools used windows
in my hs i ran a privesc that was on github
free admin account
what is a .xip
anything better about it like compression ratio?
7zip always winning
ah
the whole signature thing is quite annoying
in the end it stops nothing
apple has made their stance clear
say its for one thing but they really want centralized control
right
the entire thing is a meme
if pegasus can make zero click rce's for imessage then what gives
i got very skilled at removing windows viruses by the age of 9
registry surfer
LOL
in reality its hard to break things in regedit
kernel drivers will literally prevent you as is
unc0ver almost bricked my iphone
shit was buggin out
Delete dsc?
yeah apple entrenches quite a few things in firmware
in the end you can always press power button for 40 sec
Prove it
meanwhile apple purposefully bricks components because of serial mismatches
corporatism 101
bruh this mac mini's nic is slow af
i get 600mbps on my pc
not on this mac tho
Verifying digital signature...
@grave sparrow holy shit it works
thanks
false
falrue
dolphin sexer
WTF
i think today should be a therapy day
are you sure?
i dont believe that was on the calendar for today
What does this do?
atleast on iphone it forces it to turn on even when it thinks its dead
its useful cause it can show you what might appear to be a device that just doesnt power on that it can power up
even tho it might flicker for like half a second
and die again
if its actually battery
or if it's in DFU then vol up, vol down, hold power button for 20 seconds (on iP8 and newer)
dfu is a pain
Dfu is easy
@twilit jungle I think I found the error client 'com.apple.weather' not authorized for location; not starting yet
Anyone know how I can force a prompt to allow location services
There’s an internal method in core location for it
But that is all I can tell you from memory
That’s good enough for me, cheers
You should also fallback to non auto updating model if the user rejects authorization.
Yah, I have that setup. I actually just need to city from the model city, the rest I can load and update from weather preferences
@grave sparrow im not an expert on this, but ill contribute what i know:
given the virtual memory address of something in the kernel, you can read/write that memory by first converting it to a physical address and then proceeding from there. to do this conversion, you call a kernel function called kvtophys (kernel virtual to physical)
however, this function is private API, so you cannot call it like a normal function. it is actually inlined, so you will have to recreate the function yourself. look at XNU's source code for this
on ARM64, the function is written in raw assembly. it takes the specified argument and gives it to the at instruction (address translate), and then returns the result
i know this isn't exactly what you need for your use-case, but that's all i know, so
currently wrestling with hugo to try and get it to have a subpage
and not display it in the section list
Ok
can github copilot write in other languages
Does anybody use the gssc binary? (Not the packages)
no
Alright, in the most backwards way I could possibly think apple would implement something, it looks like the update weather completion handler will fail, and then an xpc message is sent, which forces the weather model to update with proper permissions. I have absolutely no idea why it is set up this way, but whatever
@grave sparrow Is there a chance I could DM you? Kinda have an issue that I am inexperienced in and would prefer to talk about privately to fix. You seem to know what you're doing. Thats why I ask
I essentially just need to learn a method of maybe linking a tweak to a UDID to prevent people trying to steal my work. Thats all
Or something similar
It is fairly easy to spoof UDID
Linking to UDID is not exactly the best DRM
it's also fairly easy to steal tweaks
^

nothing an old rusty wrench and some drugs can't solve
and a location
one sec
here
Twitter Moment
just blag yourself into the admin twitter slack group and ask for a new token because you lost yours
huh?

what
thats what happened in the twitter hack last year
wait really
a teenager blagged himself into the twitter admin slack group and asked for a panel token because he lost his
Social Engineering at its finest
wtf is blagged
is this some british lingo i dont know
oh hey
this definition uses a vocab word from this year
in english class
Blagging is when someone makes up a story to gain a person’s interest and uses this to encourage them to give away information about themselves, or even send money.
For example, a person may receive an email that appears to be from a friend telling them that they’re in trouble and asking them to send money.
Lmao, swift to hard
Tbf when you look at it in a disassembler it’s very cursed
i already did
so what?
i cracked it

Real museum logic here ngl

Reel
aemulo was compiled using the SWIFT bank transfer system?
Yes
impressive
what’s with these piracy devs and being unable to crack swift tweaks
I sent you a screenshot of what it looked like before it was obfuscated in IDA
It’s the same deal with Rust
it helps that swift isn't dynamic in the first place, objc makes obfuscation difficult
Around 70% of Aemulo is pure swift anyway
So you can’t hook it
Only exceptions really is UI
Without difficulty
I'm still surprised we haven't properly figured out this swift hooking thing
It’s because it’s not really possible without hard coding addresses
Which isn’t all that viable in the long term
oh yeah, not the best thing
but assuming the surrounding code doesn't change, we can always use a patchfinder
I don’t think anyone has done it because it’s not a great problem right now
The majority of iOS are still NSObjects at heart
inb4 iOS 16: Apple kills the jb community by rewriting SpringBoard in Swift
Unrelated, but I wish Apple didn’t install the arm64e dyld cache on intel macs
As well as making everything universal
It’s not like you can delete it either because of secure boot
it really is annoying for you 128GB peeps
My machine is 256, the bit that annoys me is the fact that installers are huge now
also 256 honestly
512 should have always been the minimum, only reason it still isn't is just cost
256 is good enough for my numerous Xcode installs
Thats all I have really
Dev tools
@upbeat wyvern can you add mgask(1) to uikittools so that people can use it and keep their programs portable across jailbreaks? here are the docs so you can do a clean room implementation https://man.cameronkatri.com/uikittools/mgask.1
We are using it to replace gssc in uikittools-ng because it allows custom queries, not just a hard-coded list
Examples:
> mgask "RestrictedCountryCodes" "wifi"
RestrictedCountryCodes: [
"CU",
"IR",
"SD",
"SY",
"KP"
]
wifi: true
> mgask "touch-id"
true
> mgask --json "RestrictedCountryCodes" "rear-facing-camera" "CPUArchitecture" "AppCapacityTVOS"
{"rear-facing-camera":false,"CPUArchitecture":"x86_64h","RestrictedCountryCodes":["CU","IR","SD","SY","KP"],"AppCapacityTVOS":51539607552}
> mgask --json --pretty "RestrictedCountryCodes" "rear-facing-camera" "CPUArchitecture" "AppCapacityTVOS"
{
"rear-facing-camera" : false,
"CPUArchitecture" : "x86_64h",
"RestrictedCountryCodes" : [
"CU",
"IR",
"SD",
"SY",
"KP"
],
"AppCapacityTVOS" : 51539607552
}
back in about 2018 I actually… let's call it sidegraded my 15" from 256GB/igpu to 512GB/dgpu
by that I mean I just bought a junk condition machine on ebay and swapped the boards
well
You can give me the source if you like and I can see if it should be added
it was a 2015 so I could upgrade just the ssd
This confuses me slightly too. If we know how secure boot works, why has nobody made a tool to let you set a custom seal so that you can modify the system partition on Mac
I’m not going to waste my time with a “clean room implementation” at least now
but it was literally more cost effective to just buy an entire machine and swap parts to make a good machine and a junk machine
https://github.com/ProcursusTeam/uikittools-ng/blob/main/mgask.m
Here you go, but just as a warning it's license is incompatible with GPL
I don't see any reason why it needs to become GPL
keep their programs portable across jailbreaks
We lost this a while ago
OG uikittools is GPL
it's a self-contained binary, it can just be its own license that's different from the parent project's license
It has to be compatible with uikittools if I’m going to put it in with it
no other parts of uikittools directly use it
I’d need to check on licenses but heMs assuming it’s incompatible for some reason - if he’s wrong that’s fine
can we just not do this BSD-4 thing
like knock it off
ik it wasn't your decision but don't enable it
BSD-4 kinda cringe but it’s better than BSD-10
like I mean
it literally mixes with other licenses already
technically we can license just mgask as BSD-3 and leave the rest as BSD-4
Does it bother you that much?
there is a BSD-10 license? i've literally never heard of it
coolstar sure made one exist
2 secs
bring back BSD-10,000 clause

L
can I have dev 
who are you
BSD-10
no clue
christ
Yeah the problem with BSD-10 other than it being fucking stupid is that Procursus broke it

- This software (including all forks) may not be hosted on any repo that contains advertisements, donation links, paid/sponsored software, cryptocurrency miners, or other means of monetary gain for the repo owner
just reminding myself again why I stepped well away from coolstar projects
procursus breaks this clause
Exactly
^
but I know it's written only to catch out one specific person
advertisements on packages you didn’t make are cringe
Yes
so it's irrelevant because the spirit of the clause is just to be a dick
Not entirely
very cringe
It’s ok to just put a generic banner at the top of depictions
I kind of want to remove all CoolStar copyrighted code from uikittools-ng but on the otherhand thats a lot of work
Andrew gotta make his money somehow
but any re implementation I make will be infected because I have read uicache.m way too many times
beg sam to relicense his uikittools as something in the vicinity of MIT/BSD-2/Apache 2 and go from there
I say this but I am the one who removed ads from Sileo depictions
lol.
you mean go no where 
no thanks
lmao
it was worth a shot
also can I just say Google is likely going to get a very serious fine for fucking with other companies' ads to benefit itself
I know it's not the same thing
but can we just
like
On my way! To reverse macOS installed so I can set a custom secure boot seal hash and remove the dyld_shared_cache_arm64e
not hate people for trying to make money on the work they do otherwise for free
whatever happened to that Australian law
oh it passed
how’s that going for them
bad
the government-news corp partnership law, as it's colloquially referred to
ldrestart is cursed i say we remove it all together
ex-prime minister, 2020: here's a record number of signatures on a petition to investigate news corp
parliament, 2020: we're not gonna investigate this lmao
parliament, 2021: hey news corp we made this law so other companies are forced into a monetary partnership with you
I have thought about it
No good enough replacement
it’s better, when it works
unless your name is checkra1n
because they didn’t check it very well...
it mounts binpack every time you userspace reboot
it’s more reliable than userspace reboot in my experience
Who the mom donda who the squad donda
sup hayden
I still don’t know if I should make libAemulo a separate package or not
Eating gold fish
extra cheese or normal?
Australia needs a better governement i swear
@ocean raptor for the record i would not test any hypothetical ldrestart or sbreload because i don’t trust you enough to not bootloop me

I don't trust me either
So token grabbing is where we draw the line?
don’t ask me either im on 14.5.1 and not losing my untether
yes
Cameren I have a problem
Say the gamer word then
Nepeta
ldbootloop
When people hug me it hurts my chest
cancelled
welcome to woman club
sbbootloop
And I don’t know how to tell people pls stop ur hurting my chest
just say "please stop, you're hurting my chest"
@ocean raptor after reading ldrestart i don’t think you can write your own dog
Say you got COVID people will stop trying to hug /s
nah, it does xpc stuff
I love me some good ol xpc
I know what I'm doing when we meet
meth
I mean we'll do that after we meet
kirb and saunders have a striking resemblance
I will force girl pill you
.
i see it man
oh no
WHAT
I can’t relicense saurik’s code
Just ask nicely
AGPL malware is eternal
oop forgot about that
Nothing wrong with GPL for uikittools
uikittools isn't AGPL (thankfully)
Just send him a nice cake or something idk
But that’s complicated
bring back GPL unc0ver i missed that version
Because I haven’t told her I’m on HRT
Just say "stop, you're hurting my pecs, they are sore from the extreme workout I did"
bro, original uikittools localization 
Cameron I’m going to be honest, no mfer cares
LMAO
not one
our chinese users (probably) care
I know Nick Chan uses the localizations
someone also translated it 100% into polish
Was it language dev?
and quite a bit was translated to russian
The guy who PR’d like 7 languages into Sileo and then when I asked natives to confirm they were all from Google translate
portuguese too
fr
no he hasn’t showed up yet

i’ve been looking for him
The thing is
I just don’t see enough people using uikittools like you think they do
For it to be a thing people care about

14 people thought it was
Flavor blasted
I haven't had Goldfish in hella long
same
fruit rollups >
lmao I mean if someone translates that many languages it's pretty clear they're not a native speaker of any of them
I mean there are some people in the world who can speak 7 languages natively
but yeah I wouldn't take anyone's word on it
right away
Yeah that’s not how “native speaker” works
Native means you grew up speaking it with other people who also do
Usually no more than 2 would be native really
Yeah I meant natively as in that they can speak as well as native speaker and also along with reading and writing.
Also in countries like India there are people who are native speaker and can speak more than 2 languages
Since India has 23 languages that are officially recognized
true but rare, I’d be more likely to be right about them google translating than actually being septlingual
and I guess it helped that when we were doing translations of hashbang tweaks, we stuck to just the 17 or so languages that iOS is fully translated to, so there was fairly little overlap in terms of multiple languages you’d be likely to know because they’re very similar
eg I think the only Indian language iOS is translated to is Hindi
lol ok it’s actually 39*
Impressive
If you are a very educated person in India you are bound to at least know 2 languages natively.
Which are english and hindi
plus the local regions language
Goodness gracious I leave for 2 years, come back and we are still using licenses to try to screw each other over

Its the life cycle of a us copy devs. Ask for help on how to write a tweak on Discord and Reddit, copy the source handed by shadow devs. Then when we can't find shadow devs, we finally realize we can get help from GitHub. Once in a while we end up being the first one to come up with a line of code and realize other people are also going to seek help on GitHub. So we being smart, gotta make it GPL 4.
GPL 4 requires that you rebrand your product to credit the original dev of the one line you copied in the code and in the product being used. Credits must be bold and visible to the user at all times the line of code is being executed.

Will any big companies adopt GPL 4?
Yes its in meta as we speak
Nice I get to see Mark's name in the metaverse when I am chatting with my non-existent friends!

I guess I can always try to add Mark to my friends list
Well thats atleast one things you guys would have in common
true
Murk Zukerberg
meh. it’s just junk left over from “that” era
sileo and uikittools-ng
what do you mean?
I have a question regarding NAND images. I'm emulating an iPod Touch 1G in QEMU and when running iBoot, I got to the stage where it's complaining that there is no valid NAND driver and no NAND image. Unfortunately, I don't have access to an iPod Touch 1G so I cannot dump the NAND and load it in QEMU. Now, I noticed that a restore process rewrites the NAND memory and I also read that this image is part of the IPSW. Does anyone know if/where I can find this image?
Create a shell script that just runs exec your/daemon $@, and set the plist to run the script
I'm going to relicense all non-CoolStar code as BSD-3
@lime pivot @shut stag Is the proposal of blocking any apps that contain Bitcode on your repos too much of a stretch?
never
All it does is make apps large as fuck
You can check if an app has Bitcode enabled by running otool -l /path/to/binary | grep __LLVM
top has a bitcode section, bottom doesn't
For reference on the size difference it can make, thats Zebra with it disabled (left) and enabled (right)
this might help
what's the benefit of enabling bitcode?
it's only good for App Store builds
So in my ongoing issues with apple location data, I am now able to get the users current location, however, every single time the weather model updates, the user gets a notificiation saying "Allow widgets from 'weather' to access your location for the next 15 minutes?"
How do I only make this prompt show up once?
I have used CLLocationManager.setAuthorizationStatusByType(CLAuthorizationStatus.authorizedAlways.rawValue, forBundleIdentifier: "com.apple.weather") to set this, but it needs to be called every sing time which is really annoying and causing the issue
When you upload your app to apples servers it uses bitcode to make a build of your app ideal for each device
It does magic fucky wucky to make it extra small
The problem is that only App Store knows what to do with this data so it’s wasted space when shipped any other way
can't u do this with entitlements
Not using entitlements for it
i had an almost same issue where it would ask users to give permission to springboard everytime
Not wanting to use entitlements for it?
I mean if it solves the issue when I would like to
Probably should 
The syslog will usually say if you're missing entitlements
idevicesyslog -m "programname" | grep "entitlement"
Maybe check the TCC entitlements if it's restricting access due to requiring location
tcc?
TCC manages those popups just add
<key>com.apple.private.tcc.allow</key>
<array>
<string>key</string>
</array>
to you entitlements, where key is the access you want, you can get all available values by running: strings /System/Library/PrivateFrameworks/TCC.framework/tccd | grep '^kTCC' | less on your phone
not sure which one you'll need though
cheers
So basically you send the bitcode then they relink it on their servers with whatever lto stuff they want
yeah
thats why its useless being shipped in jailbreak apps
its just wasted space
its also why apps will have different sizes on different platforms
👍
Authorization value requested by client ignored because not in its allowable mask
Where does locationd store allowable masks?
Thats only a month of salary if you have full time job
Then sell your mac for it
ez
just cope with ghidra like i do
just use yiang jing version bro
i wonder if github copilot knows how to write assembly code

it probably can
but it'll be terrible
Commie
most likely
:stfucameron:
I’ve paid £0 in taxes too
GitHub Copilot is as good as the average code of all the open sauce
Wow aren’t you quirky for not using logos
Leach 
fr
thats why i downloaded all of your codebases
let copilot go through it
and now its tweak mastermind AI
true


either all that code in the image
or this
-(void)setWind:(float)arg1 angle:(float)arg2 {
%orig(0.0, 0.0);
}
%end```
which is cooler
i think the image
// convert objective-c code to assembly
#include <substrate.h>

Cool != Good code

pointers in python???!!??!!111?!/1?!??!?!?!
You can make it look as cool as you want but that doesn’t mean it’s good code
i know you can do bitwise operations in python
Logos is just cleaner and easier to read
idk about pointers though
That’s why it exists
You aren’t being clever by doing it manually, you’re just writing more code for no reason

i just wanted to see what it was like, it was a pain in the ass
aka just wastin time trying to look cool 
Exactly
maybe if copilot wrote the entirety of akara, it wouldn't have any bugs
bc it went through all of dbruv's code
true
so??
if only i wrote gameseagull with copilot


thats so much worse
fun fact, i used to code gameseagull on my phone
it was pain
but i did it
and now i know where evrything is
(i dont, i just ctrl f)
You could have made it at least 4 files
gameseagull is all in one file 
honsetly
how many LOC
with current implementation prolly yea
453
which one do I have


i havent opened VS in weeks
next update after nov 10th
when i have math exam

F
i like having things all in one file for 2 reasons
need to implement this top right gesture thing still 
- this looks like i actually have done somethign with my life
and designer wanting another akara module
I think Aemulo is like 100~ files
idk how to use more than one file
I could have done this all as one file
well
the .h .m .x
but I didn't
so
suck it
🆗
one file is cool because you can do clang <file> and it's compiled 
well
logos processing is needed
all: AirDropHooks.dylib
Tweak.x.m: Tweak.x
perl ./logos/bin/logos.pl Tweak.x > Tweak.x.m
AirDropHooks.dylib: Tweak.x.m
aarch64-apple-darwin-clang -isysroot /usr/home/cameron/Documents/iOS/SDK/iPhoneOS14.3.sdk -miphoneos-version-min=12.0 Tweak.x.m -shared -o AirDropHooks.dylib -fobjc-arc -Wall -lsubstrate -isystem include -isystem ../include -Xlinker -segalign -Xlinker 4000 -L.
ldid -Cadhoc -S AirDropHooks.dylib
clean:
rm -f AirDropHooks.dylib Tweak.x.m
theos is for suckers
(and people not on freebsd)
i love crashing a proc on the springboard, but it not actually crashing the springboard
i could support compiling accord without xcode
bc i get a notification from c4shed every second
you went through all this effort, why
because it's cameron
cause theos doesn't support freebsd
LOL
then just use a good OS

I am using a good OS
this
oh fuck off
you mean a real OS
windows 10 
stop disrespecting freebsd
no
cope and seethe
broke ass mf
get paidbsd
y'all probably use windows
i do 
macOS
just make it support fBSD 🙄
macOS is the best BSD
macOS userland is like 100% freeBSD
windows 10 
/s
but it supports Theos, whats your point
except macOS supports programs
not freebsd
I've seen people say that macOS is linux 
thats not real
your mother
ur linux
your mom
I do everything in freebsd, no vms or linux compatibility layers
LMFAOOOOO
me and the boys using nix
cry about it
@restive ether is your pfp who i think it is
I only write tweaks to gets logs so I don't need theos
LMFAOOOOO
someone spammed this
like through the screen of his ipad
its not really leaked
the reflection through a respring or something
its a fucking reflection
he deleted the video
its like when the police censor something but they forget about all the mirrors in the video
and he got pissed at people for bringing it up
sunders
colonel
sαunders

“Apple's feeling A*** penetration” iOS 15.1 HACKED on iPhone 12 Pro Max!
bruh gir fuck off
evelyn stop
my messagfe logger isnt picking up your messages
OMG 🚨 Jailbreak iOS 15 / iOS 14 MASSIVE UPDATE 🚨 Jailbreak DEMO on iPhone XR
why isn't there a bypass for this channel
bitch who asked
theyre getting deleted too fast
there is
bozo
mainrepo
but why not saun
evelyn you're just bad
so true
still don't have dev role 

who are you
cry me a river
you write makefiles and you use freebsd
no
you're not real
what for?
didnt you have dev role before, and then you left when scoop and tale left the server
you forgot manpages
lol
and then your name was like Cameron^2 for sometime
after you joined back
evelyn also left
and then she joined back
yeah
cam did darwin ports he’s pretty good
like a weke later
bunch of uikittools-ng stuff, netctl, procursus, pw-darwin
and a
fBSD contributor
port this dick to ur mouth

thats not real
...
you’re unreal
aemulonfcd.xm isn't actually that big
thats a screenshoit
its just a lot of research went into it
go contribute to a real project
he got you

tweak devs aren't real devs
i don't make tweaks
okay
if you use theos you’re unreal
I'm a developer gatekeeper now
fake
gonna contribute a PR which removes all files bc of how useless the OS is

proof?
remember when ren bragged about no logos
bye bye netflix
lmfao
what was the point of that, why wouldn’t you wanna use logos
and whatsapp (but that's a good thing)
it's so stupid to not use logos
no one pays for that anyway
how is that even worth bragging about
@tale
yeah im too broke for netflix
It makes you look cool idk
poor
i pay for it 
shut
it has seinfeld
it makes the code look more complicated than it actually is
i have tmobile i don’t pay for netflix
and reduces compile times by a fraction

or paramount
yes
ok then its good OS
L
paramount this dick in your mouth
trollin
tr1 only likes netflix cause they’re from his area
Cameren I am going to install a token logger on your device
i only like netflix bc it has good shows
One day I will find a token logger on Packix
making it look more complicated to look like a talented dev
and that day will be so funny
netflix employs a bunch of developers who just work on freebsd as their job
i watched sex education and it reminded me of u everytime @grim sparrow
of how british u are
WHAT
i will try this myself
and i will laugh
when i find it
how many projects do you think have dangerous entitlements for no reason

I've counted 7
very pog
and thats just tweaks I've actually looked at
packix needs to have a blacklist of entitlement
that you’re not allowed to use without justification
nginx was originally developed on freebsd
unless you have good reason for it
nobody cares just give tweaks all entitlements
so we’re you
when i made you
with your mother
how is maddie doing @restive ether
I'm honestly very surprised no one thinks that DiscordSecureToken is a token logger
when new cam x maddie picture
i do
cammad
n
token grabber 

@grim sparrow is your token mfa.MTdqrd0vGDV1dcF0QPjom6OB.NQxUhj.I4JjFHIympR3mVF3UiUbbD5VVbi
mfa.MTdqrd0vGDV1dcF0QPjom6OB.NQxUhj.I4JjFHIympR3mVF3UiUbbD5VVbi
@restive ether when new picture wtf
u stay inside all day
idk bro
go get a job
true be like scoop
tweak dev
it’s cold out, no outside
do not be like scoop
NY winter started last week

true don't drive while shroomimg
Fr
im gonna spend all my weekends in the cold
but get a job
F
i'm a ski instructor 
@restive ether still wondering how u live
dumb Canadians
man just makes money appear from thin air
this is true
dam i wish i could ski rn but i live in arizona
i need to visit u
selling meth
and see
yes
going to montana soon tho and ski
montana is not a real place
I would do anything to move to Arizona
u can ski once u fuck car girl
it's where they make freebsd
wtf
I hate ny weather
car girl
bro is that her name to u
the girl whos always with scoop in car when he snaps
you can ski to whiteface at least
idk her by any other name @lethal ice
ok, I only joined to try and get gssc deprecated, but that's not gonna happen so bye
just car girl
@grim sparrow you're a cargirl right
f
or a catgirl
false
stay here
make some drama
catgirl
whiteface is far bro lol
whiteface is intjcum
it’s probably closer to you than me
@ sbingner elu sucks
used to ski there
@lethal ice whats her name bro
ron jeremy
who
that is very far

scoop lgbt nowadays
actually white face is only 2 hours away
wtf
do u know who ron jeremy is
yes your mother
its 6 hours for me
f

fr
just go for a jog
7.6? @grave sparrow
f
but warm and no wind
bruv weather
lightwork
rain wtf
scoop future girlfriend
ive always wanted to ride my bike out of new york
that wouldbe fun
FOR FUCKS SAKE
@indigo peak come to whiteface
My dev certs expire in 30 days
we can ski together
thats kind of far
if u know how to ski
i’ve never been to the west coast
UUUUUUUUUUGGGGGGHHHHHHHHHHHH
cash tips from restaurant work be like
r u coming on the trip too??
ive never skied before in my life
i’ve been to vancouver
that’s all
well
wtf
wtf scoop literally has fat stack
and thats just enough to cover your bail
tofino too
we’re there a ton of monsters

bitch I sent you the windows version
swimming in the pacific ocean is fun
u can use wine
nah i didn't have a bail
dumbass
freeware
it doesn’t
sucks
dumbassses
don’t care
Quiprr has it, it obviously exists somewhere
last time i left new york was over the summer and that was to go to buffalo
dumbass he got it from a friend
it’s not a crack
i’ve been to every state on the east coast except rhode island




