Warextdll release menu

User Tag List

Page 27 of 34 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 496
  1. #391
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ectocooler View Post
    two things...

    one, HAHA phale...

    two, if I only had the cash to donate I'd do it... I'd love to provide whatever feedback you need me to though
    Haha what? He was excluding me because of my awesomeness, not because he's not giving me the dll. (I already have it)
    From admin: Buy advertising if you wish to advertise

    Warextdll release
  2. #392
    ectocooler's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PharmerPhale View Post
    Haha what? He was excluding me because of my awesomeness, not because he's not giving me the dll. (I already have it)
    HAHAHAoh......

    now I made myself feel bad....

  3. #393
    Ramnos's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HansW, how use Cast() func.? i tried print /script Cast() with random numbers, but this don't work)

  4. #394
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have HackPack Ramnos, open HackPack.lua and add this function to the very bottom of the file. Save it, turn on warhammer and log in.

    Code:
    function HackPack.CastByName(spellName)
        local standardAbilities = Player.GetAbilityTable(GameData.AbilityType.STANDARD)
    
        for abilityId, abilityData in pairs (standardAbilities)
        do
    		if string.find(string.lower(tostring(abilityData.name)), string.lower(spellName)) then
    			Cast(abilityData.id)
    			return
    		end
        end
    end
    Once that is done, in-game you can use it like this...
    Code:
    /script HackPack.CastByName("flee")
    Note: partial names work and it is not case sensative.

    Good Luck. :wave:
    From admin: Buy advertising if you wish to advertise

  5. #395
    Ramnos's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx
    can i just edit file and /reloadui after that?

  6. #396
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep!!!!!!!!!!!!!!!!!!!!!
    From admin: Buy advertising if you wish to advertise

  7. #397
    Ramnos's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's don't work :'(
    i use Warextdll 1.44, because HackPack don't work with 1.45
    Last edited by Ramnos; 08-09-2009 at 10:56 PM.

  8. #398
    tothxx's Avatar Member
    Reputation
    12
    Join Date
    Jul 2008
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Decided on donating, hackers are growing more numerous. And beeing able to see that ingame, even hearing about kings beeing killed by hackers (though 7 days ban is so worth it for a solo king ;p).. It's pretty bad, im pretty shocked I am able to recognize several hackers ingame..

    Perhaps it's time to atleast split off certain functions, and leave people with only the functions essential for PVE soloing.
    Last edited by tothxx; 08-12-2009 at 03:45 AM.

  9. #399
    Aventurero's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HansW, you can auto un-load the DLL as it target to a city King or a player? also force auto-disable the hacks in the presence of players people? That would reduce to zero the use of dll on scenarios, single-kings-kills and pvp. Solo PVE grinders are enough smart to do nothing in the presence of other players, or use it in PVP.

    Sorry 4 my poor english XD

    PharmerPhale, you can modify your hack-pack to auto-disable hacks when targets a player?
    Last edited by Aventurero; 08-12-2009 at 04:05 AM.

  10. #400
    bloody666's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of all i love the hack and i dont wanne miss it anymore caus i use zeabot next to it ,and what i think of other player using it in sc or somewhere else where every other player can see it ,i just can say i hate it ,but in the last time i dont see so much of other player using it ,exept SH on my server (carroburg) .i dont think it maders if the hack will be private or somthing cause ther are many other sites that have them too i know from my guild the use it from dammcheaters vg buddy etc thats about 9 players that dont use it from here ...



    but thank for the great work on the hack


    ....so long

  11. #401
    username2's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aventurero View Post
    PharmerPhale, you can modify your hack-pack to auto-disable hacks when targets a player?
    no he can't. because any lua code is easily editable.

  12. #402
    username2's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tothxx View Post
    Perhaps it's time to atleast split off certain functions, and leave people with only the functions essential for PVE soloing.
    the only essential function for pve is FlightMode. it allows to kill almost any mob.

    if mythics will add some nasty 200ft aoe to king it will stop all cheats. any persun soloing cant survive that. Like on Gorak in LV.

  13. #403
    tothxx's Avatar Member
    Reputation
    12
    Join Date
    Jul 2008
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aventurero View Post
    HansW, you can auto un-load the DLL as it target to a city King or a player? also force auto-disable the hacks in the presence of players people? That would reduce to zero the use of dll on scenarios, single-kings-kills and pvp. Solo PVE grinders are enough smart to do nothing in the presence of other players, or use it in PVP.

    Sorry 4 my poor english XD

    PharmerPhale, you can modify your hack-pack to auto-disable hacks when targets a player?
    As long as youre not obviously cheating it's not a problem. Autodisable near players is allready an options those that wish to use it can use. And allso, it relies on watcher. Which detects players so far off you can even see them. 600 yards ffs

  14. #404
    crazychic's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aventurero View Post
    PharmerPhale, you can modify your hack-pack to auto-disable hacks when targets a player?
    Also this would kill the healing of other players in scens. So I hope not.... And tothxx is right about Watcher.

  15. #405
    crazychic's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tothxx View Post
    It's pretty bad, im pretty shocked I am able to recognize several hackers ingame..
    You also have to remember that if the server lags up ppl will float on your screen at times. I'm not taking up for any one (yes, I know ppl are using this in oRvR) and there are other hack programs out there that allow players to do the same thing that this add-on does. So you never really know if it is a hack or lag in some cases. It is like the Mount thing. You see ppl running around on foot at the speed of a mount but they are really on a mount and the server lag just doesnt show it on your screen.

Page 27 of 34 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 10:50 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search