Skip to main content

PS3Xploit V3 Han Tutorial For Cech 3xxx and above console

Well, This tutorial is just going to put you through on to install Han on your console and also activate it. firstly HAN is just an Hacked created by the ps3xploit team to make it possible for the non-jail-breakable consoles to be able to enjoy some features just like the CFW console and its main for the Ps3 OFW consoles. ITS ADVISABLE FOR HAN USERS TO CREATE ANOTHER PSN ACCOUNT BEFORE INSTALLING HAN.

I WON'T BE HELD RESPONSIBLE FOR ANY PS3 CONSOLE THAT GETS BRICKED, JUST FOLLOW THE INSTRUCTIONS. 


REQUIREMENTS:
  1. Ps3 console
  2. A PC
  3. A USB drive

FOLLOW THE INSTRUCTIONS BELOW TO INSTALL THE PS3XPLOIT V3.

  1. To download Han support files CLICK HERE
  2. Extract the files and put it in main directory of your USB drive
  3. Now insert it to the nearest USB port to your BD (Blu-ray Drive) of your PS3 console Go to www.ps3xploit.com your console browser
  4. Navigate menu at top of webpage and select "HAN Installer".
  5. Once webpage has loaded, scroll down and select "Initialise HAN Installer".
  6. Wait for "HAN Installer initialised successfully" in green letters. If it fails to initialise then close browser and restart No 3, clear cache and cookies
  7. Click "Launch HAN Installation".
  8. HAN Installer will do its thing and then reboot
  9. HAN is now installed on your PS3

HOW TO ENABLE HAN 

  1. Open Browser and navigate to www.PS3xploit.com
  2. Navigate menu at top of webpage and select "HAN Enabler"
  3. Once webpage has loaded, scroll down and select "Initialise HAN Enabler"
  4. Wait for "HAN Enabler initialised successfully" in green letters. If fails to initialise then close browser and restart Section E.
  5. Select "Enable HAN"
  6. Browser will close.
  7. HAN is now enabled!!
Dump ACT.DAT and IDPS.HEX
 we will be dumping our act.dat and idps.hex files needed to resign our PKGs.
REMEMBER! WHEN DUMPING LICENCE, MAKE SURE YOUR LOGGED INTO YOUR SECONDARY USER ACCOUNT
  1. Make sure your have a USB disk inserted into the rightmost usb port on PS3
  2. Boot console
  3. Navigate to www.ps3xploit.com Navigate the menu and select "ACT/IDPS Dumper".
    Select "Initialise ACT/IDPS Dumper and wait for the green letters.
    If failed, repeat. If successful, select "DUMP ACT.DAT and IDPS"
    Your Licence has now been dumped to USB

INSTALLING HAN TOOLBOX

So, we are going to need to download the toolbox pkg and install it onto our consoles.
You can download v0.4 from HERE, copy the PKG to USB drive and insert into the rightmost USB.

  1. Boot Console
  2. ENABLE HAN
  3. Navigate to Package Manager/Install Package Files/Standard
  4. Install HAN Toolbox
  5. Reboot Console

Comments

Popular posts from this blog

HOW TO CONVERT BLU-RAY GAMES TO PSN PKG GAMES FOR PS3XPLOIT V3 HAN.

 IN THIS TUTORIAL I WILL EXPLAIN HOW TO CONVERT Blu-ray Games to PKG file to be installed through HAN PACKAGE MANAGER, In this tutorial we need: A perfectly working pc an Ethernet cable ( for fast transfer of games above 4GB ) Download  Ps3games converter v0.91 Download  make-pkg-bat Master   Download  PKG Linker Download  Ps3 Game Updater Extracting Data from PS3 ISO ​ If your game is in ISO format, use a virtual disk utility to mount the ISO. Whatever utility you use, we want to extract the contents into and empty folder. Take note of where you saved the contents. Downloading Update and Converting to PKG ​ Run " ps3 game updater" and put the game ID starting with BLXXXXXX Download the update Run "PS3GameConvert_v0.91.exe" And follow the instructions. It will create a folder with your Games title into the directory you chose Inside this folder are another 2 folders. "NPUB..." and "BLUS..." these may be different if ...

Getting Started With PayStack API

  Get started with Paystack API with nodejs, and expressjs for adding payment features to your application. Before I decided to write this I searched the whole internet to figure out how to use the Paystack API created by  kehers  because there was none to little documentation on how to use the API instead of using the Paystacks Javascript request format on their official  API documentation . Installation After setting up your nodejs application then install the paystack API created by kehers: npm install paystack then after the installation has been completed, we move to set it up. Firstly create a Paystack account and copy the test API secret keys (Note: This is for development purposes only, for production purposes use live keys). Initialization Then go ahead and import Paystack //For JavaScript ES5 const Paystack = require ( "paystack" )( "SECRET_KEY" ); //For JavaScript ES6+ import Paystack from "paystack" ; var paystack = Paystack( "SEC...

THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER 1

 THE NEW JOURNEY: ROAD TO BECOMING A "MEAN" STACK DEVELOPER         Well, this is my first article about myself, my journey on becoming a "software developer" but first let me talk about myself, I am Abdulraqeeb Taiwo , an Electronic and Electrical Engineer by discipline with shaky confidence in fulfilling a project at first sight until I go deeper in getting the desired result of the project.           I have learned a lot of skills over my years in the university, from skills related to my discipline to software skills, I engaged in varieties of projects over the years, even being a team leader on different projects. Now let's talk about the skills have acquired so far are listed below. 1.       Skills: 1.       Programming Skills 2.       Electronic Skills 3.       Application Skills 4. ...