0. Uninstall VMWare Tools then restart
1. Append this to your vmx file which is stored alongside the created vm
Code:
hypervisor.cpuid.v0 = "FALSE"
board-id.reflectHost = "TRUE"
hw.model.reflectHost = "TRUE"
serialNumber.reflectHost = "TRUE"
smbios.reflectHost = "TRUE"
SMBIOS.noOEMStrings = "TRUE"
isolation.tools.getPtrLocation.disable = "TRUE"
isolation.tools.setPtrLocation.disable = "TRUE"
isolation.tools.setVersion.disable = "TRUE"
isolation.tools.getVersion.disable = "TRUE"
monitor_control.disable_directexec = "TRUE"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"
monitor_control.disable_btmemspace = "TRUE"
monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
monitor_control.restrict_backdoor = "TRUE"
2. Also append this to your vmx
Code:
scsi0:0.productID = "Tencent HDD"
scsi0:0.vendorID = "Tencent"
3. Generate a new Ethernet Mac Address and replace the first 4 digits like this
Code:
00:10:XX:XX:XX:XX to 00:11:XX:XX:XX:XX
(first 4 digits may vary just make sure it does not start with 05:69, 00:0C, 00:10, 00:1C, 00:50)
4. Run install.bat from

also make sure vmloader.sys is alongside it
5. Install Elsword & Run it, theres no gpu support which means you will get a awful experience with running the game fluently
Credits:
regards