#development
1 messages · Page 520 of 1
it has didReceive though
that is useful
example
it doesn't seem to be that bad
its not
i wish apple ported URLSessionWebSocketTask to linux
but sadly FoundationNetworking doesn't have it
wonder if someone did it 
nope, woe
cock even
write tests for it
you can probably install like ondeviceconsole or something
how do I use that?
i did
it just
exits
2021/10/22 19:47:46 socat[9355] E connect(5, LEN=31 AF=1 "/var/run/lockdown/syslog.sock", 31): No such file or directory this also
btw i'm running iOS 14.4
this is 14.3
oh that’s odd
i wonder if they took it out
or the package is broken from wherever you installed it from
oh i found it out
they changed it
it's /var/run/syslog
but it still
exits immediately
no there's not evven a /var/run/lockdown folder on this device

drwxr-xr-x 42 root wheel 1344 Oct 17 14:06 ../
-rw-r--r-- 1 root wheel 16 Oct 17 14:03 fudinit
srwxrwxrwx 1 root daemon 0 Oct 17 14:03 lockdown.sock=
srw-rw-rw- 1 root daemon 0 Oct 17 14:03 mDNSResponder=
srwxrwxrwx 1 root daemon 0 Oct 17 14:03 printd=
srw-rw-rw- 1 root daemon 0 Oct 17 14:03 syslog=
-rw-r--r-- 1 root wheel 0 Dec 26 2007 utmp
-rw-r--r-- 1 root daemon 3768 Oct 22 19:52 utmpx
srw------- 1 root daemon 0 Oct 17 14:03 vpncontrol.sock=``` (ls -la /var/run)
troll
trying to figure out if my tweak is executing
it's not
oslog works


jOeS log
make it happen
yeah ondeviceconsole is no good any more
between iOS 10 - sometime in the 13.x or 14.x days I can't remember exactly, that only gave you logs that were being sent to the legacy log system
has been removed now
there does happen to be a more modernish oslog fork
how would i make a uialertcontroller return different %orig arguments for each button? eg alertAction1 - return %orig(1); / alertAction2 - return %orig(2);
?
Conditional case
Show source code snippet and ill code it up if you would like 
what are you trying to do
let user choose a method's return value through a pop-up
so if im looking at a tweak in ida, and i see MSHookMessageEx on a class, whats the difference between that and return MSHookMessageEx in logos
If you showed us the method signature/source it would be a little easier
W Documentation
is it just return because its the last one of the hook
[NSObject class], @selector(description),
&newDescription, &oldDescription
);```
i know how MSHookMessageEx works
i was wondering why one of them had a return and one of them didnt
Let me test rq
i mean i just opened my own tweak in ida and none of the other MSHookMessageEx's had a return
except for the last one
Which tweak was it?
i opened gameseagull
but i think that its just because its the last one
no, but i know who it works
Is it a sub_xxxx? Or initfunc
sub_xxxx
Ah i think i know why
Let me compile game seagull and double check
Whats the method name
As far as i can see, the only that returns it is the constructor, which makes sense
Every time the method is called?
yeah
Does this function run on the main thread?
idk, it only runs when i press a button in an app so i think so?
you'll probably need to override the button
probably either a compiler optimisation or just how the last few instructions were interpreted by the pseudocode logic
hey, what are your fav methods to find out how to change an app's behavior? i'm trying to tweak something in the Instagram app but I'm not sure how to proceed at this point
I've used frida + objection + fishhook + classdump to understand the app and I've had some progress... but don't know how to go further
^^
yeah these tools have helped me a lot too
what behaviour are you trying to change
I want to enable a sticker that's not available for everyone yet and I could even find the class using FLEX
it's the prompt sticker
I have changed the app's behavior in the past by hooking an experiment function
I use frida for seeing which methods get called, but u can do more magic with it by making scripts
no idea how tho
so I would just return true when it was trying to get the value for my feature
but it seems they changed the way things are done
You will most likely have to figure out how it was changed
Reverse engineer how the decision of showing/hiding the sticker works
Most likely, you will not get a specific answer for a specific app unless someone is willing to do it for you
can I hook a class constructor or something like that?
yeah I know... just looking for some ideas on how to proceed
it totally does
I think that was their logic before...
like "is this enabled or not" before showing it on the screen
Like there must be a case somewhere where it is like, okay if these cases do not meet then do not show
Yup you just have to reverse and find it
now I can find the class with the list of the objects that are enabled, but don't know how to get the object I want there
well
thanks for the talk
guess I just have to try harder lol
Exactly, might spend more hours, even days but you’ll eventually figure it out
Even weeks, months, years
Decades even
Centuries
Millennia
Human history may be but a blip in the universe'a infinity longevity by the time you figure it out
how are all the cool kids reading prefs without cephei
you can't from a sandboxed process without some sort of IPC afaik
Anyone here seen Office Space?
did you fr make a lib for doing [[NSUserDefaults alloc] initWithSuiteName:domain];?
@hasty ruin i think copilot is trying to tell me how to make concord 

copilot wrote like 35 perfect lines a few days ago tho
if statement, else if, and else
All based on two tiny comments I made like 200 lines up
whats concord
It was my harmony rewrite 🤌
Harmony being the discord theming tweak by revulate 🤌
Not at my laptop rn
But it was a script that encrypts and ciphers a string a ton of times, in loads of ways
And the top of the file just had smth like this for example
raw str -> b64 -> Caesar cipher r2 -> output
It had way more steps than that, but that’s the general thing
Then beneath that was just how to decrypt it
is there any tweak developer for tvos?
nfr
yeah all three of them
Working on a brazzers tweak atm
send sauce code?
closed source and obfuscated
Have fun in ida bud
Nothing like busting a nut to the big screen
Is what the tweak description would say
make a porn app for tvos thanks bro
Inutt alternative on the big screen s0n

you’ll use it if it has monsters stfu
porn is gross
Can I open an iOS app from command line in the lldb debugger?
I believe it’s available in the debugserver flags, try --help and see what it says
oh, it’s -x backboard
that will launch the specified app and leave it waiting for lldb to attach, make sure you do it quickly because watchdog will kill it otherwise
This device doesn't have the xcode ramdisk installed, how do I get debugserver onto it?
you can mount it via idevicedeveloperimage or something along those lines
included in libimobiledevice
https://github.com/pdso/DeveloperDiskImage the images can be found here
shouldn’t it be mounted as soon as you plug it in
i'm doing this remotely
oh are you not using macos
if Xcode is running it’ll mount it, but sounds like they don’t have xcode
i know 14.x had some issues with the debug server
also how do I get screendump running on 14.4 checkra1n?
you use the PR on the repo that adds the necessary entitlements
If it feels like it
@lime pivot
do you want to run lldb directly on the device, or do you want to run it on a PC via usb/wifi (in which case you need debugserver)?
Directly
@knotty berry https://stor.tsssaver.1conan.com seems to be down?
basically already exists with monotouch/xamarin/unity
i wonder
Linus Henze will release and open source his iOS 14.5.1 untethered jailbreak POC on October 24th (<t:1635102000:R>). This is not a functional jailbreak but rather various exploits that can be used in a jailbreak (e.g., Taurine) for iOS versions ranging from 14.0 to some 14.6 betas.
Do NOT update if you're on 14.5.1 or below.
What is needed for tweak injections and sileo?
a jailbreak?
ye but like
Linus Henzes jailbreak isn't a complete one
So I was wondering what is actually needed in the last steps to install sileo
What does sileo require to function
firmware (>= 12.0), firmware (>= 12.2) | org.swift.libswift (>= 5.0), coreutils (>= 8.31-1), dpkg (>= 1.19.7-2), apt (>= 1.8.2), libzstd1
that doesn't seem like a lot
cydia substrate is needed too if I am thinking straight?
true
Same tbh
Where do you find info about iOS?
iOS is based on BSD so it should have some stuff preinstalled right?
Can't really find anything about preinstalled packages. Will look around more
Well thanks for that website. It will definitely be helpful
What exactly is that firmware package?
oh.
the rest are deb packages
well dpkg and apt not sure
So if I understand correctly installing dpkg/apt would be the first step if it isn't done by Linus
Linus Henze will release and open source his iOS 14.5.1 untethered jailbreak POC on October 24th (<t:1635102000:R>). This is not a functional jailbreak but rather various exploits that can be used in a jailbreak (e.g., Taurine) for iOS versions ranging from 14.0 to some 14.6 betas.
Do NOT update if you're on 14.5.1 or below.
hmm. Well this might be a learning experience
Just from that libkrw thingy it seems pretty straightforward for someone to port unc0ver or taurine to it
Although that is probably hidden with many suprises
iOS is based off macOS that doesn’t mean i have any of the binaries though
in stock form theres very little in /bin and /usr/bin
I have understood that by now. I think installing stuff is going to be to much for me to bother. It might be something I look into in the future. Will definitely spend some energy on it tho but not much.

I’ll test the gift card to make sure it’s unused for you
fs bro
I'm trying to connect to a wifi network using MobileWiFi.framework, rn I'm using WiFiDeviceClientScanAsync() to connect to the network, but it only works for known networks, on unknown networks it sets the error argument in the callback to -100, has anyone here dealt with MobileWiFi.framework that can help me?
nfr

Is there a way to pipe data to iOS AVPlayer? Or rather does anyone know how to play audio from the cli
Not an mp3, but a stream
mediacli might help you
unless i’m misunderstood what you need
Thats helpful thanks, my need seems a bit niche lol
Hello! I’m not a developer but I wanted to know if the fugu jailbreak could support lower iOS versions like 14.2.1?
anyone know where I can find the iOS 12 Beta 1 kernel cache with symbols?
yes
iOS has a bunch of libs, which you can find in the sdk obviously, the only POSIX program is has by default is ps iirc
oh, and nvram
and umount, syslogd, pfctl, fsck, newfs, mount
So most stuff is done through kernel calls
wdym most stuff?
Nothin. I was just being a bit dumb.
So libraries/frameworks is what apps use to do more complicated stuff I guess
What is the trustcache?
That is talked about in Fugu14
I think it is something to do with signing binaries without apple
One of the objects included in the Secure Boot chain is the static trust cache, a trusted record of all the Mach-O binaries that are mastered into the signed system volume.
trustcache is basically a list of hashes of binaries that are allowed to execute
if the binary matches one of those hashes then it doesn't even spawn amfid to check the signature
best ways to learn more ab macos/ios internals?

it marks the exectuale as a platform binary
iiuc
ofc that will only work is signature verification is turned off
you can add this ent or sign with ldid -P
123$ 💀
nvm theres an online pdf

it’s how coolstar became an elite hacker
don’t be a dick
and disrespect jlevin’s work
Any good guide on where to start on iOS security
You won't find guides on that
Oh rip
But there are books, scroll up a few messages.
Thx 🙏
a book is just a glorified guide
the ipsw.me firmware json fucking sucks holy shit
why does EACH DEVICE have it's own thing
what the fuck

Mostrar
What a chad
What does that say
Terri Terrifies reflectiont
Terrible reflection
*os internals vol 1
Terri needs some help
ida >= 7.5 can load a dsc right
where is the bundle for the wifi page in the settings app?
On Tim Apple's laptop
jtool2 won't work on iOS 15 dsc
no no i understand
talking about macos
currently doing lots of research and learning
not going to be 100% w what im talking ab
Its a cmdline tool
like powershell?
aren't you on mac?
!jumbo 
yes
powershell supports macos

it is has been far too long
why would anyone would to install that Microsoft abomination if there was another option?
nice job cam
I can't read
florida education standards tanking by the day
A column before PowerUser, copy other people's code and claim it as our own

seems to be why most "underground" programmers keep their shit closed source
Yeah they just don't want to make it easy for others to find out that it was copy off something else
Idk I am copy paste dev, my brain can't process/answer that
fair enough then
as soon as i have the time im buying the osx internals book and starting my long, fulfilling journey to being doxxed by children for being 30 minutes late delivering clash of clans free gems exploit
haha
im reading it rn
there happens to be a pdf online
still don’t have time
yes
cry about it
it’s about drive it’s about power we stay hungry we devour (joke i am not an unironic sigma mindset person)
jesus
who hurt you
i like jelbrek 
out of curiosity, has anyone tried compiling Fugu14 without the untether?
I only know basic programming so I can't do it myself, but I wonder if it works semi-untethered, because it looks like the untether is the riskiest part

Not how it works
That's my b, I coulda sworn that it came with more exploits to support 14.4 through 14.5.1
is it a good idea to have solid foundation in C and C++ in regards to jailbreak development?
i have no idea
which is why im asking
I think Objective-C is generally what you need, but you see C sometimes
have seen information in regards to using C, haven't come across hearing anything about Objective C. Will look into it
what ive found is that after you have extensive knowledge eith Objective-C then you can choose to go with OS X development or iOS development or both. Choose books accordingly.
ah yes i saw his comment in that thread seems to have good information on following up AFTER knowing a language although not as in depth with what to start with
this helped a lot thanks
It tells you exactly where to start
C and some knowledge w C++
with no mention of Objective-C
unless im an idiot
and it relates to it
Obj-C is just different syntax, but it gets converted to C at compile time and also has a runtime library for full functionality.
Either way programming language doesn't really matter, the low level concepts are more important.
as mentioned in the thread?
Yes
"memory management, data structures, etc, especially in respect to C and C++"
gotcha
arent tweaks made using swift?
yup went to older jailbreak releases on github to see what languages were mainly used
majority
C and obj-C
objective-c++
You can use Orion to make tweaks in swift, but they're all written in Objective-C pretty much
unless you're name is lucy then you use rust
Ok one of the people here must make this a thing
or youre scoob and use assembly
Also I finally got a decent remote debugging setup
When the jailbreak community decides to make html tweaks
XenHTML moment
well there’s already javascriptcore which can do objective c stuff in JavaScript so that could be used for the html tweaks I guess
<hook>
<SBStatusBarManager>
<script>
function viewDidLoad() {
return self.viewDidLoad();
}
</script>
</SBStatusBarManager>
</hook>```
omg please stop
Make this a thing
fuck no
hi
you download a tweak but it comes with 20 gb of node modules
👍
you mean a portable block hole?
☠️☠️☠️☠️☠️☠️☠️☠️☠️
<hook class="UIView">
<Method name="frame:">
return ...
</Method>
</hook>
if you did it like this you might be able to make a simple parser instead of doing javascript stuff
I wonder why nobody's made something like that for plists
real
<!--%hook ArcheryScene
-(void)setWind:(float)arg1 angle:(float)arg2 {
if([preferences boolForKey:@"archeryNoWind"]) {
%orig(0.0, 0.0);
} else {
%orig;
}
}
%end
-->
<hook class="ArcheryScene">
<script>
function setWind(arg1, arg2) {
self.setWind(0, 0)
}
</script>
</hook>
would it technically be possible to write tweaks in java
Can we make this a thing
seems like a lot of work
Yeah probably, but it will be worth it
Definitely, and would probably be slowing down your apps
Can't you call C functions in python from a shared library
Yes I think so, numpy uses c iirc
what you should actually do is go back and evaluate your life choices up to this point
ok mrs aemulo, valery and dra1n

eta release date + 3 weeks
true
do you actually use centralis
heck yeah
Its miles faster
My school let me put up posters with the testflight link on it
i dont know much swift but if i maybe make some pr's with stuff i like, would you consider making them a part of the actual tweak
Indeed, if I could go back I would have written tweaks in python years ago
sure
thats the point of open source really

let others learn and to let people contribute to something to make it better
no one made any prs on gameseagull chr1s amde a pr on gameseagull
that i never merged
fr! that's cool
I would think they would be against something like that idk


the first reason was the reason i made gameseagull in the first place
The only reason they would be is maybe if I was logging peoples logins but honestly what the fuck do i gain from that. Seeing that some random grade 9 student forgot to do their math homework?

I did a benchmark/speedtest
I can't show it cause I don't want to dox myself
but from Home Screen to Seeing Homework
EduLink One: 16 seconds
Centralis: 3 seconds
on my iPhone 7 Plus
it would be cool
i was making a darkmode for google classroom
but i gave up
probably bc im dumb
but i used the worse possible way possible
its a web app mostly isn't it?
instead of doing -(void)setBackgroundColor:(id)arg1 {} i did -(void)layoutSubviews {}
CRINGE
smart invert you’re welcome that’ll be $2.99
i still have the embarrassing source code
Just invert colors when the app is open, works with livestreams too 
well amy
the thing is
i did
self.backgroundColor = color
which sucks
because
i needed to declare a new interface per class i hooked
and i hooked a few
plus i was mainly working on it on mobile
without a pc
you don't have a mac right?
cringe
wsl is so useful when I don't wanna lookup windows commands
i didnt even know how to do a mobile substrate bundle filter
actually
%ctor {
BOOL inClassroom = [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:classroomBundle];
BOOL enabled = YES;
if(inClassroom == YES && enabled == YES) {
%init(DARK_CLASSROOM);
}
}
yeah
yeah
i really could have
but
that was 5 months ago
oh the progress one can make from not going outside over a summer
relatable
I started 2020 as a boy and came out as a girl 
i started 2020 as a guy and came out as a disappointment
;dislfgjikl;dfshjgjkldsghjsdghdlfkghnsdfjkgdfsjkgdsnjg

me when doing VM backup before I update
166 gb
windows 11?
its actually 12.0, its a trick
Not proud of that choice
Im on W11 right now
macos
oh you little trickster
👀
Nah I don’t mind windows for games
Would still love if Linux would work with AAA though
Windows is my game launcher
Basically this
windows is my daily driver
ur cringe
Can someone buy Aemulo a few thousand times so I can get a new macbook ty
on it
Description leak
import requests
headers = {"paypal": "fuckme@anamy.gay", "password": "dgh0st is mommy"}
for i in range(1000):
requests.post("chariz.com/Aemulo/buy", headers=headers)
Lmao
check your inbox amy
tro
oml

im still salty about this
"Hi Donato, thanks for your interest in Chariz. However I’m afraid we will have to decline as we are not hosting cheat tweaks."
L
have you heard anything about my repo and canister yet?
hello amy
or still nothing
tale is on vacation or some shit
I have been told soon
mobius my nuts
depiction leak 
pogger
not an X device, looks like ass
yep
@grim sparrow do you know if i have to do anything crazy when updating a carrier bundle
say abracadabra and turn around 3 times
wtf
all my pain just instantly stopped
crazy right
wanna know something funny
it’s like a voodoo doll
I took pain killers the other day for something else and my chest pain stopped and I thought I broke something
my brain couldn't comprehend that pain killers stop pain
@unkempt oriole did you finally get harassed too much bro
Ironic
An update to remove the update banner
wtf life hack
the reason it needed to be there no longer exists, thankfully
ah
i remember seeing a post long ago
that got a lot of traction and a lot of hate
Aemulo just tells you what version you're on at the bottom 
for seemingly no good reason
Damn I was gonna pick up those amiibo nfc tags but I didn’t know they can only be written to once
reddit shitters being reddit shitters
yeah Nintendo check that you write lock it
as long as you aren’t a certain person with a certain drm that forces you to update then makes you kernel panic 
well
what is so special about ameulo's depiction
Bastards
if you write anything other than an amiibo its around 100,000 writes
it’s the new standard
bozo
its just amiibo require you to lock it
whats the difference
to try and stop theft
looks the same minus the changelog tab and more words
aemulo is out??
fuck you im going back to cydia and my ad infested web depictions.
Loads faster, will be implemented in Zebra, Sileo and Installer, easier to write depictions for
Waiting on green light from Chariz
my balls are in a bigboss depiction somewhere
what tweak
Yeet
saily is just poor man’s sileo. so give it a couple months
they’ll do it
I think we decided on Apache 2.0 so its up to them to implement. Its very easy to do so
What the fuck
I think Snapshot hold the record
is that BSD-4 compatible?
with a method with 46 parameters
I think that may need some abstraction
F
nah
nah
wasnt it supposed to be on packix?
Dynastic
I was drawn into Chariz by Tale
put it on twickd
sorry but i actually pay my taxes
any particular reason?
bc tale is a g
tale is tale



well i know that but i was curious if it was because they are friends or if it is some specific feature that chariz has
lol

Go gpl so no one will use it
lol

It's almost finished being done in Sileo
everyone’s favorite license, PPL

Pedo Public License
inshallah apt key 🙏🙏
its piss easy to implement too
Patrick Public License
same thing


%hook
%end
@heavy kernel gm are u alive
no
what's up
with ios.cfw.guide links that direct to a specific section it doesn't go to that section specifically, just takes you directly to the page
e.g. opening https://ios.cfw.guide/saving-blobs/#getting-generator-and-apnonce-jailbroken-a12-only just takes you to https://ios.cfw.guide/saving-blobs/#saving-blobs-with-shshd at the top
A complete iOS modding guide, from stock to jailbroken.
while i have the tab open if i paste in the link again it takes me to it tho
whack
for now ill link directly to the file on gh and leave a todo that i will probably never check again
trolla
fwiw also happens on ios 15 safari @heavy kernel
@ashen birch ratio
mane
@ashen birch find my ecid in your autotss backups please im too lazy to plug my device into itunes
didnt i already transfer ur devices to ur new account
wtf happened
yeah just check ur dms


Is there any way to prevent a PSListController from destroying a custom PSCell on reload? When I dynamically add other cells, my header just ceases to exist
self.reload()
lol
got it.

I wanted to try backporting AirTag support for iOS 14.4 but jfc so much code to decompile it's overwhelming
It seems to be mostly Swift too 
DaemoniOSLibrary.SDB389SetupAgent in 14.5 sharingd (B389 = AirTag codename)
just copy paste the executables bozo 😂😂
Likely depends on newer stuff in Sharing.framework too
update the framework too
That's inside the dyld_shared_cache
Just port the dsc
I should have left the price at $9999.99 😔
do you ever VMware snapshots bro
show me a cool mac thing
here is a cool mac thing
json themes
🙂
that's actually dope Imma use this
i saw you star it 😄
make sure to download the xcodeproj and compile it urself
im lazy
@lime pivot also rate my code
my only nitpick @tacit spade is that you can take advantage of a few language features to make the code a bit nicer
dictionary[@"Name"] ? dictionary[@"Name"] : @"" can become dictionary[@"Name"] ?: @""
?: = if LHS is truthy, use that, else use RHS
wth
thats awesome
makes sense too
huh
that's a c feature isnt it
makes total sense
and to get an NSNumber you can just wrap numbers in @(…)
eg @(_fadeDuration.intValue + _delay.intValue)
no brackets needed if it's just a numeric literal i.e. @0.0
heh
this is the same key from 3 different devices lmao
luckily these days they seem to use numeric ids that consistently match a color
so eg red will always be the same color number
it didn't like that for some reason
do you know a list of those numbers
ie _brightness = dictionary[@"Brightness"] ?: [NSNumber numberWithDouble:0.0];
wont compile with ?: @0.0
I know that's the case because I use macOS's list of iOS devices to generate the list Chariz uses
need to do @(0.0) I guess
can't remember if decimals are supported without brackets…
it's been too long
do you have access to macOS?
yeah
that checks out
you notice i set up github actions too? 😄
comp sci classes have been good to me
you can poke at the actual device model definitions at /System/Library/CoreServices/CoreTypes.bundle/Contents/Library/MobileDevices.bundle/Contents/Resources/
there's more MobileDevices bundles in the same folder also, seems they make a new bundle for each year now
the icon filenames have the color id in them
im really proud of the kbpulse logo too
guess where i made it 😛
guess
guess kirb
was curious whether they'd recycle existing ids for the 2021 colors like starlight, I guess they did
I guess 9 = blue-ish colors
is 2 gold
the blue XR is also 9
@lime pivot any recommendations for the json layout
roughly seems to be
1 = black
2 = silver
3 = gold
4 = rose gold/pink/darker gold (XS and up)
5 = graphite
6 = red
7 = yellow
8 = orange/coral
9 = blue/starlight
11 = purple
12 = midnight green
18 = also midnight green?
so this is gonna be a chore and a mess
I kinda-sorta figured out most of them
ok this makes no goddamn sense anymore (this is a red 5c)
there are a few inconsistencies, but iPhone 7 and newer are all using this scheme, older ones are using the stupid hex codes
and also the watch colors are totally different from the phone/pad/pod ones
hope nobody with an ibus plugs a watch into this
heheh
actually do watches even have lockdown
I'm sure they'll realise apps won't be designed with watches in mind heh
they do
it's physically difficult to get to (need the adapter), but it's there
it shows up in iTunes/Finder and can be restored if you have the ipsw
d201aap is a myth
this hurts my head im gonna go to bed
Is it easier to read machine code and translate it to hex or do people find it easier to read and learn assembly languages?

pain
im a dumbass. why aint this working ?
U probably need to change name = this.name to this.name = name
Yup, that fixed it. Thanks
How do i pass newaccount as a parameter for sendMoney ? Probably did a really shit explaination here
This is how my sendMoney looks like right now
public void sendMoney(double amount)
{
if (balance < amount)
{
Console.WriteLine($"Nepietiek līdzekļu. Pieejamais atlikums: {balance}$");
}
else
{
balance = Math.Round(balance - amount, 2);
Console.WriteLine($"Parskaitijums tika veikts. Pieejamais atlikums: {balance}$");
}
}
why are your comments so weird
Because theyre in latvian and this is a test. I need to comment basically everything i do
alright, i guess
you just need to add either a sender account or target account parameter to sendMoney
target account, because im sending, but yea, how do i do that. been stuck at this for the past hour
the same way you add any parameter
you may need to make it a reference parameter, i don't know what the default behaviour is for c#
lol nice
think I saw someone else have that on big sur/monterey
This is now fixed.
this will probably help you for those fundamental questions:
https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Thanks
🤌
yo what vscode theme is that
told ya!
It hurts my eyes
it's dope and hurts at the same time 
What is the best way to retrieve a users WallPaper? I'm looking at SBFWallpaperConfigurationManager to try to pull it, but not sure if thats the simplest way to get the image
i am the wallpaper master
give me a bit
cheers
Yo, is anyone able to get older .ipa files for apps? Cheers
Stfu
dumbass capt
can’t even code arm
don’t talk about c#
shoots capt
starts bleeding
Capt is dead now


you could downgrade an app with appstore++ and get it that way ig
Yea I think thats what I'm going to go for 🙂 Thanks!
:(
c# gud 
hell yeah
Hi everyone I just joined this group. Does anyone know when there will be a jailbreak for ios 14.7.1 iphone 11 devices?
Please keep jailbreak and support related questions in #jailbreak or #genius-bar, thank you.
so you are a annoying 4th wall breaking immortal asshole?
imagine not having static linking 
true

No he drinks it

dgh0st fr'ing scoob like he doesnt do mass amounts of ketamine on the daily
nah gh0st only crossfades on advil and orange juice

Not jb related but if I was interested in hiring a dev for a one off where is the place to look for that?
Strictly theoretical at this point
I need a driver for an M1 Mac to interface with controllers. Whether that’s emulating another driver or native idc as long as it can talk to steam. I reckon ideally it would be a drop in replacement for the steam driver kext
I know. I’m asking if anyone has suggestions on where to hire, as this is a one off I can’t exactly post in most places
you can hire any type of dogshit on fiverr
I know you’re joking but that’s not a terrible idea
but it will be dog shit
Yeah
idk wtf a klist is
have you googled klist? I’m assuming yes
It’s krits version of a plist file

Since krit can’t be normal he has to make his own version of everything
anyone seen krit recently
krit your bullshit krit
For me everyone on the internet is a guy until proven otherwise
Nope

Should my next tweak be a troll tweak or a real tweak
My last two aka my only two are troll tweaks
iusearchbtw but with custom messages 
LOL

So hear me out
wut was it
It appends any message to the end of your discord messages + ratio
At least mine does + ratio
You have to be to survive man + ratio
It’s a tough world out there + ratio
ratio
- ratio
Ratio
- ratio
mainrepo
- ratio

yes?
how
devs have filter bypass in here
the only time I got warned was for copy pasting code in here that has a piracy repo link in it
hackyourratio
hackyouriphone + ratio
what’s main r? Pircay?
Fff MGM q l
Solid thanks





