Build Bytes
628 subscribers
66 photos
8 videos
19 files
61 links
Download Telegram
Auto-Security-Patch-Update.zip
2.9 KB
๐Ÿ” Auto Security Patch Updates

> By @ShastikXD

โ€ข GitHub Source โ€ข

โ€ข Info
This is the simple module to update your security patch level by changing system props value everytime you reboot your phone.


โ€ขNotes
1) Supports Magisk and it's forks / KSU and it's Forks / APatch and Apatch Next.
2) This module just spoofs the system props value
๐Ÿ‘4
Forwarded from ๆŠ€ๆœฏๅ…„ๅผŸไผš (Avttre)
๐Ÿคฃ3๐Ÿคจ1
Forwarded from /g/'s Tech Memes (krust. | ฮ‡ส‡snษนสž)
๐Ÿ˜1
How to Reset a Local Account Password in Windows?

Note :- Your PC should have only 1 Local Admin account (will not work on Multiple Users or Online Account)

๏ปฟ
Procedure:-

1. Boot into Recovery Mode:
- Option 1: Hold Shift and click on Restart (from the Start menu or sign-in screen).
- Option 2: Press F9 repeatedly while your computer is booting up to access the Recovery.


2. Enter Troubleshoot Options:
- Once you're in the recovery environment, choose:
- Troubleshoot -> Advanced Options -> Command Prompt


3. Backup the Utility Manager (Utilman.exe):
- In the Command Prompt window, type the following command to back up the original Utilman.exe (which controls accessibility features):

copy C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak


4. Replace Utilman.exe with Command Prompt (cmd.exe):
- Next, type this command to replace Utilman.exe with cmd.exe:

copy C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe /y


5. Continue and Boot Windows:
- After entering the commands, click Continue on the recovery screen to boot back into Windows.


6. Open Command Prompt via Accessibility:
- After Windows has booted, on the bottom-right corner, click the Accessibility icon (the icon with the person or wheelchair).
This will open Command Prompt instead of the usual accessibility tools.

7. Identify Your Account Name:
- In the Command Prompt, type the following command to see a list of local accounts:

net localgroup administrators

- You'll see a list of accounts. Note the name of your local account.


8. Reset the Password:
- To reset the password for your account (replace Shivam with your actual account name), type:

net user Shivam *


- Press Enter, and it will prompt you to create a new password. Type the new password and confirm it.

- For names with Spaces, wrap them with "" like this

net user "Shivam Shastik" *
๏ปฟ
9. Login:
- After completing the password reset, you can now log in with the new password.


10. Restore Utilman.exe:
- Once you've logged in successfully, open Command Prompt again and type the following command to restore the original Utilman.exe file:

del C:\Windows\System32\Utilman.exe
rename C:\Windows\System32\Utilman.exe.bak C:\Windows\System32\Utilman.exe


This will undo the changes and return the Utilman.exe file back to its original state.


Written by @ShastikXD @BuildBytes
๐Ÿ‘5
Cleanup.ps1
8.1 KB
A Safe Cleanup Script to clean up and free windows storage.

Notes :-
1) It's recommended to run this script after each windows updates.
2) Running it again and again not going to free up space.

Created by @ShastikXD @BuildBytes
๐Ÿ”ฅ5
Run as Admin in Powershell.reg
610 B
Registry to add "Run As Admin Context Menu" for powershell scripts.

Just double click on registry and add it into registery.

To Test whether it's applied or not :-
Right click on any ".ps1" scripts -> "More Options" -> Run as Admin...

Created by @ShastikXD @BuildBytes
๐Ÿ”ฅ5
Build Bytes pinned a file
Simple-Flag-Secure-V3.zip
2 MB
๐Ÿš€ Simple Flag Secure v3
๐Ÿ›ก๏ธ Disable FLAG_SECURE and Take Screenshots in Restricted Apps like WhatsApp, Chrome Incognito, etc. No lsposed or zygisk required.


โœจ What's New in v3:
- โš™๏ธ Optimized module, reduced redundancy.
- ๐Ÿšซ Blocks apps from detecting screenshot events.
- ๐Ÿ”— Improved compatibility and support.
- โšก Boosted I/O performance during install.
- ๐Ÿ“ฑ May now work on OEMs like RUI, ColorOS, HyperOS, One UI.


๐Ÿ“ฆ Supports: Magisk โ€ข KernelSU โ€ข APatch
๐Ÿ“… Released on: June 21, 2025

๐Ÿ”— Download From GitHub

๐Ÿงพ Docs & Guide

๐Ÿ“ฌ Report Issues / Get Support: @ShastikXD

โค๏ธ Credits:
@Shishirsthakur
@lazymeao
โค3๐Ÿ˜Ž1
Build Bytes pinned a file
For anyone, This isn't working please share installation logs with services.jar from /system/framework/services.jar.

And send to me @ShastikXD
โšกSimple Flag Secure - v4
๐Ÿ›ก๏ธ Disable FLAG_SECURE and Take Screenshots in Restricted Apps like WhatsApp, Chrome Incognito, etc. No lsposed or zygisk required.


โœจ What's New in v4:
1. ๐Ÿ™ Special thanks to @NaoUsemDrogas for testing!
2. ๐Ÿ› ๏ธ Fixed file permission issues on read-only ROMs.
3. ๐Ÿ”Š Added Volume Key option to delete old backups for a clean install.
4. โš™๏ธ Improved support for arm64-only systems.
5. ๐Ÿ“ฆ Reduced overall module size 1.97MB -> 1.60MB.


๐Ÿ“ฆ Supports: Magisk โ€ข KernelSU โ€ข APatch
๐Ÿ“… Released on: June 22, 2025

๐Ÿ”— Download From GitHub

๐Ÿงพ Docs & Guide

๐Ÿ“ฌ Report Issues / Get Support: @ShastikXD

โค๏ธ Credits:
@Shishirsthakur
@lazymeao
@NaoUsemDrogas
๐Ÿ”ฅ6โค2๐Ÿฅฐ1
Build Bytes pinned ยซโšกSimple Flag Secure - v4 ๐Ÿ›ก๏ธ Disable FLAG_SECURE and Take Screenshots in Restricted Apps like WhatsApp, Chrome Incognito, etc. No lsposed or zygisk required. โœจ What's New in v4: 1. ๐Ÿ™ Special thanks to @NaoUsemDrogas for testing! 2. ๐Ÿ› ๏ธ Fixed file permissionโ€ฆยป
Something is cooking
๐Ÿค”1๐Ÿ’ฏ1
Media is too big
VIEW IN TELEGRAM
#BundleModsTutorial

โ€ข How to Pack or Bundle your Modules into a Single Zip? โ€ข
๐Ÿ‘2๐ŸŒ1
Media is too big
VIEW IN TELEGRAM
#BundleModsTutorial

โ€ข How to install Packed/Bundled Module zip file? โ€ข
๐Ÿ‘3๐ŸŒ1
๐Ÿ—ƒ๏ธ Bundle Mods - v1

๐Ÿ“ฆ Support: Magisk โ€ข KernelSU โ€ข APatch
๐Ÿ“… Released on: 21 August, 2025

๐Ÿ”— Download From GitHub

๐Ÿงพ Docs & Guide

๐Ÿ”ฎ What it does?
1. ๐Ÿงณ Combines all your .zip modules into one single zip file.
2. ๐Ÿงฉ Include your currently installed modules in the same pack as well.
3. ๐Ÿท๏ธ Rename the final zip to set a custom name and author (using file rename).
4. ๐ŸŽฎ Use volume buttons to control everything else.


๐Ÿ“ Notes:
- ๐Ÿ”— Handy if you have lots of modules and donโ€™t want to carry them one by one.
- โš ๏ธ Installed modules may not always be fully supported, check their compatibility status or prefer using zip files.
- ๐Ÿ“ฆ This module doesnโ€™t install itself. It just helps you to build or install your modules pack.
- ๐Ÿ” Itโ€™s mostly closed source right now, but I might share it if someone wants to help Read Here (except the verification part to prevent tampering).


๐Ÿ“˜ Guides:
How to pack modules?
How to install modules pack?

๐Ÿ“ฌ Report Issues / Get Support: @BuildBytes
๐Ÿพ4โค1๐Ÿ”ฅ1
Integrity+RootPack.zip
11.1 MB
โ€ข ๐Ÿ“ฆ A Modules Pack for Passing Integrity and Hiding Common Root Traces โ€ข

๐Ÿ”ฎ Created by using Bundle Mods v2.
Just Flash and follow Instructions:)

๐Ÿ“ƒ Notes:-
- Anyone whose, Only basic integrity is passing on the latest play store can try this pack :)
- Run Action button of Play Integrity Fork to Get Latest, Props, Keybox and Security Patch Level.
- Use Minimal Version, if going to flash in Stock ROMs.
- If Bootloop occurs, use Minimal version
- I donโ€™t own any of the modules used inside this pack, check credits.

โ€ข Credits:
- HideMyApplistOSS by @frknkrc44
- ImNotADeveloper by @auag0
- ReLSPosed by @ThePedroo, @JingMatrix, and the @LSPosed Team
- NoHello by @MhmRdd
- PlayIntegrityFork by @osm0sis
- ReZygisk by @PerformanC
- TrickyStoreOSS by @beakthoven
- For Keyboxes @kowchannel
- Pixel 10 Pro XL System Props by @T3SL4
- HMAL Config by @yuriiroot
- Apps Data by @TempMeow
- Insightful hints by @idali65
โค5๐Ÿ”ฅ4
โ€ข Now Get 12 Months free Gemini or Google One 2 TB Subscription โ€ข

๐Ÿค” Steps:-
1) Flash Pixel 10 Pro XL Props or Use these modules package (it already has Pixel 10 Pro XL Props)
2) Reboot, After rebooting Download
- Turbo VPN
- Google One
3) Open Turbo VPN Connect to a USA Server (Las Vegas).
4) Open Google One (it will check for eligibility)
5) Once it confirms, that you're eligible for a subscription.
6) Setup Autopay Using UPI or any other way (don't worry it will take 2 rs for verification, that would also refund in 2-3 mins)
7) Done, Enjoy Your Subscription โœ…
๐Ÿ–ผ๏ธ Screenshots Here

๐Ÿ“ƒ Notes:
1) Cancel your subscription before, the next year's date.
Like if you activated trial today (30 August 2025), deactivate or turn off Autopay before 30 August 2026.
Tip: You can set a Reminder in your Google Calendar for Deactivating Trial.


Post Written by: @ShastikXD
Possible because of: @T3SL4
๐Ÿ”ฅ2โค1