[x64] Imperator - WoW Framework - Hacks / Auto DPS / Lua plugins menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [x64] Imperator - WoW Framework - Hacks / Auto DPS / Lua plugins

    Hello,


    Here is a little tools I worked on the last few days, it's a little framework for WoW x64 that expose some of the WoW functions trough our LUA engine.

    It also allow to use all WoW lua function.

    Plugins can be written in LUA, so far there is an hacks plugin, and auto DPS plugin.

    In the release version only DirectX9 is supported as I'm still having some rendering issue with the GUI.


    [x64] Imperator - WoW Framework - Hacks / Auto DPS / Lua plugins-world_of_warcraft_2014-11-24_13-46-51-jpg

    [x64] Imperator - WoW Framework - Hacks / Auto DPS / Lua plugins-world_of_warcraft_2014-11-24_13-50-09-jpg


    It have a warden monitor embedded, so Warden scan is currently not an issue, it's currently not detected, but it can be detected easily by Blizzard as the module is not yet hidden, as always, if you care about your account don't use it.


    Download here


    Maybe I'll keep it updated, maybe I'll add new features to it, we'll see.


    Thanks to :

    Master674 : He helped me alot about how to design the core of the program !
    Cypher : Because his C++ skill is awesome, and he is upside down (jk) (it's also his DLL injector used).
    Triplany : Doing the core of the AutoDPS LUA plugin.
    WoW+ / FH : Because I had no idea of what kind of hacks I could look for
    Last edited by JuJuBoSc; 11-24-2014 at 08:04 AM.

    [x64] Imperator - WoW Framework - Hacks / Auto DPS / Lua plugins
  2. #2
    Miksu's Avatar Contributor
    Reputation
    244
    Join Date
    Nov 2007
    Posts
    731
    Thanks G/R
    216/25
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very neat stuff, 5+ =)


  3. #3
    wowsc4p3's Avatar Active Member
    Reputation
    59
    Join Date
    Nov 2007
    Posts
    380
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is clearly inspired off an ESO hack, can't remember it's name (or was it yours?)

  4. #4
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowsc4p3 View Post
    This is clearly inspired off an ESO hack, can't remember it's name (or was it yours?)
    Yes, and yes, it was ESO Framework.

  5. #5
    Toldorn's Avatar Contributor
    Reputation
    122
    Join Date
    Dec 2006
    Posts
    556
    Thanks G/R
    20/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for sharing :-)

  6. #6
    aeo's Avatar Contributor
    Reputation
    127
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    84/62
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Very cool project. I like the UI nice and simple. Great work. Hopefully people take the time to expand it via plugins.

  7. #7
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm working on x86 version in .NET aswell as some people requested it.

  8. #8
    barthen's Avatar Contributor Authenticator enabled
    Reputation
    84
    Join Date
    Apr 2007
    Posts
    111
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your work! Testing it right now.

  9. #9
    b00n4ever's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works the auto dps lua for paladin?

  10. #10
    actaeon96's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't get it working. Using 64x of wow with Directx9 and it says it's missing MSVCR120.DLL and I'm up to date with vcredist

    edit: fixed it by downloading seperate dll file and putting into system32 folder.
    Last edited by actaeon96; 11-27-2014 at 06:08 PM.

  11. #11
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by actaeon96 View Post
    Can't get it working. Using 64x of wow with Directx9 and it says it's missing MSVCR120.DLL and I'm up to date with vcredist

    edit: fixed it by downloading seperate dll file and putting into system32 folder.
    This is probably from the injector. Anyone else who has this problem should install the latest C++ redistributable to fix it.

  12. #12
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by actaeon96 View Post
    Can't get it working. Using 64x of wow with Directx9 and it says it's missing MSVCR120.DLL and I'm up to date with vcredist

    edit: fixed it by downloading seperate dll file and putting into system32 folder.
    This is probably from the injector. Anyone else who has this problem should install the latest C++ redistributable to fix it.

  13. #13
    Synris's Avatar Active Member
    Reputation
    70
    Join Date
    Mar 2008
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i had the same DLL error as the guy above me and the latest C++ fixed that but now whenever i try to run the injector it opens and closes almost instantly, any ideas?

  14. #14
    dause's Avatar Site Donator
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure youre in 64bit wow client with DX9

  15. #15
    ~Unknown~'s Avatar Contributor
    Reputation
    193
    Join Date
    Jan 2009
    Posts
    211
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuJuBoSc View Post
    I'm working on x86 version in .NET aswell as some people requested it.
    +1 on this request. I would definitely use a .NET version of this. x64 and x86 would be amazing, but since I'm already using a free thing I won't be ungrateful

    Thanks for the release.
    ~Unknown~

    Follow me on Twitter: https://twitter.com/TheUnknownDev

Page 1 of 2 12 LastLast

Similar Threads

  1. QQ my wow acc hacked and gone
    By Kazzin100 in forum World of Warcraft General
    Replies: 10
    Last Post: 06-11-2007, 08:23 PM
  2. Top wow bots/hacks
    By zorelf in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 04-14-2007, 04:50 PM
  3. Anyway for wow patches to auto download
    By Fault in forum Community Chat
    Replies: 0
    Last Post: 08-29-2006, 09:32 PM
  4. First working WoW Gold Hack?
    By Basti51 in forum World of Warcraft General
    Replies: 13
    Last Post: 06-19-2006, 07:47 PM
All times are GMT -5. The time now is 05:21 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search