Jump to content

p1ratrulezzz

User
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    p1ratrulezzz got a reaction from AndrewPro in Activation Instruction JetBrains   
    No it doesn't work with plugins. Only for the main product. There are solutions that work with plugins check telegram group for that
  2. Like
    p1ratrulezzz got a reaction from nikola in Activation Instruction JetBrains   
    Activation Instruction Jetbrainser
    Инструкция по активации Jetbrainser
     
    Архивы с бинарниками:      jetbrainser-v0.1.3-console.zipjetbrainser-v0.1.3-linux-arm64.zipjetbrainser-v0.1.3-linux-amd64.zipjetbrainser-v0.1.3-windows-amd64.exe.zipjetbrainser-v0.1.3-windows-arm64.exe.zipjetbrainser-v0.1.3-osx.dmgjetbrainser-v0.1.3-osx12.dmg
     
    Папка с ресурсами:  resources_enc.zip
     
    Пароль на архивы: "forum.losper.net"
     
    Кароч рекламирую свой активатор
    сбилдить и убедиться что там нет троянов и гейпроно-виджетов можно по коду естественно https://github.com/p1ratrulezzz/brainser Но можно поверить на честное блябуду и скачать экзешник с гитхаба ? Хз в общем было бы круто если бы в сообществе айти был контрибут в это все дело. 
     
    Disclaimer: This software is just an installer of the other medicine by (of course) a chinese developer with unknown name. All the rights to integrated jar belongs to them. This tool is developed on intention of learning go language and is opensource for learning purposes only and any commercial use is prohibited.
     
    How to build:
    0) Clone the project
    1) Extract resources.zip (resources_enc folder) to src/resources/ so it will be src/resources/resources_enc
    2) make build - to build console version
    3) Other versions built in a more comples way. Cross compiling from linux only works for windows and linux. Compiling for macos is only available from  macos, xcode is required. Check other targets in makefile and try building it
    You have to run docker-compose build from the project root in order to ensure local docker images are created (for linux).
    Compiling from windows to other platforms and to windows is a hell, the recommended way is to use linux
     
     

    Активатор-Jetbrainser.mp4
     
    P.S. Спасибо за труд и старания нашему верному и дружному участнику!
     
    jetbrainser-v0.1.3-osx12.dmg
  3. Thanks
    p1ratrulezzz got a reaction from HumanBean in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip
  4. Thanks
    p1ratrulezzz got a reaction from c41stian in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip
  5. Like
    p1ratrulezzz got a reaction from DopeHomer in Activation Instruction JetBrains   
    Activation Instruction Jetbrainser
    Инструкция по активации Jetbrainser
     
    Архивы с бинарниками:      jetbrainser-v0.1.3-console.zipjetbrainser-v0.1.3-linux-arm64.zipjetbrainser-v0.1.3-linux-amd64.zipjetbrainser-v0.1.3-windows-amd64.exe.zipjetbrainser-v0.1.3-windows-arm64.exe.zipjetbrainser-v0.1.3-osx.dmgjetbrainser-v0.1.3-osx12.dmg
     
    Папка с ресурсами:  resources_enc.zip
     
    Пароль на архивы: "forum.losper.net"
     
    Кароч рекламирую свой активатор
    сбилдить и убедиться что там нет троянов и гейпроно-виджетов можно по коду естественно https://github.com/p1ratrulezzz/brainser Но можно поверить на честное блябуду и скачать экзешник с гитхаба ? Хз в общем было бы круто если бы в сообществе айти был контрибут в это все дело. 
     
    Disclaimer: This software is just an installer of the other medicine by (of course) a chinese developer with unknown name. All the rights to integrated jar belongs to them. This tool is developed on intention of learning go language and is opensource for learning purposes only and any commercial use is prohibited.
     
    How to build:
    0) Clone the project
    1) Extract resources.zip (resources_enc folder) to src/resources/ so it will be src/resources/resources_enc
    2) make build - to build console version
    3) Other versions built in a more comples way. Cross compiling from linux only works for windows and linux. Compiling for macos is only available from  macos, xcode is required. Check other targets in makefile and try building it
    You have to run docker-compose build from the project root in order to ensure local docker images are created (for linux).
    Compiling from windows to other platforms and to windows is a hell, the recommended way is to use linux
     
     

    Активатор-Jetbrainser.mp4
     
    P.S. Спасибо за труд и старания нашему верному и дружному участнику!
     
    jetbrainser-v0.1.3-osx12.dmg
  6. Like
    p1ratrulezzz got a reaction from AndrewPro in Activation Instruction JetBrains   
    Activation Instruction Jetbrainser
    Инструкция по активации Jetbrainser
     
    Архивы с бинарниками:      jetbrainser-v0.1.3-console.zipjetbrainser-v0.1.3-linux-arm64.zipjetbrainser-v0.1.3-linux-amd64.zipjetbrainser-v0.1.3-windows-amd64.exe.zipjetbrainser-v0.1.3-windows-arm64.exe.zipjetbrainser-v0.1.3-osx.dmgjetbrainser-v0.1.3-osx12.dmg
     
    Папка с ресурсами:  resources_enc.zip
     
    Пароль на архивы: "forum.losper.net"
     
    Кароч рекламирую свой активатор
    сбилдить и убедиться что там нет троянов и гейпроно-виджетов можно по коду естественно https://github.com/p1ratrulezzz/brainser Но можно поверить на честное блябуду и скачать экзешник с гитхаба ? Хз в общем было бы круто если бы в сообществе айти был контрибут в это все дело. 
     
    Disclaimer: This software is just an installer of the other medicine by (of course) a chinese developer with unknown name. All the rights to integrated jar belongs to them. This tool is developed on intention of learning go language and is opensource for learning purposes only and any commercial use is prohibited.
     
    How to build:
    0) Clone the project
    1) Extract resources.zip (resources_enc folder) to src/resources/ so it will be src/resources/resources_enc
    2) make build - to build console version
    3) Other versions built in a more comples way. Cross compiling from linux only works for windows and linux. Compiling for macos is only available from  macos, xcode is required. Check other targets in makefile and try building it
    You have to run docker-compose build from the project root in order to ensure local docker images are created (for linux).
    Compiling from windows to other platforms and to windows is a hell, the recommended way is to use linux
     
     

    Активатор-Jetbrainser.mp4
     
    P.S. Спасибо за труд и старания нашему верному и дружному участнику!
     
    jetbrainser-v0.1.3-osx12.dmg
  7. Like
    p1ratrulezzz got a reaction from alphaintelij in Activation Instruction JetBrains   
    Activation Instruction Jetbrainser
    Инструкция по активации Jetbrainser
     
    Архивы с бинарниками:      jetbrainser-v0.1.3-console.zipjetbrainser-v0.1.3-linux-arm64.zipjetbrainser-v0.1.3-linux-amd64.zipjetbrainser-v0.1.3-windows-amd64.exe.zipjetbrainser-v0.1.3-windows-arm64.exe.zipjetbrainser-v0.1.3-osx.dmgjetbrainser-v0.1.3-osx12.dmg
     
    Папка с ресурсами:  resources_enc.zip
     
    Пароль на архивы: "forum.losper.net"
     
    Кароч рекламирую свой активатор
    сбилдить и убедиться что там нет троянов и гейпроно-виджетов можно по коду естественно https://github.com/p1ratrulezzz/brainser Но можно поверить на честное блябуду и скачать экзешник с гитхаба ? Хз в общем было бы круто если бы в сообществе айти был контрибут в это все дело. 
     
    Disclaimer: This software is just an installer of the other medicine by (of course) a chinese developer with unknown name. All the rights to integrated jar belongs to them. This tool is developed on intention of learning go language and is opensource for learning purposes only and any commercial use is prohibited.
     
    How to build:
    0) Clone the project
    1) Extract resources.zip (resources_enc folder) to src/resources/ so it will be src/resources/resources_enc
    2) make build - to build console version
    3) Other versions built in a more comples way. Cross compiling from linux only works for windows and linux. Compiling for macos is only available from  macos, xcode is required. Check other targets in makefile and try building it
    You have to run docker-compose build from the project root in order to ensure local docker images are created (for linux).
    Compiling from windows to other platforms and to windows is a hell, the recommended way is to use linux
     
     

    Активатор-Jetbrainser.mp4
     
    P.S. Спасибо за труд и старания нашему верному и дружному участнику!
     
    jetbrainser-v0.1.3-osx12.dmg
  8. Like
    p1ratrulezzz got a reaction from VetalM in Activation Instruction JetBrains   
    updated to latest version. re-run patch again and it should work
  9. Thanks
    p1ratrulezzz got a reaction from AndrewPro in Activation Instruction JetBrains   
    updated to latest version. re-run patch again and it should work
  10. Thanks
    p1ratrulezzz got a reaction from AndrewPro in Activation Instruction JetBrains   
    GUI version Windows(x64), Mac OS X (arm64, amd64), Linux (arm64, amd64)

     
     
     
    binaries_gui_v0.0.4.zip
  11. Like
    p1ratrulezzz got a reaction from VetalM in Activation Instruction JetBrains   
    GUI version Windows(x64), Mac OS X (arm64, amd64), Linux (arm64, amd64)

     
     
     
    binaries_gui_v0.0.4.zip
  12. Like
    p1ratrulezzz got a reaction from Mi9el in Activation Instruction JetBrains   
    New version. No supports lazy-ass activation. Tested on linux. Not tested on Windows/Mac yet. 
     
     
     
    1.  Run your JetBrains product. Activation window will appear. Do not close or exit! Minimize the JetBrains window and go to next step.
    2. Download binaries.zip 
    3. Run the jetbrainser (keeplic install helper) tool for your platform (from the file archive above)
     
    Just choose "2. Smart (but not clever)" option to continue.
     
     

     
    4. Close your JetBrains product. Then open it again. Activation icon will not appear anymore.
     
     
    binaries.zip
  13. Like
    p1ratrulezzz got a reaction from Mi9el in Activation Instruction JetBrains   
    Added version with smart patch support for OS X and Windows binaries_v0.0.4.zip
     
     
  14. Like
    p1ratrulezzz got a reaction from Mi9el in Activation Instruction JetBrains   
    GUI version Windows(x64), Mac OS X (arm64, amd64), Linux (arm64, amd64)

     
     
     
    binaries_gui_v0.0.4.zip
  15. Like
    p1ratrulezzz got a reaction from Clamator in Activation Instruction JetBrains   
    Added version with smart patch support for OS X and Windows binaries_v0.0.4.zip
     
     
  16. Like
    p1ratrulezzz got a reaction from amaxymanderr in Activation Instruction JetBrains   
    Activation Instruction Jetbrainser
    Инструкция по активации Jetbrainser
     
    Архивы с бинарниками:      jetbrainser-v0.1.3-console.zipjetbrainser-v0.1.3-linux-arm64.zipjetbrainser-v0.1.3-linux-amd64.zipjetbrainser-v0.1.3-windows-amd64.exe.zipjetbrainser-v0.1.3-windows-arm64.exe.zipjetbrainser-v0.1.3-osx.dmgjetbrainser-v0.1.3-osx12.dmg
     
    Папка с ресурсами:  resources_enc.zip
     
    Пароль на архивы: "forum.losper.net"
     
    Кароч рекламирую свой активатор
    сбилдить и убедиться что там нет троянов и гейпроно-виджетов можно по коду естественно https://github.com/p1ratrulezzz/brainser Но можно поверить на честное блябуду и скачать экзешник с гитхаба ? Хз в общем было бы круто если бы в сообществе айти был контрибут в это все дело. 
     
    Disclaimer: This software is just an installer of the other medicine by (of course) a chinese developer with unknown name. All the rights to integrated jar belongs to them. This tool is developed on intention of learning go language and is opensource for learning purposes only and any commercial use is prohibited.
     
    How to build:
    0) Clone the project
    1) Extract resources.zip (resources_enc folder) to src/resources/ so it will be src/resources/resources_enc
    2) make build - to build console version
    3) Other versions built in a more comples way. Cross compiling from linux only works for windows and linux. Compiling for macos is only available from  macos, xcode is required. Check other targets in makefile and try building it
    You have to run docker-compose build from the project root in order to ensure local docker images are created (for linux).
    Compiling from windows to other platforms and to windows is a hell, the recommended way is to use linux
     
     

    Активатор-Jetbrainser.mp4
     
    P.S. Спасибо за труд и старания нашему верному и дружному участнику!
     
    jetbrainser-v0.1.3-osx12.dmg
  17. Like
    p1ratrulezzz got a reaction from quit in Activation Instruction JetBrains   
    New version. No supports lazy-ass activation. Tested on linux. Not tested on Windows/Mac yet. 
     
     
     
    1.  Run your JetBrains product. Activation window will appear. Do not close or exit! Minimize the JetBrains window and go to next step.
    2. Download binaries.zip 
    3. Run the jetbrainser (keeplic install helper) tool for your platform (from the file archive above)
     
    Just choose "2. Smart (but not clever)" option to continue.
     
     

     
    4. Close your JetBrains product. Then open it again. Activation icon will not appear anymore.
     
     
    binaries.zip
  18. Thanks
    p1ratrulezzz got a reaction from markythemurloc in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip
  19. Thanks
    p1ratrulezzz got a reaction from iceek in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip
  20. Thanks
    p1ratrulezzz got a reaction from vix in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip
  21. Thanks
    p1ratrulezzz got a reaction from AndrewPro in Activation Instruction JetBrains   
    English tutorial :
     
    1. Download binaries.zip from here
    2. Unzip it using the password: "losper.net" (without quotes) to some directory. Example: C:\Users\MyUser\Downloads so you have a list of files now:


    3. Install desired IDE from Jetbrains. Let's say, Idea2020.3 (just for example)
    4. Run the IDE. It will ask for activation. We don't care about it, just press Exit and close the IDE
    5. Run the appropriate binary. For windows in this case it is jetbrainser-win-x64.exe (just double click to execute) It will tell that this software is not tested and etc but I hope that you believe me and community so just run it anyway.

    6. Type "1" to select Patch and wait till it finishes searching

    7. This might take some time. Relax, make a tea of coffee or watch memes while waiting. Then you will see the following picture

     
    8. Here you should choose which product do you want to patch. In my case I have 2 versions of Intellij IDEA installed. I will choose 4 to patch idea64 for Idea2020.3 as I'm on 64bit machine.

    9. Finally. The last step. You have to choose where to put the jar agent and vmoptions file. In this case everything is good, we want to patch Idea2020.3 so I will choose 1. and then it requires to select key

     
    In this case it is obviously idea.key -- type 4 and press Enter.
     
    Program will say "Patched successfully". Just close the window now
    10. Open your IDE and enjoy!
     
    Also, if you are a paranoid person (which is completely OK) you can compile this by yourself.
     
    1. Install go from https://go.dev/doc/install
    2. Install make (apt install make)
    3. git clone https://github.com/p1ratrulezzz/brainser.git
    4. Download resources.zip and unzip it to src/app
    so you will have src/app/resources folder
    4. cd brainser
    5. make
    If make doesnt work, just use 
    go build jetbrainser/src/app -O bin/jetbrainserbin
    chmod +x bin/jetbrainserbin
     
    Done! You can just save all files from bin/ folder to send it to friends and etc and delete everything else. OR not delete and contribute as a fork in github by adding new features or better UI and create a pull request
     
     
     
    binaries.zip

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.Privacy Policy