You can open D2R Game without ProcessExplorer / handler64
Start the program, you can input your gamename for program to close the Multilimit (ex:D2R,D2RB,D2RC.....Use "," separate )
When program find new game, the word will be red color
You can press mouse rightbutton to be transparent
- Download from GoogleDrive ==> GoogleDrive
- Password: ShareBySaxo
"My antivirus flagged this as a virus! Are you trying to steal my account!?"
No. python are often flagged as malicious or trojans. Feel free to download python and compile it yourself from source.
- The Same D2R Folder Method
- 1、Start D2Rprocess
- 2、copy D2R.exe for another name EX: D2RB.exe
- loop↓
- 3、Login Battle Account
- 4、Start Game
- 5、When see your characters ,Close the game and Run D2RB.exe in Lobby
- 6、Logout Battle Account and start another account
- Different D2R Folder Method
- 1、Start D2Rprocess
- 2、Copy D2R Folder
- 3、In the BattleNet setting, Allow open another Battle.net
- 4、Use 1st Folder D2RLunch, Login(Account A)、start game
- 5、When see your characters, Use next D2R Folder Lunch to Login(Account B) and start game
pywinhandle code design by yihleego ,It design to find handle and del it
because system only have one keyword, so I change the code out function when find it
-
before
result.append(dict(process_id=process_id, handle=handle, name=handle_name, type=handle_type)) -
after
result=(dict(process_id=process_id, handle=handle, name=handle_name, type=handle_type)) if keyname in result['name']: return result
- pywinhandle By yihleego
- Handle
- Process Explorer
- Thank yihleego solved the code problem