Re: Re: Rearm as often as u like!

Forums General Feedback Rearm as often as u like! Re: Re: Rearm as often as u like!

#46732

Question:
Did you delete these three files mentioned below in the batch file?
Sllua.exe
Slui.exe
Sluinotify.dll

Are they essential for rearming?

ANSWER: They ARE essential.

BYPASS BATCH FILE

ECHO OFF

regedit /s DisableService.reg

COPY startup.bat “%SYSTEMDRIVE%UsersAdministratorAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup”
COPY user32.dll.mui “%SYSTEMDRIVE%”

ECHO.
ECHO


ECHO This Server 2008 Activation Bypass v1.1 is made by Lysergic.
ECHO


ECHO.
ECHO It DOES not bypass WGA but does remove the WGA watermark from the desktop and will still receive updates.
ECHO This crack stops the SLUI Notify Service and remove 3 files : SLUI, SLLUA and SLUINotify.
ECHO It then replaces user32.dll.mui with a cracked version that has no watermark.
ECHO.
ECHO The computer will restart now and once more when you login as Administrator
ECHO YOU HAVE TO LOGIN AS ADMINISTRATOR.
PAUSE

SHUTDOWN -r -t 00

EXIT

STARTUP BATCH FILE

ECHO OFF

takeown /f “%windir%system32SLLUA.exe”
takeown /f “%windir%system32SLUI.exe”
takeown /f “%windir%system32SLUINotify.dll”
takeown /f “%windir%system32en-USuser32.dll.mui”

echo y| cacls “%windir%system32SLLUA.exe” /G Administrator:F
echo y| cacls “%windir%system32SLUI.exe” /G Administrator:F
echo y| cacls “%windir%system32SLUINotify.dll” /G Administrator:F
echo y| cacls “%windir%system32en-USuser32.dll.mui” /G Administrator:F

REN “%windir%system32SLLUA.exe” SLLUA.exe.backup
REN “%windir%system32SLUI.exe” SLUI.exe.backup
REN “%windir%system32SLUINotify.dll” SLUINotify.dll.backup
REN “%windir%system32en-USuser32.dll.mui” user32.dll.mui.backup

COPY “%SYSTEMDRIVE%user32.dll.mui” “%windir%system32en-US”

DEL /q /f “%SYSTEMDRIVE%user32.dll.mui”

ECHO.
ECHO


ECHO This Server 2008 Activation Bypass v1.1 is made by Lysergic.
ECHO


ECHO.
ECHO Server 2008 Activation is now bypassed
ECHO.
ECHO IF YOU WANT TO REVERSE THE BYPASS :
ECHO The 4 original system32 files are now renamed with .backup, reinstate them.
ECHO Start the SL UI Notification Service.
ECHO.
ECHO The computer will restart one last time
PAUSE

Shutdown /r /t 5

DEL /q /f “%SYSTEMDRIVE%UsersAdministratorAppDataRoamingMicrosoftWindowsStart MenuProgramsStartupstartup.bat”

DISABLE SERVICE REG FILE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSLUINotify]
“Start”=dword:00000004