VR and AR app development including HTC Vive and iOS ARKit.
Web App development specializing in React, DotNet and AWS.
iPhone and iPad app development.
Development of games, tools and technology for multiple platforms.
Integration of your APIs, libraries and technology into other products.
Help your team find the best solution for your products and company.
Creation of Unity based games for multiple platforms including AR and VR.
Development of plugins for Unreal Engine.
Creation of custom Cinema 4D plugins, integrations and solutions.
@echo off SET HOSTS=%windir%\System32\drivers\etc\hosts attrib -r %HOSTS% echo 0.0.0.0 activation.easeus.com >> %HOSTS% echo 0.0.0.0 check.easeus.com >> %HOSTS% echo 0.0.0.0 track.easeus.com >> %HOSTS% echo 0.0.0.0 update.easeus.com >> %HOSTS% attrib +r %HOSTS% echo Blocking complete. pause Use code with caution. Copied to clipboard
This paper is for educational and informational purposes only. The analysis provided is intended to explain how the utility functions from a technical and cybersecurity perspective. The use of scripts to bypass software licensing is illegal and unethical. Users should always purchase legitimate licenses for software products.
The Windows operating system utilizes a local file named hosts to map hostnames to IP addresses. This file acts as a primitive DNS resolver that takes precedence over remote DNS servers. The EaseUS Hosts Blocker.bat is a script designed to automate the modification of this file. Its primary objective is to facilitate the "cracking" or unauthorized activation of EaseUS software products. By blocking the application's ability to "phone home" and verify a license key, the software may default to a functional or trial state without enforcing restrictions, depending on the specific implementation of the software's DRM (Digital Rights Management).
:show cls echo ---------------------------------------------- echo Currently Blocked Websites echo ---------------------------------------------- echo. echo (Lines starting with %loopback% in hosts file) echo ---------------------------------------------- findstr /i /c:"%loopback%" "%hosts%" | findstr /v "#" echo ---------------------------------------------- echo. pause goto menu
Learning how to the hosts file without a script.
To "make" an batch (.bat) file, you are essentially creating a script that adds entries to your Windows hosts file to redirect official activation servers to a null address (0.0.0.0 or 127.0.0.1) .
Founder/Developer
Office Cat
Designer