Skip to content

Open Source version of TeknoParrot by NTA, avail and Reaver

License

Notifications You must be signed in to change notification settings

zaphod77/OpenParrot

This branch is 488 commits behind teknogods/OpenParrot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57b35c2 · Mar 10, 2020
Mar 10, 2020
Apr 1, 2019
Jan 28, 2020
Sep 11, 2018
Jun 28, 2019
May 18, 2019
Sep 14, 2018
Dec 29, 2019
Apr 20, 2019
Jun 3, 2019
Jun 3, 2019
Jun 5, 2019

Repository files navigation

OpenParrot

Open Source version of TeknoParrot by NTA, avail and Reaver. Works in collaboration with TeknoParrotUI.

TeknoParrot Discord, development discussion is in the #openparrot-dev channel.

Bounties

Compiling (VS 2019)

  1. Execute premake.bat, for older versions, please edit the bat accordingly.
  2. Open in Visual Studio via .sln and compile. (x86 or x64)

Adding support for new games

See STREAM: https://www.twitch.tv/videos/308359681

  1. Run TeknoParrotUi with command line with some profile that is compatible with your game or create a new GameProfile with according buttons / JVS modes. (TeknoParrotUi.exe --profile=ggxx.xml is very good for stick games)
  2. Open game executable in x64dbg
  3. Write loadlib OpenParrot (or OpenParrot64) in x64dbg command textbox with full directory to OpenParrot.
  4. The dll should now be loaded and you can work on the game.
  5. Remember to add signature of the game to GameDetect.cpp (Either PE CRC or byte pattern check. Check already existing ones)

About

Open Source version of TeknoParrot by NTA, avail and Reaver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.0%
  • C 27.3%
  • Other 0.7%