Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 40,711
» Latest member: Spitfire
» Forum threads: 46,471
» Forum posts: 459,590

Full Statistics

Online Users
There are currently 965 online users.
» 0 Member(s) | 963 Guest(s)
Applebot, Bing

Latest Threads
New File Added: Recount
Forum: Announcements
Last Post: Spitfire
01-17-2025, 03:52 PM
» Replies: 0
» Views: 195
Diablo IV January 16 Deve...
Forum: Diablo IV Discussion
Last Post: Spitfire
01-17-2025, 02:53 PM
» Replies: 0
» Views: 123
can't find this piece of ...
Forum: Hacks Bots and Editors
Last Post: comper
09-06-2012, 03:28 PM
» Replies: 1
» Views: 126
leech bot set up
Forum: Hacks Bots and Editors
Last Post: comper
09-06-2012, 10:14 AM
» Replies: 5
» Views: 111
D2 MultiRes crashes when ...
Forum: Hacks Bots and Editors
Last Post: Virgil Popa
09-06-2012, 09:06 AM
» Replies: 15
» Views: 1,137
Comper is a mastermind
Forum: Hacks Bots and Editors
Last Post: jlm3333
09-05-2012, 09:58 PM
» Replies: 1
» Views: 75
Read this comper
Forum: Hacks Bots and Editors
Last Post: Joel Gonzalez
09-05-2012, 03:29 PM
» Replies: 6
» Views: 141
D2NT31 NTBot42 Tutorial
Forum: Hacks Bots and Editors
Last Post: comper
09-04-2012, 09:57 AM
» Replies: 1,354
» Views: 130,091
showoff Thread...Boast he...
Forum: Diablo III Discussion
Last Post: Tap
09-04-2012, 09:22 AM
» Replies: 0
» Views: 125
TNTD3 Diablo 3 Bot Gold a...
Forum: Diablo III Hacks/Exploits
Last Post: abcman
08-31-2012, 08:28 PM
» Replies: 3
» Views: 674

 
  New File Added: D3Advanced (02.06.2012) Experimental RC4
Posted by: Spitfire - 06-11-2012, 06:43 PM - Forum: Diablo III Hacks/Exploits - Replies (3)

Downloads: A new file has been added by Luke:

D3 Advanced

D3Advanced is a modification for Diablo III. It allows you to play the way Diablo has always been meant to play. Not only does it assist you while playing on yourself, you can make it play for you! D3Advanced comes with a powerful API set which can be used to create bots. Much like d2jsp back in the golden days of Diablo II! It currently supports Retail Patch 1.0.2a.

Requirements:

  • .NET 4.0
  • Microsoft Visual C++ 2010 Re-distributable Package (x86)

Change Log Wrote:04.06.12: (RC4)
. Unit.UseItem now identifies/equips/stashes the item.
. Added Me.Level
. Added Unit.Level
. Added Game.Ping
. Added Camera Zoomhack (Ctrl+Mousewheel scroll)

. ItemParser.dll is now part of the default package.
. Improved Anti-Detection code

02.06.12: (Rc3)

. Added static ItemMod class
. Added Me.GetContainerItems

Print this item

  How to add a signature
Posted by: sly- - 06-10-2012, 05:15 PM - Forum: Help and Suggestions! - Replies (4)

How do I add a signature on here? I only found one previous post, including using the search option Here and as you can see I don't think the admin got that he didn't want to type the same thing as his title and no response there after. If anyone could help much appreciated

Print this item

  What bot...
Posted by: sly- - 06-10-2012, 05:06 PM - Forum: Hacks Bots and Editors - Replies (4)

What bot, or is there a spam bot like all the stores use to spam their urls and msgs? I dont want to join games, but I wouldn't mind running a pub chat bot to spam game names for pub bot runs. Just something or a script to use on d2nt would be much appreciated thanks guys.

Print this item

  Light Sorc Bot issue
Posted by: bigstreggo - 06-09-2012, 02:37 PM - Forum: Sorceress - Replies (2)

I have a light sorc bot with great gear. My games last from 4 to 5 minutes i get realm down I have one cd key. what is the problem.

Print this item

  D2N2 Bot - Can you fix this?
Posted by: deathrg - 06-07-2012, 10:42 PM - Forum: Hacks Bots and Editors - Replies (4)

[INDENT] Hey - im geting this error - it starts up fine, clicks battle net then i get this : The Exception unknown software exception (0xc0000417) occured in the application at location 0x10090a62 - Help please Sad. [/INDENT]

Print this item

  Skele Nec script?
Posted by: sly- - 06-07-2012, 02:14 PM - Forum: Hacks Bots and Editors - Replies (11)

Hey guys I was wondering if anyone knows of a skele nec script in full, I see bits and peices on diffrent post but never a full script and I have absolutely no idea how to edit them myself. Anyways the skills I have are maxed skele/mage/skele mast and then I have some into amp damage and CE. I am not using nigma either, but I have every wp to every act norm-hell, so I don't know if my errors are in the fact that I can't tele. If anyone could help out or know of one I appreciate it in advance thanks Big Grin

Print this item

  how to set up the d2nt bot so it'll stop after 10 runs for awhile then restart ?
Posted by: asn831 - 06-04-2012, 10:23 PM - Forum: Hacks Bots and Editors - Replies (13)

I keep getting realm restriction after 10-12 runs.... help plz? or any other suggestions to solve this problem?

Print this item

  [Autoit bot] A3 Witch Doctor Catapult Leveling bot
Posted by: Juke - 06-04-2012, 07:05 AM - Forum: Diablo III Hacks/Exploits - No Replies

Put these skills for these hotkeys , or simply edit it yourself (very easy).

Code:
1 - Spirit Walk
3 - Fetish Army (or Gargantuan , or your dogs)
Right Mouse Button - Grasp of Death

[ATTACH=CONFIG]2009[/ATTACH]


Here is the code along with description of what is going on
Code:
Sleep(5000)
While (true)
   ; Resume Game
   MouseClick("left", 1069, 633) ; These first four lines are my recovery tactic I made incase I die.
   Sleep(200) ; These first four lines are my recovery tactic I made incase I die.
   MouseClick("left", 948, 821) ; These first four lines are my recovery tactic I made incase I die.
   Sleep(200) ; These first four lines are my recovery tactic I made incase I die.
   MouseClick("left", 335, 435) ; Hits resume game
   Sleep(4600)
  
   Send("{SPACE DOWN}") ; hits space so the guy can stop talking and move forward
Sleep(145)
Send("{SPACE UP}") ; hits space so the guy can stop talking and move forward
Sleep(900)
Mouseclick("left",1143,631,1,3) ; moves forward once
Sleep(900)
Sleep(63)
Mouseclick("left",1215,626,1,3) ; moves forward once
Sleep(1439)
Mouseclick("right",1844,927,1,3) ; Casts Grasp of Death so monsters can slow down + get hit + not come to you
Send("3") ; casts fetish army. These guys can help intercept loose monsters that would otherwise kill you
Sleep(2000)
Send("1") ; You use spirit walk. This helps you stay alive, and get to the door faster
Mouseclick("left",729,314,1,3) ; walking towards door step 1
Sleep(500)
;Sleep(107)
Mouseclick("left",592,313,1,3) ; walking towards door step 2
Sleep(1000)  ; if you don't have spirit walk I recommend doubling this to 2000
Mouseclick("left",887,390,1,3) ; click on the door
Sleep(2800)

   ; Brings up the menu so you can leave game
   Send("{ESC}")
   Sleep(300)
  
   ; Hits the Leave game button so you can leave game
   MouseClick("left", 1053, 591)
    Sleep(4600) ; Gives you a bit of time so you can go back to lobby. If  your computer is taking longer, make the sleep number bigger, increments  of 1000
WEnd


Requirements
1920x1080 resolution. This and only this. Sorry guys [Image: icon_smile.gif]
Set your D3 video options to "FULLSCREEN WINDOW MODE"
* On your character -> Act 3 Quest 1, you need to go to the Skycrown Battlements area and leave game before you begin, for the checkpoint.

How to use
  • Download Autoit if you don't have it -> AutoIt Downloads - AutoItScript
  • Once installed, right click your desktop > new > autoit v3 script
  • Copy the entirity of the code posted above. (not including the skills in the first box)
  • File and Save to desktop or wherever you want

    .au3 premade file for the lazies : WDA3B.au3
  • Now that file you just created, run it, you have 5 seconds to bring up Diablo 3. (Should have it already up and running ready to hit resume game)
  • The bot is on its own now [Image: icon_smile.gif]


The timings are very specific to the way my computer runs. If things are being done too fast / too slow, try adjusting the Sleep(timings).

Special thanks to Bobby for letting me view his source which was the catalyst for me to make this.

This is the hell script
Code:
[/B]Sleep(5000)
While (true)
   ; Resume Game
   MouseClick("left", 1069, 633)
   Sleep(200)
   MouseClick("left", 948, 821)
   Sleep(200)
   MouseClick("left", 335, 435)
   Sleep(4600)
  
   Send("{SPACE DOWN}")
Sleep(145.533923595259)
Send("{SPACE UP}")
Sleep(500.08512746022)
Mouseclick("left",1143,631,1,3)
Sleep(900.651377177062)
Sleep(63.5246146786973)
Mouseclick("left",1215,626,1,3)
Sleep(800.37954963553)
Mouseclick("right",1844,927,1,3)
Send("3")
Sleep(500)
Send("4")
Sleep(500)
Send("4")
Sleep(500)
Send("4")
Sleep(500)
Send("4")
Sleep(500)
Send("2")
Sleep(1200.66264227048)
Send("1")
Mouseclick("left",729,314,1,3)
Sleep(500.03006160278)

Mouseclick("left",592,313,1,3)
Sleep(1500.61401763376)
Mouseclick("left",887,390,1,3)
Sleep(4000.51789174381)

   ; Menu
   Send("{ESC}")
   Sleep(300)
  
   ; Exit Game
   MouseClick("left", 1053, 591)
   Sleep(4600)
WEnd

[B]

For the above, these should be your hotkeys


Code:
1 - Spirit Walk
2- Acide cloud (acid rain rune)
3 - Fetish Army (or Gargantuan , or your dogs)
4 - Corpse Spiders (Leaping Spiders rune)
Right Mouse Button - Grasp of Death

The bot goes in game, talks to the dude, steps forward twice, throws gasp, summons fetish, throws 3-4 spiders, then Acid cloud to make sure they are finished off, then runs off town.
I have my guy kinda geared at 50 for hell, but you may not. If not, instead of throwing 4 spider jars, you can make it 1-2 (code= Send("4") Sleep(500)) , simply removing 2 lines of that

The bot is very successful. Went from 29-50 in a span of 6 hours when I left, I woke up at 5am from the excitement and just made the hell version.
I made a video of the bot in action, but then I realized it has my characters name in there which is a big no no (unique name -_-')
If it works for you, enjoy [Image: icon_biggrin.gif]



Attached Files
.jpg   UdZAL.jpg (Size: 41.81 KB / Downloads: 3)
Print this item

  Building a new computer
Posted by: Zerobanshee - 06-03-2012, 01:49 PM - Forum: Tech Forum - Replies (2)

Alright. My laptop is on it's last legs, and I've been having a ton of trouble with it. So, I decided to change things up and build a desktop, one that'll last me a long time.

On newegg, I made a wishlist of absolutely everything I believed I'd need to build the best computer I could. I'd just link the wishlist, but for some odd reason it's email only. So, I'll link each part one by one, and just give a very brief description like "Computer Case" or "motherboard".

If any of you are interested in feedback, some places where I could change parts for better performance, let me know. I'm wanting a high performance computer designed to play basically any video game at maximum efficiency, as well do Video Recording, editing and processing in HD graphics.

Computer Tower Case: Newegg.com - COOLER MASTER HAF 932 Advanced RC-932-KKN5-GP Black Steel ATX Full Tower Computer Case with USB 3.0, Black Interior and Four Fans-1x 230mm front RED LED fan, 1x 140mm rear fan, 1x 230mm top fan, and 1x 230mm side fan
Motherboard: Newegg.com - ASUS SABERTOOTH Z77 LGA 1155 Intel Z77 HDMI SATA 6Gb/s USB 3.0 ATX Intel Motherboard
Power Supply: Newegg.com - CORSAIR Professional Series HX750 (CMPSU-750HX) 750W ATX12V 2.3 / EPS12V 2.91 SLI Ready CrossFire Ready 80 PLUS SILVER Certified Modular Active PFC Power Supply
Processor: Newegg.com - Intel Core i7-3770S Ivy Bridge 3.1GHz (3.9GHz Turbo) LGA 1155 65W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770S
Hard Drive: Newegg.com - Seagate Barracuda XT ST32000641AS 2TB 7200 RPM 64MB Cache SATA 6.0Gb/s 3.5" Internal Hard Drive -Bare Drive
Memory Card x4: Newegg.com - G.SKILL Ripjaws X Series 8GB 240-Pin DDR3 SDRAM DDR3 1866 (PC3 14900) Desktop Memory Model F3-14900CL10S-8GBXL
Video Card: Newegg.com - MSI N560GTX-Ti Twin Frozr II 2GD5/OC GeForce GTX 560 Ti (Fermi) 2GB 256-bit GDDR5 PCI Express 2.0 x16 HDCP Ready SLI Support Video Card
Audio Card: Newegg.com - HT | OMEGA eClaro 7.1 Channels 24-bit 192KHz PCI Express x1 Interface Sound Card

Print this item

  Classic Private Server!
Posted by: aricknaa - 06-03-2012, 05:43 AM - Forum: Mods and Mod Making - No Replies

Theres a new classic pvp private server for all those classic diablo 2 fans. Or for lod players that wanna try something different (theres no enigma in classic ^^)

The forums can be found at D2X - Home

few of the mods are:
3x bnet xp
half monster hp
.09 pierce enabled, with lower'd guided damage for balance
fc, tmc, mh are legal to use

Come check it out!

Print this item