S4lly's FREE war teleporter+speedhack+nofalldmg, flat style menu

User Tag List

Page 6 of 21 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 311
  1. #76
    dohi312's Avatar Member
    Reputation
    40
    Join Date
    Apr 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what program did u write the source code in?

    S4lly's FREE war teleporter+speedhack+nofalldmg, flat style
  2. #77
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Visual C#... from Pickled. Then S4lly fixed it... then I used Reflector to get the source code and then I used Visual C# 2008 express to upgrade it. It has messy stuff but it works hehe.

  3. #78
    xdarkaix's Avatar Member
    Reputation
    4
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: sorry wrong topic 6):

  4. #79
    Afficher's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by becken View Post
    I was wondering, besides the obvious uses of reaching locations faster, leveling-wise, has anybody found anyway of profiting from the abilities this program offers?
    I have the Eye of the Tiger activated all the time, I am a caster, and now I can easily dot every defenders when attacking a fort (don't know if it is the right word in english.. /castle), and since it is aoe dot, people don't think it is strange (You dot someone the he goes in a safe place and make my dot hit people with low health in the safe place)... I can also hit people from the upper/lower floor when attacking or defending the keep, or focus the keep from a safe place...




    Bye the way, the Eye of the Tiger feature bug sometimes when I activate it, it do the opposite as it is supposed to (all enemies are not in sight even when they are just in front of me), don't really know why or how, but maybe when I think about it right now, I activated it when targetting someone not in sight, or something like that.

  5. #80
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    because i'am a nice guy here's a fix for the wallhack feature, so no more spawn point teleport if you turn the hack off again:

    Turn it on:
    0x00506F89: 0xEB, 0x7A

    Turn if off:
    0x00506F89: 0x74, 0x34

    use this INSTEAD of the old patch. This is not addional, it replaces the old address and patch bytes.

  6. #81
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mh, i just checked the LOS hack. Looks like it disables the ClearTarget lua function , a bit crude. There should be a better way to do this.

  7. #82
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bye the way, the Eye of the Tiger feature bug sometimes when I activate it, it do the opposite as it is supposed to (all enemies are not in sight even when they are just in front of me), don't really know why or how, but maybe when I think about it right now, I activated it when targetting someone not in sight, or something like that.
    right you are. the hack just keeps the flag from ever changing again. so if you activate it with a target not in sight, i will stay that way. Gonna fix that now.

  8. #83
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to v0.5. HansW updated the wallhack.
    Thanks HansW!

  9. #84
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The "Eye of the tiger" hack ( stupid name for a disables LOS check, but you discussed this allready) should be done like this:

    Attack Target Through Walls etc (Eye Of Tiger) on

    0x53b106 0x90 0x90 0x90 -- this disables the ClearTarget LUA function. maybe make it optional ? i , for example, use this function in botpoc and my next bot.

    0x0053BCCF 0xEB -- this makes the LOS check return true in any case

    Attack Target Through Walls etc (Eye Of Tiger) off
    0x53b106 88480c -- reenable ClearTarget
    0x0053BCCF 0x74 -- reenable los checking.

    to attack through walls you only need the LOS check disabled. I'am not sure if you need to disable the ClearTarget function at all. i checked the interface lua code on wardiff ( not the latest client ) and it seems to call it only if you press escape.

  10. #85
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HansW, the code I have for "EoT" is two-part:
    0x53b106 909090
    0x53bbe9 9090

    what about the 2nd part (0x53bbe9)?

    Edit: updated to v0.5b thanks to HansW
    http://filebeam.com/a36fb99c362f70c3dfe542577ef6cc52

    Tested the new wallhack, works perfectly. No more porting to spawn/rally point.
    Thanks again to HansW, and also for the new LOS Hack (line of sight hack).
    Have not tested LOS Hack, so please test.

    Thanks!
    Last edited by rockman319; 05-11-2009 at 10:06 AM.

  11. #86
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the patch for 0x53bbe9 is replaced by the patch for 0x0053BCCF. So don't do both or it won't fix the problem Afficher had.

  12. #87
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK I separated the two so it's up to the user if they want to enable what.
    Also updated first post with latest source code!

    Thanks!

  13. #88
    EvilWind's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello, love the hacks man. but one thing i would really like is a ZOOM hack. i know vgbuddy has one for warhammer. havent found any other hacks that can increase your zoom.

    anyways. love the hack and i hope maybe in future we can get a hack for better zoom

  14. #89
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zoom hack, like zoom out more than allowed?

  15. #90
    xdarkaix's Avatar Member
    Reputation
    4
    Join Date
    May 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if anyone else is experiencing this since the new update, but occasionaly when teleporting to a saved spot, the game crashes.

Page 6 of 21 FirstFirst ... 2345678910 ... LastLast

Similar Threads

  1. [WAR] Tele/SpeedHack ~ Free
    By luciferc in forum MMO Exploits|Hacks
    Replies: 23
    Last Post: 04-03-2009, 09:08 PM
  2. MMOViper Free WAR Hunting Bot / Radar
    By mmoviper in forum MMO Exploits|Hacks
    Replies: 45
    Last Post: 01-12-2009, 05:18 AM
  3. [Hypothetical] Free WAR beta key?
    By Frost2 in forum Gaming Chat
    Replies: 4
    Last Post: 08-25-2008, 08:17 PM
  4. Experimental/Free Hearthstone Teleport
    By ClearFlare in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 05-16-2008, 06:39 AM
All times are GMT -5. The time now is 07:44 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