[Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080] menu

Shout-Out

User Tag List

Page 275 of 298 FirstFirst ... 175225271272273274275276277278279 ... LastLast
Results 4,111 to 4,125 of 4467
  1. #4111
    TheWeeIRish's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just got issued a ban for using this script, only used it 8 hours a day tops. Oh well, was a good script thanks!

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #4112
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Ahh my bad I'll update it to work for your resolution, its was to make analyzing faster..
    Good to know, if that was in update 6 i will give it a try in a day or 2. Not worth risking even logging on right now lol, gonna give it some time.

    If you decide to work on "the next big thing" which i would assume is a non Sarth bot, that can stay in game for ~10 min at a time to make decent profit, count me in for helping testing and ideas ;p

  3. #4113
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep banned hahahaha. Thanks for everything chancity this script was awesome. The funny thing is like most everyone else I didn't even play the game anymore. The game itself was so utterly boring and just not that much fun, but the botting was awesome lol. Working to constantly make more money an hour and get it to go as fast as possible was better than the actual game. I for one am actually kind of relieved that I can now uninstall this game and never look back. Thanks again for everything

  4. #4114
    jang0's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Banned also called blizzard and the call center have no idea what the bans are for. They do expire in 3 days...

    Expires: Sunday, July 22, 2012 6:57:26 PM PDT (in 2 days, 23 hours)

    Not sure how I shound run bot now. I was running the notares version

  5. #4115
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eion View Post
    I'm still waiting on that ban email from Blizz, man it sure takes some time.
    Ya, im sure they are going to get atleast another 1k bans total from this. Already easily 100 accounts reading these forums and the banned account thread. Blizzhackers also has several. Takes awhile to get all those emails out

  6. #4116
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The ban expires?

  7. #4117
    jh131's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ------------
    Last edited by jh131; 06-19-2013 at 09:04 PM.

  8. #4118
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    The ban expires?
    Unlikely. Some people have reported getting the expired message but it most cases it was a perma ban.

  9. #4119
    jang0's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In d3 forums I get this

    Origination: In-game Activity
    Ban Type: in-game activities that violate the Terms of Use.
    Expires: Sunday, July 22, 2012 6:57:26 PM PDT (in 2 days, 23 hours)
    Ban Reason: N/A

  10. #4120
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the new iLvl function, its x2 faster than the one in v9.

    Code:
    Global $structArray[10][6]
    $struct = "int x;int y;bool salvage;bool vendor;char itemtype[20]"

    Code:
    Func AnalScan()
        GUICtrlSetData($lblStatus, "Status: Unhighlighting new items")
        For $i = 0 To 9
          For $j = 0 To 5
          MouseMove(Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio), 1)
          Next
       Next
    EndFunc
    
     Func AnalLoot()
    	DebugLog(@CRLF & "****************************************************" & @CRLF  & _
    	"iLvl Analyzing " & @CRLF & _
    	"****************************************************")
    	AnalScan()
    	ArrayClear($structArray)	
    	$rt = TimerInit()
    	GUICtrlSetData($lblStatus, "Status: Stashing And Analyzing Loot")
    	
    	
    	For $i = 0 To 9
    			   For $j = 0 To 5
    			$myStruct = DllStructCreate($struct)
    			DllStructSetData($myStruct, "x", Round(($slot1x + $i * $offset) * $x_ratio))
    			DllStructSetData($myStruct, "y", Round(($slot1y + $j * $offset) * $y_ratio))
    	  If $size[0] = "1920" or $size[0] = "1600" Then
           $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x2C1B14,1)
          Else
           $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x312018,1)
          Endif
    	  $MiddleOfCell = PixelSearch(Round(($CellMiddleTopX + $i * $offset) * $x_ratio), Round(($CellMiddleTopY  + $j * $offset) * $y_ratio), Round(($CellMiddleBotX + $i * $offset) * $x_ratio), Round(($CellMiddleBotY + $j * $offset) * $y_ratio), 0x130C08)
      
      If Not IsArray($MiddleOfCell) Then
    	  If IsArray($SlotPixelLine) Or $slotError >= 1 Or $j = 0 Then
    		 $slotError  = 0
    	  MouseMove(Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio),1)
          Sleep($AnalSpeed)
    	  $ItemInfo = StringSplit(GetItemInfo(), ",")
    
    	  If StringRegExp($ItemInfo[1],"Magic")  Then
    	  DebugLog("Magic Item Found iLvl=" &$ItemInfo[2]&" @ Cell " & $i & "," & $j)
    	   
    		 If $ItemInfo[2] < 0 Then
    			DllStructSetData($myStruct, "vendor", true)
    			DllStructSetData($myStruct, "salvage", false)
    			DllStructSetData($myStruct, "itemtype", "Magic")
    			$AnalVendor = 1
    			
    		  Else
    			If $ItemInfo[2] >= $MagicStashiLvl Then
    			   MouseClick("Right", Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio), 1)
    			   DllStructSetData($myStruct, "vendor", true)
    			   DllStructSetData($myStruct, "salvage", false)
    			   DllStructSetData($myStruct, "itemtype", "Magic")
    			   
    			Elseif $ItemInfo[2] <= $MagicSalvageiLvl And $ItemInfo[2] > $MagicVendoriLvl Then
    			   DllStructSetData($myStruct, "vendor", false)
    			   DllStructSetData($myStruct, "salvage", true)
    			   DllStructSetData($myStruct, "itemtype", "Magic")
    			   $AnalSalvage = 1
    			   
    			Elseif $ItemInfo[2] <= $MagicVendoriLvl Then
    			   DllStructSetData($myStruct, "vendor", true)
    			   DllStructSetData($myStruct, "salvage", false)
    			   DllStructSetData($myStruct, "itemtype", "Magic")
    			   $AnalVendor = 1
    			   
    			EndIf
    		 EndIf
    	  ElseIf StringRegExp($ItemInfo[1],"Rare") Then
    		DebugLog("Rare Item Found iLvl=" &$ItemInfo[2]&" @ Cell " & $i & "," & $j)
    	   
    		 If $ItemInfo[2] < 0 Then
    			DllStructSetData($myStruct, "vendor", true)
    			DllStructSetData($myStruct, "salvage", false)
    			DllStructSetData($myStruct, "itemtype", "Rare")
    			$AnalRareIdentify = 1
    			$AnalVendor = 1
    			
    		  Else
    			If $ItemInfo[2] >= $RareStashiLvl Then
    			   MouseClick("Right", Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio), 1)
    			   
    			Elseif $ItemInfo[2] <= $RareSalvageiLvl And $ItemInfo[2] > $RareVendoriLvl Then
    			   DllStructSetData($myStruct, "vendor", false)
    			   DllStructSetData($myStruct, "salvage", true)
    			   DllStructSetData($myStruct, "itemtype", "Rare")
    			   $AnalSalvage = 1
    			   
    			ElseIf $ItemInfo[2] <= $RareVendoriLvl Then
    			   DllStructSetData($myStruct, "vendor", true)
    			   DllStructSetData($myStruct, "salvage", false)
    			   DllStructSetData($myStruct, "itemtype", "Rare")
    			   $AnalRareIdentify = 1
    			   $AnalVendor = 1
    			   
    			EndIf
    		 EndIf
    	  ElseIf StringRegExp($ItemInfo[1],"Set") Or StringRegExp($ItemInfo[1],"Legendary") Then
    		 DebugLog($ItemInfo[1] & " Item Found iLvl=" &$ItemInfo[2]&" @ Cell " & $i & "," & $j)
    		MouseClick("Right", Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio), 1)
    	  
       ElseIf StringRegExp($ItemInfo[1],"Crafting") Or StringRegExp($ItemInfo[1],"Tomes") Or StringRegExp($ItemInfo[1],"Gem") Or StringRegExp($ItemInfo[1],"Tome") _
    	  Or StringRegExp($ItemInfo[1],"RareRing") Or StringRegExp($ItemInfo[1], "RareAmmy") Or StringRegExp($ItemInfo[1], "BlackSmithPlan") Then 
    	 DebugLog($ItemInfo[1] & " @ Cell " & $i & "," & $j)
    	 MouseClick("Right", Round(($slot1x + $i * $offset) * $x_ratio), Round(($slot1y + $j * $offset) * $y_ratio), 1)
    	 
       ElseIf $ItemInfo[1] = 0 Then
    		 DebugLog("Unknown Item Found iLvl=0 @ Cell " & $i & "," & $j)
    		 DllStructSetData($myStruct, "vendor", true)
    		 DllStructSetData($myStruct, "salvage", false)
    		 DllStructSetData($myStruct, "itemtype", "Uknown")
    		 $AnalVendor = 1
      Else
    	  $slotError += 1
        EndIF	 
       EndIf	
    EndIf
    	  If CheckFullStash() = 0 Then ExitLoop
    	  $structArray[$i][$j] = $myStruct
    	  Next
       Next
       $srt = TimerDiff($rt)
       $AnalTime = Round($srt / 1000, 2)
       DebugLog(@CRLF & "iLvl Analyzing took " & $AnalTime & " Seconds" & @CRLF & _
    	"****************************************************")
     EndFunc   ;==>AnalLoot
    
    
    
    		
    Func DoIdentify()
       $rt = TimerInit()
       DebugLog("Identifying Rare Items" & @CRLF & _
    	"****************************************************")
       Send("i")
    		For $i = 0 To 9
    			   For $j = 0 To 5
    				  $tmp  = $structArray[$i][$j]
    				  $type = DllStructGetData($tmp, "itemtype")
    				  $shouldVendor = DllStructGetData($tmp, "vendor")
    				  If $type = "Rare" And $shouldVendor = True Then
    					 $xpos = DllStructGetData($tmp, "x")
    					 $ypos = DllStructGetData($tmp, "y")
    					 DebugLog("Rare to Identify "  & $i & "," & $j)
    					 ConsoleWrite($xpos&","&$ypos&" iDENT" & @CRLF)
    					 MouseClick("Right",$xpos,$ypos,1)
    					 Sleep(Random(2800, 3000))
    				  EndIF
    				  $tmp = 0
    		 Next	
       Next
       Send("i")
       $AnalRareIdentify = 0
       $srt = TimerDiff($rt)
       $AnalTime = Round($srt / 1000, 2)
       DebugLog(@CRLF & "Identifying Rares Took " & $AnalTime & " Seconds" & @CRLF & _
       "****************************************************")	
       EndFunc
       
     Func DoSalvage()
    	$rt = TimerInit()
    	DebugLog("Salvaging Items" & @CRLF & _
    	"****************************************************")
    	MouseClick("Left",Round(1860* $x_ratio),Round(301 * $y_ratio),1)
    	sleep(2200)
    	MouseClick("Left",Round(523 * $x_ratio),Round(484 * $y_ratio),1)
    	sleep(300)
    	MouseClick("Left",Round(265 * $x_ratio),Round(290 * $y_ratio),1)
    	 If Not _ImageSearchArea("CurrentInventory.png", 1, Round(1603 * $x_ratio), Round(164 * $y_ratio), Round(1870 * $x_ratio), Round(542 * $y_ratio), $gX, $gY, 0) Then
    			GUICtrlSetData($lblStatus, "Status: Frozen to prevent vendor of worn item, sorry....")
    			TogglePause()
    		 EndIf
    		For $i = 0 To 9
    			   For $j = 0 To 5
    				  $tmp  = $structArray[$i][$j]
    				  $shouldSalvage = DllStructGetData($tmp, "salvage")
    				  If $shouldSalvage = True Then
    				  DebugLog("Item to Salvage " & $i & "," & $j)
    				  $xpos = DllStructGetData($tmp, "x")
    				  $ypos = DllStructGetData($tmp, "y")
    				  $type = DllStructGetData($tmp, "itemtype")
    			      ConsoleWrite($xpos&","&$ypos&" Salvage" & @CRLF)
    				  MouseClick("Left",$xpos,$ypos,1)
    				  If $type = "Rare" Then
    					Send("{Enter}") 
    				  EndIf
    				 sleep(150)
    			   EndIF
    			   $tmp = 0
    	  Next	
       Next
       Send("{Space}")
       $srt = TimerDiff($rt)
       $AnalTime = Round($srt / 1000, 2)
       DebugLog(@CRLF & "Salvaging Items Took " & $AnalTime & " Seconds" & @CRLF & _
       "****************************************************")	
       $StoredText = ""
       EndFunc
    		  
    Func VendorLoot()
        $rt = TimerInit()
    	DebugLog("Vendoring Items" & @CRLF & _
    	"****************************************************")
    	    If $AnalSalvage = 1 Then
    	    MouseClick("left",Round(1078 * $x_ratio), Round(41 * $y_ratio), 6) ;NPC Merchant to the right of cain's home
    	    sleep(2200)
    	    MouseClick("left",Round(889 * $x_ratio), Round(398 * $y_ratio), 6) ;NPC Merchant to the right of cain's home
    	    sleep(500)
    		Else
    		Sleep(Random(300, 500))
    		MouseMove(1525 * $x_ratio, 70 * $y_ratio)
    	    Send("{" & $Skill3 & " down}")
    	    Sleep($timingWormHole)
    	    Send("{" & $Skill3 & " up}")
    	    MouseClick("left", Round(796 * $x_ratio), Round(474 * $y_ratio), 6) ;NPC Merchant to the right of cain's 
    		EndIf
    		sleep(300)
    	   $arr = 0
    	     If Not _ImageSearchArea("CurrentInventory.png", 1, Round(1603 * $x_ratio), Round(164 * $y_ratio), Round(1870 * $x_ratio), Round(542 * $y_ratio), $gX, $gY, 0) Then
    			GUICtrlSetData($lblStatus, "Status: Frozen to prevent salvage of worn item, sorry....")
    			TogglePause()
    		 EndIf
    		For $i = 0 To 9
    			   For $j = 0 To 5
    				  $tmp  = $structArray[$i][$j]
    				  $shouldVendor = DllStructGetData($tmp, "vendor")
    				  If $shouldVendor = True Then
    				  DebugLog("Item to Vendor " & $i & "," & $j)
    				  $xpos = DllStructGetData($tmp, "x")
    				  $ypos = DllStructGetData($tmp, "y")
    				  ConsoleWrite($xpos&","&$ypos&" Vendor" & @CRLF)
    				  MouseClick("Right",$xpos,$ypos,1)
    			   EndIf
    			   $tmp = 0
    	  Next	
       Next
    	Sleep(200)
    	RandClick("left", Round(521 * $x_ratio), Round(506 * $y_ratio), 1, 1) ;button to open up repair menu
    	Sleep(300)
    	RandClick("left", Round(260 * $x_ratio), Round(595 * $y_ratio), 1, 1) ;button to pay for repairs
    	Sleep(200)
    	Send("{ESCAPE}")
    	$srt = TimerDiff($rt)
        $AnalTime = Round($srt / 1000, 2)
        DebugLog(@CRLF & "Vendoring Items Took " & $AnalTime & " Seconds" & @CRLF & _
    	"****************************************************")	
     EndFunc   ;==>VendorLoot
    	
    	
    Func GetItemInfo()
       $gX = 0
       $gY = 0
       $Type = 0
       $CheckRing = 0
       $mousePos = MouseGetPos()
       Local $Rings[2] = ["RareRing","RareAmmy"]
       Local $MiscItems[4] = ["Crafting","Tomes","Gem","BlackSmithPlan"]
       Local $ItemQuality[8] = ["Magic","MagicRed","Rare","RareRed","Legendary","LegendaryRed","Set","SetRed"]
       
       For $i = 0 to Ubound($ItemQuality) -1
    	  If _ImageSearchArea($pngLoc & $ItemQuality[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625 * $y_ratio , Round($mousePos[0] - 100 * $x_ratio),850 * $y_ratio,$gX,$gY, 30) Then
    		 $Type = $ItemQuality[$i]
    		 If StringRegExp($Type,"Rare") Or StringRegExp($Type,"Legendary") Or StringRegExp($Type,"Set") Then
    		 $CheckRing = 1
    	  EndIf
    	  ExitLoop
       Else
    	  $Type = 0
    	  EndIf
       Next
       
       If $CheckRing = 1 Then
       For $i = 0 to Ubound($Rings) -1
    	  If _ImageSearchArea($pngLoc & $Rings[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625 * $y_ratio , Round($mousePos[0] - 100 * $x_ratio), 850 * $y_ratio,$gX,$gY, 90) Then
    		 Return $Rings[$i] & "," & $RareStashiLvl
    		 ExitLoop
    	  EndIf
       Next
       ElseIf $Type = 0 Then
       For $i = 0 to Ubound($MiscItems) -1
    	  If _ImageSearchArea($pngLoc & $MiscItems[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625 * $y_ratio , Round($mousePos[0] - 100 * $x_ratio), 850 * $y_ratio,$gX,$gY, 90) Then
    		 Return $MiscItems[$i] & "," & $RareStashiLvl
    		 ExitLoop
    	  EndIf
       Next
    EndIf
    
    	If _ImageSearchArea($pngLoc & "ItemLevel1920x1080.png",1, $mousePos[0]-470*$x_ratio, 750 * $y_ratio, $mousePos[0] - 275 * $x_ratio, 1025 * $y_ratio,$gX,$gY, 90) Then
    	$capture = _TesseractScreenCapture(0, "", 1, 4, Round($gX-5 * $x_ratio), Round($gY-10 * $y_ratio), Round($gX + 80	* $x_ratio), Round($gY + 10 * $y_ratio), 0)
    	$Fixed = StringRegExpReplace($capture,"Q","9")
    	$iLvl = StringRegExpReplace($Fixed,"[a-zA-Z|:;~.,ยป<?_=+|-]","")
    	$StringLength = StringLen($iLvl)
    	If $StringLength > 2 Then
    	   $StringLength -= 3
    	   $iLvl = StringMid($iLvl, $StringLength, 2)
        EndIF
    	Return $Type & "," & $iLvl
        Else
    	Return 0
    	EndIf
     EndFunc
    
    Func _ImageSearchArea($findImage, $resultPosition, $x1, $y1, $right, $bottom, ByRef $x, ByRef $y, $tolerance)
    	If $tolerance > 0 Then $findImage = "*" & $tolerance & " " & $findImage
    	$findImage = "*TRANSBLACK " & $findImage
    	If @AutoItX64 Then
    		$result = DllCall("ImageSearchDLL_x64.dll", "str", "ImageSearch", "int", $x1, "int", $y1, "int", $right, "int", $bottom, "str", $findImage)
    	Else
    		$result = DllCall("ImageSearchDLL.dll", "str", "ImageSearch", "int", $x1, "int", $y1, "int", $right, "int", $bottom, "str", $findImage)
    	EndIf
    	If $result = "0" Then
    		Return 0
    	EndIf
    
    	; Otherwise get the x,y location of the match and the size of the image to
    	; compute the centre of search
    	$array = StringSplit($result[0], "|")
    	If (UBound($array) >= 4) Then
    		$x = Int(Number($array[2]))
    		$y = Int(Number($array[3]))
    		If $resultPosition = 1 Then
    			$x = $x + Int(Number($array[4]) / 2)
    			$y = $y + Int(Number($array[5]) / 2)
    		EndIf
    		Return 1
    	EndIf
     EndFunc   ;==>_ImageSearchArea

  11. #4121
    eion's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Email arrives, looks like a perma ban for me lol. It says "Notice of Account Closure."

    jang0, where did you see this ban expires thing?

  12. #4122
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bans won't expire. Here is the email you will get.

    Greetings,

    * * * NOTICE OF ACCOUNT CLOSURE * * *

    A user of this account has recently been involved in actions deemed inappropriate for Diablo III by the In-Game Support staff of Blizzard Entertainment. This decision was made after a thorough investigation of the situation as a whole. Though we are unable to discuss the outcomes of our investigations due to privacy concerns, rest assured that this incident has been looked into very thoroughly, and the appropriate actions have been taken on all involved accounts.

    Account Action: Account Closure
    Offense: Unapproved Third Party Software
    A third party program is any file or program that is used in addition to the game to gain an unfair advantage. These programs may increase movement speed or teleport heroes from one place to another beyond what is allowed by game design. It also includes any programs that obtain information from the game that is not normally available to the regular player or that transmit or modify any of the game files.

    Cheat Programs ("Hacks")
    We take action against accounts using hacks when a hero on the account is identified using a hack program. Hacks provide benefits normally not achievable in the game. Such benefits may include: increased speed, teleportation, or running through walls.

    Automation Programs ("Bots")
    We take action against accounts using automation programs or bots when one or more heroes on the account are identified using a bot to achieve automation.

    This Diablo III account has been closed by our staff based on a review of the account and all related policy violations, in accordance with the Terms of Use and our In-Game Policies (Diablo III Policies - Battle.net Support). Note that any open bids or auctions at the time of the account’s closure have been cancelled. Your open bids will be refunded to your original method of payment. Please allow 5-10 days for processing depending on the availability of your financial institution. Any bids or auctions completed prior to the account’s closure will neither be refunded nor reversed.

    Moving forward, this Diablo III account and any Heroes or items associated with the account are no longer accessible. The only way to continue playing Diablo III is to purchase a new license, or to attempt to recover access by appealing account closure. While closure overturns are very unlikely, we advise that customers pursuing an appeal hold off on purchasing a new Diablo III license until the appeal process has completed. If you add a new Diablo III license, a new account will overwrite your old, without any prior Heroes or items from the closed account.

    Any disputes or questions concerning this account action can only be addressed by Account Administration. To learn more about how Account Administration is able to assist you, and how to contact them via online ticket, please visit us at Account Administration Overview - Battle.net Support. We will be unable to investigate account actions over the phone - an online ticket is the only way to contact Account Administration.

    We understand that these policies may seem harsh, but they are in place to ensure that every player is able to fully enjoy their time spent on Battle.net. Thank you in advance for respecting our position.

    Regards,

    Blizzard Entertainment
    Diablo III Customer Support
    Battle.net Support

  13. #4123
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Here is the new iLvl function, its x2 faster than the one in v9.
    Is that with some 1366 fixes? I want to try it out ;p

  14. #4124
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Good to know, if that was in update 6 i will give it a try in a day or 2. Not worth risking even logging on right now lol, gonna give it some time.

    If you decide to work on "the next big thing" which i would assume is a non Sarth bot, that can stay in game for ~10 min at a time to make decent profit, count me in for helping testing and ideas ;p
    count me in too =)

  15. #4125
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Is that with some 1366 fixes? I want to try it out ;p

    Yes..it is

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  5. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
All times are GMT -5. The time now is 11:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search