Skip to content

Instantly share code, notes, and snippets.

@h4rithd
Last active October 3, 2023 09:57
Show Gist options
  • Save h4rithd/03eef1d1db79abc58a79b7c6961ff54c to your computer and use it in GitHub Desktop.
Save h4rithd/03eef1d1db79abc58a79b7c6961ff54c to your computer and use it in GitHub Desktop.
Nox Player Servers

Enable Developer Options

Block fucking Nox traffic

127.1	8.bignox.com
127.1	alog.umeng.com
127.1	android.bignox.com
127.1	androiden.duapp.com
......
### -- You can download large list with addblock + malware block here -->  https://gist.githubusercontent.com/h4rithd/f101ea5057cb582dec6a28bfddab14db/raw/87bd3944c99e48cc5e967372a840e4eb98d787af/h4rithd_blocklist

Check following files and set all read only

cd C:\Users\<USERNME>\AppData\Local\Nox\

icacls app_conf_list /inheritance:r /grant:r "Users:(R)" /T
icacls app_images /inheritance:r /grant:r "Users:(R)" /T
icacls app_key_type_list /inheritance:r /grant:r "Users:(R)" /T
icacls app_limit_list /inheritance:r /grant:r "Users:(R)" /T
icacls app_pass_list /inheritance:r /grant:r "Users:(R)" /T
icacls auto_run /inheritance:r /grant:r "Users:(R)"
icacls conf.ini /inheritance:r /grant:r "Users:(R)"
icacls cpt_config /inheritance:r /grant:r "Users:(R)"
icacls download_conf.ini /inheritance:r /grant:r "Users:(R)"
icacls loading /inheritance:r /grant:r "Users:(R)" /T
icacls multi.ini /inheritance:r /grant:r "Users:(R)"
icacls multi_conf.ini /inheritance:r /grant:r "Users:(R)"
icacls noxtemp /inheritance:r /grant:r "Users:(R)" /T
icacls nox_app_resource /inheritance:r /grant:r "Users:(R)" /T
icacls preview /inheritance:r /grant:r "Users:(R)" /T
icacls right_button_move.xml /inheritance:r /grant:r "Users:(R)"
icacls util_conf.ini /inheritance:r /grant:r "Users:(R)"
icacls app_conf_list\nox_app_conf.xml /inheritance:r /grant:r "Users:(R)"
icacls app_key_type_list\1693794839438.xml /inheritance:r /grant:r "Users:(R)"
icacls app_limit_list\1678676283632.xml /inheritance:r /grant:r "Users:(R)"
icacls app_pass_list\app_pass_list_v4 /inheritance:r /grant:r "Users:(R)"
icacls app_pass_list\app_pass_list_v4\1695891964895.xml /inheritance:r /grant:r "Users:(R)"
icacls loading\ads_9 /inheritance:r /grant:r "Users:(R)"
icacls noxtemp\nox2g /inheritance:r /grant:r "Users:(R)"
icacls nox_app_resource\popup_resource /inheritance:r /grant:r "Users:(R)"
icacls preview\nox /inheritance:r /grant:r "Users:(R)"
icacls preview\nox\preview /inheritance:r /grant:r "Users:(R)"
collect_behavior_enable=false
collect_behavior_interval=9223372036854775807
service_qq=0
service_qq_link="<a target=\"_blank\" href=\"#\" style=\"display: none;\"></a>"
pop_ads_count_all=0
pop_ads_refresh_time=9223372036854775807
pop_ads_count_current=0
root=false

Install nova lunc

Login to adb as root and remove following packages

mount -o rw,remount /system
cd system/app
ls -la
rm -r LiveWallpapersPicker
rm -r FacebookLite
rm -r SoundRecorder
rm -r PhaseBeam
rm -r Launcher
rm -r gpLogin
rm -r AppStore
rm -r Helper
rm -r BasicDreams
pm list packages
pm uninstall --user 0 com.facebook.lite
pm uninstall --user 0 com.android.packageinstaller
pm uninstall --user 0 com.android.soundrecorder
pm uninstall --user 0 com.android.wallpaper.livepicker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment