And what does one do with all these memory addresses? menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    And what does one do with all these memory addresses?

    No one has explained what all these do. I have tried searching the forums...

    And what does one do with all these memory addresses?
  2. #2
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you have to ask they're of no use to you.

    I'm gonna answer just to humor you though. They're normally used to write programs that interface with WoW, ie bots and hacks.

  3. #3
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post
    If you have to ask they're of no use to you.

    I'm gonna answer just to humor you though. They're normally used to write programs that interface with WoW, ie bots and hacks.
    Simply put, They are used to get information from the wow program and also used to change information (hack)

  4. #4
    SuperUser's Avatar Member
    Reputation
    4
    Join Date
    Feb 2008
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if I find the X,Y,Z static's to my location ingame, and I poke to these addresses, is it possible to instantly change my location in the game ?

    Or is the client clever enough to detect the invalid poke'ing ?
    Last edited by SuperUser; 02-04-2008 at 04:33 PM.

  5. #5
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes this is possible but be prepared for instant raping from your Warden

  6. #6
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuperUser View Post
    if I find the X,Y,Z static's to my location ingame, and I poke to these addresses, is it possible to instantly change my location in the game ?

    Or is the client clever enough to detect the invalid poke'ing ?
    Changing your coords will DC you as soon as you uptate your position with the server (by moving). There ARE several ways to teleport on live servers, but you have to figure that one out for yourself. (Think: Code hack - function that calculates movement/position. Packets - Packets that handle movment. Code hack - Change coords after some funky ControlBit changes)

  7. #7
    craby987's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post
    Changing your coords will DC you as soon as you uptate your position with the server (by moving). There ARE several ways to teleport on live servers, but you have to figure that one out for yourself. (Think: Code hack - function that calculates movement/position. Packets - Packets that handle movment. Code hack - Change coords after some funky ControlBit changes)
    Here's my theory:

    Declarations
    PHP Code:
    BOOL CheckHack(float xOldfloat xNewfloat yOldfloat yNewfloat zOldfloat zNewfloat speed);

    BOOL PacketSend(PacketStruct packet); //returns OK(0) or HAX(1)

    PacketStruct RecievePacket(); //returns a PacketStruct 
    NO HACK
    -------------

    PHP Code:
    X=100Y=200Z=10
    *move forward100speed*
    X=105Y=201Z=11

    CheckHack
    (1001052002011011100); //after hitting "w"
    RETN(OK);

    PacketSend(OK);
    >
    RecievePacket(CONTINUE); 
    WITH HACK
    ----------------

    PHP Code:
    X=100Y=200Z=10
    Teleport
    (20130050);
    // you do not get D/C because your client HAS NOT used CheckHack

    *move forward100speed*
    X=202Y=300Z=51

    CheckHack
    (1002022003001051100); //after hitting "w"
    RETN(HAX);

    PacketSend(HAX);
    >
    RecievePacket(DISCONNECT); 
    Hope that helped...
    Oh yea I almost forgot Chazwazza PLEASE
    Last edited by craby987; 03-23-2008 at 06:56 PM.

Similar Threads

  1. What do you think about all these new polls?
    By Phygar in forum Community Chat
    Replies: 16
    Last Post: 09-19-2009, 03:54 PM
  2. Private Server needs and what you need help with.
    By nickelo in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 04-09-2008, 02:48 PM
  3. What is the warden, and what doe it do?
    By WoWLegend in forum World of Warcraft General
    Replies: 2
    Last Post: 09-24-2006, 07:04 PM
All times are GMT -5. The time now is 03:15 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