Skip to content

Instantly share code, notes, and snippets.

View dswapnil104's full-sized avatar
🐛
It ain't bug, it's a feature !

Swapnil Deshmukh dswapnil104

🐛
It ain't bug, it's a feature !
View GitHub Profile
@dswapnil104
dswapnil104 / spotify.md
Last active February 18, 2022 13:14 — forked from Davoleo/spotify.md
An in-depth guide on modding Spotify with updated methods to remove ads, bypass country restrictions and theme the application

Spotify

This is a collections of script, patches and procedures to mod Mobile and Desktop Spotify Applications
If you know about something that isn't listed here and you would like it to be feel free to tell me about it in the comments or on my discord server at http://discord.davoleo.net

Disabling Ads

Desktop (Windows)

Install the new fork of BlockTheSpot

@JerryLokjianming
JerryLokjianming / Crack Sublime Text Windows and Linux.md
Last active April 25, 2024 04:03
Crack Sublime Text 3.2.2 Build 3211 and Sublime Text 4 Alpha 4098 with Hex

How to Crack Sublime Text 3.2.2 Build 3211 with Hex Editor (Windows | Without License) ↓

  1. Download & Install Sublime Text 3.2.2 Build 3211
  2. Visit https://hexed.it/
  3. Open file select sublime_text.exe
  4. Offset 0x8545: Original 84 -> 85
  5. Offset 0x08FF19: Original 75 -> EB
  6. Offset 0x1932C7: Original 75 -> 74 (remove UNREGISTERED in title bar, so no need to use a license)
@Pulimet
Pulimet / AdbCommands
Last active May 3, 2024 10:59
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader