Giter Club home page Giter Club logo

mobaxterm-keygen's Introduction

MobaXterm Keygen GUI

Core algorithm is forked from MobaXterm-keygen.

This GUI is written for me to learn PySide6 and pdm.

keygen_gui

How it work?

This application creates a Custom.mxtpro file for MobaXterm, containing a registration key derived from the user's name and MobaXterm's version.

  • Name is taken from Windows user name, or you can input other name.

  • License is Professional by default, the difference between licenses please refer to MobaXterm website

  • Users means the number of people who can use MobaXterm at the same time.

  • Version ( Major . Minor ) is the version of MobaXterm, for example, 24.1. You can click Get Version from File to locate the MobaXterm.exe file and automatically fit the version, or find the version in the Help -> About MobaXterm window of MobaXterm.

How to use?

  1. Clone this repository to your local machine.
  2. Python higher than 3.9 is required.
  3. Quit MobaXterm if it is running.
  4. pip install -r requirements.txt or pdm install to install required packages.
  5. Use the Administrator privilege to run python start.py, or you need to copy Custom.mxtpro to C:\Program Files (x86)\Mobatek\MobaXterm manually.
  6. Restart MobaXterm and check the Help -> About MobaXterm window.

Registered Screenshot

registered

Postscript

  1. This application does not have complex activation algorithm and it is truly fantastic. So please pay for it if possible.

  2. The file generated, Custom.mxtpro, is actually a zip file and contains a text file, Pro.key, where there is a key string.

  3. MobaXterm.exe has another mode. You can see it by adding a parameter "-customizer".

    $ .\MobaXterm.exe -customizer
    

    I don't know how to make custom settings take effect in Customizer mode directly.

    The only way I found is that you should export custom settings to a file named MobaXterm customization.custom which is also a zip file. Then merge two zip file: Custom.mxtpro and MobaXterm customization.custom to Custom.mxtpro. Finally copy newly-generated Custom.mxtpro to MobaXterm's installation path.

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.