Coder Social home page Coder Social logo

kingcomxu / zzukbot_v3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zz9uk3/zzukbot_v3

0.0 0.0 0.0 12.67 MB

A bot for World of Warcraft. Visit https://forum.zzukbot.com/index.php?/forum/68-core-development/

License: The Unlicense

C++ 67.18% C 9.01% Objective-C 0.35% Lua 0.11% C# 23.27% HTML 0.08%

zzukbot_v3's Introduction

How it worked back then

  • BotLauncher checked if all required files exists and if there are updates available
  • It then proceeds to launch ZzukBot.exe which will do more checks and create a few required files which are embedded in the application inside the internal folder like the Navigation.dll, Loader.dll and FastCallDll.dll
  • After creating the files it will launch the WoW process and inject itself into the running process using the Loader.dll
  • ZzukBot.exe will check if it is run injected or standalone. In this case it will detect that it is running inside the WoW.exe and proceed to spawn the GUI

How to compile stuff

  • Make sure you got VS2017 and latest VC++ redistributable
  • Open Solution and select debug or release in the configuration manager
  • Build the projects in the following order:
    • Loader
    • Navigation
    • BotLauncher
    • FastCallDll
    • ZzukBot
  • Loader, Navigation and FastCall will drop the binaries inside the Resource folder of the ZzukBot Project after compiling. Every of those 3 files is a registered file resource and is required to be there to compile ZzukBot.exe
  • You should be fine to compile ZzukBot.exe and launch it
  • Select the 1.12.1 WoW.exe on the first launch and wait for WoW to open and the login GUI to spawn
  • Incase you build as debug you should be able to attach to the WoW process

Hello Elodia

zzukbot_v3's People

Contributors

zz9uk3 avatar

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.