#development
1 messages · Page 291 of 1
cap, i do not
If i make a tweak rest assured itll be a girl alias
Maybe it already has been

nba youngboy has the fucking worst music ever
Lmaoooo
Thats not an unpopular opinion get outa here
on sgwc's release post
that right there is enough

“I’m”
yes
exactly

clown talk
well yes
but also
themem0d released a tweak under their main alias
He is not actually guy?
Okay... don't bully people
he was 100% SWGC
because his name was tainted af by then
yeah so themem0d released a tweak under their main alias
they got backlash
What is the “main alias”
and then like 2 weeks later
shamooey
Wtf
Never heard of
sgwc releases a tweak
coincidence? i think NOT
Oreo pudding :(
iosthemem0d
I miss it
ooo
It went away too soon
Oh lmaoo the main is that
Quiprr sell on twickd
no shame, no taxes

@ iOSthemem0d wen response

Me waiting for snapper 2 dev to add notatio feature in 2 hours after it releases
@iron trench
real question: how much you guys make with tweaks
L
Zero dollars and a lot of time wasted
memoji avatars are scientifically less trustworthy
^ so I’m thinking does taxes even matter
Cock and balls, but most importantly, nuts
monkaS
@restive ether people like you are the reason you see my ugly mug instead of a memoji as a pfp
remember when i was a memoji avatar
lmao
:actuallylaughing:
yes
yeah for now
bet
i can pin stuff here
lmao
Every time i come here the conversation is ruined
true
oo
that html and stuff?
that's some nice programming

what a master coder
putting together websites
danggggg
Oh, you're stuck? Yeah, ok, stepmom.
what
Love that vid
same
bruh
his whole channel is so good lmao
Nerd
Triangular Services and CoolStar Organization
dghost is typing
I clicked on your site but it keeps taking me to Paypal, how do I install Leviathan?
four at kirara dot ca
bypassing bots 100
really

follow this to learn tweak development!!!!!!!!
https://github.com/teamleviathan/frcoal-tweak-development-guide
Help 🥺🥺
confirmed!!!!!!!!!!!!1
@vivid dew make the background a darker white like #f5f5f5, up the font size and you good
Its 11
Project Name: ur mom
it really is a shame burrito left
L
you can find him in quixs server
hahaha
L
that says something
That’s even worse

@restive ether its a non jailbroken device
he'll cancel you

@narrow mason how does it feel to be canceled by a mexican food
So any help...
we i don't make shortcuts
lmao

Deep do you?

LOLOLOL
ah yeah sure

im dead
ofc i know
who the fuck is triangle
:actuallylaughing:

why not dopest?
LOL
Cuz me not that smart

This would be so much easier if I wasn’t lazy and actually popped this bitch into ida
Im single lmfaoo
True
We are weird
Also
Cock and balls
hmm
maybe we are normal
and @proud geyser is the weird one


Did you just say false @vivid dew

hey

simp


@tepid olive help i'm surrounded by weebs
Lmao
t is obsessed with this ayumu character
I hate weebs

Cock and ball virus

what happens when your anime waifu isn't there irl
no

:crycry:

so a tulpa is basically when you're insane enough that you see your waifu irl?
:shutuptr1x:
@tepid olive
a
Thats nice
Whered you find that
I want it
Ive tried as well. Doesnt work
👀
Alright bouta overclock my iPhone screen /s

Make it into paid tweak I shall, and release on twickd for 69 dollars
Will drain battery bad
And not work
But they won’t notice
If I say it over clocks the display then it does
tdickd
twickd became old packix
remember when packix would go down every day
that's not you
either iterate through subviews or use some existing ivar or handle
ok
gn
WTF

go ahead guess the password: nfr wrong
:frburn:
because default compiler options
-Wno-error?
-Wno-error=unused for a more specific target
Or backspace
:procursustable:
:procursus:

AppList seems to fuck with my plist
@narrow mason
gm
actually amazing album
im more of a 6-11 type of guy
1-5 for me but true
i like have a cigar most
the whole album is true
The Wall is pretty damn good tbh
i wanna do goodbye blue sky next
actually wrong
i have an acoustic s itting around really need to play it
ur retarded
the wall is my fave pink floyd
the worst one is cigar if there has to be a worst
welcome to the machine is fire
that outro is awesome
i just love that guitar playing in have a cigar
true
@narrow mason go listen to the foo fighters cover of have a cigar
its amazing
i think its only on like youtube though
cant you just use SBFLockScreenDateView and use the ivars _timeLabel and _dateSubtitleView
You don't even need to use the iVars just call a method or hook it to align stuff to the right.
aligning was easy, cause there was already a method for it
but making the font bold took ages, cause I had chose to iterate through the subviews to get the labels
Also another method (part of legibility).
@late ridge try the class method timeFont on SBFLockScreenDateView
are you serious
ah nice
and theres +(UIFont)dateTimeLunarDateFont
on SBFLockScreenDateSubtitleDateView
the
fuck
asked
true
true
epic gamer moment



congratulations
3 hours can now be condensed into
%hook SBFLockScreenDateView
+(UIFont)timeFont {
return [UIFont systemFontOfSize: 69];
}
%end
%hook SBFLockScreenDateSubtitleDateView
+(UIFont)dateTimeLunarDateFont {
return [UIFont systemFontOfSize: 69];
}
%end```
welcome to tweak dev
:nfr:
see you tomorrow
imma go cry now

f
Breaking News:
Christmas Dog changes pfp for first time in decades
you guys wanna see something gross
%hook SBFLockScreenDateView
-(void)layoutSubviews {
CGPoint right = CGPointMake(187.5, 62);
self.center = right;
self.useCompactDateFormat = YES;
NSArray *subviews = [self subviews];
UILabel *labelA = [subviews objectAtIndex:1];
NSArray *subviewsA = [labelA subviews];
UILabel *labelB = [subviewsA objectAtIndex:0];
NSArray *subviewsB = [labelB subviews];
UILabel *date = [subviewsB objectAtIndex:0];
date.font = [UIFont systemFontOfSize:35 weight:UIFontWeightBold];
UILabel *timeA = [subviews objectAtIndex:0];
NSArray *timeviews = [timeA subviews];
UILabel *time = [timeviews objectAtIndex:0];
time.font = [UIFont systemFontOfSize:80 weight:UIFontWeightBold];
%orig;
}
then don't share 
while(true) spotted
literally my best tweak
fr
that tweak tho
was the one I code golfed lmao
I tried making it as small as possible
77 bytes
enables background play in YouTube
%hook YTLocalPlaybackController -(int)isPlaybackBackgroundable{return 1;}%end

%hook YTLocalPlaybackController
- (BOOL)isPlaybackBackgroundable {
return YES;
}
%end
true

I tried adding a tap gesture to the time
and now I can't swipe to bring down the lockscreen

iOS simulator 
do people steal ideas here?
it's behind some weird ass SpringBoard view that'll intercept your gestures
LOL
so I elevated it basically
this is very generalized, but I won't steal it lol
i cannot fathom people stealing intellectual content
who would ever want to do that
facts
if there were id think something called copyright would exist
no

L or I


but this is jailbreaking
do copy rights exist here?
i mean
bruh
exactly what im afraid of
there are no new ideas these days
We don’t steal ideas here, we only steal sauce
true gm
ITS DECEMBER
WE WON @lethal ice
WE WON @christmascoopWE WON @christmascoopWE WON @lethal ice

any hoo
imagine believing in December
won wut.....
nnn?
yea
go destroy your dicks now
nah im doing dont diddle december
:ClapClapCLAP:
ok im gonna pray to god that someone dosent steal my idea here

Not yet let me buy porn stonks first
i mean i am
jkjk

ima gonna share it any way
oh wait......
ok
incoming that's a pretty good idea, would be a shame if someone stole it
📓

im not
inb4
lul

like 90% of r/jb imsome sweaty mf
pls dont steal it
wait who gonna gift me nitro thanks
true
thats my idea
music player but cc for some reason
its a redesing ofr the music lockscreen
a music player x complications widget?
oic
ok thanks G making paid tweak of it rn
music player?
it's a bit much
LOLOL
all those buttons are 5 pixels wide
good thing i saved the ss
bro im joking

:nfr:

this was going to be my first tweak
make it then
Looks like bunch of random stuff put togather to fill up space
please i beg you man
@primal perch just replicated the tweak can u test thanks
also noise doesnt work on iphones
if you removed the complications it would look better
👍
the charging indicators?
@lethal ice
but then again he c ouldnt finish it anyway
i forgot he doesnt have the screenshot
yes
ill add an option for people to have it on if they like
that's a pretty difficult first tweak btw
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
idk how much you know about ios dev tho
il lmake a lot of those additional features optional
nah man just do it
but I feel like not a lot
do the dew
doit
you could crank that out in 4 months if you work hard
paid for $18282772
im just learning swift for now
from noob to decent
music player especially is annoying I believe
I will work myy ass off, will try to make it paid for 2 dollars
i need a source of income
work part time
aight just remember shit paid tweaks are dook tho
hOoKiNg sWiFt iS hArD
so if it gonna be paid make sure it works
dook?
sorry but whats hooking swift?
and veza

wait does anyone know a good way of using an app's Swift class in your tweak?
I did a jank way
i need a ez tweak to make for app
if you really are sweaty
im learning C after I finish my ongoing swift course
nice
i hope im not a dumbass
will i be able to start workoing on this tweak once i finish the beginner and advanceed couse on C i will take?
thanks shepboga
i was actually looking for someone to work with me as a partner
dghost would lke that
partner
partner more like

someone to carry you 

umm more like a mentor
haha
who wants to make a tweak together
$69 per 2 hours
I will pay you $101248
69 per 2 hour true
any good websites to learn UI Kit and Objective C?
!objc
Pins
https://www.binpress.com/learn-objective-c-24-days/ i found this for obj C
Yep, that title says 24 DAYS, not hours. You can’t learn a programming language in 24 hours. Publishers say you can, but that’s just for marketing purposes. To really learn a language — to the point where you don’t have to look back through a book every other line — takes time. It takes time...
when objc tutorial command on bot
Is it good
Yes
yea
y e S
tahts the one we always link
who actually learned ObjC tho?
the TutorialsPoint one is good too
it's more of a reference tho
tru
I dead watched one video
that explained [class method]
as in class.method() in normal languages

https://developer.apple.com/documentation/uikit and for UI Kit looking at the documentation and tutorial should get me started for developing my tweak right>
?
you mean good and consistent
oops did I have a typo
i think so
I would look at iOS app tutorials from 2011 
and look at open source tweaks
lol
private APIs


I wanna make the tweaks available for iOS 11,12,13,14
docs would be cool if I could read
would UI KIt and Objective C help with all of them?
yes
document it for the people then
?
private
docs
true all in the mind
What do u mean document?
re and write up
yes shep
documento in spanish i believe
@eternal crater how does one get new bot command
eg !objc one which posts the objc tutorial

obj-c in spanish
objectivo-si
https://iphonedevwiki.net/index.php/StorageSettings.bundle this is the extent of my contributions :nfr:
n i c e
that does not look like an objc tut
wait hold
let me find the actual
This project was created with the intention of preservation
just like any command that posts that would be nice
WAIT UNIRONICALLY
This is extent of my contribution
!addtag objctut https://uroboro.github.io/Learn-Objective-C-in-24-Days-Clone/
This project was created with the intention of preservation
objctut was added to the database
i knew what that was before i clicked it ghost
someone gotta fix https://iphonedevwiki.net/index.php/PreferenceBundles
Lol
!t objctut
TRUE
as i learn Objective C will i also learn about UI Kit?
thx
yesn't
np
- (id)readPreferenceValue:(PSSpecifier*)specifier {
NSString *path = [NSString stringWithFormat:@"/User/Library/Preferences/%@.plist", specifier.properties[@"defaults"]];
NSMutableDictionary *settings = [NSMutableDictionary dictionary];
[settings addEntriesFromDictionary:[NSDictionary dictionaryWithContentsOfFile:path]];
return (settings[specifier.properties[@"key"]]) ?: specifier.properties[@"default"];
}
- (void)setPreferenceValue:(id)value specifier:(PSSpecifier*)specifier {
NSString *path = [NSString stringWithFormat:@"/User/Library/Preferences/%@.plist", specifier.properties[@"defaults"]];
NSMutableDictionary *settings = [NSMutableDictionary dictionary];
[settings addEntriesFromDictionary:[NSDictionary dictionaryWithContentsOfFile:path]];
[settings setObject:value forKey:specifier.properties[@"key"]];
[settings writeToFile:path atomically:YES];
CFStringRef notificationName = (CFStringRef)specifier.properties[@"PostNotification"];
if (notificationName) {
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), notificationName, NULL, NULL, YES);
}
}
...
NSMutableDictionary *settings = [NSMutableDictionary dictionary];
[settings addEntriesFromDictionary:[NSDictionary dictionaryWithContentsOfFile:path]];
WHY IS THIS IN IPHONEDEVWIKI
oh yeah
i just used that
in a certain tweak
:nfr:
it has between 4 and 10 letters and ghost knows what it is :nfr:
@tepid olive https://developer.limneos.net/
this
is
very
very
gud
you know whats even better
me
RE tools and sim runtime frameworks
let him have this

LOLOLOLOLOLOLOLOL
that's not what I meant

Btw the reason for that being in the wiki is explained in the wiki. The problem is people just look for code to copy instead of actually understanding
I will make a tweak that changes your wallpaper
like on the homescreen and lockscreen

Right on point
you can even pick what image
:PES2_Woah:
that's shit for a wiki
true
we can see timeFont being used to initialize the timelabel
that's shit for a wiki
yeah i read it before i copied
its the cfprefsd lazy ass workaround
and being a dev guess what im gonna do
wow! tim cook voice
what tools is you using @primal perch
this is IDA™️ 7.3
ok dope
fun
:nfr:

ay matey

paradox
🏴☠️
yea fermi

coming in 2022

🏴☠️

GOTEM
i dont have a device i can use to test my tweak on what do i do
ask for testers
cry
^
honestly, I would kill myself
i have an iphone 12 running ios 14 idk if i can test tweaks on ios14
iOS xcode simulator
and simject
u cant
you need your own device or you wont get anywhere in any reasonable amount of time
^
well i did make 300$ profit in stocks
I dead change one character in a string in my tweaks and recompile and install
pltr to the moon?
I coughed but I don’t see $90
🚀
I think i got covid instead
ah nice
☠️

theres only one option
❤️
holy C
class NSObject:
pass
wtf im in leviathan
shell
give repo
Python 
true
@wicked summit slim shady is tha god
True
kings use Swift
can u use wift to make tweaks?
Bruh leak

never has been
This is a hacked up implementation of the gRPC HTTP/2 transport for, uh, research purposes. Please do not use it in production software.
import sys
from setuptools import setup, Extension
def main():
args = dict(
name="libminigrpc",
version="0.0.1",
description="Minimal gRPC client",
packages=["libminigrpc"],
zip_safe=True,
install_requires=["httpcore[http2]==0.12.0"],
)
setup(**args)
if name == "main":
main()
not yet anyway
ye
is there something like XCode for developing tweaks?
kabir still holding on to his secret information
??
@tepid olive
you can create like classes in swift and use them in objc easy peasy lemon squeezy
omw
and is there like an IDE for tweaks liek Xcode? Smthn where i can design the UI and link it to the code and shit
I use VSCode
wtf
It dosnet work on macs for some reason for me
i wish
true
tru
um
e
wtf
true
sending rn
cuz its hard to make a tweak when u can see the UI
the same one i posted earlier
where Apple will not lend you their tools
as part of the challenge
idk
i deleted it
:troll:
my mans just hooked up gdb tho
:woe:
??
fair tho
the assembly is aids
but massive could probably do it in 3 seconds
with weed he would have it done in 1.2
my man, you will not be developing tweaks with a nice UI interface side-by-side also considering you don't even have a device to test on
💀
i do have an iphone 12 but its on ios 14
if you don't rly need someting
is it better to
self.hidden = TRUE;
or
%hook thing
-(void)layoutSubviews {
}
%end
i traded my iphone 6 plus jailbroken for iphoen 12 😔
F
good trade
but also yes
yes but jailbreaking is gone and i fuckin miss it

find the exploit
lmao
i always wanted to but
idk how to get started for that
I wanna learn from george holtz
the OG
self.hidden = TRUE in init
or didMoveToWindow
or didMoveToSuperview
or in the viewcontroller's methods
such as viewDidLoad
or loadView
or viewWillAppear
or viewDidAppear (not as ideal)

it's easy, just
$THEOS/bin/nic.pl
18
Jailbreak Utility Version: 14
then theme it with cool anime girls
true
LOL

@ krit sorry but its true :nfr:
dragonbuild nice but still buggy
😳
true send me some of theo's chocolate
dragon is so swift tho
ba
dun
ts
@tepid olive https://github.com/theos/theos
https://www.ziph0n.com/blog/article.php?id=5 is this a good one for making my first tweak?
when theos allowed multiple jobs the speed difference closed to like 2s
and that was just gnu make
not to mention theos actually works

yea, most of the perf difference is in startup time for stupid make reasons
sometimes I wonder if I should make my own stupid tweak guide
@tepid olive
https://www.youtube.com/watch?v=jGWzc8UIHbk
billy ellis just preys on suckers who never get beyond the contemplation stage
link
I’m just glad we’re moving to not-make soon
Kabir (God) has entered the chat
true
thakns
hi there
thanks
oh shit frcoal tweak guide kinda nice
oh
if only I had used that

TRUE
🛑
only the real ones appreciate it
i mean its probably not intentional but it just works that way
5% of the people i read in this channel saying cant wait to make this tweak actually do it
lmao true
sorry what is wrong with you both of these are bad
what do you want
yeah the only true solution is to manually calculate the offset, not use arc, and set the ivar manually
true
*(self + 0x18) = 1;









