Blizzard Sector
Cracked d2jsp version 43.22 - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Cracked d2jsp version 43.22 (/thread-9333.html)



Cracked d2jsp version 43.22 - Grave - 09-09-2004

www.d2jsp.org

This is for the newest core version, version 43.22.

All crack credits go to bubbafate. We should all send him a dollar Smile

I have just tested this with all four XP scripts, PindleXP, MephXP, CountessXP and AndyXP. I made *zero* changes to the scripts and it worked *PERFECT*.

==============================================
*** READ THIS ***
==============================================

I REFUSE TO PROVIDE ANY MORE HELP!!

I have made more then enough guides, any moron should be able to get this to work. If you want expert support, pay njag the $25 and ask on the fourm. Anybody else is free to provide help on this thread. (id gladly take free points)

Also, I'm not making any more guides. Nobody reads 'em. **** you.

Some of the pictures/settings may be slightly different but the basics are the same.

==============================================
*** READ THIS ***
==============================================

The following guide is a step-by-step installation guide to d2jsp. This guide makes the assumption that you have no clue what you are doing. I will do my best to make this guide as 'idiot-proof' as possible. If you follow this guide *exactly* and still have problems then I recomend that you give up on d2jsp as it may be to complex for you.

This guide is for the general installation of d2jsp. THIS IS NOT A BOT SUPPORT THREAD! If you have a bot question, refer to the appropriate guide. I will IGNORE all bot-specific questions.

Step 1, while not required, is suggested. It seems to sort out quite a few problems.

1) Un-install Diablo. Once the uninstallation is complete, go back to your Diablo directory and delete it. There may still be files/folders hanging out that will mess up d2jsp.

2) Re-install Diablo. Ensure you do a full install.

3) Setup Onleyer's no CD loader. If it makes a folder called 'plugins' in your Diablo directory, delete it.

4) Setup your Diablo shortcut so it starts in window mode with no sound: -w -ns

5) Download this file

This .zip contains all the files you will need to run d2jsp. Included with this file are all of the XP scripts plus Marsbrand Mehpisto bot. Later on I will make seperate guides to set up each bot but, for the time being, if you follow this guide it will automaticly run PindleXP.

6) Create a directory called 'd2jsp' on your hard drive, not your desktop.

7) Extract all the files to the d2jsp directory you just made. Ensure you have the box marked 'Use folder names' checked.

8) Navigate to d2jsp\js32_dll. In that folder you will find two files. Copy js32.dll to your Windows/system and Windows/system32 folder.

9) Navigate back to your main d2jsp folder. Locate a file called makecdkeyhash.exe. Double click that file and click on 'Make CD-key hash'. Copy down the numbers that pop up in the window. This file creates a keyhash from your Classic CD key. If you wish, you may manulay enter a differnt key. Do not use the dashes if you do so.

10) Exit makecdkeyhash.exe. Find and double click on makekeyfile.exe. Put in the numbers that the makecdkeyhash.exe gave you then click on 'Generate Key File'. Save this file in your main d2jsp directory.

11) Go to your d2jsp\scripts folder, find and open 'default.d2j' with any text editor. Yours should look like this:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td> </tr> <tr> <td class="code">/* default.d2j, modify the values below to suit your needs. [by njaguar]*/

function main() {
switch(me.name) {
case "DefinitelyASorc":
load("bots/PindleXP.d2j");
break;
default:
load("bots/PindleXP.d2j");
break;
}
}</td> </tr></tbody> </table>
Change this line to whatever your characters name is:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td> </tr> <tr> <td class="code"> case "DefinitelyASorc":</td> </tr></tbody> </table>
Should you want to run a different bot, change the line right under it to whatever bot you want to run:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td> </tr> <tr> <td class="code"> load("bots/PindleXP.d2j");</td> </tr></tbody> </table>
Save and exit this file.

12) In your d2jsp\scripts folder you have two files called 'autostarter.d2j' and 'starter.d2j'. These files come pre-configured to wait between 40 and 60 seconds between game creation. If you wish to edit these values, open either file with any text editor. Change the following:
autostarter.d2j Find this line:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td> </tr> <tr> <td class="code">var createGameThreshold =(rnd(40000,60000)) ; // Random time, between 40 and 60 seconds, between creating a new game</td> </tr></tbody> </table>
40000 = 40 seconds
60000 = 60 seconds

starter.d2j Find and change the following lines:
<table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"> <tbody><tr> <td>Code:</td> </tr> <tr> <td class="code">var GameCreateDelay = (rnd(40000,60000)) ; // Random time, between 40 and 60 seconds, between creating a new game</td> </tr></tbody> </table>
40000 = 40 seconds
60000 = 60 seconds

13) In your main d2jsp folder, double click this file 'autod2jsp.exe'. The first time you use this program you will see this ERROR. Just click on 'Ok' to continue on.

14) You should now see THIS screen. Click on 'Add'.

15) You should now see this screen:
[Image: setup.jpg]

Following is a step-by-step explenation of the settings:

1 - Setting name. Call it what you want, it only really matters for multi-botting.
2 - This is the location of your Diablo executable. Leave it as Game.exe if you are not using Onleyer's no CD loader. Click the '?' if you want to change it to Diablo II.exe.
3 - If you are using Diablo II.exe, click this checkmark.
4 - Change this to whatever you want the title of your Diablo II window to be. Usefull for multi-botting.
5 - If you are using multiple CD keys, click the 'Use cdkey.mpq' checkmark. You can change the name of cdkey.mpq to whatever you want. Usefull for multi-botting.
6 - Account name (duh)
7 - Password (duh)
8 - Leave this as-is.
9 - Leave this as-is.
10 - If you want random game names, leave this as it is otherwise uncheck 'Use Random' and select a game name.
11 - Leave it as-is for random passwords.
12 - Use these to select your characters location.
13 - Select your difficulty level.
14 - Leave this as-is if you wish to run the bot on Closed Battle.net.
15 - Various settings for your Diablo II window. Set this up as you see fit.

16) Click on 'Okay' at the bottom right of the screen. It will tell you to ensure you save your settings in the main screen.

17) Once you are back at the main screen, click on 'Save'. Select your new bot configuration in the main window, then click on 'Start'.

That's it. You should now be running PindleXP. If you have followed this guide to the letter you should not have any problems. Tweaking the settings availiable to this and other bots will be covered in other guides.

(any free points will be gratituded and Have fun Pindle Botting)


Cracked d2jsp version 43.22 - Bowbow - 09-10-2004

You didnt have to post this... it is already in the 42.50 thread, o well. Thx anyway.


Cracked d2jsp version 43.22 - Grave - 09-10-2004

its there? i had no idea ppl shuld tell me these things thx 4 the tip


Cracked d2jsp version 43.22 - Extremeblizz! - 09-11-2004

ya sorry, I can't edit the title in this forum and it would cost 600 points just to resticky a new thread so...
Sad


Cracked d2jsp version 43.22 - Grave - 10-07-2004

ok...?