[3.1.2] Some Changes...Few Static updates... menu

User Tag List

Page 4 of 8 FirstFirst 12345678 LastLast
Results 46 to 60 of 107
  1. #46
    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 lolk2 View Post
    So it is normal for blizz to take 3 months to temp ban me? It's coincidental that it happened right after I used the bot on patch 3.1.2 day?

    I think it might be because there was a change in the new patch and warden is now scanning for new addresses.

    WHERE you do it makes a difference.

    [3.1.2] Some Changes...Few Static updates...
  2. #47
    _duracell's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    WHERE you do it makes a difference.
    I've used it in every zone. (for Explorer title)

    As far as instances go, I can't be sure of every one I've used it in, but I know I've used it in SFK, BFD, WC, and some WotLK ones. I can't say with any certainty if I've done it in an Outlands instance.

  3. #48
    Harko's Avatar Active Member
    Reputation
    68
    Join Date
    Apr 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolk2 View Post
    I've used it in every zone. (for Explorer title)

    As far as instances go, I can't be sure of every one I've used it in, but I know I've used it in SFK, BFD, WC, and some WotLK ones. I can't say with any certainty if I've done it in an Outlands instance.
    the question was where you did it with the trial account to check if they extented the scan range with the patch.

    I tested it in a few start areas and didn't got banned yet.

  4. #49
    _duracell's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Harko View Post
    the question was where you did it with the trial account to check if they extented the scan range with the patch.

    I tested it in a few start areas and didn't got banned yet.
    Ah, I mainly used it in orgrimmar but I don't think any player saw me. My Z was at ~900.

  5. #50
    Harko's Avatar Active Member
    Reputation
    68
    Join Date
    Apr 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolk2 View Post
    Ah, I mainly used it in orgrimmar but I don't think any player saw me. My Z was at ~900.
    orgrimmar would make sense. nearly every day some stupid gold selling company writes his url with corpses before the ah on my server ; )

  6. #51
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Harko View Post
    orgrimmar would make sense. nearly every day some stupid gold selling company writes his url with corpses before the ah on my server ; )
    ...

    It doesn't work that way, writing to X, Y and Z addresses will only change it clientside. To make effect you must move or jump which will get you DCed and taken back to before you changed the values because of serverside checks...

    Edit: My guess is it uses Demon's Hand or whatever it's called.

  7. #52
    _duracell's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JetlagJad View Post
    ...

    It doesn't work that way, writing to X, Y and Z addresses will only change it clientside. To make effect you must move or jump which will get you DCed and taken back to before you changed the values because of serverside checks...

    Edit: My guess is it uses Demon's Hand or whatever it's called.
    Unless this was changed with 3.1.2, I don't think that's true. I've always been able to change my Z value to x number, jump, set movement state to walk, and walk through the air without getting disconnected.

  8. #53
    mordok's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wondering the new monitored mem locations that poped the ban issue, are they affecting just writing or do they affect mem reading to (like reading x, y, z) ?
    ANd btw, does anyone knows if warden checks for too many(and fast) memory reads at an adress eg: reading inside a while without sleeps "Cursor State" ? Thats what I was doing with my fishbot ^^.
    Last edited by mordok; 05-21-2009 at 12:38 AM.
    "I'm not going to expose my methods for time bending, as i don't want to do get nerfed!"-Kynox

  9. #54
    Harko's Avatar Active Member
    Reputation
    68
    Join Date
    Apr 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JetlagJad View Post
    ...

    It doesn't work that way, writing to X, Y and Z addresses will only change it clientside. To make effect you must move or jump which will get you DCed and taken back to before you changed the values because of serverside checks...

    Edit: My guess is it uses Demon's Hand or whatever it's called.
    damn I wonder why my little testing script

    local z = UnitZ("player");
    while (true) do
    TeleportZ(900);
    Sleep(1000);
    TeleportZ(z);
    Sleep(1000);
    end

    works, it shouldn't since you say so :

  10. #55
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mordok View Post
    Just wondering the new monitored mem locations that poped the ban issue, are they affecting just writing or do they affect mem reading to (like reading x, y, z) ?
    ANd btw, does anyone knows if warden checks for too many(and fast) memory reads at an adress eg: reading inside a while without sleeps "Cursor State" ? Thats what I was doing with my fishbot ^^.
    Warden can't check for reads. This is an x86 thing that even the geeeeeeniuses at Blizzard can't overcome

    EDIT: yes, I know about guard pages and DR0-3, but that's not realistically ever going to happen.

  11. #56
    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 JetlagJad View Post
    ...

    It doesn't work that way, writing to X, Y and Z addresses will only change it clientside. To make effect you must move or jump which will get you DCed and taken back to before you changed the values because of serverside checks...

    Edit: My guess is it uses Demon's Hand or whatever it's called.

    Sigh. You're an idiot, and totally misunderstanding what he's saying.

  12. #57
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Sigh. You're an idiot, and totally misunderstanding what he's saying.
    Ah..

    I should really read things twice :S
    Last edited by Jadd; 05-21-2009 at 08:37 AM.

  13. #58
    0_00_0's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    ...

    It doesn't work that way, writing to X, Y and Z addresses will only change it clientside. To make effect you must move or jump which will get you DCed and taken back to before you changed the values because of serverside checks...

    Edit: My guess is it uses Demon's Hand or whatever it's called.
    Mmm.. It does actually. not for X and Y. but for Z! I was playing around with the Z offset from the playerbase and my trial acct has not been banned yet. You can go as high as you want, just as long as you don't move foreward after, the key is to jump. Still definitely not a good idea on a real account, though.

  14. #59
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Harko View Post
    orgrimmar would make sense. nearly every day some stupid gold selling company writes his url with corpses before the ah on my server ; )
    Do you happen to know if the check is done for ceiling only? I know some "teleport" hacks teleport you into high air, and run to their position with a speedhack from there. Wonder if you could reverse the process and run underground.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  15. #60
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aren't speedhacks detected now? Or can you bypass them easily by hooking inside ntdll or something? I haven't really looked.

Page 4 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Replies: 21
    Last Post: 10-03-2008, 12:12 AM
  2. [Release] Some Changes from Tigu :P
    By Tigurius in forum WoW Advanced Model Edits
    Replies: 6
    Last Post: 09-25-2008, 11:31 PM
  3. Replies: 4
    Last Post: 06-26-2008, 02:20 AM
  4. Some change request
    By Farek in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 10-01-2007, 01:15 AM
  5. Some changes that need to be done offering gold
    By Fisherpwn in forum WoW ME Questions and Requests
    Replies: 7
    Last Post: 07-27-2007, 10:01 PM
All times are GMT -5. The time now is 02:42 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