How to Hack FFLocker ( FFMurderer )

by SirJosh3917 in Circuits > Computers

1182 Views, 11 Favorites, 0 Comments

How to Hack FFLocker ( FFMurderer )

run.PNG

This tutorial will teach you how to hack FFLocker and do a number of damage on FFLocker

Download and Run

download ffmurderer.PNG

Goto " http://josh0n.weebly.com/batch.html " and download it from there. It helps support me if you use the adf.ly link! Or, finish reading and copy the rest into a notepad.

Once you have the program downloaded, open it, and it's really easy to use.

1 Automatically opens a file

2 Changes the username [And lets you view the current one]

3 Changes the password [And lets you view the current one]

4 Changes the security question [And lets you view the current one]

5 Changes the security answer [And lets you view the current one]

6 Makes the D:\FFData and D:\FFSetupDone folder accessible

7 Makes the D:\FFData and D:\FFSetupDone folder inaccessible

8 Lets you re-install FFLocker

9 Lets you goto my website :D

You can begin murdering FFLocker.

Notepad Paste:

@echo off
setlocal enabledelayedexplansion
title FFMurderer
color 0a
mode con: cols=65 lines=20
cls
echo.
echo ----------------------------------------------------------------
echo Welcome
echo ----------------------------------------------------------------
echo.
echo Hello User,
echo.
echo.
echo Welcome to FFMurderer. This program will allow you to crack
echo FFLocker's security measures, and do a number on it.
echo. Press any key to continue.
echo.
echo ----------------------------------------------------------------
pause >nul
:hack
cls
echo.
echo ----------------------------------------------------------------
echo Hack
echo ----------------------------------------------------------------
echo. Enter a Number to DO a Number.
echo [1] Auto-Unlock
echo. [2] Change Username
echo [3] Change Password
echo [4] Change Security Question
echo [5] Change Security Answer
echo. [6] Make FFLocker's Data Visible ^& Accessible
echo. [7] Make FFLocker's Data Invisible ^& Unaccessible
echo. [8] Re-do Setup
echo. [9] Goto my website
echo ----------------------------------------------------------------
CHOICE /C 123456789 /M "Enter a Number> "
cls
if ERRORLEVEL 9 goto :WEBSITE
if ERRORLEVEL 8 goto :SETUP
if ERRORLEVEL 7 goto :INVISIBLE
if ERRORLEVEL 6 goto :VISIBLE
if ERRORLEVEL 5 goto :SECA
if ERRORLEVEL 4 goto :SECQ
if ERRORLEVEL 3 goto :PASSWORD
if ERRORLEVEL 2 goto :USERNAME
if ERRORLEVEL 1 goto :UNLOCK
goto :hack

:UNLOCK
echo.----------------------------------------------------------------
echo. Where is the folder/file?
set /p loc="Location> "
echo. What is the folder/file's name?
set /p name="Name> "
echo. Unlocking...
echo.----------------------------------------------------------------
cd /d "%loc%"
attrib "%name%" -s -h
echo y| cacls "%name%" /T /P everyone:F
echo y| cacls "%name%" /C /P everyone:F
cd /d "%loc%"
attrib "%name%" -s -h
echo y| cacls "%name%" /T /P everyone:F
echo y| cacls "%name%" /C /P everyone:F
echo.----------------------------------------------------------------
echo.File/Folder Unlocked.
echo.----------------------------------------------------------------
pause
cls
goto :hack

:USERNAME
cls
echo Making Data Accessible
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
set que=
for /f "delims=~" %%i in (D:\FFData\ffname.txt) do (
set que=%%i
)
echo.----------------------------------------------------------------
echo.Current Name: %que%
set /p new=New Name:
echo Changing Name
echo.----------------------------------------------------------------
@echo.%new%>D:\FFData\ffname.txt
echo Making Data Unaccessible
echo y| cacls "D:\FFData" /T /P everyone:N
echo Data Made Unccessible.
echo.
echo.Please press any key to continue.
pause
goto :hack

:PASSWORD
cls
echo Making Data Accessible
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
set que=
for /f "delims=~" %%i in (D:\FFData\ffpass.txt) do (
set que=%%i
)
echo.----------------------------------------------------------------
echo.Current Password: %que%
set /p new=New Password:
echo Changing Password
echo.----------------------------------------------------------------
@echo.%new%>D:\FFData\ffpass.txt
echo Making Data Unaccessible
echo y| cacls "D:\FFData" /T /P everyone:N
echo Data Made Unccessible.
echo.
echo.Please press any key to continue.
pause
goto :hack

:SECQ
cls
echo Making Data Accessible
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
set que=
for /f "delims=~" %%i in (D:\FFData\ffsque.txt) do (
set que=%%i
)
echo.----------------------------------------------------------------
echo.Current Security Question: %que%
set /p new=New Security Question:
echo Changing Security Question
echo.----------------------------------------------------------------
@echo.%new%>D:\FFData\ffsque.txt
echo Security Question Changed
echo Making Data Unaccessible
echo y| cacls "D:\FFData" /T /P everyone:N
echo Data Made Unccessible.
echo.
echo.Please press any key to continue.
pause
goto :hack

:SECA
echo Making Data Accessible
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
set que=
for /f "delims=~" %%i in (D:\FFData\ffsans.txt) do (
set que=%%i
)
echo.----------------------------------------------------------------
echo.Current Security Question Answer: %que%
set /p new=New Security Question Answer:
echo Changing Security Question Answer
echo.----------------------------------------------------------------
@echo.%new%>D:\FFData\ffsans.txt
echo Security Question Changed
echo Making Data Unaccessible
echo y| cacls "D:\FFData" /T /P everyone:N
echo Data Made Unccessible.
echo.
echo.Please press any key to continue.
pause
goto :hack

:VISIBLE
cls
echo Making Data Accessible...
echo y| cacls "D:\FFSetupDone" /T /P everyone:F
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
echo Making Data Visible...
attrib FFSetupDone -s -h
attrib FFData -s -h
echo Data Made Visible.
echo Giving you access to data locations.
start D:\FFSetupDone
start D:\FFData
pause
goto :hack

:INVISIBLE
cls
echo Making Data Unaccessible...
echo y| cacls "D:\FFSetupDone" /T /P everyone:N
echo y| cacls "D:\FFData" /T /P everyone:N
echo Data Made Unaccessible.
echo Making Data Invisible...
attrib FFSetupDone +s +h
attrib FFData +s +h
echo Data Made Invisible.
pause
goto :hack

:SETUP
cls
cd /d "D:\"
echo Making Data Accessible...
echo y| cacls "D:\FFSetupDone" /T /P everyone:F
echo y| cacls "D:\FFData" /T /P everyone:F
echo Data Made Accessible.
echo Making Data Visible...
attrib FFSetupDone -r -a -s -h -i
attrib FFData -r -a -s -h -i
attrib "FFLocker 1.0 - Win7.bat" -r -a -s -h -i
echo Data Made Visible.
echo Renaming Folders...
ren FFSetupDone FFSetupDoneMURDERED%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%
ren FFData FFDataMURDERED%RANDOM%%RANDOM%%RANDOM%%RANDOM%%RANDOM%
echo Folders Renamed.
echo Moving FFLocker Setup to desktop
move /Y "D:\FFLocker 1.0 - Win7.bat" "%userprofile%\Desktop\FFLocker 1.0 - Win7.bat"
echo Moved.
echo Deleting FFLocker 1.0 from desktop...
del /f /q "%userprofile%\Desktop\FFLocker 1.0.bat"
echo Deleted.
echo.
echo.You can now run FFLocker and re-do the setup.
pause
goto :hack

:WEBSITE
echo My website is "josh0n.weebly.com"