Jump to content

Trend Micro 11.0.0.1158 Stable


vissha

Recommended Posts

Download Links for Offline Installer for Titanium Antivirus+ 11:

32bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_EL_32bit.exe
64bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_EL_64bit.exe
Full: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_EL_Full.exe

 

Download Links for Offline Installer for Titanium Internet Security 11:

32bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_MR_32bit.exe
64bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_MR_64bit.exe
Full: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_MR_Full.exe

Download Links for Offline Installer for Titanium Maximum Security/Premium Security 11:

32bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_HE_32bit.exe
64bit: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_HE_64bit.exe
Full: http://files.trendmicro.com/products/Titanium/11.0/TTi_11.0_HE_Full.exe
 

Update!!!

Newly Signed same version builds available:

Officially released dates:

Internet Security 32bit[x86] only: 03 September 2016.

Other AV+/Internet Security/Maximum Security/Premium Security: 13 September 2016.

 

New Signed date: 31 Aug 2016.

Earlier Signed date: 19 Aug 2016.

 

Hash Checksum differences and minor file size differences.

 

Link to comment
Share on other sites


  • Replies 9
  • Views 2.8k
  • Created
  • Last Reply
  • 1 month later...

What kind a fix is it? Trial resseter?

Link to comment
Share on other sites


hv 3 spare 1 year's official keys for Trend Micro Antivirus,requests in pm.

all keys shared.

Link to comment
Share on other sites


  • 3 months later...
  • 3 months later...
hamanokaito

Today ! i will upload for guys my fix !

i will upload fix open source write cmd.

Site: https://mega.nz
Sharecode[?]: /#!ZINUjDjT!Z2jPEicCiFnZgxzN3AMPFQRbOYwOPkczGsYN5d_Huao

 

Source Code:

@echo off

:: BatchGotAdmin (Run as Admin code starts)
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
    pushd "%CD%"
    CD /D "%~dp0"
:: BatchGotAdmin (Run as Admin code ends)
title Edit Code : Hamano Kaito

@Echo off

cls
:1
cls
Echo 1/ Blocking access domain
Echo 2/ Change Registry Key. You can change days use.
Echo 3/ Limit access to a registry key
Echo 4/ Exit
Echo 5/ Read Me. You can cance !
set /p Key1=Enter the number:
If %Key1%==1 goto 2
If %Key1%==2 goto 3
If %Key1%==3 goto 4
IF %Key1%==4 goto 5
IF %Key1%==5 goto f


:2
cls
Echo 1/ Blocking access domain GpEdit
Echo 2/ Disable Blocking access domain.
Echo 3/ Enable Blocking access domain.
Echo 4/ Return to original position
Echo 5/ Blocking access domain file HOSTS
set /p Key2=Enter the number:
If %Key2%==1 goto a
If %Key2%==2 goto c
If %Key2%==3 goto b
IF %Key2%==4 goto 1
IF %Key2%==5 goto 7

:a
cls
: Create a policy 
netsh ipsec static add policy name="Block IP"  
    
: Add Actions  
netsh ipsec static add filteraction name="Ip" action=block  
    
: Create a filter 
netsh ipsec static add filter filterlist="Domain" srcaddr=me dstaddr="reg.trendmicro.com"
netsh ipsec static add filter filterlist="Domain" srcaddr=me dstaddr="chk.trendmicro.com"

: Add rules 
netsh ipsec static add rule name="IP" policy="Block IP" filterlist="Domain" filteraction="Ip"  
    
: Include policies  
netsh ipsec static set policy name="Block IP" assign="y"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls

Goto 1

:7
cls

attrib -r %WINDIR%\system32\drivers\etc\hosts

SET NEWLINE=^& echo.

FIND /C /I "www.mirillis.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                   reg.trendmicro.com>>%WINDIR%\system32\drivers\etc\hosts

FIND /C /I "serwer2.paka-service.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                   chk.trendmicro.com>>%WINDIR%\system32\drivers\etc\hosts

attrib +r %WINDIR%\system32\drivers\etc\hosts 

cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
:b
: Include policies  
netsh ipsec static set policy name="Block Face" assign="y"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
cls
Goto a
:c
: Include policies  
netsh ipsec static set policy name="Block Face" assign="n"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat bo chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
cls
Goto a
:3
cls
set /p kaito=Enter days you wants:
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "Status" /t REG_SZ /d "WillExpireIn%kaito%days" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "SN_TYPE" /t REG_SZ /d "Full" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "SN_TYPE" /t REG_SZ /d "Full" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "STATUS" /t REG_SZ /d "WillExpireIn%kaito%days" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "ExpireDate" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "PreExpireDate" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "UpaoEndDays" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "RemainingDayForUPAO" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\Vizor" /f /v "InstallTime" /t REG_SZ /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\AMSP" /f /v "InstallTime" /t Reg_Qword /d "0" >nul
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi khoa dang ky... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Timeout 3 >nul
goto 1

:4
cls
Echo 1/ Change permissions
Echo 2/ Restore permissions. Use this if you unistall software
Echo 3/ Return to original position

set /p Key2=Enter the number:
If %Key2%==1 goto d
If %Key2%==2 goto e
If %Key2%==3 goto 1


:d
cls
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" [8] > %TEMP%\regini_1.txt
regini %TEMP%\regini_1.txt
del %TEMP%\regini_1.txt
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" [8] > %TEMP%\regini_2.txt
regini %TEMP%\regini_2.txt
del %TEMP%\regini_2.txt
cls
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi phan quyen... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Goto 4

:e
cls
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" [7] > %TEMP%\regini_1.txt
regini %TEMP%\regini_1.txt
del %TEMP%\regini_1.txt
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" [7] > %TEMP%\regini_2.txt
regini %TEMP%\regini_2.txt
del %TEMP%\regini_2.txt
cls
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi phan quyen... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Goto 4


:5
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Chuc cac ban may man... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Exit

:f

Echo 1/ Please review and let pm Back >> %tmp%\txt.txt
Echo 2/ You need block domain fist after install software >> %tmp%\txt.txt
Echo 3/ Block domain have 2 option. 1 Block domain Gpedit, 2 block domain file hosts >> %tmp%\txt.txt
Echo 5/ Change permissions. You will change if you want unistall software . >> %tmp%\txt.txt
Echo 6/ If you like to buy support soft Developer  >> %tmp%\txt.txt
Echo 7/ P/s: Part blocking default host will is read-only. >> %tmp%\txt.txt
cls
start %tmp%\txt.txt
timeout 2 >nul
Del %tmp%\txt.txt
Goto 1

How to use fix hack registry.

Update....

 

 

You just watch step hack registry. If you don't understand pm me !

Link to comment
Share on other sites


  • 2 months later...
On 13/06/2017 at 6:23 AM, hamanokaito said:

Today ! i will upload for guys my fix !

i will upload fix open source write cmd.

Site: https://mega.nz
Sharecode[?]: /#!ZINUjDjT!Z2jPEicCiFnZgxzN3AMPFQRbOYwOPkczGsYN5d_Huao

 

Source Code:


@echo off

:: BatchGotAdmin (Run as Admin code starts)
REM  --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"

    "%temp%\getadmin.vbs"
    exit /B

:gotAdmin
    if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
    pushd "%CD%"
    CD /D "%~dp0"
:: BatchGotAdmin (Run as Admin code ends)
title Edit Code : Hamano Kaito

@Echo off

cls
:1
cls
Echo 1/ Blocking access domain
Echo 2/ Change Registry Key. You can change days use.
Echo 3/ Limit access to a registry key
Echo 4/ Exit
Echo 5/ Read Me. You can cance !
set /p Key1=Enter the number:
If %Key1%==1 goto 2
If %Key1%==2 goto 3
If %Key1%==3 goto 4
IF %Key1%==4 goto 5
IF %Key1%==5 goto f


:2
cls
Echo 1/ Blocking access domain GpEdit
Echo 2/ Disable Blocking access domain.
Echo 3/ Enable Blocking access domain.
Echo 4/ Return to original position
Echo 5/ Blocking access domain file HOSTS
set /p Key2=Enter the number:
If %Key2%==1 goto a
If %Key2%==2 goto c
If %Key2%==3 goto b
IF %Key2%==4 goto 1
IF %Key2%==5 goto 7

:a
cls
: Create a policy 
netsh ipsec static add policy name="Block IP"  
    
: Add Actions  
netsh ipsec static add filteraction name="Ip" action=block  
    
: Create a filter 
netsh ipsec static add filter filterlist="Domain" srcaddr=me dstaddr="reg.trendmicro.com"
netsh ipsec static add filter filterlist="Domain" srcaddr=me dstaddr="chk.trendmicro.com"

: Add rules 
netsh ipsec static add rule name="IP" policy="Block IP" filterlist="Domain" filteraction="Ip"  
    
: Include policies  
netsh ipsec static set policy name="Block IP" assign="y"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls

Goto 1

:7
cls

attrib -r %WINDIR%\system32\drivers\etc\hosts

SET NEWLINE=^& echo.

FIND /C /I "www.mirillis.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                   reg.trendmicro.com>>%WINDIR%\system32\drivers\etc\hosts

FIND /C /I "serwer2.paka-service.com" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO ^127.0.0.1                   chk.trendmicro.com>>%WINDIR%\system32\drivers\etc\hosts

attrib +r %WINDIR%\system32\drivers\etc\hosts 

cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
:b
: Include policies  
netsh ipsec static set policy name="Block Face" assign="y"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
cls
Goto a
:c
: Include policies  
netsh ipsec static set policy name="Block Face" assign="n"
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Dang hoan tat bo chan domain... " ,2 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
cls
Goto a
:3
cls
set /p kaito=Enter days you wants:
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "Status" /t REG_SZ /d "WillExpireIn%kaito%days" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "SN_TYPE" /t REG_SZ /d "Full" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "SN_TYPE" /t REG_SZ /d "Full" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "STATUS" /t REG_SZ /d "WillExpireIn%kaito%days" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "ExpireDate" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "PreExpireDate" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" /f /v "UpaoEndDays" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" /f /v "RemainingDayForUPAO" /t Reg_Dword /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\Vizor" /f /v "InstallTime" /t REG_SZ /d "0" >nul
Reg Add "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\AMSP" /f /v "InstallTime" /t Reg_Qword /d "0" >nul
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi khoa dang ky... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Timeout 3 >nul
goto 1

:4
cls
Echo 1/ Change permissions
Echo 2/ Restore permissions. Use this if you unistall software
Echo 3/ Return to original position

set /p Key2=Enter the number:
If %Key2%==1 goto d
If %Key2%==2 goto e
If %Key2%==3 goto 1


:d
cls
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" [8] > %TEMP%\regini_1.txt
regini %TEMP%\regini_1.txt
del %TEMP%\regini_1.txt
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" [8] > %TEMP%\regini_2.txt
regini %TEMP%\regini_2.txt
del %TEMP%\regini_2.txt
cls
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi phan quyen... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Goto 4

:e
cls
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin" [7] > %TEMP%\regini_1.txt
regini %TEMP%\regini_1.txt
del %TEMP%\regini_1.txt
echo "HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\UniClient\1700\LicensePlugin\Cache" [7] > %TEMP%\regini_2.txt
regini %TEMP%\regini_2.txt
del %TEMP%\regini_2.txt
cls
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Da hoan tat thay doi phan quyen... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Goto 4


:5
cls 
echo set WshShell = WScript.CreateObject("WScript.Shell") > %tmp%\tmp.vbs
echo WScript.Quit (WshShell.Popup( "...Chuc cac ban may man... " ,3 ,"Click OK", 0)) >> %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
cls
Exit

:f

Echo 1/ Please review and let pm Back >> %tmp%\txt.txt
Echo 2/ You need block domain fist after install software >> %tmp%\txt.txt
Echo 3/ Block domain have 2 option. 1 Block domain Gpedit, 2 block domain file hosts >> %tmp%\txt.txt
Echo 5/ Change permissions. You will change if you want unistall software . >> %tmp%\txt.txt
Echo 6/ If you like to buy support soft Developer  >> %tmp%\txt.txt
Echo 7/ P/s: Part blocking default host will is read-only. >> %tmp%\txt.txt
cls
start %tmp%\txt.txt
timeout 2 >nul
Del %tmp%\txt.txt
Goto 1

How to use fix hack registry.

Update....

 

 

You just watch step hack registry. If you don't understand pm me !

thank you so much 

now i have life time activation :D

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...