Yeah, well... I'm gonna go build my own theme park, with blackjack and hookers.
(c) Bender Bending Rodríguez
Telegraher
- No one gets to decide what i run on my device
- No one gets to decide where i run my app
- No one gets to decide what must be deleted
This is my device so i control it 😎
This app have nothing with privacy, it's remotely controlled. It's pissing me off, so i changed
that.
I took an original Telegram client from "official" repo and
made my own theme park with blackjack and hoookers.
Special thanks:
- my wife and my dog, love them 🍑
- mr Rodríguez for the inspiration
- some anonymous folks over the telegram for the great ideas (can't share their names here, cause
they are anonymous) - "Telegram🦄magic🦄team" for their "magic🦄updates" including
privatechats and "magic🦄ads"
WTF?! / is it legit?
Follow the white rabbit the git flow:
- i took and forked the original client
- i cloned the latest
master
branch (with 8.3.1 patch) intomaster_8.3.1
- i made another branch
noshit_8.3.1
frommaster_8.3.1
, it contain changes
It gives us telegram
-> master
-> master_8.3.1
-> noshit_8.3.1
So all the code changes are in noshit_8.3.1
(when this project started, actual version is
different)
Detailed summary / noshit_8.4.3
- DISABLED ADS
- YES!!1
- no more sponsored messages, we still download them but do not display
- we still count views for this ADS to hide our behavior of the app "who don't earn money
for TG"
- we still count views for this ADS to hide our behavior of the app "who don't earn money
- EVERY element have
save to downloads
/save to gallery
messages are elements too, you still can click but cannot save them into downloadsfixedhowever i do not recomment this
- use it wisely
- 6 accounts instead of 3
- client support upto 6 accounts
on the 1st run when you type phone number and continue it can throw an API error- error was only on the version with 16 accounts
- to get more accounts w/o having problems with TGs api need to change the App's
flow
- to get more accounts w/o having problems with TGs api need to change the App's
- in case of an error close the error by clicking OK and let it relax for 5 minutes
- continue and log in
- error was only on the version with 16 accounts
- client support upto 6 accounts
- DISABLED REMOTE DELETIONS
- NO more deletions via GCM PUSHES (chats and messages), WTF 💩
- NO more deletions in groups and channels
- i hate the channels that wipes the content
- NO more remote deletions in private chats
- NO more remote deletions in secret chats
- self destruction timer doesn't work but other folks see that you're opened and deleted it
- NO more "history wipe" or chat deletions
- history/messages remains where they are
- chat becomes inactive if other folks are deleted it for them and/or for you
- FULL ACCESS in "restrict saving content" chats
- screenshots, gif imports, media saving
- DO NOT save GIFS via saving gifs
- just click on them and choose "save to gallery"
- after this share this media no matter where as a video file WITHOUT sound
- it will become a GIF in your collection
- you can't forward message as is due it use telegram API and their server will block
it, so save/copy- save GIF / forward message ARE using telegrams API, while SHARING or DOWNLOADING not
- FULL ACCESS in secret chats (GREEN ONES!)
- you can download any medias and documents
- you can take screenshots or record your screen
- WTF apple can do that, we can do it too!
- GIFs have controls
- you can start/stop GIFs or navigate on a timeline
- KEEP CACHED chats
- cached chats are always with you even if you're BANNED (
- once banned you will get a message about this
- you can navigate in chat where you was banned using your cache
- to remove cached chat you must delete it ("leave that chat")
- even when when you restart your app it will load cached chats
- cached chats are always with you even if you're BANNED (
- HISTORY in private chats
- message separated inside by RFC1123 timestamp field
- when someone will send you a PM and will change it, while you in chat you will see
edited
as
usual- to see changes you need to close/open this chat
- this will be probably fixed in future (display in real time changes)
- to see changes you need to close/open this chat
- this also affect bots, so when your bots edit their messages, you will see old/new versions
- NO MORE timer
- when someone send you a media with a timer in a secret (green) chat this message will be
deleted on a device who sent it once you open it - when someone send you a media with a timer in a private (NON-green) chat this message will be
deleted on a device who sent it once OR twice you open it- EASY AND SHORT: open photo twice and it will WIPE it from a device who sent it ;-)
- LONG AND DETAILED: due it will send an event only if full file is downloaded by your
client when you open this (guess due file size). In most of cases client download media
file during 1st open, so you need to open it again (just tap on it) - sometimes full media downloaded when preview generated, in such case open once file and it
will wipe it from a user who sent it
- when someone send you a media with a timer in a secret (green) chat this message will be
SNOW & BLURthey are added back into debug menu (when you press version 2 times)- since 8.5.0 doesn't work cause TG devs are fuckedup this part (rendering)
- if you had enable snow/blur please disable them temporary in menu to avoid and CPU usage
- You can DISABLE doubletap (=quick) reactions
- open quick reactions
- select already selected reaction one more time
- checkbox will disappear, double tap reactions are disabled.
- NO MORE
edit_hide
- telegram can send you messages with
edit_hide==true
to hide what this message has been
edited - now if message contains signs of editions it will marked
- telegram can send you messages with
- DISABLED emulator detections
- idk why the client use this, but i disabled it
- if i want to run it on emulator telegram no need to know it
- LEGIT Phone
- for the app and TG you have simcard, sim is online, phone is actual
- app don't check it anymore, it's disabled
- for the app and TG you have simcard, sim is online, phone is actual
- Hi, i'm Vanilla 💅
- we use actual sha256 fingerprint from vanilla version 8.4.4
- we say we're
org.telegram.messenger
- we say Google installed us
com.android.vending
- APP name changed & APP icon changed & APP package changed
- of you want to run using old name just rollback those commits and build the app
- APPs api & hash are changed for legit TG client
- actually they are all on
4
/014b35b6184100b085b0d0572f9b5103
- actually they are all on
- APP do not manage APKs anymore
- before it have a code and required install pkg permissions
- thats why w/o permission TG displayed an error that there are no tool in system to install
APKs
- thats why w/o permission TG displayed an error that there are no tool in system to install
- before it have a code and required install pkg permissions
Build
It's very simple
- download the repo
git clone https://github.com/nikitasius/Telegraher.git
- build it
- you can use official guide
https://core.telegram.org/reproducible-builds
- open the folder with the repo
- git checkout lastest noshit branch (
git checkout remotes/origin/noshit_8.4.4
for
example) - run
docker build -t telegram-build .
- run
docker run --rm -v "$PWD":/home/source telegram-build
- and ~1h later you will get 9 different builds (under deb11 with 12 cores and 16Gb Ram
on NVMe)
- and ~1h later you will get 9 different builds (under deb11 with 12 cores and 16Gb Ram
- you can download Android studio
https://developer.android.com/studio
- add a bit more ram (i use 4096M for the studio)
- open the project
- let gradle it work
- when it's done go to Build -> Select build variant
- choose build you need
- afatDebug - it's debug builds
- ***Release - release builds
- choose build you need
- you can use official guide
APKs & sha256
- sdk23 mean for android 6+, the other are working from 4.1+
- so if you have android 6 or higher, you should download sdk23 version
- arm64-v8a (new devices)
bf9d9d65ea753cd8088692af2afb1c005c6dbd7a28eb392e9806a93a8b119592
Telegraher.8.5.1r1.arm64-v8a.apkde9e7165351fa5b24dc7974427db99415833f4847dca134e3bbe4f7312ba628d
Telegraher.8.5.1r1.arm64-v8a-sdk23.apk
- armeabi-v7a (old devices)
89814f0f9bb47ad340e44d3b48a8e98c949b4d69411d7245244f7c0dc6ba536f
Telegraher.8.5.1r1.armeabi-v7a.apk2da9c0776ac253bcfefd6c62e6fbea873778716af9cb0b4efcf4090d24c024cc
Telegraher.8.5.1r1.armeabi-v7a-sdk23.apk
- PC x86, 32 bits (for an emulator for example)
6211aaeb0dbd2e209a264f2d3e7424b84f3aad556a6334fde40fac2e371ba4af
Telegraher.8.5.1r1.x86.apk066ad06244cc56b3b615a93402332b01f800a5c9aad1a3d203a9c829dfa4c81b
Telegraher.8.5.1r1.x86-sdk23.apk
- PC x86, 64 bits (for 64 bits CPU)
9fd11929f55750bbe4e55304ace693dbb255c72397c9dec84c36cd6403a292f4
Telegraher.8.5.1r1.x86-64.apkec7be686114b9686a217a0efa8e50db8c3f5a3ec868bcf738a2dbbdb74e989c0
Telegraher.8.5.1r1.x86-64-sdk23.apk
Issues/Wishlist
Feel free to use the "issues section". I'm not an Android programmer, i'm a Java developper.
Probably it's a good thing 😃
Changes
- noshit_8.5.1_release1
- bugfixes they are added to fix some of the crap they did (but still no blur and snow)
- due blur & snow are fucked up, i disabled them by default. If you had enabled please
disable to avoid cpu usage- blur via settings/chatmenu, snow via debugmenu
- due blur & snow are fucked up, i disabled them by default. If you had enabled please
- forward and delete limits are raised from 100 upto 1024
- technically forward have huge native limit, so 200+ forward via API w/o issues
- delete have native limit 100 per request, so i slice your array with ids into chunks with
100 ids- technically there are NO limit, BUT TG api have rate limits, so if you wanna delete
8000 messages, it's 80 chunks = 80 requests, TG will probably ban you for 5-10
minites (no more deletions during this time due you're abused API) - so it's a nice feature, but remember about TG's api rates
- technically there are NO limit, BUT TG api have rate limits, so if you wanna delete
- bugfixes they are added to fix some of the crap they did (but still no blur and snow)
- noshit_8.5.0_release1
- noshit_8.4.4_release2
- added
delete
mark- when someone wiped messages OR history you will see it, just need to close/open an actual
chat deleted
will me marked on the place ofedited
- remote deletions via GCM pushes should to work too (i have no gapps here, but some folks
have) - if chat have a timer there are no
deleted
flag, i will add it later due we know that it
will be deleted once read (cause there are a timer :D )
- when someone wiped messages OR history you will see it, just need to close/open an actual
- new internal variable
DUROV_RELOGIN
=1
and a table- here we store level of our changes, due we added new column
isdel
intomessages_v2
table and made a new tabletelegraher_init
- i used vanilla code to apply DB update (same what TG use when you see "hi, tg updating
database etc")
- here we store level of our changes, due we added new column
- fixed an issue #6
- when we wiped remote chats they aren't wiped so not they are wiped
- added
- noshit_8.4.4_release1
- keep using original TG fingerprint from 8.4.4 (same as 8.4.3)
- snowflakes added back into menu
- blur added back into menu
- disabled APK managing by TG
- WTF what they did smoked, but messengers will NOT install the APKs
- you can enable/change/disable double tab reactions (=quick reactions)
- vanilla client offer only change them :)
- noshit_8.4.3_release2
- we use now fingerprint, package name and referer (who installed us, i.e. Google Play) from a
vanilla version - APP lost few permission due it not need it anymore
- app do not check number, sim state or is number is the actual you use on
regitration/login, due we just say "yes"/true
- app do not check number, sim state or is number is the actual you use on
- due app is from github official "check update" disabled, so app will not ask TG servers if
there are new one. - api keys are
4
/014b35b6184100b085b0d0572f9b5103
due gplay/store/web versions are use them
- we use now fingerprint, package name and referer (who installed us, i.e. Google Play) from a
- noshit_8.4.3_release1
- update to 8.4.3
- disabled access to all reactions
- since TG again moderate/censor your private (non-green) chats you can't use them anymore,
because server simply ignores it and reject w/ an error.
- since TG again moderate/censor your private (non-green) chats you can't use them anymore,
- noshit_8.4.2_release3
- now the ads is loaded, views are counted but the ads isn't displayed
- noshit_8.4.2_release2
- fixed issue #4
- fixed save menu buttons
- disabled auto reaction on doubletap
- fixed
edit_hide
- all official reaction are available for private messages
- doesn't work in groups/channels due TG servers are using whitelists
- noshit_8.4.2_release1
- use Telegram 8.4.2 code base now
- added video controls to GIFs
- noshit_8.3.1_release2
Already installed this version?
Android will offer you to reinstall, simply accept this option and it the app will be reinstalled
and it will keep all the settings/accounts.
Code mirrors
- Github: https://github.com/nikitasius/Telegraher
- Gitlab: https://gitlab.com/nikitasius/Telegraher
- autosync from github
- HTTPS: https://git.evildayz.com/Telegraher/
- manually sync (add a script later 😀)
releases
w/ actual releases and clonedTelegraher
&Telegraher.git
in.tar.gz
Coffee
- Here is my PayPal
https://paypal.me/nikitasius
- Here is
my BTCbc1q5egmj6vjejmsu4lu3nmdshvx6p0kcajlw5u9a0
- Here is
my Yoomoneyhttps://yoomoney.ru/to/410015481871381
In fact, forget the park!