Saturday, October 19, 2019

Blocking Social Media with Mikrotik v6

Now you can block Social media like Facebook, instagram or youtube with Mikrotik using TLS-HOST feature. This feature only available from version 6.41 and above. Following is the example of the script :

/ ip firewall raw
add action=drop chain=prerouting dst-port=443 protocol=tcp src-address=192.168.1.0/24 tls-host=*googlevideo.com*
add action=drop chain=prerouting dst-port=443 protocol=tcp src-address=192.168.1.0/24 tls-host=*instagram.com*
add action=drop chain=prerouting dst-port=443 protocol=tcp src-address=192.168.1.0/24 tls-host=*facebook.com*
add action=drop chain=prerouting dst-port=443 protocol=tcp src-address=192.168.1.0/24 tls-host=*youtube.com*

add action=drop chain=prerouting dst-port=443 protocol=udp src-address=192.168.0.0/24 comment="Https over UDP"

Note :
- You have to flush dns in your PC and in Mikrotik to make it work.

Monday, October 14, 2019

Mobile Legends ID Resetter for Nox and Gameloop ( No Stuck Id ) Diskless only

These Batchs just need to be executed on server.

For  Nox :
1. Make a batch file in Nox\Bin folder, rename it as you want. For example : "reset_ml_id.bat".
2. Copy these commands and paste into the batch file :

@echo off
nox_adb.exe kill-server&&adb start-server
nox_adb.exe connect 127.0.0.1:62001
nox_adb.exe shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml
nox_adb.exe shell rm -rf /data/system_ce/0/accounts_ce.db
nox_adb.exe shell rm -rf /data/system/users/0/accounts.db
nox_adb.exe shell pm clear com.google.android.play.games
nox_adb.exe shell pm clear com.google.android.gms
nox_adb.exe shell pm clear com.android.vending
nox_adb.exe shell pm clear com.google.android.gsf
nox_adb.exe shell pm clear com.facebook.lite
nox_adb.exe shell pm clear com.facebook.katana
nox_adb.exe shell pm clear com.android.browser
Msg * "Reset Account ML Success"
exit

3. Save the batch file. Then run Nox and click on mobile legends. Login or make new account, wait until all skin,map,etc are downloaded. 

4. Exit Mobile legends, and make sure no app running on background. Restart Nox if you're unsure.

5. While Nox is running, run the batch file we've created before, eg: "reset_ml_id.bat". After that, exit Nox.

6. Run Nox on client to check if it's success or not .

Thursday, October 10, 2019

Rainbow Six Launcher for Diskless

 1. Create new batch file and paste this code into it, rename it as Rainbowsix_registry.bat and place it inside Ubisoft folder :



2. Create new batch file and paste this code into it, rename it as Rainbowsix_launcher.bat and place it inside Ubisoft folder :


If you experiencing error when try to log in to uplay  like this : "Connection lost, a Ubisoft service is currently unavailable", install these certificates to your windows in Trusted Root Certification Authorities : Uplay Certificates