#development

1 messages · Page 494 of 1

indigo peak
#

say less

high citrus
#

After a while... I have Android

hardy glen
#

this community is pretty good in terms of helping people out, you should see the ps4 homebrew community, everything is obfuscated and vm protected up the ass just to make sure noone can reverse their shit. tough learning curve

indigo peak
#

im trying to make a win spoofer but idk how to make my code not have 10 billion if statements

#

it already looks like shit

#

its a NSString

#

switch statements need some sort of int

#

so you can do char, but not NSString

hardy glen
#

can’t you store the data in a array and use a forloop

high citrus
#

maybe don't base your tweak on strings, because it probably won't work if the language is changed

indigo peak
hardy glen
#

i feel like it would be better also if you did go that route you can store the strings in an array. and then for loop and then your if condition

tepid olive
#

the 3ds homebrew community is definitely superior though

hardy glen
tepid olive
#

I’ve made some devkit apps before wholesome

hardy glen
#

i still don’t have the sdk. i have been using the open orbis sdk

tepid olive
#

joe

hardy glen
#
for (int i = 0; i < arr count; i++){
if name == arr[i] {
 orig(69);  
else if ...
orig(100);

``` i am on phone ![fr](https://cdn.discordapp.com/emojis/712506651520925698.webp?size=128 "fr")
#

since you are passing 100 as a parameter so many times. it ll be best not to use repeated lines of code

#

orbis os, operating system for ps4

indigo peak
hardy glen
#

you can do that in your if statements

#

thats the way i could see it being less lines of code, maybe a bit cleaner

indigo peak
#

eh ill figure it out eventually

hardy glen
#

idk how to explain it through the phone i wish i could use my laptop but i have it updating

indigo peak
hardy glen
#

my code is hideous though

indigo peak
#

¯_(ツ)_/¯

#

right there with you

hardy glen
#

here actually i ll post source code of a tweak i wrote

restive ether
#

joe

hardy glen
#
#include "Tweak.h"


%hook SBIconImageView
- (id)contentsImage {
    if (%orig){
        iconImage = %orig;
    }
    return %orig;
}
%end

//Hook for the SpringBoard Icons
%hook SBIconLabelImageParameters
- (id)font {
    return [UIFont fontWithName:@"HelveticaNeue" size:14.0];
}

- (BOOL)isColorspaceGrayscale {
    return NO;
}

- (id)textColor {
    Helper *help = [[Helper alloc]init];
    if (iconImage){
        
        return [help averageColorWithImage:iconImage];
    }
    return [help randomColor];
}
%end

//Multitask Hook
%hook SBFluidSwitcherItemContainerHeaderItem
-(id)titleTextColor{
    if (self.image){
        Helper *help = [[Helper alloc]init];
        return [help averageColorWithImage:self.image];
    }
    return %orig;
    
}
%end


%hook SBIconLegibilityLabelView
-(void)setImageParameters:(id)arg1{
    Helper *help = [[Helper alloc]init];
    self.layer.cornerRadius = 5;
    self.layer.masksToBounds = true;
    if (iconImage){
        self.backgroundColor = [help secondaryAverageColorWithImage:iconImage];
    }else {
        self.backgroundColor = [help randomColor];
    }
    
    return %orig;
}

%end
lethal ice
#

you called %orig 3 times

#

save it as a variable

hardy glen
#

and i am calling a swift method to calculate the primary color of the image every time those methods are called

#

lmao i wrote that really quick. that code sucks

lethal ice
#

gm

hardy glen
#

Wanted to see how fast I could make a color badges bootleg

#

What is Joe

faint lionBOT
hardy glen
#

Is it like a random feature packed tweak?

#

Yea that’s a good way to start learning

restive ether
hardy glen
#

is it paid

#

Yea I don’t want to make tweaks since mostly everything is recycled

#

I would say I learned a lot. Especially since I dived into hooking swift

#

Taught me alot of important things

#

I feel like low level attracts me more than high level stuff

lethal ice
#

assembly 🥒

#

money tho

#

you can sell out and still be a good developer

hardy glen
#

Fax

#

I have a good idea for a tweak that has not been made. But I have been delaying it for some reason

lethal ice
#

rip

hardy glen
#

Might as well make it free

lethal ice
#

money must not motivate you much

hardy glen
#

Money important

lethal ice
#

it's pretty true when you make a tweak and then just get free money forever

hardy glen
#

I quit my job and I am broke and I have been thinking about making a good tweak lmao

#

Spend like a good week and work on it

lethal ice
#

i don't have a job either

#

i'm sure you could find some shitty idea to sell

indigo peak
#

@tepid olive im looking at libpropr and i have a question:

+ (int)intForKey:(NSString *)key {
    id value = [self.shared.defaults objectForKey:key];
    return (value != nil) ? [value intValue] : 0;
}``` if i try to get a key that doesnt exist, it will return 0, right?
hardy glen
#

You know which devs are doing great right now, udevs and Miro

indigo peak
lethal ice
#

true rip

misty cradle
lethal ice
#

just make ios 9 control center on 13

misty cradle
#

wtf

lethal ice
#

ez tweak idea

misty cradle
#

why != nil

#

makes it more confusing

#

just

#

value ?

indigo peak
hardy glen
#

Sbsettings14

misty cradle
#

why capt writing libpropr

#

🤨

hardy glen
#

Libcapt

indigo peak
#

make the ios 7 volume hud on ios 13/14

lethal ice
#

libcapt would be too gay

misty cradle
#

homophobic too

indigo peak
#

libpropr has a good flow to it

misty cradle
#

first meth addict now

lethal ice
#

wtf

misty cradle
#

homophobic

lethal ice
#

tr1 smoke meth n hates gays

misty cradle
#

u can toggle the ios 12 volume hud still

#

i think

indigo peak
#

¯_(ツ)_/¯

hardy glen
#

iOS 15 tweak idea- MakeSafariGreatAgain and put the search bar back where it belongs

lethal ice
#

do it

indigo peak
#

make a tweak to remove private tab

lethal ice
#

make money

indigo peak
#

remove the horny

#

too much work

#

id much rather remove a uielement button from the subview

hardy glen
#

Mans fighting temptations

indigo peak
#

fr

hardy glen
#

Stop the cap

misty cradle
#

i use incognito for everything

indigo peak
#

it makes it easier to enable stock features

hardy glen
#

Big cap

misty cradle
#

i dont wanna look at my safari history and be like

hardy glen
#

I was on day 31 and I relapsed 😔

misty cradle
#

why the fuck did i look that up

hardy glen
#

Just yesterday

indigo peak
#

or make it so when you open a private tab it does a uialert

#

and is like

#

you horny fuck

#

kys

#

yeah

#

perfect

hardy glen
#

I feel like a failure after failing, I had high hopes to go longer

indigo peak
#

meanwhile when my parents tell me to look something up i look iot up in private since i dont want me ads tailored to ninja blenders

hardy glen
#

The funny thing is, it really does help. I was remembering shit I didn’t even know I remember and I was much more appreciative of the world and nature when I was driving and shit

indigo peak
#

alright cya

#

have fun

hardy glen
#

Cya

indigo peak
#

@hardy glen i might use an in line if statement thing

#

the ?:

#

thaty trhing

#

so i dont need to have a billion and one if statements

hardy glen
#

Rip. I’ve been meaning to learn python but I’ve been in love with c++ for too long.

indigo peak
#

python is great

#

i made a csgo skin swapper in python so i dont need to pay

#

lmao

#

granted it does crash my game

#

¯_(ツ)_/¯

#

only some times

hardy glen
#

Yup I love Piracy

indigo peak
#

is it considered piracy?

#

its client side

hardy glen
#

most likely lmao

#

No clue

indigo peak
#

¯_(ツ)_/¯

#

oh well

#

if i get banned from here

#

i get banned from here

#

cant really do anything about that

hardy glen
#

I haven’t done much game hacking on windows, but I’ve been planning to

#

I am actually learning OpenGL at the moment

indigo peak
#

csgo at least was pretty easy

#

prob since i had all of the offsets at hand

#

and easily accessible

dawn forum
#

What is this?

indigo peak
#

csgo skin changer

dawn forum
#

Skin swapper floshed

#

Y

indigo peak
#

bc im broke

hardy glen
#

Game hacking.. I would much rather prefer c++.

dawn forum
hardy glen
#

Doesn’t csgo have a anti cheat in place

indigo peak
#

yess

dawn forum
#

Yes

indigo peak
#

i dont reallyt use it thaty much actually

#

it was mainly for the experience

dawn forum
#

Rip acc

hardy glen
#

Real hackers use Cheat engine.

dawn forum
#

Hackers

indigo peak
#

real hackers use the built in speed hack in cheat engine

dawn forum
#

Hackers ≠ cheaters

hardy glen
#

A hacker can be a cheater

#

I am a hacker, I grabbed this guys ip from a grabify link

dawn forum
#

That’s not hacking

hardy glen
#

I am totally in the mainframe rn dude

dawn forum
#

I can’t

#

Back door the bitch then.

hardy glen
#

Yea I am gonna ping the ip real quick thru cmd and fry his router

dawn forum
indigo peak
#

@hardy glen

#

perfect

faint timber
#

ternary logos objc moment

hardy glen
#

Whatever works for you lmao

slender glade
#

xcode speaking facts rn

indigo peak
#

idk i can try

#

i havent been able to compile with %orig(valueForKey(@"pool_wins") != nil ? valueForKey(@"pool_wins") : arg1); bc comparing nil and int go brrrr

#

oh wow

#

it compiled

#

yay it worked

#

thanks capt

surreal mountain
#

more gamepigeon cheats?

indigo peak
#

yeah

surreal mountain
#

how are they coming along

indigo peak
#

win spoofer

#

surprisingly well

surreal mountain
#

so not actual game modifications but

#

just spoofing wins

indigo peak
#

¯_(ツ)_/¯

#

just an addition

surreal mountain
#

true

indigo peak
#

3 days later i got anagrams solver working

surreal mountain
#

make good prefs

#

damn

#

anagrams solver

#

thats sick

#

petition to make apps instead of prefs

indigo peak
#

thats the pref

surreal mountain
#

goat

indigo peak
#

theres more on the bottom

#

i attempted to use cephei

surreal mountain
#

cephei makes life easier

indigo peak
#

do you know if in cephei you can put a subtitle in a button?

surreal mountain
#

i prefer to not have deps though so i don't use it

indigo peak
#

yeah well most people have cephei installed so thats why i used it

surreal mountain
#

exactly\

indigo peak
#

otherwise i wouldnt have used any deps

tepid olive
#

I had to use Cephei because I couldn't read prefs from a sandboxed process otherwise, even with the method Capt mentioned

indigo peak
#

hm

#

i added cephei AFTER i made the prefs originally

#

like when they looked like a stock pref page

#

then i added cephei

#

baller idea

#

i make a chess ai in objective c

#

and add it to the chess imessage game

surreal mountain
#

there are probably open source chess ais

indigo peak
#

1 google search

indigo peak
#

@surreal mountain do you think it would be efficient/worth it to put a chess ai into imessage games fr

primal perch
#

if you do just charge money

lethal ice
#

true

indigo peak
#

but

#

the whole poitn was to make it free

#

and open sourced

#

i dont want anyone to have to pay/pirate my tweak

lethal ice
indigo peak
#

if they want to donate as support, well i cant control them

#

but i just wanted to make it free and open source

#

thats my mission

primal perch
#

why pass up on revenue tho

#

bird shit devs have made like 6000 at least

indigo peak
#

oh yeah 100%

primal perch
#

if it’s better idk why you would miss out on that

indigo peak
#

¯_(ツ)_/¯

lethal ice
#

true money

indigo peak
#

i just dont think that many people would buy mine if bird poop exists

#

bird poop has been out for longer

#

and it was the first

primal perch
#

i mean if u want

lethal ice
#

i just like money

primal perch
#

i don’t think people will complain about free

primal perch
lethal ice
#

true

indigo peak
primal perch
#

money

#

it’s a crime

indigo peak
#

im also making it free

#

so if theres any bugs or imperfections

#

i dont get smited

primal perch
indigo peak
#

its not a bug

lethal ice
#

if

indigo peak
#

its a feature

indigo peak
# lethal ice if

yeah i was being to generous, when the bugs happen and your phone gets bricked

gaunt mesa
#

bird poop sucks ass

indigo peak
#

trol

lethal ice
#

true shit tweak

primal perch
#

it’s literally shit

lethal ice
#

in the name yeah

primal perch
gaunt mesa
#

use pigeonhax if u need a good one for free

#

aka the one i made and am never gonna release

primal perch
lethal ice
#

u should see the one shep made and never released

primal perch
#

wtf

#

true

gaunt mesa
#

shep is on crack 90% of the time

lethal ice
#

show the cup video shep

indigo peak
#

theres one hack i cant get working which is the one thing which is seperating mine from the other ones

gaunt mesa
#

bundling reddit uninstalling code in his tweaks

indigo peak
#

@lethal ice is it shat

#

or smth like that

primal perch
lethal ice
#

there

indigo peak
#

what crack

#

what drugs

#

who

primal perch
#

we do a little trolling

lethal ice
indigo peak
#

how the fuck

#

you know what

lethal ice
indigo peak
#

giving up time

primal perch
#

wtf

#

f

indigo peak
#

how does that even work

#

does it simulate touch on the screen?

lethal ice
#

msgic

primal perch
#

there’s some functions

indigo peak
#

or does it go brrr with the ball header

primal perch
#

and some methods

#

a little assembly

indigo peak
#

wait i have a question

primal perch
#

actually i don’t think the cups use assembly

indigo peak
#

how does it word when the formation changes

primal perch
#

coming soon

indigo peak
#

like when it goes like brrr

#

are you still working on it?

primal perch
#

slowly

#

but yea it’s not completely finished otherwise i’d be making money off it

indigo peak
primal perch
#

and the game is written like dogshit

indigo peak
primal perch
indigo peak
#

did you get extended pool lines to work with your tweak

#

or do you only have cup pong

primal perch
#

yea those work it’s pretty much feature parity with bird poop

indigo peak
#

what the fuck

#

why can everyone figure it out but me

primal perch
#

what are you using

#

headers ?

indigo peak
#

yeah

primal perch
#

yeah you’ll need a bit more than that

indigo peak
#

fuck

#

yknow

#

this is why i dont try these things

#

its a huge pain in the ass

primal perch
#

it’s just a little assembly i’m sure you can figure it out

#

good chance to learn

indigo peak
#

youre shooting too high

#

i dont know any assembly, 1, and 2 how would i use assembly in the tweak

primal perch
#

i didn’t either not too long ago

#

same with this man @grave sparrow

#

now he’s shitting it out

indigo peak
#

and now his fucking bio is in assembly

#

is the only way at all to use assembly

#

like theres no possible way without it?

primal perch
#

yeah there’s no method that controls the length

indigo peak
primal perch
#

it’s in one of the pool scene methods or some shit

indigo peak
#

do you know what the different pool scene headers are for

#

like PoolScene.h PoolScene2.h PoolScene3.h

primal perch
#

modes maybe

#

idk the game is shit

indigo peak
#

spritekit shit

surreal mountain
#

@primal perch can i beta test😁

primal perch
indigo peak
#

it took me 3 hours to figure out how to put a button on screen

#

also

#

btw

#

what did you use for your button

#

on cup pong

#

bc i did some hacky method

#

i added a node on screen with a name and then i check whenever you click if the position has a node named the name of the button node

lethal ice
indigo peak
#

ohhhhhhh

#

thank you

#

and hard mode just fits in somewhere?

lethal ice
#

hard mode is a bool

indigo peak
#

so is that how the disabled hardmode works

cloud sundial
lethal ice
#

wtf

indigo peak
#
%hook PoolScene

-(BOOL)hardMode {
  return NO;
}
%end
lethal ice
#

not quite lol

indigo peak
#

oh do i need assembly for that too

cloud sundial
#

Assembly?

#

Tf are you doing?

indigo peak
#

gamepigeon hacks

primal perch
indigo peak
#

according to shep i need assembly for extending pool lines

primal perch
lethal ice
#

yeah u need it for hard mode too

cloud sundial
#

What? How

indigo peak
#

like i actually need assembly for that

cloud sundial
#

Someone explain

indigo peak
#

i was just joking

#

uh

primal perch
indigo peak
#

this is starting to look more and more impossible

indigo peak
cloud sundial
indigo peak
primal perch
#

cope

cloud sundial
#

@primal perch ok explain why assembly is needed

primal perch
#

not everything in every app is conveniently in its own method

#

executable code can and sometimes needs to be modified directly

indigo peak
#

and theres no method to control the length of the line

#

which is why assebly is needed

primal perch
#

like a few instructions or a global value

indigo peak
#

but have no idea how to even use assembly in tweaks

lethal ice
#

edit memory

primal perch
#

it’s jank because often times the only way is hard coding offsets

indigo peak
#

but dont offsets change

#

but then again

primal perch
#

ig you could write a patchfinder too

primal perch
cloud sundial
#

Which means they're gonna have to find the offsets for each arch

primal perch
#

when it gets an update yea

indigo peak
#

gamepigeon doesnt update often

primal perch
#

for app store

cloud sundial
#

Fr?

primal perch
#

so you really only need to do arm64

indigo peak
#

god why is the one most awaited feature the fucking hardest

#

i cant

primal perch
#

armv7 is eol too on ios

indigo peak
#

shep\

#

you used assembly for the cup pong thing

#

right?

primal perch
#

no

indigo peak
#

or was it just a method

primal perch
#

probably

indigo peak
#

nice

cloud sundial
#

If what you're doing is just memory editing then technically you won't need to writr assembly. You just gotta know how to read it to a basic extent

#

I think

indigo peak
#

i hope *

cloud sundial
#

Actually shep or scoob can correct me on this one

primal perch
#

depends ig

#

maybe you’ll need to assemble an instruction and hook the memory with your new assembled one

#

so you kind of write it but not a lot

cloud sundial
#

Sounds fun

#

Good luck KEKW

#

Oh and the instructions differ per architecture as well, so sounds even more fun lol

indigo peak
#

@primal perch ill catch up to you soon enough ™️

#

i got this

primal perch
surreal mountain
#

zig

primal perch
#

zig

twilit jungle
#

uhh ads are not allowed on this platform, please ban peepoThis

surreal mountain
#

@joe

#

mama

gentle grove
lethal ice
#

remember when capt was writing batchomatic

#

i miss the old capt

gentle grove
#

i hate cpat

high citrus
indigo peak
#

but im not a fan of paid tweaks

tepid olive
#

open source and paid works

indigo peak
#

and i dont wanna see my tweak on a piracy repo

#

sooo

high citrus
indigo peak
#

and then if i make it payed i need to setup a payment method which i dont feel like setting up

high citrus
indigo peak
#

really?

#

interesting

#

very very interesting

#

thats where the work comes in

#

and im not a fan of work

high citrus
#

Don’t need to obfuscate when I do it

#

It’s unreadable without by default

tepid olive
#

base64 encode the method names

grim sparrow
#

alertControllerWithTitle:@"😡😡😡"

#

lmao

indigo peak
#

thanks ill def use this if i ever make a big tweak

twilit jungle
indigo peak
#

i never said that

#

but isntr it more likely to have a paid tweak on a piracy repo?

#

since yk

#

the whole point of piracy is to get it for free

twilit jungle
#

Except now a days its literally a collection of everything

#

Basically they are pirating ad revenue from other repos

indigo peak
twilit jungle
high citrus
#

Well just ensure that your tweaks aren’t that popular, so it won’t be worth putting on a pirate repo, works fine for me trol

indigo peak
#

thats what im saying

tepid olive
tepid olive
#

why is obj c so ass

#

and why is working with swift so ass

high citrus
#

What do you like? Html/css?

tepid olive
#

python 🙂

high citrus
#

Ah Python is fine, just high level

tepid olive
#

idk i just hate obj c syntax and setting up headers and all the other boilerplate

#

okay rant over

high citrus
#

How good are you at python? Like expert level?

tepid olive
#

id say slightly above intermediate

twilit jungle
indigo peak
#
print("hello cock")

NSLog(@"hello cock");```
#

its not that bad

tepid olive
#

dont you dare @indigo peak

weary heath
#

You get used to it

indigo peak
#

i like python

lethal ice
#

same

#

reliable snakes

twilit jungle
indigo peak
#

thank you scoob

#

very cool

high citrus
indigo peak
#

i know itertools

tepid olive
#

i know a little over half that list

indigo peak
#

and i saw the word permutations when i was makiung my anagrams solver

#

and thats about it

tepid olive
#

itertools not familiar with

indigo peak
#

lambda is the half life symbol

#

i know that

twilit jungle
high citrus
#

add = lambda x, y: x+y

indigo peak
#

lambdas on python are weird

slender glade
#

still wondering about this 🗿

tepid olive
#

then its like objective c setup 3 files to test very simple rest api code

grim sparrow
#

POV: You copy your same network stack to every project you work on

high citrus
#

ES6 :o

indigo peak
#

the one thing i dont like about objc or c++/c is that you need to compile everytime you change something

#

but i also like that

#

its a werid grey area

#

i like pythons ability to edit shit

grim sparrow
#

Just set it up to compile every key change trol

#

I mean honestly thats what they are

#

they were designed to be a replacement fr

indigo peak
#

@twilit jungle uhh

grim sparrow
#

in other news

tepid olive
#

honestly just like python more because im lazy and it does so much for me in the background so i can focus on building what I want to build

indigo peak
#

i forgot to %orig in a viewdidload

#

i did the fucky wucky

grim sparrow
#

Pointers in Swift are a curse blind

#

@vivid dew happy birthday big man!

indigo peak
#

@vivid dew happy birthday big man!

#

Another successful instance of my crashing game pigeon pepeJAM

gentle grove
#

@gaslight gatekeep girlboss happy birthday big man!

high citrus
#

You will learn some lower level stuff from them

lethal ice
#

@indigo peak which one are u working on

indigo peak
#

Trying to do the cup pong one

#

The auto aim

lethal ice
indigo peak
#

I might try sea battle tho

#

See enemy ships

lethal ice
#

ye tru that one is easy

indigo peak
#

I’ve been able to make it so I can SEE the ships

#

But not actually attack said ships

lethal ice
#

wait what

#

why not

indigo peak
#

I prob called the wrong method lmfao

#

I was just looking at the headers and I found one that made sense

#

And I was like

#

Return true

lethal ice
#

oh maybe that way works

#

assembly better troll

indigo peak
#

It’s I think seaship.h and I think it’s -(book)isDead;

#

I think

grim sparrow
#

book

indigo peak
#

I’m on my phone

#

Shhh

lethal ice
#

NSBook

grim sparrow
indigo peak
#

@lethal ice did you write all of the game pigeon hacks in assembly

lethal ice
grim sparrow
indigo peak
#

How does that even work

grim sparrow
#

with cum

indigo peak
#

Like how do you even write the assembly into the app

indigo peak
#

Sorry, stupid question

grim sparrow
#

the forbidden folder

lethal ice
#

every app is made with assembly, you just have to change it a little bit to do what you want

indigo peak
#

Homework folder?

indigo peak
#

Or am I just dumb

lethal ice
#
-(void)cock
{
    int penis = 0;

    ...

    if (penis == 5)
    {
        WinTheGame();
    }
}```consider this function, what if you wanted to skip the if statement and always run WinTheGame()
#

there is no way to hook it and do that

#

your options are to either rewrite the function entirely in objc and make it do what you want, or to patch what is already there as assembly

grim sparrow
#

what is it with you assembly nerds and cock

lethal ice
#

shut up

tepid olive
primal perch
#

cock

#

i love cock

lethal ice
#

true

gaunt mesa
lethal ice
#

all this assembly speak makes me thirsty for more assembly

grim sparrow
lethal ice
gaunt mesa
#

i didn’t realize u were drinking mov and xor

weary heath
slender glade
#

why is swiftUI so ass on mac bro

tepid olive
slender glade
#

🗿

tepid olive
#

it’s fine

#

just very leaky

lethal ice
#
_cock:
  mov x0, xzr
  cmp x0, #5
  b.ne #4
  b  _WinTheGame
  ret```
indigo peak
#

Ass very leaky

slender glade
#

this looks kinda ass

tepid olive
#

ok so make it look good?

lethal ice
#

get scoop's sexy alert tweak

#

ez

tepid olive
#

Alert()

lethal ice
#

true

indigo peak
#

@lethal ice does assembly tweaking work like memory writing

#

like this

#

python bc cum

#
import pymem, pymem.process

m_poolLineLen = 0x010ab4

handle = pymem.Pymem("GamePigeon")
handle.write_int(m_poolLineLen, 100000)
lethal ice
#

probably idk python that well

indigo peak
#

basically

#

theres an offset

#

pool lenght

#

at address 0x010ab4

#

and you have a handle on the GamePigeon binary/app/ thing thats running

#

and you use that handle and write the value of 100000 to the address of the length of the line

slender glade
#

agreed

lethal ice
#

it's probably a float troll

hardy glen
#

thats just writing to memory using python. i wouldn’t say its incoporating assembly?

lethal ice
#

also that's not assembly patching that's just changing a constant value

hardy glen
#

big fax

primal perch
#

wtf development alive

indigo peak
#

all me

#

i carry this chat

#

24/7

faint timber
#

Development dead normally cuz of shep

primal perch
#

ye

glacial matrix
#

Wake up sheple

primal perch
#

ok

glacial matrix
#

As far as I understand, python gets compiled into a cache to make it run quicker on the next runs after the latest change

primal perch
#

capt alcoholic

tepid olive
#

no thank you

indigo peak
#

what does your %hook look like

#

send the whole block

#
@interface _UIStatusBarStringView
+(void)setHidden:(BOOL)hidden;
@end
#

maybe that

#

since youre using the setHidden method on the actual class

#

yeah its an instance method but youre using it directly on a class

#

and not on an instance of the class

#

if anyone more qualified wants to step in

#

be my guest

#

im still gonna take a look

twilit jungle
#

You call it on a instance instead of on a class

primal perch
#

hook _createTimeView

#

modify time view after orig using property

#

win

indigo peak
#

add a little assembly

#

and youre golden

hollow mango
#

and some F# cuz why not

indigo peak
#

c--

hollow mango
#

p+-

twilit jungle
primal perch
pearl sail
#

Thank you

gaunt mesa
#

@vivid dew are u an alien?

#

i'm taking that as a yes

indigo peak
#

if triangle doesnt respond its a no

#

if they do respond

#

which literally anything

#

its a yes

gaunt mesa
#

triangle is a multi cultural appropriated alien

indigo peak
#

true

gaunt mesa
#

they have also indulged themselves into the fr and frghost cultures

indigo peak
gaunt mesa
indigo peak
#

japanese porn be like

twilit jungle
gaunt mesa
twilit jungle
glacial matrix
#

Huh

gaunt mesa
#

uro

#

send a fr or uhh emote right now

#

thanks

indigo peak
#

isnt there a fruhhh emote

gaunt mesa
indigo peak
#

yeah that one

#

oh

#

god

#

i like triangles more

gaunt mesa
indigo peak
gaunt mesa
indigo peak
#

why

gaunt mesa
#

Husk Memorial server

indigo peak
#

i asked why

gaunt mesa
#

husk died and we resurrected him back with our husk cult

indigo peak
#

not how

gaunt mesa
#

Rule 1: Do not post :uhh: anywhere in this server, along with any of its variants. Only husk is allowed.

indigo peak
#

shit server

twilit jungle
indigo peak
#

getting banned day one

#

break rule 1

gaunt mesa
#

@indigo peak ur not invited into the lifestyle anyways

gaunt mesa
indigo peak
#

i didnt want to be

#

too scary

#

im not looking to be in a cult today

twilit jungle
gaunt mesa
#

ok i'm pretty sure someone also put the hard R in there at one point

#

but upside down

indigo peak
#

ok buddy

gaunt mesa
#

stfu

indigo peak
gaunt mesa
twilit jungle
rain falcon
#

nfr

haughty bear
tepid olive
subtle grail
#

wtf stewie

indigo peak
#

i love not you

#

any man that has assembly in his about me cannot be trusted

primal perch
#

wtf

#

@vivid dew is the bird poop dev

surreal mountain
#

who actuially even is the bird poop dev

lethal ice
#

i think it's dgh0st

primal perch
#

dghost

#

@twilit jungle is this true

indigo peak
#

wouldnt be surprised

lethal ice
#

dgh0st is smart developer man

twilit jungle
#

I can not confirm nor deny any statements related to tweaks with names containing flying animal and shit

primal perch
lethal ice
#

WTF

primal perch
#

proof

lethal ice
#

ghost bird shit dev

#

confirmed

surreal mountain
#

Pwn20wnd

primal perch
#

Pwn20wnd

tepid olive
#

Pwn20wnd

lime pivot
#

Pwn20wnd isn’t 20

#

blatant false advertising

restive ether
tepid olive
primal perch
#

@restive ether u0 34.0.0 is now out with major stability improvements for ios 32

surreal mountain
#

@restive ether when decimal support for @lime quartz

restive ether
#

mf why you asking me

surreal mountain
#

when adam wakes up

#

tell him to merge

#

ty

restive ether
#

it’s crazy you did this cause i was literally just gonna ask him to do this lol

surreal mountain
#

its literally so easy

#

@restive ether

#

thats it

restive ether
surreal mountain
#

thats the code

#

thats dec->hex + checks

tepid olive
#

this is gonna match every time

#

because you’re checking if "False" which is true

slender glade
glacial matrix
gaunt mesa
#

me when i’m writing code at 5am

flat flame
#

also if u screenshot code your code is automatically invalid

indigo peak
#

@flat flame why is it not working /s

tepid olive
indigo peak
#

nono

#

im adding cum to a child

#

theres a difference

surreal mountain
tepid olive
#

yes you did

surreal mountain
#

no

#

.isdecimal() is a method of str not anything else

#

please go look it up

flat flame
#

you're doing device['ecid'].isDecimal()

#

you just proved yourself wrong

surreal mountain
#

what

#

ohh i close it in the wrong place

#

it’s correct but

flat flame
#

idk python but i'd guess it should be str(device['ecid']).isDecimal()

surreal mountain
#

parenthesis in the wrong place

#

yeah shit okay my bad

#

either way he closed it bc of edge cases

glacial matrix
# surreal mountain purpose?

You’re converting something to a string and checking if it’s an int but int() will raise an exception if the value isn’t a valid integer so you’re making the code check twice

tepid olive
#

this isn’t JS where 1 == "1"

glacial matrix
#

I didn’t even notice the wrong parenthesis 😂

surreal mountain
#

if i move the parenthesis it’s correct

glacial matrix
#

It’s more correct, yes

surreal mountain
#

like i said

glacial matrix
#

You’re still checking if a string can be made into an integer twice

surreal mountain
#

it’s shorter code

#

probably the less pythonic way but

#

¯_(ツ)_/¯

glacial matrix
#

Shorter in terms of lines? In characters mine is shorter

surreal mountain
#

yes

glacial matrix
#

Also, I’m doing only one dictionary lookup instead of 2

surreal mountain
#

true

#

does tss break if you save blobs for an invalid exit

#

ecid*

tepid olive
ashen birch
#

yeah it doesn’t care what ECID you save blobs for

primal perch
#

meth

indigo peak
#

you love meth dont you

tepid olive
#

how unlucky do you have to be to have an all-numeric hex ECID

#

can't you just save for both in that case

#

or is there any way to detect it based on length

ashen birch
#

i wouldn’t care

#

but

#

someone’s actually had it before

surreal mountain
indigo peak
#

@primal perch is your gamepigeon hack a tweak or is it a patched ipa/binary

grim sparrow
#

well technically it can be both

indigo peak
indigo peak
#

yueah np

indigo peak
#

true

pearl sail
#

Ok Pwn20wnd

haughty bear
surreal mountain
#

:n:

pearl sail
lethal ice
#

money

twilit jungle
restive ether
#

spark

pearl sail
tepid olive
#

what is xml used for

#

other then data and java

indigo peak
#

ooo

#

rekt!

indigo peak
#

anyone know if there are any tweaks other than preferenceloader that use &%orig

twilit jungle
#

uhh...

#

throw it out the window

#

usually works

indigo peak
#

if you buy a new phone you wont have the tab open anymore

twilit jungle
#

Well no because the old phone still has the tab

#

I am sure you are smart enough to figure out how to programatically throw it out the window.

tepid olive
#

programmatically throw me out the window

indigo peak
#

dgh0st could you explain your answer of "uhh..."

twilit jungle
#

uhh ...

indigo peak
#

im asking about &%orig, not %orig

#

theres a difference

#

one has a &

twilit jungle
#

Yes I know

#

It gives you function address

#

Why anyone would want a function address while being inside it is uhh

indigo peak
#

0xffffff

twilit jungle
#

F

indigo peak
#

ok another question, how would i call %orig from hook1 inside of hook2

twilit jungle
indigo peak
#

yes

#

thanks

#

ok question

#

anyone know if there are any tweaks other than preferenceloader that use &%orig

twilit jungle
indigo peak
#

you see

twilit jungle
#

There shouldn't be

indigo peak
#

i tried that

#

and it went brrr and errored

twilit jungle
#

Then share the error

indigo peak
#

and im def doning something wrong

twilit jungle
#

Another tweak isn't magically going to use a different way

indigo peak
twilit jungle
#

There is literally example code in that link (not preferenceloader).

indigo peak
#

what i wanted

#

was "Real world example"

twilit jungle
#

And why would that be different than those?

#

If you ignore the names then it should be the exact same thing

harsh needle
#

what happend to hikaris developement?

restive ether
#

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name "LLVM" itself is not an acronym; it is the full name of the project

#

your auntie

twilit jungle
indigo peak
#

@twilit jungle i figured it out

#

i needed to change self from id to my custom class and make it a pointer

#

a easy fix i overlooked several times

twilit jungle
indigo peak
#

and best part is

#

i dont even think this is what i needed to do

tepid olive
misty cradle
#

@tepid olive

#

Watch

lime pivot
#

interesting

wicked summit
#

hello

wicked summit
#

why not use the builtin video player

twilit jungle
#

true

wicked summit
#

just set the slider to continuous and set the max value to your player's duration after loading your sound file

Lynch, Paul. “UISlider to Control AVAudioPlayer,” April 16, 2010. https://stackoverflow.com/a/2654935/13275492.

gentle grove
#

You're right. I use neovim

lean ridge
#

Is there any tool I can use to view/edit the keychain on iOS? I'm aware that FLEX can do this for individual apps, but I'm targeting keys used by sharingd (no GUI => no FLEX).

pearl sail
gaunt mesa
wicked summit
gaunt mesa
#

i was mostly joking

lean ridge
gentle grove
pearl sail
pearl sail
gentle grove
pearl sail
#

I don't care I told

gentle grove
#

Is bubble tea considered a soup

pearl sail
#

No you aren't bubble tea. You are boba which is not a drink

gentle grove
#

I didn't ask that

pearl sail
#

I told you

wicked summit
#

where are postinst, prerm, etc. scripts stored?

#

ah ig /Library/dpkg/info

grim sparrow
#

They are stored in your mother

tepid olive
#

cool

gaunt mesa
#

i store deez nuts in your mother

pearl sail
tepid olive
slender glade
pure tree
#

I accidentally deleted the /Developer mnt and now I can't deploy apps to my iPhone lol

tepid olive
pure tree
#

I tried succession but no vail

#

Is there other workaround?

#

@upbeat wyvern I saw the r/jailbreakdeveloper comment that you said it wasn't a part of the fs, am I screwed?

slender glade
#

how the flippity fuck

#

So you delete /developer

#

accidentally

#

Also no succession wouldn’t work because it excludes /Developer

pure tree
#

I was using winscp and it was delete without prompting lol

slender glade
#

Do you have blobs

pure tree
#

I do

grim sparrow
#

You shouldn't need to restore for that

#

/Developer is mounted by Xcode

slender glade
#

for what iOS

slender glade
grim sparrow
#

yeah

slender glade
#

🗿

pure tree
#

iphone x 14.3

grim sparrow
#

You can technically just mount it yourself

#

and then run it that way

slender glade
#

But ig try other stuff first

pure tree
#

with root

slender glade
grim sparrow
#

whats giving you the error

pure tree
#

mount or mkdir is giving the permission denied

slender glade
#

BRUHH

#

wtf

#

was that scam

#

@pure tree can you use dimentio to set nonce

#

🗿

pure tree
#

I thought now discord do ads in chat

slender glade
#

They don’t

#

That’s just a scam

slender glade
#

Maybe you can do a few stuff before using fr

#

But i think fr is gonna be a garaunteed fix

#

Although it does look like the nuclear option

#

🗿

grim sparrow
#

@pure tree does it still say Developer in settings

pure tree
pure tree
slender glade
#

rip that pussy