I have no opinion about it one way or the other.Per the scripting, though, this bit of code lifted from Blacksack's D3 bot code would probably do the trick:
@Cy: Earlier, I added the latest 5.35 to the Phagotron x64 folder, so that link can be updated on page one if you like.Code:If @OSArch = "X64" Then DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1) If @OSArch = "X64" And Not @AutoItX64 Then MsgBox(16, "ERROR", "Why aren't you running the 64-bit AutoIt??? Expect bugs!")