Purpose: To edit the names of objects.
Difficulty: 1/10
Assumed Knowledge: Must know how to use ctrl + f
Classes Modified: Class46.java
Procedure
Step 1: Open class46.java and search for:
Code:
class46.method582(true, aClass30_Sub2_Sub2_753);
Step 2: Hit enter after that and under it add
Code:
if(i == ####)
{
class46.aString739 = "OBJECTNAME"; // Place name here
}
Step 3: Change the #### to the object ID you want to change and change OBJECTNAME to the name you want to rename it as.
And now your done!
Here is an example of mine:
Code:
if(i == 2465)
{
class46.aString739 = "Agility Portal"; // Place name here
}

Credits: Mdw/Ghoron36