Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BNCv1.0 Beta
#1
Okay, so i couldnt get godmode or townkill built.
but here is a tool that cleans your bncache file and reads it so you know if u even need to.

okay heres the file.

And heres the sourcecode.

Dim FSys As New Scripting.FileSystemObject
Private Sub Image1_Click()
Dim InStream As TextStream
TestFile = "C:\Program Files\Diablo II\bncache.dat"
Set InStream = FSys.OpenTextFile(TestFile, 1, False, False)
While InStream.AtEndOfStream = False
Tline = InStream.ReadLine
txt = txt & Tline & vbCrLf
Wend
'Text1.Text = "Stuff" & vbCrLf
'Text1.Text = Text1.Text & vbCrLf & String(50, "*")
Text1.Text = Text1.Text & vbCrLf & txt
'Text1.Text = Text1.Text & vbCrLf & String(50, "*")
Set InStream = Nothing
End Sub
Private Sub Image2_Click()
Text1.Text = " "
Dim OutStream As TextStream
TestFile = "C:\Program Files\Diablo II\bncache.dat"
Set OutStream = FSys.CreateTextFile(TestFile, True, False)
OutStream.WriteLine Text1.Text
Set OutStream = Nothing
End Sub
Private Sub mnuFileClose_Click()
Unload Me
End Sub
Private Sub mnuHelpAbout_Click()
MsgBox "Made with vb By koftr" & vbCrLf & "Clears your cache from your diablo II Directory." & "v1.0 beta " & "Help, Support, Updates all avaliable at " & "http://www.freeyabb.com/myboard/?mforum=angel"
End Sub


Attached Files
.zip   BCE.zip (Size: 33.43 KB / Downloads: 12)
Reply
#2
That town kill would be awesome...
Reply
#3
ill work on itthis weekend.its sunday right now and i have to get sleep for school.so comming this friday ill whip up osme hardcore shit.maybe earlier.i jsut got d2 back today so i need to warm up my programming skills you see.
Reply
#4
well ur bnet cache file doesnt need to be cleaned. if it gets to big then just delete it because bnet makes a new one every time u log on. if u dont believe this try it. anyway ive never seen a point for townkilling except in hardcore, where a persons friend would probly just get the items anyway, unless u built in a module to crash games. so im wondering if u can build a module that crashes games, it crashes everyone in the game.
Reply
#5
whatever it was jsut a prog experiment.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Beta of Lost's Etal crystalknoct 10 433 05-09-2012, 02:47 AM
Last Post: crystalknoct
  mm.BOT547 Beta kmphantom 0 306 02-28-2008, 08:23 PM
Last Post: kmphantom
  SSpam BETA Release Spasm 10 340 04-11-2007, 08:44 AM
Last Post: Ares
  xPick Beta 1.4 Gods 40 7,074 04-05-2007, 01:20 AM
Last Post: Echo1234
  Mousepad's Diablo II Maphack 7.2 BETA slashbomb 16 14,556 02-23-2007, 11:03 AM
Last Post: slashbomb
  [Bot] ItemLogger 1.03 Beta (Updated 7/09/2006) ffp 1 261 08-10-2006, 01:03 PM
Last Post: ffp
  Andariel and Mephisto Beta! kukloprdos 1 2,332 07-03-2006, 12:42 PM
Last Post: PoweredDeath
  IS Mousie's Beta MH Safe?? grimm669 24 829 06-07-2006, 10:53 AM
Last Post: FrogMan
  Andy bot beta/ anyone try it yet? takesandgoes 0 172 06-06-2006, 11:09 PM
Last Post: takesandgoes
  EasyPlay Free 3.0 Beta 7 netter 1 6,046 05-15-2006, 08:26 AM
Last Post: FrogMan

Forum Jump:


Users browsing this thread: 1 Guest(s)