mmBBQ is an addon that extend binary with an programmable interface (API). This enables our users to extend the control of their software in a way they need.
Our API interfaces only offers the same functionality that users already have using regular input devices. We are not supporting any kind of cheats. We distance ourselfes from offering any kind of automated gameplay software commonly known as "bots". Our goal is to improve the user experience with useful things such as spamfilters, interface addons or even other human interface devices like nintendo wii or ms kinect controllers. So even handycapped persons may use it.
Feel free to contact us on freenode irc for suggestion/questions. Because we are at the very beginning we support only codename "hell" and "myth". The current release are fully functional using the supplied debug api key. We may change this in future.
100% Virus clean page checked by: http://virustotal.com
Download:
- mmBBQ hell v1.4 (setup) : mmbbq_hell_1.4_setup.exe
- mmBBQ hell v1.4 (packed, no .EXE): mmbbq_hell_1.4.tar.gz
Latest API Doc:
- hell LuaDoc API http://duschkumpane.org/mmbbq/hell
- myth LuaDoc API http://duschkumpane.org/mmbbq/myth
- base Lua5.1 Doc http://www.lua.org/manual/5.1/
Quick Usage:
- unzip the all contents to a location of your choice.
- start your target game
- run mmbbq_<TARGET>.bat to inject LUA API DLL. A console will pop up.
- OPT: modify your config.lua to do whatever you please
- Win7/Vista: rightclick => run as admin !
Changelog:
MMBBQ CHANGELOG:
V1.4 15.12.2011
- RLA: instance reset bugfix
- MWI: fixed hell_map.getCollision(...)
- MWI: fixed moveit.lua
- MWI: fixed hell_global.sendCommand("/w ...")
- FSA: fixed hell_env object quality on "rocket" mods
- MWI: fixed hell_global.isIngame()
- MWI: added exe md5sum check override
- MWI: added de-censor option in config.lua
V1.3 01.12.2011
- NHO: LUA double precision by inline asm
- RLA: added setdifficulty
- MWI: added astar.lua routing module
- MWI: improved default spam filter regex set
- RLA: added rundll32 loader
- RLA: fixed Win Vista bug
- MWI: removed winject.exe from project
- MWI: added MD5SUM check of target binary
- RLA: improved instance reset
- MWI: improved event module a bit for SW events
- MWI: improve asmcall a bit
V1.2 24.11.2011
- MWI+RLA: hell client version update
V1.1 23.11.2011
- MWI: added windows installer
- RLA: added event.CHAT for received chat messaged
- RLA: added spamfilter
- MWI: improved hell_inv module
- MWI+RLA: added more examples
V1.0 18.11.2011 (RELEASE)
- RLA: hell instance reset
- RLA: hell_inv inventory lua module
- MWI: added apikey checks
V0.9 15.11.2011
- MWI: rewrote LUA DLL symbols package loader
- MWI: reduced codebase
- RLA: added own injection tool
V0.8 06.11.2011
- MWI: implemented main thread lua call injection
- MWI: improved stability
- RLA: added hell collision detection for real movement
V0.7 27.10.2011
- MWI: added main thread asmcall injection
- RLA: added hell environment support
- RLA: added hell skill support
- RLA: added hell inventory support
- MWI: added Autologin feature
- MWI: added config.lua for customizing
V0.6 07.09.2011
- MWI: implemented user32 input recorder using WindowMessageLoop
- MWI: added persistence lua table support
V0.5 02.09.2011
- MWI: updated to myth V33 02.09.2011
- MWI: Added Hell basic GUI support
- RLA: Fixed gcc + mingw + lua issues
V0.4 10.08.2011
- RLA: Ported project to work with gcc / mingw
- RLA: Added hell target
V0.3 30.06.2011
- MWI: Added myth attackToPrimary/Secondary functions
- MWI: Added myth movement functions
V0.2 25.06.2011
- MWI: Added LUA EVENT interface register() unregister() EVENT_...
- MWI: Added LUA timed excecution delay(fctn, millis)
V0.1 24.06.2011
- LUA apidoc see http://mmbbq.org
- DLL that covers movment, cam, coords and various other function
- Winject loader