Giter VIP home page Giter VIP logo

d2rmlaunch's Introduction

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

d2rmlaunch's People

Contributors

saxo0213 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.