[GUIDE] How to set up a simple jump and speed hack using CE *moved* menu

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 52 of 52
  1. #46
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    The function thats reading from it is inside of Warden.

    It reads offsets (yes, you could hook this , but it also reads other data)..
    Though Warden is dynamically allocated, so that address is quite useless once its unloaded .
    yeah i know. BUT the game has to know where Warden is located, thus there has to be a pointer somewhere. The only problem that I see is i think it is multi-level and i HATE multi-level pointers -.- I traced back the function and got to a place where there was a long (if not continual) loop. That must be the loop in which it keeps scanning. What if we simply changed that loop to where it just kept scanning and never leave that section of code? =P

    EDIT: by the way kynox, it would be MUCH easier to talk over MSN instead of hijacking a thread such as we have done =P mind PMing me your MSN or AIM? (only two i use)

    EDIT2: I think i may have it bypassed as well. I traced the function all the way back to where it was originally called. The address is static as well. Anyone let me know a way to get banned by warden instantly and I will tell them =P

    EDIT3: I now have 2 different addresses in which the complete warden function is called.
    Last edited by Sychotix; 07-14-2008 at 02:22 PM.

    [GUIDE] How to set up a simple jump and speed hack using CE *moved*
  2. #47
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    yeah i know. BUT the game has to know where Warden is located, thus there has to be a pointer somewhere. The only problem that I see is i think it is multi-level and i HATE multi-level pointers -.- I traced back the function and got to a place where there was a long (if not continual) loop. That must be the loop in which it keeps scanning. What if we simply changed that loop to where it just kept scanning and never leave that section of code? =P

    EDIT: by the way kynox, it would be MUCH easier to talk over MSN instead of hijacking a thread such as we have done =P mind PMing me your MSN or AIM? (only two i use)

    EDIT2: I think i may have it bypassed as well. I traced the function all the way back to where it was originally called. The address is static as well. Anyone let me know a way to get banned by warden instantly and I will tell them =P

    .text:00818D10 WardenAllocDealloc proc near ; CODE XREF: sub_4EA270+21Fp
    .text:00818D10

    Thats the function that handles allocating warden etc. If you hook that you can grab where it's being loaded in memory and even dump the entire module if you like.

  3. #48
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    nope that isn't where i found =P so far, I think jumping over my two addresses bypass the ban feature. Kinda like Maplestories Autoban thing... if you would normally have gotten banned, you just get disconnected. I changed both jumps and then changed my jump value. I jumped around for a little bit and then got randomly disconnected.

    I will poke around that location though to see if i can find anything else out. maybe WoW will run without it?

    EDIT: lol WoW ran fine for a while without warden "allocated" but it eventually disconnected. There is probably either a serversided or clientsided check. It could be like GG where the server sends a command or "hey are you there" and when it gets no response, it cuts the connection.
    Last edited by Sychotix; 07-14-2008 at 02:40 PM.

  4. #49
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    nope that isn't where i found =P so far, I think jumping over my two addresses bypass the ban feature. Kinda like Maplestories Autoban thing... if you would normally have gotten banned, you just get disconnected. I changed both jumps and then changed my jump value. I jumped around for a little bit and then got randomly disconnected.

    I will poke around that location though to see if i can find anything else out. maybe WoW will run without it?

    EDIT: lol WoW ran fine for a while without warden "allocated" but it eventually disconnected. There is probably either a serversided or clientsided check. It could be like GG where the server sends a command or "hey are you there" and when it gets no response, it cuts the connection.
    Err, WoW won't run without Warden there. If WoW sends a scan request and doesn't get a reply you get kicked from the server (and maybe the banstick, unsure). Sorry, I think you changed something else.

    Also, bans are serverside, there's no address you can 'jump' to stop getting banned. The servers request a scan, warden copies the memory in the requested location and sends it back to the server, the server checks if it's valid, if not, banstick. The only way to bypass the bans is to spoof the correct values to the server when it requests them by hooking wardens scanning functions.

  5. #50
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    hm.... guess i just put a jump on if it sends the data back or not so it disconnected me due to no data =P

    Also. If it works like that, it can be bypassed sorta like GameGuard. How about creating a CEM for WoW and having Warden read from that instead of the actual WoW? OR if its not possible for Warden to read things outside of the program, allocate memory and have it scan that =P

  6. #51
    -Lex's Avatar Banned
    Reputation
    88
    Join Date
    Jun 2007
    Posts
    946
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    Just so you guys are aware, warden is scanning this memory offset, and the wallclimbing offset. Any editing of these on live will result in a ban.
    i got banned >:X
    This will get you banned
    Do you guys pay any attention at all when those few around here, who ACTUALLY know what they're talking about says something?

  7. #52
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Lex View Post
    Do you guys pay any attention at all when those few around here, who ACTUALLY know what they're talking about says something?

    Protip: Noone around here listens, we just like talking to ourselves.

Page 4 of 4 FirstFirst 1234

Similar Threads

  1. [Guide] How to set up a private server and making it public
    By riley211 in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 08-07-2008, 03:42 PM
  2. [GUIDE] How to set up your own registration website
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 18
    Last Post: 06-16-2008, 12:22 PM
  3. [GUIDE] how to set up a 2.4x server!!
    By Tomac123 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 06-02-2008, 11:20 AM
  4. [GUIDE] How to set up phpBB3 forum!! :D[Newb Friendly]
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 04-26-2008, 03:05 AM
  5. [Guide] How to set-up the RoSpora Website(Mangos Spora)
    By SlimWoW in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-08-2007, 06:57 PM
All times are GMT -5. The time now is 04:17 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