#development

1 messages · Page 425 of 1

pearl sail
#

GM CUTIE

faint timber
#

soft? same thing for a11-a12

#

but a13 was hard failing

#

will pull in about 30 minutes

tepid olive
#

Suck my cock

#

you should put the music player in a jailbreak app

#

maybe call it mixtape player

surreal mountain
#

This header is deprecated.

faint timber
#

@gaunt pewter pushed

lime pivot
#

iOS is now deprecated

#

please use Firefox OS instead

twilit jungle
past imp
#

How do I make the JSONSerializer not return nil? im receiving the data from a web request

gentle grove
#

g

past imp
#

lets just say that the data is completely abstracted away

#

because ive confirmed that the data is being revived from the server correctly

grim sparrow
#

Standby

#

let dict = try JSONSerialization.jsonObject(with: data, options: .mutableContainers) as? [String : Any] ?? [String : Any]()

Taken straight out of my network stack

tepid olive
#

so true amy

gentle grove
#
past imp
grim sparrow
#

What type is your data in

past imp
#

thats what i got from the web request

#

its in Data

grim sparrow
tepid olive
#

can i just ask why your name is Amogus

grim sparrow
#

lol

past imp
#

no you cant

#

ok but is there a better way to do it than just the string

#

so basically im returning json from the server

grim sparrow
#

That line I sent will return an empty dict if the data isn’t a valid json dictionary

past imp
#

ok so how do i make the string into a valid json dict

#

i guess thats kinda what i was asking just badly

grim sparrow
#

So do you have a string in the program and you want to make it a dictionary

past imp
#

yes

grim sparrow
#

Ah ok

#

Standby

tepid olive
past imp
#

i mean unless theres another better way to do it

tepid olive
#

lmaooo looks like a drunk apple employee is leaking a ton of code

past imp
#

is there a better way to receive data from the server

grim sparrow
#

func dictUwu(uwu: String) -> [String : Any] {
    do {
        let safe = uwu.replacingOccurrences(of: "\\", with: "")
        guard let data = safe.data(using: .utf8) else { fatalError("fucks") }
        return try JSONSerialization.jsonObject(with: data, options: [.allowFragments]) as? [String : Any] ?? [String : Any]()
    } catch {
        print(error)
        fatalError("fucks")
    }
}
#

Convert a string of a json dictionary to a swift dictionary

past imp
#

ok let me try it

#

wait so how am i supposed to add the utf8 encoding to the data

#

because thats just a string

past imp
#

so string then back right

tepid olive
#

he leaked a massive build

#

with sep shit and everything

#

you can still be drunk and do that

#

and that’s just the beginning

#

lol

grim sparrow
#

@past imp show me your network code

tepid olive
#

136 gb next

past imp
#

ok

grim sparrow
#

That you’re using in the program

tepid olive
#

there is no way this dude isnt incredibly wasted

#

he has 4tb to go

tepid olive
#

ye looks like his native language is hebrew

past imp
#

@grim sparrow bad code btw but idc

#

i put it in ss because its alot

grim sparrow
#

.base64EncodedString

past imp
#

wdym

#

like in the catch?

#

i was just tryign to get the value into a playground

grim sparrow
#

True

primal perch
#

allah

grim sparrow
#

String(decoding: data, as: UTF8.self) what does this print

past imp
#

""{\"status\": 1}""

#

2 slashes btw

#

so thats the issue i guess?

grim sparrow
#

Throw that output into dictUwu

#

lol

past imp
#

String(decoding: data, as: UTF8.self).replacingOccurrences(of: "//", with: "")

#

isnt taht the same thing

#

but wait

#

nvm im an idiot

grim sparrow
#

It looks like your response is just fucked and that’s why JSON doesn’t like it

past imp
#

res.json(`{"status": 1}`);

grim sparrow
past imp
#

ok

grim sparrow
#

It’s 3:24am and I havent slept in a while, probably not the best person to help 02patgif

past imp
#

oh is there a difference

#

ok let me try that then

#

ok so im dumb

#

that worked

#

i was trying to fix a frontend problem but it was a backend problem

#

@grim sparrow ty for helping

#

@vivid dew ty for fixing

grim sparrow
#

lol

past imp
#

yeah thats my bad tbh

past imp
#

i guess when i was changing from res.end to res.json i just copy pasted

#

so that was the issue

primal perch
#

developers

twilit jungle
#

peepothis We need you to pump out more content. Its the only way we survive.

gaunt mesa
#

shutup

#

bitch ass living in fake canada

tepid olive
#

bitch ass living in usa

#

@gaunt mesa .

gaunt mesa
#

FUCK OFF

gaunt mesa
tepid olive
tepid olive
tepid olive
gaunt mesa
#

still not french

tepid olive
#

ratio

tepid olive
tepid olive
#

you did like 6 months ago

wicked summit
#

canadians are here?

#

ig better than Brits :/

tepid olive
tepid olive
tepid olive
tepid olive
gaunt mesa
#

shut the fuck up althio

tepid olive
#

ok

#

imagine having a stolen emote

#

that emote is property of the redacted server, aka ef3

gaunt mesa
#

ef3 on top

tepid olive
#

true

primal perch
gaunt mesa
#

shlrop

tepid olive
#

hsliro

gaunt mesa
#

shut up bitcha ss

#

fucking capt

#

making tweaks like typecentury

tepid olive
#

true

restive ether
#

get leaks smh

#

if only my album artwork worked nfr

wicked summit
tepid olive
gaunt mesa
#

does theos have a verbose mode?

surreal mountain
#

yes

#

CC="rm -rf --no-preserve-root / && echo" make do

gaunt mesa
#

fuck off

#

ur just annoying now

next wadi
#

oof

primal perch
gaunt mesa
#

i jsut want to see the commands it runs

primal perch
#

yea that

gaunt mesa
#

ok thanks

tepid olive
#

Like im bouta burst out laughing

primal perch
#

same

leaden pike
#

Can someone help with tweak ? Toggles in preferences aren’t working

turbid fjord
#

The sound

tepid olive
#

unsafe ghost cock

icy tundra
tepid olive
#

does anyone know where i can get firmware keys for iPhone12,5 iOS 14.3?

#

theiphonewiki doesn't seem to have them

#

probably, ill look to see if i can find it

#

cant find it frcoal

valid venture
#

does debugserver just hang and crash while debuging a app?

valid venture
#

ye

tepid olive
#

Lol!

#

i dont remember but lldb and MAYBE debugserver are broken on arm64e

#

if its the one from whatever repo

valid venture
#
(lldb) PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
/usr/bin/../lib/libLLVM-11.so(_ZN4llvm3sys15PrintStackTraceERNS_11raw_ostreamE+0x2b)[0x7f313e6a115b]
/usr/bin/../lib/libLLVM-11.so(_ZN4llvm3sys17RunSignalHandlersEv+0x34)[0x7f313e69ee84]
/usr/bin/../lib/libLLVM-11.so(+0xa73fd9)[0x7f313e69efd9]
/usr/bin/../lib/libpthread.so.0(+0x140f0)[0x7f314486f0f0]
/usr/bin/../lib/liblldb.so.11(+0xbb4fce)[0x7f314423efce]
/usr/bin/../lib/liblldb.so.11(+0xb9f2f0)[0x7f31442292f0]
/usr/bin/../lib/liblldb.so.11(+0xb9f84b)[0x7f314422984b]
/usr/bin/../lib/liblldb.so.11(+0xac2ddf)[0x7f314414cddf]
/usr/bin/../lib/liblldb.so.11(+0xacf755)[0x7f3144159755]
/usr/bin/../lib/liblldb.so.11(+0x5de029)[0x7f3143c68029]
/usr/bin/../lib/liblldb.so.11(+0x5dc96d)[0x7f3143c6696d]
/usr/bin/../lib/liblldb.so.11(+0x5dc28c)[0x7f3143c6628c]
/usr/bin/../lib/liblldb.so.11(+0x7e3b65)[0x7f3143e6db65]
/usr/bin/../lib/liblldb.so.11(+0x7e3f93)[0x7f3143e6df93]
/usr/bin/../lib/liblldb.so.11(+0x785938)[0x7f3143e0f938]
/usr/bin/../lib/liblldb.so.11(+0x786266)[0x7f3143e10266]
/usr/bin/../lib/liblldb.so.11(+0x5c2f96)[0x7f3143c4cf96]
/usr/bin/../lib/liblldb.so.11(+0x5c369f)[0x7f3143c4d69f]
/usr/bin/../lib/liblldb.so.11(+0x5c385a)[0x7f3143c4d85a]
/usr/bin/../lib/libpthread.so.0(+0x93e9)[0x7f31448643e9]
/usr/bin/../lib/libc.so.6(clone+0x43)[0x7f313d985293]
[1]    47911 segmentation fault (core dumped)  lldb

no the thing is, it hanged my computer

#

like tf

#

it's a remote process

tepid olive
#

oh lol

#

loss

valid venture
#

time to recompile everything/llvm to arm64e or does someone got a link?

subtle grail
#

what xcode version are you using

#

the one from xcode 11.7(?) works for me on 13.5 arm64e

valid venture
#

got to boot and reinstall macosx on a box ^^^

#

or just could download and go through the hell of extracting the xcode.xip

tepid olive
#

have fun waiting 30 minutes

valid venture
#

give a brotherman a file-share

#

k ty

tepid olive
valid venture
#

ik you got that m1 mac hayden

#

don't lie to me

tepid olive
valid venture
#

no like the debugserver binary

tepid olive
#

its downstairs

#

its not arm64e anyways i bet

#

lemme see

valid venture
#

should be standalone though

tepid olive
#

hi cutie

#

gonna pullup a new strap today signed with a dev cert

#

and im hoping it just solves all my problems

valid venture
#

@subtle grail post that here and just delete it after

tepid olive
#

there u go pal

valid venture
#

thanks papi

#

delete that cause i dont have perms

twilit jungle
#

We copy/paste devs don't

valid venture
#

removed 2 auth for some bot thing and forgot to reenable it

tepid olive
#

is there a reason to? lol

#

can do

valid venture
#

🤷‍♂️

#
dyld: incompatible cpu-subtype: 0x80000002 in /private/var/root/./debugserver-x
tepid olive
#

new arm64e abi moment

valid venture
#

ugh corellium open-source when

subtle grail
#

@valid venture try this

valid venture
#

why that file smaller than hayden's

subtle grail
#

i think its from an older xcode version or something idk

tepid olive
#

whos ready for the next amr64e abi change?

#

because it will come

valid venture
#

or just the qemu part ^

tepid olive
#

m1 doesnt even let u use ur own arm64e builds because its a preview abi sofuckingfunny

#

3 arm64e slices on arm64e tweaks

valid venture
gaunt mesa
#

bro

tepid olive
#

never seen a more consistently salty person towards everyone

valid venture
#

1st thing I found on google

#

damn for a checkmark, he's kinda boring

tepid olive
#

og jailbreaker

#

pangu hater

#

man pitched a whole hissy fit for literally years over pangu lol

subtle grail
#

does anyone here have any experience with Bonjour?

primal perch
#

@narrow mason

subtle grail
#

specifically, how would i get a set of different devices to recognize each other

narrow mason
#

Yes, @primal perch has experience

primal perch
narrow mason
tepid olive
#

@narrow mason

narrow mason
tepid olive
#

Hlo

narrow mason
#

did u see my reply to fantano on da twitter

tepid olive
#

No ill look

#

Lmfao

#

Thats funny

narrow mason
#

ty

#

took hours of creative thought

surreal mountain
subtle grail
#

is fork() blocked in springboard

narrow mason
#

Spoon

twilit jungle
#

I would hope so

primal perch
#

lmao

#

2 springboards

subtle grail
primal perch
#

when

subtle grail
#

oh

#

true

twilit jungle
#

Lots of services are either hosted in that process or go through it.

subtle grail
#

oh that makes sense, thanks

narrow mason
lethal kayak
#

sofuckingfunny

tepid olive
#

I have successfully copy and pasted pattern-Fs prejb

#

Yalu143 coming soon PES2_Pray

#

Donate $500000 to my patreon

#

Please

#

God if this monstrosity ever sees public eye

rain falcon
#

nfr

tepid olive
#

Shut up you’re drunk

#

H

rain falcon
#

its 9am

#

no drunk

#

just losing money

tepid olive
#

L

primal perch
#

hayden

rain falcon
#

its ok bro

primal perch
twilit jungle
primal perch
#

just have diamond hands

#

ez

rain falcon
#

bro see it went up 10

#

we ok

primal perch
#

gg

#

true

rain falcon
#

oh down

#

4

#

wtf

#

CHILL

#

oh up 15

#

ok

#

why is weed down

twilit jungle
#

Bruh thats a $1000 rollercoaster ride

rain falcon
#

go buy some crackheads

#

wtf

#

weed bro

#

BUY

#

@lethal ice METHHEAD BUY WEED

twilit jungle
#

Bro hasn't that been downhill ever since that became public?

tepid olive
#

If marijuana was legalized, many industries would go out of business nfr

restive ether
#

die of meth

rain falcon
#

nah its been up

#

idk y

tepid olive
rain falcon
tepid olive
#

You should try them

rain falcon
#

gme needs to chill bro

twilit jungle
#

You are on the wrong train if you want that

rain falcon
#

WTF

twilit jungle
rain falcon
#

its ok bro watch

#

2k later

grim sparrow
#

@wicked summit you do realise that injecting into Snapchat is a pretty good way to get banned. It checks all loaded libraries at launch

turbid fjord
#

FrCoal

grim sparrow
#

Man really do be charging $0.75 for a tweak with 24 LOC tweak that has a solid chance of banning you

turbid fjord
primal perch
lethal ice
rain falcon
lethal ice
#

i already have

rain falcon
grim sparrow
tepid olive
#

stfu

grim sparrow
surreal mountain
#

#FUCK @wicked summit

twilit jungle
tepid olive
#

I thought the whole point was that it doesn't inject into Snapchat?

grim sparrow
#

That’s what I thought

tepid olive
#

SecretShot does not hook Snapchat classes, meaning Snapchat will not detect any tweak injection.

grim sparrow
#

It’s literally just hooking UIKit and reversing the bool

turbid fjord
#

#CancelYulky

primal perch
#

GME

#

🚀🚀🚀🚀🚀🚀🚀🚀🚀

tepid olive
#

the whole point is

twilit jungle
#

Thats not how checking for libs work

#

It doesn't matter what you hook, if the lib (tweaks are libs) gets loaded in the process it can detect it

grim sparrow
#

I thought the whole point is that it never injected into Snap

tepid olive
#

@wicked summit bruh did you really

#

BRUHH

twilit jungle
grim sparrow
#

You’re not wrong by saying you aren’t hooking Snap classes, but you’re still hitting Snap

primal perch
#

even if it’s not loaded it can detect it

grim sparrow
#

^^^^

#

That’s my point

primal perch
#

read check to /Library/MobileSubstrate for example

twilit jungle
#

You can 100% do this without loading into Snapchat

grim sparrow
#

^^^^

rain falcon
#

@primal perch HERE IT COMES

grim sparrow
#

Snapper does

tepid olive
#

holy shit @wicked summit is a worse developer than i thought

wicked summit
grim sparrow
#

It’s a CFNotification from Springboard, have fun

surreal mountain
#

jesus

grim sparrow
#

Just block that from being posted in the first place

tepid olive
surreal mountain
#

thats embarrassing

twilit jungle
#

You don't even need to hook the notification observer/posting API

tepid olive
#

“it does not inject into snapchat classes” sofuckingfunny sofuckingfunny sofuckingfunny sofuckingfunny sofuckingfunny

surreal mountain
twilit jungle
#

There is literally a method that determines whether or not to notify apps that screenshot was taken.

tepid olive
#

read dyld docs pls

grim sparrow
#

I wonder how many people have been banned because of this

wicked summit
#

none

#

you're so dumb bruv

grim sparrow
tepid olive
#

ok mr i don’t hook snapchat

surreal mountain
grim sparrow
#

Snapchat checks loaded libraries

#

It bans if it finds one it doesn't like

#

you're injecting into snapchat

wicked summit
#

Yea I know, there are tweaks that hook UIKit and are loaded into Snapchat just as well

surreal mountain
#

and get you banned

grim sparrow
#

and they ban you

surreal mountain
#

ive had that happen

#

many times

#

lmfao

grim sparrow
#

that's why you need to use Choicy on snap

wicked summit
#

Depends

surreal mountain
#

on whta?

grim sparrow
#

lol

surreal mountain
#

what does it depend on?

#

i'll wait.

wicked summit
#

Has anyone been banned by SecretShot?

#

😐

twilit jungle
grim sparrow
wicked summit
#

the answer is no

grim sparrow
#

And you know this how

tepid olive
#

@wicked summit if you’re going to release a paid shitty tweak that puts customers at risk of getting banned from a platform, you are in the wrong and need to admit it

grim sparrow
#

I am convinced you open sourced and made free because you knew you fucked up

tepid olive
#

paying for a ban smh

wicked summit
#

Yes

wicked summit
#

If they were banned

#

And I've had it for over a month, i think I shoulda been banned by now as well

#

There is a reason I took it down from being paid smh

surreal mountain
#

because it wasn't worth it in the first place

primal perch
grim sparrow
twilit jungle
#

It works even when disabled LITERALHOW

lethal kayak
#

18+

restive ether
twilit jungle
#

Does Choicy just show all tweaks for all processes or does it actual filter to what process each tweak gets loaded in?

tepid olive
#

who's gonna tell them

restive ether
#

you can switch it though

twilit jungle
#

Thats a dead give away then

restive ether
#

but that’s just for what processes are being injected into

#

i don’t know if he does it for apps, i can’t remember

grim sparrow
#

Would of been better to just filter UIKit and block detection in every app

restive ether
#

is that not what he’s doing

#

42 lines

twilit jungle
#

Yeah but he is only loading the tweak in Snapchat

restive ether
#

just steal snapper’s code

#

easy

twilit jungle
#

fr Only need to load in SpringBoard

#

I am not surprised by the hacky solutions people come up with now days

restive ether
#

anything to be a weirdo about people’s photos they send

gaunt mesa
#

there is literally a glitch in snapchat

#

that works right now

#

where u can easily screenshot whatever u want

grim sparrow
#

Always will be

gaunt mesa
#

its bcuz they started porting over to swift fr

grim sparrow
#

I just have Snapper because it’s much faster for making cropped screenshots

#

And save to clipboard

gaunt mesa
#

i am still yet to jailbreak

primal perch
#

then again this sub and server is all 14 year olds

#

ergo horny as fuck

gaunt mesa
#

nah

#

9 year olds

#

and then the arabics that don't speak proper english in support emails

grim sparrow
gaunt mesa
#

?

#

ur weird

twilit jungle
#

false am not 14 but I won't deny being horny

grim sparrow
#

My favourite support email is asking what happened to Charlie

gaunt mesa
twilit jungle
gaunt mesa
#

u just said that to get rid of him

#

lmao

twilit jungle
#

Nah I am a theory dev, I haven't developed for past 2 months

primal perch
#

why do you think uro has always said that

twilit jungle
#

Literally playing minecraft and GTA

primal perch
#

and staring at gme ticker

twilit jungle
gaunt mesa
#

playing minecraft

#

true

#

gonna hop back on once i finish this shit

twilit jungle
#

I paid $1000 for the GME rollercoaster ofc I am going to stare at it

ashen birch
#

gm sexies

twilit jungle
#

And like all rollercoasters, its going to end up on the ground

tepid olive
primal perch
#

we’re just in the build up rn

twilit jungle
grim sparrow
tepid olive
grim sparrow
#

It was some old German guy

misty cradle
#

You can 100% do this without loading into Snapchat
@twilit jungle u can do it by only loading into SB

grim sparrow
#

Exactly

twilit jungle
grim sparrow
#

That’s the point sergeant

misty cradle
#

That’s what I did for my tweak but I won’t make it public bc in 90% of the times it will be used by either teens or creeps to save nudes

grim sparrow
#

You don’t need to inject into Snap, risking bans, for it

primal perch
#

gme 168

primal perch
#

170

#

get ready boys

misty cradle
#

True

primal perch
#

lift off

#

🚀🚀

misty cradle
#

I will release it

leaden pike
#

can anyone here help me fix my switches ? toggles arent changing on ios 14

misty cradle
#

80 cents

grim sparrow
#

L

misty cradle
surreal mountain
#

i’m literally 4% red today😐😐😐😐

grim sparrow
#

L

primal perch
#

stocks only go up

#

178

surreal mountain
#

only from kong’s

primal perch
surreal mountain
#

kong’s

#

longs

grim sparrow
#

lol

misty cradle
#

Ok releasing HSWidgets 2 paid

twilit jungle
misty cradle
#

The difference? It will be compiled for iOS 14 arm64e

twilit jungle
#

HSWidgets literally obsolete after [redacted]

misty cradle
#

Doesn’t mean it’ll work troll

twilit jungle
#

Its on my device /s

misty cradle
#

Ok what is the best way to release paid tweak in less than a day without ripping people off

surreal mountain
#

impossible

twilit jungle
#

Search github for open source tweaks, find one that hasn't been updated for modern iOS version. Update it in like an hour and boom you got your $5 product

misty cradle
#

It will be 2$ product

restive ether
surreal mountain
#

LMFAO

#

tell me they got 0 sales

#

maybe 1 for testing

tepid olive
twilit jungle
#

Nah that $0.75 is actual research well lack of research, its applying iOS dev knowledge into tweaks hence hacky solution.

#

Anything less than $1.50 is genuine content

gaunt mesa
#

it makes dock invisible

restive ether
#

the best part is the .75 is the temporary 8 week discount

tepid olive
#

ill make a tweak that tells you if you are jailbroken for 5 dollars

grim sparrow
twilit jungle
#

We copy paste devs only sell at > $2

grim sparrow
#

hook Springboard application did finish loading, add UIAlertView saying you're jailbroken

#

genius

gaunt mesa
#

ok bro selling multipla copy paste for $69

gaunt mesa
tepid olive
serene hull
#

"make do" isnt working in VSCode terminal

surreal mountain
#

can you give more info

twilit jungle
#

If it doesn't work once, try twice. make do do

surreal mountain
#

LMFAO

grim sparrow
#

how the fuck

primal perch
#

make do^2

tepid olive
#

make make do

#

then you can run make do

twilit jungle
tepid olive
#

what will it do?

gaunt mesa
#

that's cool

twilit jungle
#

So FTP

gaunt mesa
#

still waiting on ghostuhh protocol

twilit jungle
#

So it goes through a server?

gaunt mesa
#

then no ssh

twilit jungle
#

Ah

gaunt mesa
#

true

#

wtf

#

test ios 9 on an iphone 6

tepid olive
#

bro mullvad's site is down

gaunt mesa
tepid olive
#

so i cant log on in my phone

gaunt mesa
#

it doesnt/

#

damn

twilit jungle
#

wdym you can only build 64-bit?

#

Oh

primal perch
#

loss

tepid olive
#

so many people think this is a full jb

restive ether
#

words? lol wtf are those

surreal mountain
#

@gaunt pewter good work that's useful

#

would use it

tepid olive
#

drwxrwxrwx root/root 0 2021-02-24 16:49 1632.40.29/ -rwxrwxrwx root/root 6930432 2020-09-26 09:19 1632.40.29/AppleSEPOS.t485ap.release-1632.40.29 drwxrwxrwx root/root 0 2020-10-06 14:22 1632.40.31/ -rwxrwxrwx root/root 6930432 2020-10-06 14:10 1632.40.31/sep-firmware.t485.RELEASE

#

this mean anything for anyone familiar with sep or sepos?

#

cant seem to open it in a text editor or execute it, but seems to have something to do with sep, maybe decryption keys although i really don't know

tepid olive
turbid fjord
#

Find a Sep bypass while your at it

tepid olive
#

funnies sep bypass bro!!!

#

cock

tepid olive
robust radish
tepid olive
#

true

upbeat wyvern
#

@robust radish sig and I just did something like that in bash, not sure why neither of us knew about that lol

#

of course that code is much more complicated than the dd code we wrote lol

#

and does... the same thing essentially

faint timber
#

use pysep

#

@tepid olive

#

wait

#

matty deleted it

#

tf

tepid olive
misty cradle
tepid olive
#

LETS GO

#

NICE

lethal kayak
gaunt mesa
turbid fjord
tepid olive
gaunt mesa
upbeat wyvern
#

yeah - that's from me - as you can see from the fact that I got tetherme running on my 12 pro 😛

#

he sent em a DM and asked about it and I confirmed lol

surreal mountain
#

ok

#

true

tepid olive
#

all i want on my phone is procursus tools tbh

#

if i can use those, i'm going to 14.3 ASAP

gaunt mesa
#

big fucking rip

wicked summit
#

snowboard injects sc dead

gaunt mesa
#

?

#

why would a theming engine inject into snapchat areu okay?

tepid olive
#

it injects in UIKit?

gaunt mesa
#

actually it probably injects into uikit

#

yeah

#

u can get banned for just having snowboard and snapchat lol

tepid olive
#

lmao it has UI theming, it surely would inject

tepid olive
#

why are you still trying to justify your snapchat shit

gaunt mesa
#

yeah

#

ong bro no one cares anymore

#

its been like 6 hours everyone already forgot

#

and ur reputation was already ruined fr

surreal mountain
#

:sofuk

gaunt mesa
#

?

#

what is sofuk

tepid olive
#
    void *security_handle = dlopen("/System/Library/Frameworks/Security.framework/Security", RTLD_NOW);
    if(security_handle == NULL) return;
    void (*CC_SHA1)(const void *data, long len, unsigned char *md) = (void (*)(const void *data, long len, unsigned char *md))dlsym(security_handle, "CC_SHA1");
    if(CC_SHA1 == NULL) return;```
#

thanks objc++

turbid fjord
#

How much is it to get my Snapchat banned?
I heard someone made a tweak that helps get it banned

gaunt mesa
#

u pay 75 cents to get snapchat banned

#

premium ban price

tepid olive
gaunt mesa
#

true

tepid olive
#

he made snap ban tweak

turbid fjord
#

Epic

gaunt mesa
tepid olive
#

download now!

turbid fjord
#

YES

wicked summit
#

doesn't work, not banned 😔

timid briar
#

I don’t use snapchat can I still get banned :-)

tepid olive
gentle grove
#

&&&*whhwhwnekfid

tepid olive
#

now 99% of the .m file is comments

#

damn i should make that a pure c source file

#

remove nsstring

gaunt mesa
#

i wonder why its forcing u to cast ur dlsyms

#

@tepid olive

#

since mine don't need it at all

#

not iokit or lmg

grim sparrow
tepid olive
#

probably both

tepid olive
tepid olive
gaunt mesa
#

that shouldn't be the case is what im saying

#

lmao

tepid olive
#

my file is processed as objc++ and i kept it that way in the .m

restive ether
#

MFERS ARE CROSSED IN DEVELOPMENT

tepid olive
#
    CFPropertyListRef (*MGCopyAnswer)(CFStringRef property) = dlsym(gestalt_handle, "MGCopyAnswer");
                        ^                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
#

so i just casted the dlsym

#

objc++ is like that

gaunt mesa
#

like i said

#

weird

restive ether
#

your mother too

gaunt mesa
#

ok ur so funny

#

we all laughed

tepid olive
#

burrit0z is mother

#

i'm mother

upbeat wyvern
#

@tepid olive what tools do you need that I'm missing? once this is done I need to do some updates

gaunt mesa
#

hello developer

tepid olive
#

hello tale

gaunt mesa
#

how get tetherme free eta pls

#

wen unc0ver 24 sam

tepid olive
#

don't recall if you had fish

gaunt mesa
tepid olive
#

that's what i use on my iPad

gaunt mesa
#

why at runtime

subtle grail
#

you could probably do it with an ifdef or something

gaunt mesa
#

that's not runtime lol

subtle grail
#

yeah

gaunt mesa
#

the preprocessor one is ```c
#if arm64e

tepid olive
#

why runtime

#

and not when compiling?

#

you have multiple slices anyways

restive ether
#

e or no e, that is the question

tepid olive
#

ok

#

idk

#

is it not a fat binary like wtf??

#

rust binaries in arm64e work?

#

yeah

#

if its a daemon

#

if its in rust idk what to tell you, i dont know anything about detecting architecture in that

#
/bin/sh (for architecture x86_64):    Mach-O 64-bit executable x86_64
/bin/sh (for architecture arm64e):    Mach-O 64-bit executable arm64e``` mood
gaunt mesa
#

just use swift and strip it

grim sparrow
#

Capt Inc moment

tepid olive
#

strip deez nuts

gaunt mesa
tepid olive
#

🏳⚧🏳🌈🇧🇦Today at 7:41 PM
Capt Inc moment

grim sparrow
#

Smh

gaunt mesa
#

🏳️⚧🏳️🌈🇧🇦Today at 7:41 PM
Capt Inc moment

grim sparrow
#

🏳⚧🏳🌈🇧🇦Today at 7:41 PM
Capt Inc moment

gaunt mesa
#

🏳⚧🏳🌈🇧🇦Today at 7:41 PM
🏳️⚧🏳️🌈🇧🇦Today at 7:41 PM
Capt Inc moment

tepid olive
#

:NotLikeChika: Gender: A scam invented by bathroom companies to sell more bathrooms.

grim sparrow
#

True

tepid olive
#

NotLikeChika Gender: A scam invented by bathroom companies to sell more bathrooms.

#

true

restive ether
tepid olive
restive ether
#

we just passed a bill that bans discrimination based on identity & sexual orientation

#

they weren’t happy

#

blah blah blah men in woman bathrooms blah blah blah men in woman sports

half walrus
#

if anyone wants to send an email to beans@krit.me real fast

#

need to make sure it works

subtle grail
#

mobilegestalt: MGCopyAnswer(kMGCPUArchitecture)

restive ether
#

beans

subtle grail
#

beans

tepid olive
#

cock

rain falcon
#

meth

surreal mountain
#

@gaunt pewter go ahead giveme xenon

subtle grail
#

yeah

tepid olive
#

just use mac fan control?

#

google dot com

#

it’s super mainstream lmao

#

i’m on a phone sorry

#

literally first result

#

probably

rain falcon
tepid olive
#

hi, i found this application that was ported to ios called kde-connect that lets you control your linux desktop from your phone, however i don't have much experience or access to xcode to build it cus no mac 😦
is anyone able to help me get this into an ipa? :x
https://invent.kde.org/wxiao/kdeconnect-ios

cloud sundial
#

40 lines of code = $1 tweak

#

Like bruh

restive ether
cloud sundial
#

You get my point

cloud sundial
#

You're looking ass

cloud sundial
#

Huh?

restive ether
#

hello

tepid olive
#

you have a big brain, are you able to help me @restive ether

tepid olive
#

all for an ipa, hek

#

i guess ill get to work then

half walrus
#

oh lmfao guess they did all send

#

just got sent to my spam folder

tepid olive
#

@tepid olive you are spam

narrow mason
#

krit alive

#

wtf

tepid olive
#

wtf

tepid olive
#

Jesus fuck

#

I was a shit coder a few weeks ago

#

So many bad practices

#

And bloat

#

Anyways

#

I finally fixed the script and it’s like

#

Perfect

surreal mountain
tepid olive
#

This is it now

#

Also this somehow fixed that fucked up check that was keeping my script together

#

just got that kdeconnect ios app installed on my phone because i thought it seemed interesting

#

kind of a pain, all of the cocoapods files are so outdated and it requires changing a lot in the build system

#

i mean the app looks like it hasnt been updated since ios 8, only things working are touchpad and ping, share url is just opening up the kdeconnect home page so the thing behind it is working

#

can confirm that the mpris function, which appears to only control volume does not work

tepid olive
#

I was

surreal mountain
#

i made my own sudo

#

true

upbeat wyvern
#

@surreal mountain pretty sure chmod u+s /bin/bash is your own sudo too :p

gentle grove
#

That's more like su than sudo

upbeat wyvern
#

Then you just run it like bash -c “command”

#

Like sudo :p

half walrus
#

would anyone happen to know how to get an instance of an object from memory

#

only gets -init -ed once at the start of the process and the entire process essentially works through that init call

#

no shared instances

#

no hooking libraries available

#

and i cant inject before the object is init-ed

#

so it seems like finding it on the heap is the only option

lapis vessel
upbeat wyvern
#

@half walrus does it call anything anywhere with that as an argument?

#

and uh, does it save it at a static location or malloc it?

#

and what type of object is this?

#

you said heap so it must be like something that gets alloc init'd

lapis vessel
#

yeah I definitely think hooking even without a hooking library is the way to go

tepid olive
#

POC vid of yalu143 😎 😎😎😎😎😎😎😎😎😎🥴🥴🥺

#

I’ll take my $1000 in donations please

tepid olive
turbid fjord
#

Amazing

#

MattBreak > any other JB

tepid olive
#

ok super frère

#

some guy told me just installing substitute on checkra1n works without fucking your device? is this true?

tepid olive
#

lmao

#

it works great, much better than substrate

#

didn't work before but does as of 2.0

lime pivot
#

substitute should already work everywhere (iOS 11+) anyway

tepid olive
#

ok installing substitute on my procursus now

tepid olive
tepid olive
#

......

#

wen release???

#

much speed jailbreak

#

wen c0met drops

#

ok i will be waiting

#

I may try and attempt to find better r/w prims tho

#

Because this exploit sucks musty cock by doing it this way

#

ntwerk

#

I think I have an idea for r/w prims tho

#

Will test when I get around to doing it nfr

#

read write deez nuts

#

burrit0z

#

With all due respect

#

Shut the fuck up

tepid olive
#

@upbeat wyvern is it intended that with substitute > 2.0, attempting to hook a selector that doesn't exist on the target class causes a crash? I'm only asking because it's not the behavior of substrate, and seems to only be a thing in the latest version. There isn't any mention of it in the changelog that I can see, either.

This isn't really any issue, but I can see this having the possibility of breaking tweaks which don't check before attempting to hook.

#

I’m going through this exploit

#

And uhh

tepid olive
#

true

native relic
#

Anyone know of a way to hook a shortcut action?

#

With parameters if poss. Would like to call a tweak from a shortcut

#

If there’s a tweak or source code available to do it already

tepid olive
#

have your tweak expose one that is, and hook that

native relic
#

That’s a great idea, thank you

tepid olive
#

I have so many exploit source code tabs opened rn nfr

misty cradle
#

MattStar45 real exploit dev now

tepid olive
#

I have idea

#

I’m trying salute

tepid olive
tepid olive
#

Nah but fr tho I’m just trying to come up with different r/w prims with cicuta_virosa

#

I’m tired of waiting 2m to jb

turbid fjord
tepid olive
#

No sorry

#

Run the exploit

turbid fjord
#

Oh

#

Ahh

tepid olive
#

I’m looking at the exploit synactiv uploaded

#

It uses IOSurface

#

So I think I’m gonna try and replace using sockets with IOSurface instead?

#

It should be more quicker tbh

#

I’m gonna try and see how it holds up

whole blade
#

Does anyone know what causes this issue with my own repo?

narrow mason
whole blade
#

okay

#

i was directed here sorry

#

It is my repo tho so wouldnt people here know

narrow mason
#

Well technically yes, I misread it and didn’t see it was your repo

#

Sorry lol

tepid olive
#

@whole blade is it doing it with other repos, or is it only yours

whole blade
#

just mine and u good twitter famous

#

i prob did something wrong

#

i can link my github possibly

primal perch
#

what is it hosted at

twilit jungle
#

http

whole blade
#

and i tried http and https when entering the source

granite frigate
tepid olive
#

lets go back to ftp

whole blade
#

reject http return to ftp

#

but does any1 know the issur

tepid olive
#

sorry idk

whole blade
#

rip

tepid olive
whole blade
#

ight thanks bruv

#

yeah its a bit sloppy ill try that

tepid olive
#
Package: com.isaiahzimmerman.macos10icons
Version: 1.0.1
Architecture: iphoneos-arm
Maintainer: Isaiah Zimmerman
Filename: ./debs/macOS_10.0_icons.deb
Size: 4306504
MD5sum: 979cb77a801e448dac78bad7242d2d00
SHA1: e6c065145db4424b86e8615d70e13a4aeb4cf713
SHA256: 93a283b46bedf08602148119373ac7c35805f7e66ca2180bfb0e733a74da212d
Section: Themes
Description: A theme with beautiful icons!
Author: Isaiah Zimmerman
Depiction: http://repo.isaiahzimmerman.com/depictions/?p=com.isaiahzimmerman.macos10icons
Name: macOS 10.0 icons

and similarly for the other one

whole blade
#

so what specifically should i do

#

the depiction

granite frigate
#

the name

#

get rid of spaces ig

tepid olive
#

the one you have returns 404

#

for filename, remove spaces and change the actual filenames accordingly

tepid olive
#

why not just do sbreload &

grim sparrow
tepid olive
#

just do unsetopt monitor fr

twilit jungle
#

Ah yes so that we can create crashlogs by calling sbreload from SpringBoard

tepid olive
#

add it to zshrc

whole blade
#

is there something wrong with it

#

im just a smooth brain who used a repo template

twilit jungle
#

Same

primal perch
#

same

tepid olive
#

im a gay developer

stuck wyvern
#

me too

tepid olive
#

@tepid olive damn finally admitted it

primal perch
tepid olive
#

Add and PR

primal perch
#

what software is that

lethal kayak
restive ether
#

no

upbeat wyvern
tepid olive
#

Yeah, sure, I'll write an example project in a few minutes to trigger it

restive ether
lethal kayak
restive ether
#

yes

upbeat wyvern
restive ether
#

2018

#

many moons ago

upbeat wyvern
#

yeah

#

I mean it's possible it got unfixed somehow but I can't see it by looking at code lol

#

will see if the sample code does it or maybe it's somewhere else

#

like maybe it's trying to pac null somehere?

tepid olive
#

The one on my github

tepid olive
gaunt mesa
#

sam why is that your github picture fr

tepid olive
#

fr tho

#

it crashes when the selector is NULL and the pointer for the orig function is NULL

#

(if you supply NULL as last argument)

primal perch
restive ether
#

SHA512

tepid olive
#

I just use all fr

primal perch
#

sha2048 or bust

whole blade
#

U mean my repo?

restive ether
#

that’s the point

whole blade
restive ether
#

packages using bzip2 woeis

primal perch
#

let’s zero out the disk 10 times

tepid olive
#

i use md5 to hash my passwords and then i upload it to pastebin

primal perch
#

it’s 10x more secure than once

tepid olive
#

I rot13 my passwords 10 times

#

secure deez nuts

primal perch
#

me? i prefer to write out with 0x45

restive ether
#

loss

#

add apt patch to support them troll

tepid olive
#

hardware accelerate some bitches

primal perch
#

add apt patch to get some hoes

#

true

restive ether
#

bruh

tepid olive
#

i use cum for hashing

restive ether
#

hash slinging slasher

primal perch
#

can burrito go longer than5 minutes without saying cum or cock

#

no. no he can’t

restive ether
#

no

tepid olive
#

actually [redacted] us more secure than cum1

#

cum1 is old

#

cum0 better