FREE speedhack / teleport menu

Shout-Out

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 90
  1. #61
    evilelf's Avatar Member
    Reputation
    4
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was good friday, I didn't think it make sense either.
    But i do feel much better after throwing up :P
    - Now im going back to bed, to wake up with a bad hange over...
    GRRR

    The point is dont report other players if your doing the same thing.
    Yes, Its fine to report someone thats abusing the cheat, but I think
    its wrong to report someone you see for the first time cheating
    if your doing it as well. If its day 3 and hes still doing it at the same spot, then
    by all means report him. Thats the way I look at it.

    Same thing in real life. If the dude needs to sell drugs to feed his family and himself
    thats fine but if hes abusing it to get rich or selling to little kids then he needs jail time.

    I dont report people that dont abuse.
    BTW PVP cheating is the best :P
    Last edited by evilelf; 04-11-2009 at 02:36 AM.

    FREE speedhack / teleport
  2. #62
    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)
    Please, stay on the topic or open another thread to discuss reporting/banning/cheating problems.

  3. #63
    Malice83's Avatar Member
    Reputation
    5
    Join Date
    Jan 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working with the new patch...it won't recognize that warhammer has loaded up, just keeps saying

    Warhammer isnt loaded yet

  4. #64
    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 or S4lly, can you help me/us with the new offsets? I have these from the c# warteleporter code

    waroffset:
    ALLIED_TARGET_FLAG = 0x1c,
    ALLIED_TARGET_X = 0x10,
    ALLIED_TARGET_Y = 20,
    ALLIED_TARGET_Z = 0x18,
    AlliedTargetDistance = 0x24,
    AlliedTargetGUID = 0x1c,
    ENEMY_TARGET_FLAG = 12,
    ENEMY_TARGET_X = 0,
    ENEMY_TARGET_Y = 4,
    ENEMY_TARGET_Z = 8,
    EnemyTargetGUID = 8,
    EnenmyTargetDistance = 0x10,
    GUID = 0xc0,
    HEADING = 0x48,
    LIFE = 0x184,
    NAME = 0xe8,
    PA = 0x194,
    PLAYER_BASE_PTR = 0xd3427c,
    SPEED = 0x98,
    TARGET_BASE_PTR = 0xf26b14,
    TARGET_INFO_PTR = 600,
    X = 0x24,
    Y = 40,
    Z = 0x2c,
    Z_HEIGHT = 140
    entitymanageroffsets:
    ENTITY_BASE_PTR = 0xd0ea54,
    ENTITY_LIST_PTR = 4,
    ENTITY_PTR = 4,
    MAX_OBJECTS = 8
    Keep in mind I know nothing about these...

    Thanks!

    NOTE: ABOVE ARE offsets for 1.2, which aren't working anymore.

  5. #65
    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)
    looks like EU is getting the patch to 1.2.1 tomorrow morning. i will post you the updated pointers and offsets then.

  6. #66
    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)
    Nice. Thanks.
    Would it help if I send you the war.exe (US version, patched to 121)?

    http://filebeam.com/60c820ca1e945d5d8621ad8b240a658b
    pw is hansw

  7. #67
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Rockman... look up some memory editing tutorials. Seriously... coordinates are one of the easiest addresses to find in mmorpgs.

  8. #68
    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)
    Originally Posted by rockman319 View Post
    Nice. Thanks.
    Would it help if I send you the war.exe (US version, patched to 121)?

    Filebeam - Free Fast File Hosting
    pw is hansw
    Helps, but still takes a while to analyse the changes.

    Well, there are some. So even with the new pointers and offsets this tool might not work.
    Last edited by HansW; 04-16-2009 at 04:59 PM.

  9. #69
    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)
    I think we can all wait a few days .

  10. #70
    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)
    Here's some numbers for WAR.exe v1.2.1 :wave:
    Code:
    Description	Address		Offset		Type
    -----------------------------------------------------------
    HEADING		00D03BD8	WAR.exe+903BD8	(4 bytes)
    Z		00D03BDC	WAR.exe+903BDC	(4 bytes)
    Y		00D03BE0	WAR.exe+903BE0	(4 bytes)
    X		00D03BE4	WAR.exe+903BE4	(4 bytes)
    CUR HP		00D3D4DC	184		(4 bytes)
    MAX HP		00D3D4DC	188		(4 bytes)
    CUR ENERGY	00D3D4DC	194		(4 bytes)
    MAX ENERGY	00D3D4DC	198		(4 bytes)
    STRENGTH	00D3D4DC	1C6		(2 bytes)
    WILLPOWER	00D3D4DC	1CE		(2 bytes)
    TOUGHNESS	00D3D4DC	1D2		(2 bytes)
    WOUNDS		00D3D4DC	1D6		(2 bytes)
    INITIATIVE	00D3D4DC	1DA		(2 bytes)
    WEAPON SKILL	00D3D4DC	1DE		(2 bytes)
    BALLISTICS	00D3D4DC	1E2		(2 bytes)
    INTELLIGENCE    00D3D4DC	1E6		(2 bytes)
    RUNNING		00D3D4DC	A4		(float)
    RUN SPEED	00D3D4DC	98		(float)
    If you need something specific that's not here let me know.
    Last edited by PharmerPhale; 04-16-2009 at 10:37 PM.

  11. #71
    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)
    Nice... only if I knew how to modify the c# codes lol...

  12. #72
    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)
    Sorry! I'd help but I must admit I havn't even looked at the files from HansW. I just follow him around thread to thread like a stalker.
    Last edited by PharmerPhale; 04-17-2009 at 12:48 AM.

  13. #73
    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 Malice83 View Post
    Not working with the new patch...it won't recognize that warhammer has loaded up, just keeps saying

    Warhammer isnt loaded yet
    I noticed nobody actually addressed this for you. With each new patch comes changes to the locations in the memory (pointers & offsets) for the information used to run the bots. See below...

    HansW - looks like EU is getting the patch to 1.2.1 tomorrow morning. i will post you the updated pointers and offsets then.

  14. #74
    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)
    Originally Posted by PharmerPhale View Post
    Sorry! I'd help but I must admit I havn't even looked at the files from HansW. I just follow him around thread to thread like a stalker.
    This is not my project. i just wanted to help by supplying the pointers needed. This my well take a while cause i'am busy elsewhere, so if you can fill the gaps, go ahead. Thanx for the thing you posted already.

  15. #75
    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 HansW View Post
    This is not my project. i just wanted to help by supplying the pointers needed. This my well take a while cause i'am busy elsewhere, so if you can fill the gaps, go ahead. Thanx for the thing you posted already.
    Cool. I have to say though, I don't have much info in terms of new offsets, just what I posted. I spent all the free time I had today quickly hunting down those incase someone here needed them. I've been working on my own WAR bot, just havn't had time in the last two days to do much. twocents

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Request] Free XYZ teleport hack
    By Devestation in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 09-22-2012, 12:57 AM
  2. Speedhack / teleport?
    By karmand in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-18-2011, 06:02 PM
  3. S4lly's FREE war teleporter+speedhack+nofalldmg, flat style
    By rockman319 in forum MMO Exploits|Hacks
    Replies: 310
    Last Post: 08-07-2009, 06:28 PM
  4. DrifterSpeed (free speedhack)
    By PharmerPhale in forum MMO Exploits|Hacks
    Replies: 29
    Last Post: 04-30-2009, 03:46 PM
  5. 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 12:46 PM. 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