Saturday, May 28, 2016

EvonyToolKit 1.0.1.3C

Release notes:

Ok fixed the IE hooks I could find with issues.. my fault again (idk why the version number of autoit I use at home isn't the version on there site with that number) This time I solved the 3 I found for good.. rewrote them from scratch.

Fixed the kill.bat error  now it won't show if no bots are open

Fixed command line to support A-Z for some reason it was case sensative (I'm a noob at regex)

Fixed node -1 to support close everything via command line.

  • BUG FIXES
    • Command line supports -1 again on close bots
      • StartGUI2.exe STOP -1
    • Killbat.exe no long shows an error if no bots are running
    • Redid most the used IE hooks to support newer versions of autoit
  • CORE CHANGES
  • GUI CHANGES





If you have any problems please let me know via the future request forum to the left or via the ETK google group. 

Keep KILLING!!

Tuesday, May 17, 2016

EvonyToolKit 1.0.1.3B

Release Notes:

  • Core Changes
    • Command line functions START and STOP now support starting or stopping using the bot id instead of just by node. Your bot id is the combo of your SERVERID+AccountName
      • Example 
        • StartGUI2.exe START MyAccount
        • StartGUI2.exe STOP MyAccount
    • Close Everything now uses a batch file to close the bots using the TASKKILL command
      • Will run asking for admin privlidges if you are using the GUI
      • To allow automation the command line version will run int he current users security level.
  • Gui Changes
    • None
  • Bug Fixes
    • Hopefully solved issues with bot detection when using "\"
    • Hopefully solved CPU maxing when closing bots



Thursday, May 5, 2016

EvonyToolKit 1.0.1.3A

Still stuck in bug fixing mode for a bit.. I may of broke something #blush

Release notes:

  • GUIChanges
    • None
  • Core Changes
    • Add logging code for when copy of botfile fails
      • This is what I broke
    • Removed PID tracking
      • No longer required since each EXE has a unique name
  • Bug Fixes
    • Removed PID tracking which was breaking
    • Hopefully solved the copy issue.