#development

1 messages · Page 524 of 1

hardy glen
#

It should work and he will get it to work lmao

tepid olive
#

anyway the main function i put in there was never the point

#

its in there because constructor wasn't being called

vivid dew
#

you can't blame all your problems on pac

tepid olive
#

i can't confirm it

vivid dew
hardy glen
#

Do you not know how to confirm it or are you saying its not getting injected

tepid olive
#

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

hardy glen
#

const char*
_dyld_get_image_name(uint32_t image_index)

#

You can use that

#

Or lldb

#

Nvm lmao

tepid olive
#

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

hardy glen
#

function() no gives a fuck end

tepid olive
#
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

hardy glen
#

Which math

tepid olive
#

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

#

feelsweirdman 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

snow python
#

@twilit jungle Im having an aneurism. The code works Weather model works on a different device

twilit jungle
#

Lol

snow python
#

But it only works in objc. Nothing is making anysense

tepid olive
#

Apple needs to do a firmware update or hardware adjustment to deliver a few more microwatts to USB wireless dongle

#

So many cut outs

snow python
#

I think you can do that yourself if you have aluminum foil

tepid olive
#

Desk is messy enough

tepid olive
#

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

twilit jungle
#

Delete dsc?

tepid olive
#

yeah apple entrenches quite a few things in firmware

#

in the end you can always press power button for 40 sec

twilit jungle
#

Prove it

tepid olive
#

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

indigo peak
#

falrue

next wadi
#

dolphin sexer

#

WTF

#

i think today should be a therapy day

#

are you sure?

#

i dont believe that was on the calendar for today

fallow ravine
tepid olive
#

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)

tepid olive
#

dfu is a pain

faint timber
#

Dfu is easy

snow python
#

@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

grim sparrow
#

There’s an internal method in core location for it

#

But that is all I can tell you from memory

snow python
#

That’s good enough for me, cheers

twilit jungle
#

You should also fallback to non auto updating model if the user rejects authorization.

snow python
#

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

tepid olive
#

@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

gentle grove
#

github copilot wrote a blog post

#

im gonna add more

tepid olive
#

true

#

i love copilot

gentle grove
#

currently wrestling with hugo to try and get it to have a subpage

#

and not display it in the section list

tepid olive
#

Ok

gentle grove
#

can github copilot write in other languages

tepid olive
#

Ok

#

Ok

ocean raptor
#

Does anybody use the gssc binary? (Not the packages)

restive ether
#

no

snow python
#

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

lyric trail
#

@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

snow python
#

It is fairly easy to spoof UDID

grim sparrow
#

Linking to UDID is not exactly the best DRM

vivid dew
#

it's also fairly easy to steal tweaks

grim sparrow
#

^

vivid dew
grim sparrow
#

however

#

mrepo have said they will not crack Aemulo

gentle grove
#

nothing an old rusty wrench and some drugs can't solve

#

and a location

#

one sec

#

here

grim sparrow
#

just blag yourself into the admin twitter slack group and ask for a new token because you lost yours

gentle grove
grim sparrow
grim sparrow
#

thats what happened in the twitter hack last year

gentle grove
#

wait really

grim sparrow
#

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

gentle grove
#

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

grim sparrow
grim sparrow
# gentle grove wtf is blagged

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.

gentle grove
#

that's literally the opposite of the definition i looked up wtf

#

dumb dictionary

snow python
grim sparrow
tepid olive
#

i’ll crack Aeumlo myself

#

but first, I need to smoke crack.

tepid olive
grim sparrow
tepid olive
#

i cracked it

grim sparrow
#

Real museum logic here ngl

tepid olive
torn oriole
#

Reel

lime pivot
lime pivot
#

impressive

restive ether
# grim sparrow

what’s with these piracy devs and being unable to crack swift tweaks

grim sparrow
restive ether
#

oh yeah lol

#

twas cursed

grim sparrow
#

Now imagine that but worse

restive ether
#

yeah i understand the issue now

#

and now we also know the best drm is swift

grim sparrow
#

It’s the same deal with Rust

lime pivot
#

it helps that swift isn't dynamic in the first place, objc makes obfuscation difficult

grim sparrow
#

Around 70% of Aemulo is pure swift anyway

#

So you can’t hook it

#

Only exceptions really is UI

grim sparrow
lime pivot
#

I'm still surprised we haven't properly figured out this swift hooking thing

grim sparrow
#

It’s because it’s not really possible without hard coding addresses

#

Which isn’t all that viable in the long term

lime pivot
#

oh yeah, not the best thing

#

but assuming the surrounding code doesn't change, we can always use a patchfinder

grim sparrow
#

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

lime pivot
#

inb4 iOS 16: Apple kills the jb community by rewriting SpringBoard in Swift

grim sparrow
#

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

lime pivot
#

it really is annoying for you 128GB peeps

grim sparrow
#

My machine is 256, the bit that annoys me is the fact that installers are huge now

lime pivot
#

also 256 honestly

#

512 should have always been the minimum, only reason it still isn't is just cost

grim sparrow
#

256 is good enough for my numerous Xcode installs

#

Thats all I have really

#

Dev tools

ocean raptor
#

@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
}
lime pivot
#

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

grim sparrow
#

lol

#

I’m blessed in having a MacBook where I can change the SSD easily

lime pivot
#

well

upbeat wyvern
lime pivot
#

it was a 2015 so I could upgrade just the ssd

grim sparrow
upbeat wyvern
#

I’m not going to waste my time with a “clean room implementation” at least now

lime pivot
#

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

ocean raptor
upbeat wyvern
#

Then relicense it or gtfo 🤷‍♂️

#

If you wrote the code you can give it to me

lime pivot
#

I don't see any reason why it needs to become GPL

grim sparrow
ocean raptor
lime pivot
#

it's a self-contained binary, it can just be its own license that's different from the parent project's license

upbeat wyvern
#

It has to be compatible with uikittools if I’m going to put it in with it

lime pivot
#

no other parts of uikittools directly use it

upbeat wyvern
#

I’d need to check on licenses but heMs assuming it’s incompatible for some reason - if he’s wrong that’s fine

ocean raptor
#

Original BSD license

#

it's advertising clause is incompatible

lime pivot
#

can we just not do this BSD-4 thing

#

like knock it off

#

ik it wasn't your decision but don't enable it

grim sparrow
#

BSD-4 kinda cringe but it’s better than BSD-10

lime pivot
#

like I mean

#

it literally mixes with other licenses already

ocean raptor
#

technically we can license just mgask as BSD-3 and leave the rest as BSD-4

grim sparrow
#

Does it bother you that much?

median arch
restive ether
#

coolstar sure made one exist

restive ether
#

bring back BSD-10,000 clause

median arch
restive ether
#

no i hate you

#

white boy.

#

i also can’t

median arch
#

aaron revoked his rights

lime pivot
#

you are no longer a developer

restive ether
#

L

ocean raptor
#

can I have dev KEKW

restive ether
#

who are you

grim sparrow
#

BSD-10

ocean raptor
median arch
#

christ

lime pivot
#

BSD-8.1 with April Update 1

#

BSD-11 21H2

grim sparrow
#

Yeah the problem with BSD-10 other than it being fucking stupid is that Procursus broke it

ocean raptor
#
  1. 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
lime pivot
#

just reminding myself again why I stepped well away from coolstar projects

restive ether
grim sparrow
#

Exactly

lime pivot
#

I also really don't friggin care if pro has a donate link

#

or an ad, honestly

grim sparrow
#

^

lime pivot
#

but I know it's written only to catch out one specific person

restive ether
#

advertisements on packages you didn’t make are cringe

grim sparrow
#

Yes

lime pivot
#

so it's irrelevant because the spirit of the clause is just to be a dick

grim sparrow
restive ether
#

very cringe

grim sparrow
#

It’s ok to just put a generic banner at the top of depictions

ocean raptor
#

I kind of want to remove all CoolStar copyrighted code from uikittools-ng but on the otherhand thats a lot of work

grim sparrow
#

Andrew gotta make his money somehow

restive ether
#

that’s different

#

people submitted their work knowing there are ads

ocean raptor
lime pivot
grim sparrow
lime pivot
#

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

grim sparrow
#

On my way! To reverse macOS installed so I can set a custom secure boot seal hash and remove the dyld_shared_cache_arm64e

lime pivot
#

not hate people for trying to make money on the work they do otherwise for free

restive ether
lime pivot
#

oh it passed

restive ether
#

how’s that going for them

median arch
#

bad

lime pivot
#

the government-news corp partnership law, as it's colloquially referred to

restive ether
lime pivot
#

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

ocean raptor
grim sparrow
restive ether
#

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

grim sparrow
#

it’s more reliable than userspace reboot in my experience

tepid olive
#

Who the mom donda who the squad donda

restive ether
lime pivot
#

sup hayden

grim sparrow
#

I still don’t know if I should make libAemulo a separate package or not

tepid olive
#

Eating gold fish

ocean raptor
median arch
restive ether
#

@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

pearl sail
grim sparrow
tepid olive
#

don’t ask me either im on 14.5.1 and not losing my untether

restive ether
tepid olive
grim sparrow
#

Cameren I have a problem

pearl sail
tepid olive
#

Nepeta

grim sparrow
#

When people hug me it hurts my chest

pearl sail
restive ether
#

welcome to woman club

ocean raptor
#

sbbootloop

grim sparrow
#

And I don’t know how to tell people pls stop ur hurting my chest

ocean raptor
restive ether
#

@ocean raptor after reading ldrestart i don’t think you can write your own dog

pearl sail
restive ether
#

do you got sick xpc skills dog

#

amy will do it she loves xpc

grim sparrow
#

I love me some good ol xpc

lime pivot
restive ether
#

meth

lime pivot
#

I mean we'll do that after we meet

restive ether
#

kirb and saunders have a striking resemblance

grim sparrow
lime pivot
#

.

restive ether
#

i see it man

lime pivot
upbeat wyvern
grim sparrow
#

Just ask nicely

restive ether
#

AGPL malware is eternal

lime pivot
upbeat wyvern
#

Nothing wrong with GPL for uikittools

ocean raptor
grim sparrow
#

Just send him a nice cake or something idk

grim sparrow
restive ether
#

bring back GPL unc0ver i missed that version

grim sparrow
#

Because I haven’t told her I’m on HRT

ocean raptor
restive ether
#

that’s a good one

#

amy got gains

grim sparrow
#

I am no longer under weight

ocean raptor
#

bro, original uikittools localization woeis

grim sparrow
#

Cameron I’m going to be honest, no mfer cares

next wadi
#

LMAO

grim sparrow
#

not one

restive ether
#

our chinese users (probably) care

ocean raptor
#

I know Nick Chan uses the localizations

#

someone also translated it 100% into polish

grim sparrow
#

Was it language dev?

ocean raptor
#

and quite a bit was translated to russian

grim sparrow
#

The guy who PR’d like 7 languages into Sileo and then when I asked natives to confirm they were all from Google translate

restive ether
#

portuguese too

restive ether
#

i’ve been looking for him

ocean raptor
restive ether
#

i asked the volking guy to do sileo

#

idk if he ever applied

#

he said ok though

grim sparrow
#

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

gentle grove
#

IVE HEARD OF IT

next wadi
restive ether
#

14 people thought it was

tepid olive
pearl sail
#

I haven't had Goldfish in hella long

gentle grove
#

same

tepid olive
#

fruit rollups >

lime pivot
pearl sail
#

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

upbeat wyvern
#

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

pearl sail
#

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

lime pivot
#

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*

pearl sail
#

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

snow python
#

Goodness gracious I leave for 2 years, come back and we are still using licenses to try to screw each other over

twilit jungle
#

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.

pearl sail
#

I gotta find GPL 4 first

#

Can I just copy a line

twilit jungle
#

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.

pearl sail
#

Will any big companies adopt GPL 4?

twilit jungle
#

Yes its in meta as we speak

pearl sail
#

Nice I get to see Mark's name in the metaverse when I am chatting with my non-existent friends!

twilit jungle
pearl sail
#

I guess I can always try to add Mark to my friends list

twilit jungle
#

Well thats atleast one things you guys would have in common

pearl sail
#

true

vivid dew
#

wtf

#

indian mark zuckerberg

pearl sail
lime pivot
#

sileo and uikittools-ng

livid ridge
#

what do you mean?

tulip current
#

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?

misty cradle
#

same

#

so true bestie

ocean raptor
ocean raptor
grim sparrow
#

@lime pivot @shut stag Is the proposal of blocking any apps that contain Bitcode on your repos too much of a stretch?

restive ether
#

never

grim sparrow
#

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

ocean raptor
#

what's the benefit of enabling bitcode?

tepid olive
#

it's only good for App Store builds

snow python
#

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

grim sparrow
#

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

misty cradle
snow python
#

Not using entitlements for it

misty cradle
#

i had an almost same issue where it would ask users to give permission to springboard everytime

misty cradle
snow python
#

I mean if it solves the issue when I would like to

misty cradle
#

Probably should trol

ocean raptor
#

idevicesyslog -m "programname" | grep "entitlement"

#

Maybe check the TCC entitlements if it's restricting access due to requiring location

ocean raptor
# snow python 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

snow python
#

cheers

ocean raptor
#

So basically you send the bitcode then they relink it on their servers with whatever lto stuff they want

grim sparrow
#

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

ocean raptor
#

👍

snow python
#

Authorization value requested by client ignored because not in its allowable mask

#

Where does locationd store allowable masks?

indigo peak
#

hah

#

broke

#

did i stutter

#

i dont think i did

twilit jungle
#

Thats only a month of salary if you have full time job

#

Then sell your mac for it

#

ez

indigo peak
#

^

#

ez

torn oriole
#

just cope with ghidra like i dowoeis

grim sparrow
#

Imagine

#

I have currently paid £0 in tuition

misty cradle
#

just use yiang jing version bro

indigo peak
#

i wonder if github copilot knows how to write assembly code

tepid olive
#

it probably can

#

but it'll be terrible

ocean raptor
tepid olive
#

most likely

tepid olive
misty cradle
#

DBruv

#

wtf

#

xCODE

indigo peak
grim sparrow
#

I’ve paid £0 in taxes too

twilit jungle
#

GitHub Copilot is as good as the average code of all the open sauce

grim sparrow
ocean raptor
misty cradle
#

let copilot go through it

#

and now its tweak mastermind AI

misty cradle
twilit jungle
gentle grove
#

github copilot can write markdown

#

did you know that

indigo peak
#

or this

#
-(void)setWind:(float)arg1 angle:(float)arg2 {
  %orig(0.0, 0.0);
}
%end```
#

which is cooler

#

i think the image

twilit jungle
#
// convert objective-c code to assembly
#include <substrate.h>
indigo peak
grim sparrow
twilit jungle
indigo peak
#

pointers in python???!!??!!111?!/1?!??!?!?!

grim sparrow
#

You can make it look as cool as you want but that doesn’t mean it’s good code

gentle grove
#

i know you can do bitwise operations in python

grim sparrow
#

Logos is just cleaner and easier to read

gentle grove
#

idk about pointers though

grim sparrow
#

That’s why it exists

indigo peak
#

it knows too much

grim sparrow
#

You aren’t being clever by doing it manually, you’re just writing more code for no reason

indigo peak
indigo peak
misty cradle
indigo peak
#

noooo

#

it was so close

misty cradle
#

maybe if copilot wrote the entirety of akara, it wouldn't have any bugs

#

bc it went through all of dbruv's code

grim sparrow
#

bruv

#

you wrote the entire tweak in one file

restive ether
#

true

misty cradle
indigo peak
#

if only i wrote gameseagull with copilot

restive ether
misty cradle
#

i like to scroll

#

jk

twilit jungle
grim sparrow
#

thats so much worse

indigo peak
#

fun fact, i used to code gameseagull on my phone

misty cradle
#

it was pain

#

but i did it

#

and now i know where evrything is

#

(i dont, i just ctrl f)

grim sparrow
#

You could have made it at least 4 files

indigo peak
#

gameseagull is all in one file thishowitis

grim sparrow
#

honsetly

indigo peak
#

it is basic

#

but

#

its in one file

grim sparrow
#

how many LOC

indigo peak
#

idk like ~400

#

maybe

#

its really not a lot

misty cradle
indigo peak
#

453

misty cradle
#

not with the old one

#

static vars for pref

grim sparrow
#

which one do I have

misty cradle
#

global*

#

the old one

grim sparrow
#

cringe

#

send the new one

misty cradle
#

i havent opened VS in weeks

#

next update after nov 10th

#

when i have math exam

grim sparrow
#

F

indigo peak
#

i like having things all in one file for 2 reasons

misty cradle
#

need to implement this top right gesture thing still applerollingeyes

indigo peak
#
  1. this looks like i actually have done somethign with my life
misty cradle
#

and designer wanting another akara module

indigo peak
#

and 2

grim sparrow
#

I think Aemulo is like 100~ files

indigo peak
#

idk how to use more than one file

misty cradle
#

with swift its simple to break up

#

and especially an app fr

grim sparrow
#

I could have done this all as one file

#

well

#

the .h .m .x

#

but I didn't

#

so

#

suck it

misty cradle
#

🆗

grim sparrow
indigo peak
tepid olive
#

well

#

logos processing is needed

indigo peak
#

make do

#

and bam

#

my tweak is ready to crash some phones

ocean raptor
#

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

tepid olive
#

damn bro

#

anyways

ocean raptor
#

(and people not on freebsd)

indigo peak
#

i love crashing a proc on the springboard, but it not actually crashing the springboard

tepid olive
#

i could support compiling accord without xcode

indigo peak
#

bc i get a notification from c4shed every second

grim sparrow
tepid olive
#

because it's cameron

ocean raptor
tepid olive
#

LOL

grim sparrow
#

then just use a good OS

indigo peak
ocean raptor
indigo peak
tepid olive
#

oh fuck off

tepid olive
indigo peak
#

windows 10 tr

tepid olive
#

freebsd isn't real

#

it can't hurt you

ocean raptor
#

stop disrespecting freebsd

grim sparrow
#

no

tepid olive
#

cope and seethe

indigo peak
#

broke ass mf

restive ether
indigo peak
#

get paidbsd

ocean raptor
#

y'all probably use windows

indigo peak
grim sparrow
restive ether
tepid olive
#

macOS is the best BSD

ocean raptor
indigo peak
#

windows 10 thumbsUp

tepid olive
#

/s

grim sparrow
tepid olive
#

not freebsd

ocean raptor
tepid olive
restive ether
#

your mother

indigo peak
ocean raptor
tepid olive
#

LMFAOOOOO

restive ether
#

me and the boys using nix

tepid olive
indigo peak
#

cry about it

grim sparrow
#

@restive ether is your pfp who i think it is

ocean raptor
restive ether
#

yes

tepid olive
#

LMFAOOOOO

indigo peak
#

hot

#

i remember his face was leaked in a video once

restive ether
#

someone spammed this

indigo peak
#

like through the screen of his ipad

grim sparrow
indigo peak
#

the reflection through a respring or something

grim sparrow
#

its a fucking reflection

indigo peak
#

he deleted the video

restive ether
grim sparrow
#

its like when the police censor something but they forget about all the mirrors in the video

indigo peak
#

and he got pissed at people for bringing it up

tepid olive
#

i accidentally said sanders with a u again

#

trolllaugh

indigo peak
#

sunders

ocean raptor
restive ether
#

he doesn’t care anymore

#

he thinks it’s funny

indigo peak
#

sαunders

restive ether
indigo peak
grim sparrow
#

“Apple's feeling A*** penetration” iOS 15.1 HACKED on iPhone 12 Pro Max!

restive ether
#

yes

#

L

tepid olive
#

bruh gir fuck off

indigo peak
#

evelyn stop

restive ether
#

hold it

#

cope

#

seethe

indigo peak
#

my messagfe logger isnt picking up your messages

grim sparrow
#

OMG 🚨 Jailbreak iOS 15 / iOS 14 MASSIVE UPDATE 🚨 Jailbreak DEMO on iPhone XR

tepid olive
#

why isn't there a bypass for this channel

grim sparrow
#

bitch who asked

indigo peak
#

theyre getting deleted too fast

restive ether
#

there is

tepid olive
#

loser

restive ether
#

bozo

grim sparrow
#

mainrepo

indigo peak
#

hackyouriphone

tepid olive
#

but why not saun

grim sparrow
#

evelyn you're just bad

restive ether
indigo peak
ocean raptor
#

still don't have dev role woeis

tepid olive
restive ether
#

who are you

indigo peak
grim sparrow
tepid olive
ocean raptor
tepid olive
#

you're not real

indigo peak
restive ether
#

you forgot manpages

tepid olive
#

lol

indigo peak
#

and then your name was like Cameron^2 for sometime

#

after you joined back

#

evelyn also left

#

and then she joined back

tepid olive
#

yeah

restive ether
#

cam did darwin ports he’s pretty good

indigo peak
#

like a weke later

ocean raptor
restive ether
#

and a REAL fBSD contributor

tepid olive
restive ether
#

ok

#

present it

indigo peak
tepid olive
#

...

restive ether
#

you’re unreal

grim sparrow
#

aemulonfcd.xm isn't actually that big

indigo peak
#

thats a screenshoit

grim sparrow
#

its just a lot of research went into it

ocean raptor
#

go contribute to a real project

tepid olive
#

deez NUTS

restive ether
#

he got you

tepid olive
ocean raptor
#

tweak devs aren't real devs

tepid olive
#

i don't make tweaks

indigo peak
#

okay

restive ether
#

if you use theos you’re unreal

ocean raptor
#

I'm a developer gatekeeper now

ocean raptor
misty cradle
indigo peak
tepid olive
grim sparrow
restive ether
ocean raptor
#

and whatsapp (but that's a good thing)

tepid olive
misty cradle
#

renaitaire

grim sparrow
restive ether
#

how is that even worth bragging about

misty cradle
#

@tale

indigo peak
grim sparrow
restive ether
#

poor

ocean raptor
indigo peak
#

shut

ocean raptor
#

it has seinfeld

grim sparrow
#

it makes the code look more complicated than it actually is

restive ether
#

i have tmobile i don’t pay for netflix

grim sparrow
#

and reduces compile times by a fraction

misty cradle
restive ether
#

or paramount

misty cradle
#

does netflix use freebsd

ocean raptor
#

yes

misty cradle
#

ok then its good OS

restive ether
#

L

indigo peak
misty cradle
#

trollin

restive ether
#

tr1 only likes netflix cause they’re from his area

grim sparrow
#

Cameren I am going to install a token logger on your device

restive ether
#

ok

#

do it

misty cradle
#

i only like netflix bc it has good shows

grim sparrow
#

One day I will find a token logger on Packix

weary heath
grim sparrow
#

and that day will be so funny

ocean raptor
#

netflix employs a bunch of developers who just work on freebsd as their job

misty cradle
#

i watched sex education and it reminded me of u everytime @grim sparrow

#

of how british u are

grim sparrow
#

WHAT

indigo peak
#

and i will laugh

#

when i find it

misty cradle
#

i hear their voice and im like damn

#

british people

restive ether
restive ether
#

very pog

grim sparrow
#

and thats just tweaks I've actually looked at

restive ether
#

packix needs to have a blacklist of entitlement

#

that you’re not allowed to use without justification

ocean raptor
#

nginx was originally developed on freebsd

grim sparrow
misty cradle
#

nobody cares just give tweaks all entitlements

restive ether
#

when i made you

#

with your mother

misty cradle
#

how is maddie doing @restive ether

restive ether
#

(on a fBSD laptop)

#

she’s vibin bro

grim sparrow
#

I'm honestly very surprised no one thinks that DiscordSecureToken is a token logger

misty cradle
#

when new cam x maddie picture

restive ether
#

i do

misty cradle
#

i liked the car pic

grim sparrow
misty cradle
#

cammad

grim sparrow
#

this is so overcomplicated

#

for no reason

misty cradle
#

camie

#

wait a second

#

camie

#

cam maddie

restive ether
#

n

misty cradle
restive ether
#

i’m gonna make a rap called No Logos

#

instead of No Hook

tepid olive
#

@grim sparrow is your token mfa.MTdqrd0vGDV1dcF0QPjom6OB.NQxUhj.I4JjFHIympR3mVF3UiUbbD5VVbi

misty cradle
#

mfa.MTdqrd0vGDV1dcF0QPjom6OB.NQxUhj.I4JjFHIympR3mVF3UiUbbD5VVbi

#

@restive ether when new picture wtf

#

u stay inside all day

restive ether
#

idk bro

misty cradle
#

go get a job

lethal ice
#

true be like scoop

tepid olive
#

tweak dev

restive ether
#

it’s cold out, no outside

misty cradle
#

do not be like scoop

restive ether
#

NY winter started last week

misty cradle
lethal ice
#

true don't drive while shroomimg

indigo peak
tepid olive
#

im gonna spend all my weekends in the cold

lethal ice
#

but get a job

misty cradle
#

F

tepid olive
#

i'm a ski instructor nfr

misty cradle
#

@restive ether still wondering how u live

restive ether
#

dumb Canadians

misty cradle
#

man just makes money appear from thin air

restive ether
#

this is true

lethal ice
#

dam i wish i could ski rn but i live in arizona

misty cradle
#

i need to visit u

tepid olive
misty cradle
#

and see

restive ether
#

yes

lethal ice
#

going to montana soon tho and ski

restive ether
#

montana is not a real place

indigo peak
misty cradle
#

u can ski once u fuck car girl

tepid olive
grim sparrow
indigo peak
#

I hate ny weather

restive ether
#

car girl

lethal ice
#

bro is that her name to u

misty cradle
#

the girl whos always with scoop in car when he snaps

tepid olive
misty cradle
#

idk her by any other name @lethal ice

ocean raptor
#

ok, I only joined to try and get gssc deprecated, but that's not gonna happen so bye

misty cradle
#

just car girl

tepid olive
#

@grim sparrow you're a cargirl right

lethal ice
#

f

tepid olive
#

or a catgirl

misty cradle
#

stay here

#

make some drama

grim sparrow
#

catgirl

restive ether
tepid olive
#

whiteface is intjcum

restive ether
#

it’s probably closer to you than me

ocean raptor
#

@ sbingner elu sucks

tepid olive
#

used to ski there

misty cradle
#

@lethal ice whats her name bro

misty cradle
#

but true.

lethal ice
#

ron jeremy

grim sparrow
indigo peak
misty cradle
#

she a man??

#

wtf

lethal ice
misty cradle
#

scoop lgbt nowadays

restive ether
#

actually white face is only 2 hours away

indigo peak
lethal ice
#

wtf

misty cradle
#

after shrooming while driving

#

damn

lethal ice
#

do u know who ron jeremy is

misty cradle
#

yes your mother

indigo peak
lethal ice
#

f

indigo peak
restive ether
grim sparrow
misty cradle
#

F

faint timber
#

7.6? @grave sparrow

grim sparrow
#

Its just rain

lethal ice
#

f

grim sparrow
#

but warm and no wind

restive ether
#

bruv weather

indigo peak
indigo peak
restive ether
#

rain wtf

misty cradle
#

scoop future girlfriend

indigo peak
#

ive always wanted to ride my bike out of new york

grim sparrow
indigo peak
#

that wouldbe fun

misty cradle
#

instead of car girl

#

far-future* girlfriend

grim sparrow
#

FOR FUCKS SAKE

tepid olive
#

@indigo peak come to whiteface

misty cradle
#

@restive ether next year LA, true.

#

cannot wait

grim sparrow
#

My dev certs expire in 30 days

tepid olive
indigo peak
tepid olive
#

if u know how to ski

restive ether
#

i’ve never been to the west coast

grim sparrow
#

UUUUUUUUUUGGGGGGHHHHHHHHHHHH

lethal ice
#

cash tips from restaurant work be like

misty cradle
indigo peak
tepid olive
#

that’s all

#

well

restive ether
#

wtf

misty cradle
#

wtf scoop literally has fat stack

indigo peak
tepid olive
#

tofino too

restive ether
#

we’re there a ton of monsters

misty cradle
#

i dmed u it already

#

washed ass

lethal ice
grim sparrow
#

bitch I sent you the windows version

tepid olive
#

swimming in the pacific ocean is fun

misty cradle
#

u can use wine

grim sparrow
#

and you said thanks

#

and booted it

lethal ice
#

nah i didn't have a bail

misty cradle
#

dumbass

tepid olive
#

freeware

misty cradle
#

use wine

#

wine64

#

wine64

#

.

tepid olive
#

it doesn’t

grim sparrow
misty cradle
#

dumbassses

indigo peak
#

ive barely been outside of new york

#

i never travel

tepid olive
grim sparrow
indigo peak
#

last time i left new york was over the summer and that was to go to buffalo

tepid olive
#

it’s not a crack

restive ether
#

i’ve been to every state on the east coast except rhode island

tepid olive