#development
1 messages Ā· Page 561 of 1
me trying to learn c++ yesterday
2 years ago 
rip
do i need vs studio for that
read the readme šš
Idk, I'm just telling you that in order to do objc development for windows you have to use winobjc
oh boi
objc on windows sounds like loss
i got bullied because i suggested making tweaks with c#
Use the language for the job
objc/swift for iOS, macOS and tweak stuff
C# for windows
C for portable stuff
Python for everything 
python
since i abandoned windows stuff im getting into objc because it looks fun
even though c# is 100x easier to read
Honestly I'm just learning python
mono on ios
oh yeah? hello world for us then
you would still have to know other languages
its ok im a polyglot
And rust for nothing 
gccgo on pro 
Visual studio studio
flang on pro
Print ("hello world!")
yeah i use theos 
didnāt ask
nerd
I used it when I was trying to learn C and C++ before I realized python was a thing
mfw gcc app.py -o app.exe
stop
Or I could do
Hello_world = "hello world!"
Print (Hello_world)
that wouldnt work
Why not
Ah
helloWorld
There?
that too
Also Print () is wrong
well that to

i had a python moment and after the first error occurred i stopped looking for more errors
Kek
Maybe I need to rethink how far I really am in python

:rf:
helloWorld = "hello world"
print(helloWorld)
Last night I made a python script that kills a certain website that my teachers use

Also got some user data
Was missing some super basic security fundamentals tbh
.
@next wadi can confirm
where is the var let or const
you dont
public static final String
@tepid olive there is a dot above the letter M, I thought my screen was dirty lol
yea we killed a whole website it was fun
i love doing things that you need a vpn to do

me when i write a 3 line python script using locust to dos my underpaid teachers' website

hello cynder
*during a pandemic
I didnāt wanna fix it so I never did
i made mine one line
dos("https://hehe.com")
Itās quite annoying to fix every icon manually
i mean you can make any python script one line (without semicolons)
__import__("modulename").function_or_attribute() is a way to call a function without a full import and variable assignment
well you should probably fix and re export
don't you use a program that creates all the sizes?
if you use Figma you can export multiple sizes at the same time
figma balls
okay
i dont
you don't need to
you can just use asset tool
point it to your xcasset folder
and it does all the shit for you
I don't think microsoft paint has that option though
downsides of not including xcode in time machine
Or xcode-icon-generator
You just give it a high res icon and it does all the Xcode stuff for you
Itās how I do all of my stuff
Ezpz
found out some more stuff about progressive blurs
Then 56 years to extract too
Very cool
Unironically might use that
Tysm
Good thing about having so much ram is that I can leave my Xcode VM open in the background and play video games
Nvidia is saying Iām getting 5fps though
But the game says 178
How much ram?
gang š¤
it's going to have to be for tweaks
yeah ik
because iiiiiit's private
go ahead swizzle
@grim sparrow if you ever want to learn how to make my "slide to respring" modals, let me know
i'll have to get some old source code out
probably need to rewrite it
i really need more ram lol
but like honestly. y'all. look at the code for the demo app. i'm like seriously improving
i hate this
i made an extension for UIBlurEffect.Style too
apparently setting a textfield as the first responder in swiftui directly leaks a whole instance of the view
adds description support and also makes it comply with CaseIterable
fr
i've learned swift pretty quickly too
swift is fun
omg
enjoy some good swift
not "hacky clever" good swift
just like
good swift
well made code, something i'm finally able to make
3800
my swift is mostly shit
https://github.com/evelyneee/accord/blob/owo/Accord/Backend/Gateway/Gateway.swift
this is my best swift probably
and its meh
now this is an epic moment
i am 8
@lime pivot hey look, i made a launch screen that complies with hig
nvm. dumbass.
intjcum
I just read through the messages here. I was never told we could use IDA to look at the binary. I mean it makes sense but I didnāt even think about it.
rip bozo
the binary is in the ipa
but some tools like cutter will just extract the ipa and find the binary if you open it lol
yes
werenāt you here like 3 days ago with the same question
Yeah itās just the name of the app with no extension
YES
not always
You would have to decompile or disassemble a binary and RE it to understand the source
No I only have one account, Iām not the only idiot in here
felt that
Prob someone else wjth a cringe name
Iāve used iOS longer than Iāve owned an iPhone
But I realize it seems very cringy because Iām in a jailbreak comm
unzip and check the Info.plist for the name
I know how to find the binary lmao was just double checking
@trail sandal I highly suggest reining in your ambition. Start with app development, then make tweaks, then start reverse engineering
true, but there's typically only one executable in the app 
Binary, since the ipa just contains the binary
widgets are quite common
Like a zip file
gamepigeon moment
that has an appextension ofc
Iāve been doing python for almost 3 years and done a lot of network reversing and some program. Got into objective C about a week ago. Already found some exploit in a kids licensing system so I messaged him and he fixed it.
Sometimes I get mad because I know what I need in my code but canāt figure out how to do it since Iām a noob in Objective C
Learn swift, then back port objc
Donāt I like kinda need to start with objective C though
I barely know how to hook and run methods
I donāt know anything about variables or any syntax
swift is better objc. once you learn swift, you learn how iOS works. Then you can learn how to express that in objc ā easily
trust us
itās a process
itāll take time
The flow of iOS isnāt that bad, Iāve just seen a lot of stuff how swift has less support as far as what iOS is coded in
swift arguably has more support than objc
Really?
iOS has recently been gaining some swift only features
Maybe I will learn swift then
let me explain:
Swift is a much better environment for working with iOS the way itās supposed to be used
swift is really so much better than objc for anything iOS
itās a great way to learn everything you need for the low level stuff
Swift has a closer to Lua or python feel where objective C is a C oriented language so I like swift better but havenāt learned any
that is wrong
swift is still a C style language
Is it?
Swift has a runtime and everything
i believe you can swizzle swift too
i could be wrong
i probably am
Nah Iām probably wrong lmao
I havenāt really researched any of this
Just listened to others
And others are usually wrong
once you know how uikit, foundation, etc work, and understand appleās programming practices, you can start working with the lower level stuff
well we are not wrong when we say learn swift before objc
Is there any reason to learn obj c if I can use swift
Also is there theos Orion runtime on Linux? I donāt own a Mac
Let swift teach you how things work. Then leverage objective-c to modify it. Or use Orion but I havenāt done that yet
Get a mac
just save yourself time
Alright
save yourself from heartache
Iām not that serious about it, Iām a broke high school student
Hmmm
isn't there a swift toolchain for linux
there is but swift is just so much better with Xcode
Iāll prob just use Virtual Box
Shits gonna be slow tho
Alright lmao
but if youāre gonna learn app dev, youāll basically need a mac. But since you canāt get one⦠you can substitute for now
just letting you know itās gonna be a bit of a pain at best
Hmm, what Mac features do I miss out emulating it, I can still use USB and wifi
graphics accelleration
your computer will force integrated graphics and give it 3mb of vram
š
animations will look like a powerpoint
Wtf
transparency doesn't work
wait
VM Macos sucks
i have gotten transparency to work I swear it
i donāt remember how
wait it was probably with quartz
the swift toolchain for linux is fine
^
Also is it not possible to dedicate VRAM to a vm?
if you want to do app dev just use theos+vscode+sourcekit
okay let me step back because I actually havenāt used the Linux swift toolchain
^
about 5 years ago though it was pain to swift on Linux
5 years ago I wouldn't be suprised
Alright let me finish eating and Iāll try some shit
Thanks for the help all of you
you can even do swiftUI for linux (to an extent)
sad
http://wookieepedia.org/w/TweakDevelopment
good guide for whoever wants to start making tweaks
i recommend learning objc but maybe im just outdated
this ones better
https://github.com/teamleviathan/frcoal-tweak-development-guide
So basically what your gonna do is
And then maybe
stop
But dont forget
aaand my ida pro just died
Moment
LOL
This is actually pretty accurate, some people just take a long time before they get to step 1
Sounds right my bad
nvm it turns out it just takes 10 million years to search
10/10
when more guides?
i wonder when its possible to inject css into a react native app 
make a guide for it
Better Dickord on mobile!?!?!?! š š š š
@indigo peak how much did u pay for ida
He only paid
he didn't pay
This discord does not support or tolerate any form of piracy. If you discuss, support, link, post screenshots, or talk in voice chats about piracy, you will be warned and eventually banned.
We consider the following as piracy.
⢠Piracy repos
⢠Programs which are used for pirating tweaks
⢠Sharing of .deb files
⢠Getting anything that costs money for free (in-app purchases, apps, tweaks, etc.)
⢠Media Downloading\Streaming (music, movies, etc.)
⢠Installing re-distributed free, paid, removed and banned apps
⢠Mirror links, unless the mirror is provided by the original developer
⢠Cases of fraud, such as tools or instructions for obtaining real-life paid objects for free
⢠Posting or advertising products or services that are in violation of the trademarks of others
If you have questions, feel free to ask a moderator
Fiore is perma borrowing the program
$0 and probably my personal information
LOL
lmao
Hey @indigo peak, have a look at this!
No piracy links/discussion. Repeat offenders will be banned. We take the same stance as r/jailbreak on this. It's recommended to read up on their rules. Read below for a more in-depth explanation of our piracy rules.
Hey @indigo peak, have a look at this!
No piracy links/discussion. Repeat offenders will be banned. We take the same stance as r/jailbreak on this. It's recommended to read up on their rules. Read below for a more in-depth explanation of our piracy rules.
Hey Fiore, have a look at this!
Hey @trail sandal, have a look at this!
Do not impersonate an important figure in the jailbreak community. This will get you banned.
youre impersonating iOS
š
Please dont tell anyone
please
Yay i restored the shitbox
nice vmware
Its slow as shit and im suprised its still working
its survived like 3 windows reset's and like maybe 3 hardware changes
This thing has more Viruses than a US School
is this a vm?
yeh
running from which os
running a win vm from win
Its a shit throwaway one
used to do alot of reverse engineering
my vm looks like that
Yeah ive given up on orginization
here ill show you my setup
i mean @indigo peak
Whitename on paper.. Advanced Developer At heart
Hey @trail sandal, have a look at this!
No bashing Whitenames/New Members at any time.
Didnt bash them
Just said they were stupid, ugly, fat annoying, gay and smell like cheese
meh i cleaned mine off only for the photo, its messy as rn

every dev has an empty bottle theyre too lazy to throw away
i really need to clean my room
my floor
ios so bad
i cant even walk
its so bad
wtf
@trail sandal ???
and the worst part is
literally same
lmao
i cant walk in my room anymore
@restive ether IM NOT A WHITENAME WOOOO
peace for now
pce
@cloud marsh hes not a whitename anymore
Thought you pinged admins for a sec lmao
i was gonna say no way they have that on
they do
wtf
tbh only reason i wanted it is because anytime i tried to have a reasonable conversation someone would just say "your a whitename what do you know" and its annoying
Orion works on Linux, there are some issues with arm64e though
How bad are the issues? Is it just some compiling issues or it wont compile at all
cause a few issues here and there is fine, im used to it
any idea how to solve this?
literally wont compile for me
do you have orion installed
you can compile arm64e tweaks for ios 12-13, but not 14
and the swift toolchain
tried on 2 linux distros
yes
you need a host swift toolchain
ahh then i cant use it
yes
get it from https://swift.org
Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.
but i have the switch toolchain
you probably have the Theos swift toolchain
you also need one for your host machine
oh
The Theos one builds swift code for iOS ā but in addition you need one to build swift code for Linux since some of the Theos swift tooling is written in swift itself
that makes sense now
no wonder why it wasnt working even though my wsl was perfectly fine
try to get the same swift version as your Theos toolchain
I have a WIP toolchain that can compile for Linux as well as iOS but it isnāt very well tested rn
I just installed the swift toolchain but im still getting the same error
is it in your PATH?
WSL
just add the toolchainās bin dir to your path
to be clear you want a Linux toolchain not a windows one
oh
@ripe pike so you'll want 5.3.2
everything will be on your WSL, WSL barely interacts with your host
i mean it interacts alot but nothing you care/affects you
all toolchain + theos is done on WSL
but i already have the swift toolchain on wsl
that thing is deprecated
he was instructed to install it by another member for some reason
because he wanted to do windows objc
hi another user
SO NOW YOU CANT PROFILE ME
youāre white donāt care
race condition
Cam whats Developer requirements
anyone know what zoe's discord is
Yes
being a developer
Dont dm her
o
pog
probably
revulate moment
Im making a localhost remote to control my tv rn
so i can fuck with my tv while being upstairs
deal with it
html is so aids
so is css
true
i make tb remot now gib devlop
or i will sue aaron
Actually @restive ether if you wanna see a cool project check out https://github.com/RipGlock/smskiller
Made me $2k and open sourced it. SMS Spammer comprised of open sourced mailing lists.
can't relate
š
@lime pivot kirb can u help me make my college project page responsive
not that I really keep count honestly
idk this css shit
i have to use vanilla css
true
aw boo
Thats called ddossing
no frameworks anything
do you have meta viewport?
Tri if you ddoss your school thats even worse
let me check
lets not lmao
i hate this
That was me 3 weeks into python. Made a hit project
Was ez fucking cash
Sold source to some kid for $1k he realized it was shit then kinda gave up
so i open sourced it making fun of him
"RipGlock"
i do not
RipCock
Yeah fr RIp yours after im done
like a squezed gogosquirt or some shit
does anyone know why zoeys jsbundle unpacker doesnt work
What are you trying to do with it
unpack a jsbundle 
why are you telling me this
that'll be your first bet
Iām legit the inly@person who tweaks discord here
so it doesn't do the zoomed out desktop site thing
I didnt know that
ok
What tweaks have oyu made
keep on tweakin guys
Discord
Discord Discord
words to live by
discord recursion
He was later to be seen as a meth addict
go for it
rip that Adam Demasi guy
True, saw that 100% pure columbian
Went crazy
"I dont like cocaine, i only like the smell" -Adam Demasi
@lime pivot do you think that a react native app has in its memory somehwere the css
not in the jsbundle, but in the actual instance of the app
somewherre
nah see thing is react native isn't web at all
wtf
When you do get discord shit to work remake [[EggCrypt]] its cool and it encrypts outgoing messages and you can share keys and shit
so theres no css?
ik what it does, and i do not have any motivation to remake that
@indigo peak

It still works today its just shit, im assuming they just intercept outgoing requests
real
who the fuck is zoey
joe
someone thinks their a funny guy today
k
joe
joe
who the fuck is joe
my mother, sheās a very kind person

nfr
L bozo
i have a very intimate relationship with cam's mother
same but @indigo peak's mother


@trail sandal why are you sending and deleting messages
smh
dont make me kiss you
i will
is this directed to me
iām joe
@indigo peak I love you for this https://twitter.com/TheDonatoFiore/status/1480262225285758981
wtf lmao
the rare fiore tweet
trolley
true
t
is this girl a umm... and i'm sorry if it's offensive to ask this right away, but is she ||a vtuber||
yāall like my new lights
do devs get spoiler bypass in here??
lmao
this is general
naur
i'm straight
cap
I have notifications turned off for this server so I just pushed the cydia update then opened discord and saw two notifications from this server and nearly had a heart attack @restive ether
Never
Also, cydia update on pro
what about zebra and sileo dot mk
hahah
@ocean raptor bro i installed your update and it deleted system32 wtf
L rip bozo
does pro's cydia finally not have iOS 13 SDK ui bugs?!?!
which one is that
like being able to swipe away the progress screen, breaking the state of the app
oh no thatās probably still broke
this is what happens when you rewrite your ui framework every year
I think you can't even flick away the pre-installation confirmation screen either
or even worse, make a new one that sits on top of the old one
that'll also break the app
can't wait to use Swift User Interface in production in like 5 years time
ah it's for conffiles gotcha
ick, I don't like bumping the SDK even further to 14 when it was already being broken by 13 SDK
guess we shall find out
oh this also now uses bootstrap du instead of that weird one it was shipping
for some reason
seems to work
still L for using which instead of command -v cam
appleās job offers ask for swiftui and say āappkit and uikit may be usefulā 
the fact that the number of internal things using UIKit is increasing far faster than SwiftUI indicates they're definitely not done with it yet
you don't have perms to
i don't have perms to
I get the vibe they use SwiftUI as dogfood, as in actually use the shit you're telling everyone else to use, experience what they're experiencing and deliver feedback straight to the people who can improve it
as in they're not using it because they want to, it's more because they have to
so they're picking the easier places to use it first
Preferences for example
I remember iOS 13 used it in very few places and one was that they rewrote the Wallpaper settings
and you could tell it was SwiftUI because eg the table view fonts were off
they fixed that in 14 or 15
not exactly the best stress test of SwiftUI though, more like a proof of concept
tbh with any new thing that's how I pick it up as well
only place I tried SwiftUI was libhooker configurator
Good
Is it possible to fix that without compiling against an iOS 12 sdk?
the main issue with the swipe down on modals you can fix by setting self.isModalInPresentation = YES I think it is
that makes it do the bounce back animation when you attempt to swipe down
He was downloading a coreutils deb from telesphoreo, extracting it then copying the du bin 
Imagine not having admin perms role smh
pretty sure the swipe down view was intentional
except it uh
doesnāt work
I don't think it was
nah you just get it automatically by building with iOS 13 SDK
Hayden said he didn't exactly test Cydia, or some other excuse idk now
I mean I think everyone should be using Sileo or Zebra but it's not fair to create bugs in Cydia because you just didn't feel like testing it whatsoever
Cydia had its time but itās time for it to rest now, but thatās also fair
Is it a created bug if itās due to not being worked on for a long time
this is true
and/or you knew about the bugs and decided it's better to not add the 1 line of code required to work around it
yeah fiore
i was working on it before but i didnt know you still watned it
i want a pokemon card
I tried to just add the one line of code and crashed cydia
It's a huge mess in 1 file so finding where I have to actually put it took a couple minutes 
i want a pokemon card
dev role exclusive
.
i hate developers
same
yeah a few got taken down because of claims
this code is actually wrong though and you will find out why when you try to run it
Over a year and 4 months old

yeah figured it out
Man
use leviathan
true
wholesome cydia moment
make kirb fix it
ez
damn I got trolled
indeed 
wtf
nobody does
leviathan high res how
i spent an hour tracing or so
some of it is because of the wacky iPhone OS 2 SDK saurik used
and the like 8 apt folders, thatās epic
also played with the colors a little too much
Same
apparently Apple accidentally released one of the original iPhone OS beta SDKs without it being covered by NDA, so he was using that for the longest time
why did he think that was a good idea
that's incredibly saurik of him
now it matters even less because they ditched the dumbass dev account NDA crap in the Tim Cook era
Kinda wanna make cydia dynamically link libapt, but on the other hand cydia is gonna die soon so why bother
but back then sure I get it, he was worried he was putting himself out there to get sued if Apple felt like pissing off the jb community
given how it is now that would probably be quite the challenge
luckily they've done nothing of the like and thank god they haven't
nothing like our good friends at Sony
just make cydia 2
geohot: makes the first carrier unlock plus several jailbreaks
Apple: I sleep
geohot: makes one PS3 jailbreak
Sony: real shit
i don't know why everyone keeps trying to update cydia instead of making a new modern one 
thereās a cfversion file instead of using cfversion that he made in uikittools
L
he also packaged du with Cydia for some reason
I can't believe nobody at all has tried that
cam changed that at least
I fixed that
It was so dumb
oh heās using du in control.sh
so he was like fine I'll stop shipping du in coreutils and move it into cydia
seems unneeded but ok
it's for the ancient ass disk usage screen
cydia://storage I think
yeah it doesnāt even work fully anymore
control.sh is run during build not on the device
it just says free and used
so old you can't even reach it from the UI any more
it doesnāt show specifics anymore
you can
itās on the main page
unless thatās different
and is designed to fit a 320x480 iPhone 2G screen
yeah it just doesn't know where shit has moved to so it's useless
plus more useless with APFS volumes meaning you don't need to mind the system volume usage
I used to use stashing on my 16GB 5c
cydo what nintendon't
kinda had to on 8 and 16
even 32 if you liked themes
boomer
yeah that was a boomer reference
<key>com.apple.coreaudio.allow-amr-decode</key>
<true/>
<key>com.apple.coremedia.allow-protected-content-playback</key>
<true/>
<key>com.apple.managedconfiguration.profiled-access</key>
<true/>
why does cydia need these
iām really digging the files in here from 2002
I think he copied a lot of entitlements that seemed relevant from apps like safari
macOS āprivacyā:
defaults read https://t.co/LLWkWTxkE0.Maps lastUserActivity
protected content maybe makes sense so there are no issues with HTML5 videos and DRM
oh i didnāt consider that
someone used userdefaults as secure storage again
trolley
I might start storing session ids in userdefaults
or is this different
also jesus christ that font is so ugly discord
please change it
That looks like just normal reversed headers
oh a lot of that is private APIs
including WebKit stuff that's public on macOS private on iOS
though later down the file there's stuff from like iPhone OS 3 SDK and later
oh the link in the icu submodule doesnāt even exist
L
is this or SDURLCache even used?
Yes it does(?) I cloned it successfully
oh when i went to git.saurik.com/apple it didnāt work
Pro tip: running defaults read by itself will print all domains and key/values; defaults search keyword will search for keyword in all domain names, key names and values
thanks bro
The curse of reimplementing defaults(1), I know everything about it
what about open
You did that?
yes
he finished it
never mind i found it
fuck saurik we using appleās github for icu
lol, @surreal mountain did that
The donation button on that page goes to hayden even though I did all the work

shaking my head my head
Luckily nobody donates to hayden 
nobody donates to anyone unless theyāre donating to pwn20wnd or theyāre begging some dev not to leave
average tweaker
donate meth to me directly
developers who make tweaks which involve servers they canāt fund on their own is an L
yeah, passive $0 income
that's disappointing
cameron is now making his own open source version of corefoundation
It's a very cool tool, thankfully it probably won't ever get updated
I'll leave that to airyxOS
Gnustep is foundation not CoreFoundation
NO
š
IM TWEAKING .
happy
Gm
gm
Where is my PokƩmon card
stuck in the printer


@twilit jungle you had the first pokemon card, how do you feel

probably didnt disable printer drm
I want a cool one like cynderās

pretty sure I replaced all your code 
* SPDX-License-Identifier: MIT
this is hot
me when
i only know that from solidity shit
wanna know something funny
i wrote vulnerable code and used it in production
missed out on like 300k
bc i was exploited like a shitter
what company was gonna pay 300k
and what exploit lmao
did anyone write your crypto app yet?
crypto
no
still need it
will still pay
oh shit what did you find
ill show u
pay @trail sandal , sure he'd love to do it
What did i do
is this sarcasm
i actually do need it
what are you asking for
depends if its anything ios development related prob not
function claimDogs() external {
uint256 numbersOfTickets = getUserClaimableTicketCount(_msgSender());
for(uint256 i = 0; i < numbersOfTickets; i++) {
uint256 mintIndex = totalSupply();
_safeMint(_msgSender(), mintIndex);
}
totalClaimed[_msgSender()] = numbersOfTickets.add(totalClaimed[_msgSender()]);
}```
quiprr is gonna pay you 1k (did I remember that number right?) to write an iOS crypto wallet app
i only have 1 week experience with objective C
heres the vulnerable code
1k
not 300
but not a wallet app
just an api wrapper
with a nice ui
lmk if u see the issue
no other code is necessary but i can show if necessary
so where would you run this when the exploit was active
well can you see the bug
i cant think of attacks 
this code is vulnerable
i can also show the exploit
I just dont understand where this is. Like is this an app, is this the api
this is smart contract code
deployed on eth mainnet
Be paid $1000 for nerds to burn rain forests from their phone with ease
cry
damn, and you tried to use it?
i did use it
Did it work
what did you get from it
ĀÆ_(ć)_/ĀÆ
money
No shit how much
do u see the vuln yet
_safeMint(_msgSender(), mintIndex);
totalClaimed[_msgSender()] = numbersOfTickets.add(totalClaimed[_msgSender()]);
these 2 lines
Dude really values his weird clip art more than the planet
you were moving 100's of etherum at a time...
perhaps
hash if u want
nfr
pretty much
you can re-enter
before totalClaimed is set again
Then why were you mad about not getting 300k, wasnt it $3k around that time
i'll take your eth for free
dumb mistake from me
close to ATH
and cause a civil war
donāt forget the upcoming civil war in Kazakistan
i mean its annoying to take the L but
so you got more than you would've reporting it...
i learned a lot from it
quiprr just make it urself
well i wrote and deployed the vulnerable code
its fucking 2 days of work
i lost out on the money bc someone else exploited
barely
give electricity to your home for a month and a half, nah. I think we should play with dumb art instead
ahh
HOW
im busy? lol
You donāt have two days of free time?
no
nfr
i dont trade anymore
ur not even 18 and you dont have 2 days of free time?
correct
damn bro
Tf do you do
wtf how old his quiprr
opium farming
meth
its more worth my time to pay you $1k than to sit there for two days making it myself
cocaine
because i make far more than 1k in 2 days
But you aināt gonna find anyone to help you burn forests
ok
not an ethical person anyways
chasing the bag
nerd
rip that forest



š

