HackPack: WAR Add-On for Warextdll menu

User Tag List

Page 3 of 31 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 456
  1. #31
    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)
    When that happens, it's because the DLL isn't injected.

    See: this

    HackPack may also require BotPoc (see first post)

    HackPack: WAR Add-On for Warextdll
  2. #32
    scyfer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k ill try with your step again

  3. #33
    scyfer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works now thanks its weird though i did use your injector i dont know what i did wrong but it works now.

  4. #34
    scyfer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    reping now

  5. #35
    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)
    No fall damage is in, useful. =)

    I'm just adding a couple of extra things before it's released.

    Thanks for the +Rep

  6. #36
    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)
    HackPack v2.1b is posted.

  7. #37
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here is the camera stuff to put into your hackpack
    Code:
    Menu section::::::
    
    EA_Window_ContextMenu.AddCascadingMenuItem(L"Zoom ", HackPack.SpawnZMenu, false, EA_Window_ContextMenu.CONTEXT_MENU_1)
    
    
    
    
    Function::::::::::.
    
    function HackPack.SpawnZMenu()
    	EA_Window_ContextMenu.CreateContextMenu("", EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" Normal", function() HackPack.SetCameraDistance(500) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" x2", function() HackPack.SetCameraDistance(1000) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" x3", function() HackPack.SetCameraDistance(1500) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" x4", function() HackPack.SetCameraDistance(2000) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" x5", function() HackPack.SetCameraDistance(2500) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.AddMenuItem(L" x6", function() HackPack.SetCameraDistance(3000) end, false, true, EA_Window_ContextMenu.CONTEXT_MENU_2)
    	EA_Window_ContextMenu.Finalize(EA_Window_ContextMenu.CONTEXT_MENU_2)
    end
    
    
    function HackPack.SetCameraDistance(setting)
    	SetCameraDistance(setting)
    	EA_ChatWindow.Print(L"HackPack : Zoom : " .. towstring(setting))
    	HackPack.AnyHacks = true
    end

  8. #38
    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)
    Is SetCameraDistance() a function from HansW's DLL?

  9. #39
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes it is a function from him....

  10. #40
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have now cleaned my addons, and only installed some DEV libs but i still get the same error with the bot.

  11. #41
    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)
    s4lly,

    Did you check the window name of the RGB-sliders-box?
    1. Get In-Game in Warhammer
    2. enter into chat: /script WindowSetShowing("DebugWindow", true)
    3. Put your mouse over the abilities window and note the window name shown in the debugger window
    4. Put your mouse over the RGB-sliders-box and not the name shown in the debugger window

    Or delete your saved user data?
    1. Close the game completely
    2. Open "Warhammer Online - Age of Reckoning\user"
    3. delete the settings folder

    Thanks for your patience. Please let me know the results.

    If both windows are named different and deleting your settings folder doesn't work, let me know, and also zip and send me your addon folder.

  12. #42
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LIBGUI_Blackframe8

    But the window were skills are applied is LIBGUI_Blackframe16 so im gonna try rename yours #8 to mine #16

  13. #43
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    16 worked, but i like the log, so imma gonna mod it a bit

  14. #44
    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)
    Awesome, I'm glad it's fixed for you. Mod away.

  15. #45
    jester_im's Avatar Member
    Reputation
    2
    Join Date
    Oct 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for looking into the scen res windown not showing up PP. I noticed another user has the same issue, so i am guessing its general most most users.

    btw, "you must spread some rep around before giving it to PP again".


Page 3 of 31 FirstFirst 1234567 ... LastLast

Similar Threads

  1. DrifterBars: WAR Add-On for Warextdll
    By PharmerPhale in forum MMO Exploits|Hacks
    Replies: 100
    Last Post: 06-09-2009, 11:25 AM
  2. Mozilla Add's for WoW
    By matswurld in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 01-23-2008, 06:02 PM
  3. Replies: 2
    Last Post: 11-14-2007, 08:20 PM
  4. WTT Guild Wars & BF2142 accounts for Glider key.
    By EcHoEs in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 09-01-2007, 01:26 PM
All times are GMT -5. The time now is 12:43 AM. 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