Skip to content

Saxo0213/D2RMLaunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diablo II Resurrected / D2R / MLaunch

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 )

Process properties

When program find new game, the word will be red color

Process properties

You can press mouse rightbutton to be transparent

Process properties

Download EXE Program

  • 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.

Instruction

  • 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

Process properties

  • 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

Process properties

About pywinhandle different

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
    

Process Utilities

ThanK

  • Thank yihleego solved the code problem

Releases

No releases published

Packages

No packages published

Languages