What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Resizing D3 windows

Xelation

Member
Joined
Apr 1, 2010
Messages
196
Reaction score
0
Does anyone know how to resize D3 windows to 336x218 (small squares) sizes? I used to be able to do it with WoW windows via ARelog.... But can't get ARelog to properly work with D3.

Any of you multibotters out there that can give me some advice, thanks. Currently doing 3+ windows, and well.. It gets annoying when they're at 800x600.
 
The smallest I can resize manually is like 640x480 or something like that. I need it to be smaller.
 
The smallest I can resize manually is like 640x480 or something like that. I need it to be smaller.
you can write a small autoit script to do it, if you dont know how to or too lazy to learn then you could google for a program that can resize windows, im sure there's some out there
 
Code:
$width = 336
$height = 218
$xpos = 0
$ypos = 0


HotKeySet("{HOME}","Resize")

While 1
Sleep(10)
WEnd

Func Resize()
WinMove("Diablo III","",$xpos,$ypos,$width,$height)
EndFunc

That's an AutoIt3 script that will resize D3 when you press the {HOME} button
You can take out the loop (While...Wend) and put the WinMove command right after the variables if you just want to execute the resize as soon as you run the script.
 
Last edited:
If you add the numbers up on that screenshot, assuming an approximate GPH of 475K, running those bots on the screenshot for 24 hours would yield 114.000.000 gold. That's gold farming yo xD
 
Thats d3advanced (RIP), first popular tool for sarkoth farming.. it worked perfectly and it was free... they shut down the project with no reason from one day to another, just a "sorry" message on their site if i remember well
 
Last edited:
Thats d3advanced (RIP), first popular tool for sarkoth farming.. it worked perfectly and it was free... they shut down the project with no reason from one day to another, just a "sorry" message on their site if i remember well

Not true, its hadez diablo3 bot.. search google or ownedcord. just found it on ownedcore, guess his still selling it
 
Back
Top