Desolate Carnage
Page 1 of 4 - 1 23»
 
@ Vgan
Archived | Views: 9784 | Replies: 182 | Started 17 years ago
 
#137742 | Wed - Dec 19 2007 - 15:43:08
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Sup with your guild m8 kek
 
#137743 | Wed - Dec 19 2007 - 15:44:21
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
the heat isnt on dc anymore lol
 
#137744 | Wed - Dec 19 2007 - 15:48:27
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
Blizzard is probably kekin' at paul
 
#137745 | Wed - Dec 19 2007 - 15:50:08
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
 
#137746 | Wed - Dec 19 2007 - 15:51:48
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
i got so many ladder slasher hacks lol
 
#137748 | Wed - Dec 19 2007 - 15:52:50
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
what do they do?
 
#137750 | Wed - Dec 19 2007 - 15:54:33
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
bots,injectors,exploits etc

edit: ive never played LS though :|

This post has been edited by ~kiko on Wed - Dec 19 2007 - 15:55:00
 
#137753 | Wed - Dec 19 2007 - 15:55:10
Group: Members
Posts: 27,88820k
Joined: Aug 31 2006
Contact: Offline PM
Points: 381.50 $
Quote (~kiko @ Dec 19 2007 - 15:54:33)
bots,injectors,exploits etc

edit: ive never played LS though :|

LOL

WOrst liar jsp
 
#137754 | Wed - Dec 19 2007 - 15:56:08
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
Quote (MoS. @ Dec 19 2007 - 15:55:10)
Quote (~kiko @ Dec 19 2007 - 15:54:33)
bots,injectors,exploits etc

edit: ive never played LS though :|

LOL

WOrst liar jsp

why the fuck would i lie about having bots/hacks for a shitty game ?
 
#137755 | Wed - Dec 19 2007 - 16:00:12
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
lol WOW these bots are public.
not sure who wrote them but its probably trash @_@


CODE
#Region;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=Stuff\Icons\www.newd2event.net.ico
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Allow_Decompile=n
#AutoIt3Wrapper_Res_Comment=ladderslasher bot by shonnie for use ONLY with the GUI provided :P
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion;**** Directives created by AutoIt3Wrapper_GUI ****
#region Header
Opt("OnExitFunc", "_End")
Opt("MouseCoordMode", 0)
HotKeySet("{PAUSE}", '_Quit')
#include <GUIConstants.au3>
#include <Array.au3>
#include <Date.au3>
#include <IE.au3>
$Ran = 0

Global $Secs, $Mins, $Hour, $Time
Dim $MonsterDead = 0, $Chickens = 0, $Monsters = 0, $Chicken = 0, $Kills = 0, $Amount = 0, $Wait = 1, $Status = "", $Ran = 1, $Checked = 0
$Tip = IniRead("Settings.ini", "Adavanced", "Tip", "1")
$ToolTipX = IniRead("Settings.ini", "Adavanced", "TipX", "264")
$ToolTipY = IniRead("Settings.ini", "Adavanced", "TipX", "556")
$timer = TimerInit()
$rand1 = best friend(100, 300)
$rand2 = best friend(300, 500)
$Level = IniRead("Settings.ini", "Character", "Level", "1")
$Magic = IniRead("Settings.ini", "Character", "Magic", "0")
$Weapon = IniRead("Settings.ini", "Character", "Weapon", "")
$Pickit = IniRead("Settings.ini", "Settings", "Pickit", "0")
$ChickenLife = IniRead("Settings.ini", "Settings", "Chicken", "10")
$ClearLogs = IniRead("Settings.ini", "Settings", "ClearLogs", "0")
$Logging = IniRead("Settings.ini", "Settings", "LogActions", "0")
$Tipping = IniRead("Settings.ini", "Settings", "ToolTip", "0")
$oIE = _IEAttach("Ladderslasher", "embedded")

If Not WinExists("Ladderslasher") Then
  MsgBox(0, "Err...", "I don't see the Ladderslasher GUI...")
  _LogEvent(1, "Couldn't find the Ladderslasher GUI")
  Exit
EndIf

$CharCheck = StringSplit(_IEBodyReadText($oIE), @CR)
$CharCheck2 = _ArraySearch($CharCheck, "Pvp", 0, 0, 0, True)
If $CharCheck2 = -1 Then
  MsgBox(0, "Err", "Log in to your character, should be at the main menu")
  Exit
EndIf

;;Name only ( $Name2[1] ) entire first line ( $Name[2] )
;$Name = StringSplit(_IEBodyReadText($oIE), @CR)
;$Name2 = StringSplit($Name[2], "(")

;;Class ( $Class3[1] )
;$Class = StringSplit(_IEBodyReadText($oIE), @CR)
;$Class2 = StringSplit($Class[2], "(")
;$Class3 = StringSplit($Class2[2], ")")

;;Level with label ( $Levels3[1] ) without label ( $Levels5 )
;$Levels = StringSplit(_IEBodyReadText($oIE), @CR)
;$Levels2 = StringSplit($Levels[2], "(")
;$Levels3 = StringSplit($Levels2[3], ")")
;$Levels4 = StringSplit($Levels[2], ":")
;$Levels5 = StringTrimRight($Levels4[2], 1)

;;Life values current ( $Life3[1] ) and maximum ( $Life3[2] ) and $LifePercent2 for percent
;$Life = StringSplit(_IEBodyReadText($oIE), @CR)
;$Life2 = StringSplit($Life[3], ":")
;$Life3 = StringSplit($Life2[2], "/")
;$Life4 = Number($Life3[1])
;$Life5 = Number($Life3[2])
;$LifePercent = ($Life4 / $Life5)
;$LifePercent2 = (Round($LifePercent, 2) * 100)

;;Mana values current ( $Mana3[1] ) and maximum ( $Mana3[2] )
;$Mana = StringSplit(_IEBodyReadText($oIE), @CR)
;$Mana2 = StringSplit($Mana[4], ":")
;$Mana3 = StringSplit($Mana2[2], "/")

;;Experience ( $Xp3[1] ) out of ( $Xp3[2] )
;$Xp = StringSplit(_IEBodyReadText($oIE), @CR)
;$Xp2 = StringSplit($Xp[5], ":")
;$Xp3 = StringSplit($Xp2[2], "/")

;;Inventory spaces used ( $Inv[18] )
;$Inv = StringSplit(_IEBodyReadText($oIE), @CR)
#endregion
;
If $ClearLogs = 1 Then
  FileDelete("Log.txt")
EndIf

_LogEvent(0, "Started Bot")
_MainMenu()

Do
  _Tip("Healing")
  _CheckLife()
Until $Wait = 0

If $Wait = 0 Then
  _IELinkClickByText($oIE, "Enter Combat Arena")
  Sleep(100)
  _IELinkClickByText($oIE, "Fight This Opponent")
  If @error Then
     _LogEvent(1, "GUI seems dead, exiting")
     MsgBox(0, "", "Died")
     Exit
  EndIf
EndIf

_LogEvent(0, "Start main loop")

;Main loop
While 1
  Do
     _KillMonster()
     $MHP7 = $MHP6
     If $MHP7 <= $MHP6 Then
       ;_LogEvent(0, "Monster life: " & $MHP6 & "%")
     EndIf
  Until $MonsterDead = 1
  _LogEvent(0, "Killed a monster, now healing")
 
  $MonsterDead = 0
  $Kills = $Kills + 1
 
  If $Pickit = 1 Then
     Sleep(100)
     _IELinkClickByText($oIE, "Take Item")
  EndIf
 
  Do
     _Tip("Healing")
     _CheckLife()
  Until $Wait = 0
 
  _NextMonster()
  _LogEvent(0, "Finding another monster to fight")
WEnd

Func _MainMenu()
  _IELinkClickByText($oIE, "Run Away")
  _IELinkClickByText($oIE, "Back to Main Menu")
EndFunc

Func _CheckLife()
  $Life = StringSplit(_IEBodyReadText($oIE), @CR)
  $Life2 = StringSplit($Life[3], ":")
  $Life3 = StringSplit($Life2[2], "/")
  $Life4 = Number($Life3[1])
  $Life5 = Number($Life3[2])
  $LifePercent = ($Life4 / $Life5)
  $LifePercent2 = (Round($LifePercent, 2) * 100)

  If $Life4 = $Life5 Then
     $Wait = 0
  ElseIf $LifePercent2 < $ChickenLife Then
    ;_LogEvent(0, "Chickening")
     $Wait = 1
     $Chicken = 1
     Return
  Else
     $Wait = 1
  EndIf
EndFunc

Func _KillMonster()
 ;MsgBox(0, "", "Kill")
  _Tip("Fighting")
  _CheckLife()
  If $Chicken = 1 Then
     _Chicken()
     $Chicken = 0
  Else
    ;Sleep(best friend(2, 5))
     _IELinkClickByText($oIE, "Attack w/  " & $Weapon, 0, 0)
     If @error Then
        _IELinkClickByText($oIE, "Attack w/ " & $Weapon, 0, 0)
        If @error Then
          ;_LogEvent(0, "Tried to attack w/  " & $Weapon & " but failed... WTF?!")
          ;MsgBox(0, "Errrr...", "Tried to attack w/  " & $Weapon & " but failed... WTF?!")
          ;Exit
        EndIf
     EndIf
     
     $sHTML = _IEBodyReadHTML($oIE)
     $MHP = StringSplit($sHTML, @CR)
     
     $MHP6 = Number(_ArraySearch($MHP, "monHP", 0, 0, 0, True))
     If @error Then
        MsgBox(0, "", "Fucked")
        Exit
     EndIf
     
     $MHP7 = Number($MHP6)
     
     $MHP2 = $MHP[41]
     
    ;MsgBox(0, "", $MHP2 & " :*:*:*: " & $MHP7)
     
     $MHP3 = StringTrimLeft($MHP2, 42)
     $MHP4 = StringTrimRight($MHP3, 21)
     $MHP5 = Number($MHP4)
     Global $MHP6 = $MHP5
       
     _ArrayDisplay($MHP)
     Exit
       
     If $MHP5 = 0 Then
        Do
           _IELinkClickByText($oIE, "Attack w/  " & $Weapon, 0, 0)
        Until @error
        $MonsterDead = 1
     EndIf
  EndIf
EndFunc

Func _NextMonster()
  $Levels = StringSplit(_IEBodyReadText($oIE), @CR)
  $Levels2 = StringSplit($Levels[2], "(")
  $Levels3 = StringSplit($Levels2[3], ")")
  $Levels4 = StringSplit($Levels[2], ":")
  $Levels5 = StringTrimRight($Levels4[2], 1)
  $Levels6 = Number($Levels5)
 
 ;MsgBox(0, "", "Fight Another Level " & $Levels6 & " Monster")
 
  _IELinkClickByText($oIE, "Fight Another Level " & $Levels6 & " Monster")
 
 
 ;_ArrayDisplay($Levels)
 ;Exit
 
  If @error Then
     _MainMenu()
     _IELinkClickByText($oIE, "Enter Combat Arena")
     _IELinkClickByText($oIE, "Fight This Opponent")
     If @error Then
        _LogEvent(1, "GUI seems dead, exiting")
        Exit
     EndIf
  EndIf
EndFunc

Func _Chicken()
 ;MsgBox(0, "", "Chicken !")
  _MainMenu()
  $Wait = 1
  $Chicken = 0
  $Chickens = $Chickens + 1
 ;Exit
EndFunc

Func _Tip($Status)
  If $Tipping = 1 Then
     If Not WinActive("Ladderslasher") Then
        ToolTip("")
     Else
        $Pos = WinGetPos("Ladderslasher")
        ToolTip("Kills: " & $Kills & " Chickens: " & $Chickens & " ~ Status: " & $Status, ($ToolTipX + $Pos[0]), ($ToolTipY + $Pos[1]))
     EndIf
  EndIf
EndFunc

Func _LogEvent($Code, $String)
  If $Logging = 1 Then
     $LogFile = FileOpen("Log.txt", 1)
     Select
        Case $Code = 0
           FileWriteLine($LogFile, @MON & "/" & @MDAY & " " & @HOUR & ":" & @MIN & ":" & @SEC & " --> " & $String)
        Case $Code = 1
           FileWriteLine($LogFile, @MON & "/" & @MDAY & " " & @HOUR & ":" & @MIN & ":" & @SEC & " *** " & $String)
     EndSelect
     FileClose($LogFile)
  EndIf
EndFunc

Func _End()
  If $Ran = 1 Then
     _LogEvent(0, "Stopped Bot (" & $Kills & " Kills and " & $Chickens & " Chickens)" & @CRLF & @CRLF)
  EndIf
EndFunc

Func _Quit()
  Exit
EndFunc


GUI
CODE

Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("MouseCoordMode", 0)
Opt("TrayOnEventMode", 1)
Opt("TrayMenuMode", 1)
#include <GUIConstants.au3>
#include <Constants.au3>
#include <IE.au3>

TraySetOnEvent($TRAY_EVENT_PRIMARYUP, "Minimize")
$Tray = 1

$Account = IniRead("Settings.ini", "Settings", "Account", "")
$Password = IniRead("Settings.ini", "Settings", "Password", "")
$Login = IniRead("Settings.ini", "Settings", "Login", "")

$Form1 = GUICreate("Ladderslasher", 635, 550, -1, -1)
$Obj1 = ObjCreate("Shell.Explorer.2")
$Obj1_ctrl = GUICtrlCreateObj($Obj1, 0, 0, 634, 520)
$Exit = GUICtrlCreateButton("Exit", 560, 526, 49, 17, 0)
$Start = GUICtrlCreateButton("Start", 500, 526, 49, 17, 0)
$status = GUICtrlCreateLabel("", 20, 526, 203, 17)
GUICtrlSetData($status, "Ladder Slasher Bot - by Shonnie ^^")
GUISetState(@SW_SHOW)

$Obj1.navigate ("http://ladderslasher.d2jsp.org/")
_IELoadWait($Obj1)

If $Login = 1 Then
  BlockInput(1)
  If Not WinActive("Ladderslasher", "") Then WinActivate("Ladderslasher", "")
  WinWaitActive("Ladderslasher", "")
  MouseClick("left", 423, 102, 1, 0)
  Send($Account & "{TAB}")
  Send($Password & "{TAB}")
  BlockInput(0)
EndIf

$Wait = 1

While 1
  $nMsg = GUIGetMsg()
  Switch $nMsg
     Case $GUI_EVENT_CLOSE
        Exit
     Case $GUI_EVENT_MINIMIZE
        GUISetState(@SW_HIDE, $Form1)
        TraySetState(1)
        If $Tray Then
           TrayTip("Ladderslasher", "is minimized to the tray. Click on the tray icon here to restore the window.", 1)
           $Tray = 0
        EndIf
     Case $Exit
        Exit
     Case $Start
       
  EndSwitch
WEnd

Func Minimize()
  TraySetState(2)
  GUISetState(@SW_SHOW, $Form1)
  GUISetState(@SW_RESTORE, $Form1)
EndFunc

Func _Quit()
  Exit
EndFunc  ;==>_Quit
 
#137756 | Wed - Dec 19 2007 - 16:02:00
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
How can he see if u are using a bot or no?
 
#137758 | Wed - Dec 19 2007 - 16:02:57
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
Quote (~kiko @ Dec 19 2007 - 16:00:12)

#AutoIt3Wrapper_Res_Comment=ladderslasher bot by shonnie for use ONLY with the GUI provided :P

http://forums.d2jsp.org/user.php?i=328902

wasnt he an intrasiege faggot
 
#137759 | Wed - Dec 19 2007 - 16:03:11
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
timings and patterns most likely
 
#137760 | Wed - Dec 19 2007 - 16:03:59
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
Quote (Druida @ Dec 19 2007 - 16:02:00)
How can he see if u are using a bot or no?

idk, if the bot/hack requires any type of injection its easily detected.
but every LS action is probably logged it would be easy to see what you're doing.
 
#137761 | Wed - Dec 19 2007 - 16:06:48
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
quick someone tell me a well known ladder slasher player whos a giant faggot
 
#137762 | Wed - Dec 19 2007 - 16:07:44
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
Quote (~kiko @ Dec 19 2007 - 18:03:59)
Quote (Druida @ Dec 19 2007 - 16:02:00)
How can he see if u are using a bot or no?

idk, if the bot/hack requires any type of injection its easily detected.
but every LS action is probably logged it would be easy to see what you're doing.

Only a noob bot aka maphack, who need injection can be caught?

Because, If i made a bot for ANYTHING, the first thing i would do is make sure it doesn't need injection.


And what type of injection are u talking about?
 
#137763 | Wed - Dec 19 2007 - 16:07:49
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
Quote (~kiko @ Dec 19 2007 - 16:06:48)
quick someone tell me a well known ladder slasher player whos a giant faggot

jp2050
 
#137764 | Wed - Dec 19 2007 - 16:08:53
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
Quote (~kiko @ Dec 19 2007 - 18:06:48)
quick someone tell me a well known ladder slasher player whos a giant faggot

idk.... sgull

he reseted the first ladder

YES YES jp2050

kek

This post has been edited by Druida on Wed - Dec 19 2007 - 16:09:13
 
#137767 | Wed - Dec 19 2007 - 16:13:25
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
hevial pmed me bout the shonnie thing
should I reply with the truth?

y/n
 
#137769 | Wed - Dec 19 2007 - 16:13:37
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
kk

uh what

This post has been edited by ~kiko on Wed - Dec 19 2007 - 16:13:50
 
#137770 | Wed - Dec 19 2007 - 16:13:59
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Quote (Druida @ Dec 19 2007 - 13:07:44)
Quote (~kiko @ Dec 19 2007 - 18:03:59)
Quote (Druida @ Dec 19 2007 - 16:02:00)
How can he see if u are using a bot or no?

idk, if the bot/hack requires any type of injection its easily detected.
but every LS action is probably logged it would be easy to see what you're doing.

Only a noob bot aka maphack, who need injection can be caught?

Because, If i made a bot for ANYTHING, the first thing i would do is make sure it doesn't need injection.


And what type of injection are u talking about?

the people got caught due t analyzing patterns of clicks and delays most likely. if detecting an injection is all, he would probably have that scanned real-time. though I don't know jack shit about it, just my "what makes sense" assumption.
 
#137771 | Wed - Dec 19 2007 - 16:14:34
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Quote (MalcolmSex @ Dec 19 2007 - 13:13:25)
hevial pmed me bout the shonnie thing
should I reply with the truth?

y/n

ask him how many times him and jelepe shared an account
 
#137773 | Wed - Dec 19 2007 - 16:15:35
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
Quote (blind_chief @ Dec 19 2007 - 16:14:34)
Quote (MalcolmSex @ Dec 19 2007 - 13:13:25)
hevial pmed me bout the shonnie thing
should I reply with the truth?

y/n

ask him how many times him and jelepe shared an account

nn flames
i wanna get a GIANT POOP ON MY FACE someday
 
#137774 | Wed - Dec 19 2007 - 16:16:21
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
Damn now this bastards will get off BLT's neck for sniping
 
#137775 | Wed - Dec 19 2007 - 16:16:35
Group: Members
Posts: 12,36310k
Joined: Mar 2 2007
Contact: Offline PM
Points: 320.85 $ $
the LS community got bored of DC so someone from empire pm'd paul with tips that the russians were up to no good
 
#137777 | Wed - Dec 19 2007 - 16:17:49
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Quote (Mushroomz @ Dec 19 2007 - 13:16:35)
the LS community got bored of DC so someone from empire pm'd paul with tips that the russians were up to no good

you sure he was pm'd about it from empire?

 
#137781 | Wed - Dec 19 2007 - 16:19:53
Group: Members
Posts: 12,36310k
Joined: Mar 2 2007
Contact: Offline PM
Points: 320.85 $ $
nope. just spreading rumours.
 
#137782 | Wed - Dec 19 2007 - 16:20:46
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
Quote (Mushroomz @ Dec 19 2007 - 16:19:53)
nope. just spreading rumours.

good idea. i need to come up with something too
 
#137783 | Wed - Dec 19 2007 - 16:21:25
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
Quote (Druida @ Dec 19 2007 - 18:07:44)
Quote (~kiko @ Dec 19 2007 - 18:03:59)
Quote (Druida @ Dec 19 2007 - 16:02:00)
How can he see if u are using a bot or no?

idk, if the bot/hack requires any type of injection its easily detected.
but every LS action is probably logged it would be easy to see what you're doing.

Only a noob bot aka maphack, who need injection can be caught?

Because, If i made a bot for ANYTHING, the first thing i would do is make sure it doesn't need injection.


And what type of injection are u talking about?

kiko??
 
#137784 | Wed - Dec 19 2007 - 16:22:10
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Quote (Vogan @ Dec 19 2007 - 13:20:46)
Quote (Mushroomz @ Dec 19 2007 - 16:19:53)
nope. just spreading rumours.

good idea. i need to come up with something too

thought max was smarter than that.
 
#137785 | Wed - Dec 19 2007 - 16:22:32
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
things that use injection run alot smoother and give alot more options
ive never messed with ladder slasher shit so I couldnt tell you @______@
just like 99% of d2 hacks use DLL inectjion
 
#137786 | Wed - Dec 19 2007 - 16:23:16
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
 
#137787 | Wed - Dec 19 2007 - 16:23:30
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
Quote (~kiko @ Dec 19 2007 - 18:22:32)
things that use injection run alot smoother and give alot more options
ive never messed with ladder slasher shit so I couldnt tell you @______@
just like 99% of d2 hacks use DLL inectjion

Why not make something more complicated but more safe??

fuck bad programmers.
 
#137788 | Wed - Dec 19 2007 - 16:25:22
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
Quote (blind_chief @ Dec 19 2007 - 16:22:10)
Quote (Vogan @ Dec 19 2007 - 13:20:46)
Quote (Mushroomz @ Dec 19 2007 - 16:19:53)
nope. just spreading rumours.

good idea. i need to come up with something too

thought max was smarter than that.

yeah me too. but i :donno: im a new in RD
so guess how big surprise it was for me
 
#137789 | Wed - Dec 19 2007 - 16:26:59
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
check my post is ls forum
 
#137790 | Wed - Dec 19 2007 - 16:28:28
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
Quote (~kiko @ Dec 19 2007 - 16:26:59)
check my post is ls forum

we dont know your jsp acc name, faggot
 
#137791 | Wed - Dec 19 2007 - 16:29:02
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
K1K0_0WN_JSP
 
#137792 | Wed - Dec 19 2007 - 16:29:19
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
 
#137793 | Wed - Dec 19 2007 - 16:29:23
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
Quote (~kiko @ Dec 19 2007 - 13:26:59)
check my post is ls forum

http://forums.d2jsp.org/index.php?showtopic=13489563&f=272

LOL
 
#137794 | Wed - Dec 19 2007 - 16:30:42
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
Board Message
Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

You do not have permission to view this topic


EPIC
 
#137795 | Wed - Dec 19 2007 - 16:30:58
Group: Members
Posts: 12,36310k
Joined: Mar 2 2007
Contact: Offline PM
Points: 320.85 $ $
KEK KIKO
 
#137796 | Wed - Dec 19 2007 - 16:31:33
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
 
#137798 | Wed - Dec 19 2007 - 16:31:53
Group: Members
Posts: 12,36310k
Joined: Mar 2 2007
Contact: Offline PM
Points: 320.85 $ $
 
#137797 | Wed - Dec 19 2007 - 16:31:53
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
N1
 
#137799 | Wed - Dec 19 2007 - 16:32:48
Group: Guest
Posts: 4,299
Joined: Jul 26 2007
Contact: Offline PM
Points: 123.45
Warn: 20% [ warn bar ]
User StatsGroup: Loser
Joined: Dec 19 2007
Posts: 2 (2 per day)
Gold: 0.00
Trader: Not Rated
Warn: (10%)
Last Seen: 2 minutes, 23 seconds ago
Local Time: 21:31
Birthday: No Info
Location: No Info



what did he say in ur warn log???
 
#137800 | Wed - Dec 19 2007 - 16:33:46
Group: Members
Posts: 6,996
Joined: Jul 19 2007
Contact: Offline PM
Points: 20,503.84
fail
 
#137801 | Wed - Dec 19 2007 - 16:34:29
Group: Guest
Posts: 2,217
Joined: Jul 22 2007
Contact: Offline PM
Points: 22.65
Quote (Druida @ Dec 19 2007 - 16:32:48)
User StatsGroup: Loser
Joined: Dec 19 2007
Posts: 2 (2 per day)
Gold: 0.00
Trader: Not Rated
Warn: (10%)
Last Seen: 2 minutes, 23 seconds ago
Local Time: 21:31
Birthday: No Info
Location: No Info



what did he say in ur warn log???

how would i know ? im suspended


Quote (jp2050)
I don't know what the fuck that guy said but I don't even know AA and could NOT write a bot...100% BULLSHIT!

hes scared lol
 
#137802 | Wed - Dec 19 2007 - 16:36:14
Group: Members
Posts: 30,24630k
Joined: Oct 5 2007
Contact: Offline PM
Points: 3,287.80 $ $
Quote (~kiko @ Dec 19 2007 - 16:34:29)
Quote (Druida @ Dec 19 2007 - 16:32:48)
User StatsGroup: Loser
Joined: Dec 19 2007
Posts: 2 (2 per day)
Gold: 0.00
Trader: Not Rated
Warn: (10%)
Last Seen: 2 minutes, 23 seconds ago
Local Time: 21:31
Birthday: No Info
Location: No Info



what did he say in ur warn log???

how would i know ? im suspended


Quote (jp2050)
I don't know what the fuck that guy said but I don't even know AA and could NOT write a bot...100% BULLSHIT!

hes scared lol

nurse! change the patient!
 
#137803 | Wed - Dec 19 2007 - 16:36:49
Group: Members
Posts: 12,36310k
Joined: Mar 2 2007
Contact: Offline PM
Points: 320.85 $ $
kek he is ungry
 
#137809 | Wed - Dec 19 2007 - 16:49:45
Group: Members
Posts: 74,19840k
Joined: Oct 25 2006
Contact: Offline PM
Points: 6,883.75 $ $
So what's the scoop Vogan? What is being said by the RD people that got locked?
Archived | Views: 9784 | Replies: 182 | General Archive - 2007 Topic List
Page 1 of 4 - 1 23»
 
Quit the Internet