Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by Normynator

  1. The dependencies seemed to be just copied from the wiki.
    Debian Stretch (9) does already include gcc/g++ 6 in the standard package manager, so there is no need to install anything unstable.

    Also I am really not a fan of using PHPMyAdmin in production. It‘s said to be optional but still i think making the database accessible from the internet is never a good idea.

    • Love 1
  2. Disclaimer: This code is far from being good! It’s just quick and dirty to have some fun and play around a bit!

    Sooo here it is: https://github.com/Normynator/Mana
    You probably have to change the hardcoded paths and this and that but the code itself should give you a hint.

    injection_test has my own dll code
    launcher_test has the code which injects the dll into the exe.

     

    Have fun and good luck!

  3. If you compute the delay before the buffing then the „lock“ is not needed, since the delay is handling that. The problem is that current implementation is calculating the delay after buffing, which I think results in running the script twice before the delay does what it should do. 

    • Upvote 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.