[Hack] - XYZ menu

User Tag List

Thread: [Hack] - XYZ

Page 24 of 49 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 735
  1. #346
    Aquaplex's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    no. My dll IS the xyz hack. you may need to wait until you get on your character to press OK. I have noticed quite a few bugs in the code but I am currently working on x and y being added to the project. I have them added but moving is slow and unreliable of staying connected.

    Is injecting directly into wow.exe a lot less safe then actually using a xyz.exe prog? It just seems somewhat dangerous to try to inject directly, but what do i know.

    [Hack] - XYZ
  2. #347
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2006
    Posts
    4,005
    Thanks G/R
    296/589
    Trade Feedback
    1 (100%)
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    neither way is really safe. Warden only has to do a few things to patch and detect both.

    EDIT: also, as for it being more detectable, you would have to ask Kynox or Chazwazza. They are more experienced with warden than me.

  3. #348
    Anthonyrox8's Avatar Banned
    Reputation
    34
    Join Date
    Aug 2007
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this detected in the newest patch?

  4. #349
    Boomstam's Avatar Member
    Reputation
    8
    Join Date
    Feb 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its not working for me...
    Update pointers.ini?

  5. #350
    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 Aquaplex View Post
    Is injecting directly into wow.exe a lot less safe then actually using a xyz.exe prog? It just seems somewhat dangerous to try to inject directly, but what do i know.

    It doesn't make a difference either way.

  6. #351
    Clobie7777's Avatar Member
    Reputation
    9
    Join Date
    Apr 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I read the source and IMO, I would write the "hotkeys" differently.
    Instead of having

    Code:
    While 1
    If _IsPressed("68", ) Then
    teleport("north")
    elseif _IsPressed("64", ) Then
    teleport("west")
    elseif _IsPressed("65", ) Then
    teleport("south")
    elseif  _IsPressed("66", ) Then
    teleport("east")
    elseif  _IsPressed("67", ) Then
    teleport(5)
    elseif  _IsPressed("69", ) Then
    teleport(6)
    EndIf
    WEnd
    in the While/WEnd statement, put this:
    Code:
    While 1
    Sleep (1)
    WEnd
    After that, make Teleport () into 4 seperate funcs, instead of one func with a bunch of if/then/endif statements.

    To make up for _IsPressed, use HotKeySet at the top of the script.

    i.e.
    HotKeySet ( "{NUMPAD8}", "TeleportNorth" )
    south, east, west and so on.
    Put that under your #Include statements, and walla. Almost no CPU usage.

  7. #352
    Fliecheese's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have this problem. Where do I install this program to? Whenever I open it from the desktop it says that the script is paused so is there something special I have to do? I have also tried in the WoW directory and that didn't work.

  8. #353
    Boomstam's Avatar Member
    Reputation
    8
    Join Date
    Feb 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    People,

    I've updated the Pointers.ini file so it works with the
    new patch (atleast, it works for me ^ ^).

    Just edit your XYZ.au3 script and scroll down to the part
    where it says:


    _InetGetSource("http://awwe.awardspace.com/XYZ/newpointers.txt")


    Now, all you have to do, is change the URL with the following URL:


    _InetGetSource("http://boomstam.awardspace.com/XYZ/newpointers3.txt")


    Save the script!

    Now, when you run the XYZ.au3 script, it will automaticly update
    the Pointers.ini file and everything should work like a charm.


    Hope this will help you out
    Cheerz.

  9. #354
    Poorfox's Avatar Member
    Reputation
    8
    Join Date
    Jul 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great program, thanks for sharing. *Hugcookies*

  10. #355
    Blackking300's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    cool

    Nice that

  11. #356
    Fliecheese's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys how do i get this program to work?

  12. #357
    XPZaIN's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got banned using it on eu..

  13. #358
    awwe's Avatar Contributor
    Reputation
    127
    Join Date
    Mar 2007
    Posts
    88
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New pointers coming soon.

    Didn't know there was a new patch, I rarley play WoW anymore.

    Edit:

    Pointers updated, everything works fine. Thank you for your patience.
    Last edited by awwe; 07-17-2008 at 05:15 PM.

  14. #359
    gemy79's Avatar Member
    Reputation
    13
    Join Date
    Jul 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    hi

    hi

    I use it now every day 20-30 times farming an instance alone. (stratholme for the epic mount)

    I use it on an europe live server. When i use it, i only use it when i am 100% alone, and when i use it, i just use it for 5 seconds or less ( just to go trough a wall or trough the floor. )

    Works very fine.

    Dont use it in AV, AB, WSG, OG, IF, SHAT, UC or any other places where ppls can see u. If u farm an instance, stay in man mode. Dont kill the boss 200 times a day. Wait a few minutes when u have killed a boss...


    Good luck & happy cheating

  15. #360
    gemy79's Avatar Member
    Reputation
    13
    Join Date
    Jul 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ^@XPZaIN

    XPZaIN

    What did u do exactly when u got banned ?

    Have u used it over a long time ?
    Have u used it in a city ?
    Anyone have seen you ?

    Maybe you have pressed the 7 or 9 key on numpad to long ? (I stop sometimes and wait a few seconds)

    Im interested why u got banned, or what has warden made active...

    sorry for bad english

Page 24 of 49 FirstFirst ... 202122232425262728 ... LastLast

Similar Threads

  1. XYZ Hacks At There Best
    By Czchar in forum World of Warcraft Guides
    Replies: 12
    Last Post: 07-06-2008, 06:55 AM
  2. [Hack (XYZ)] Using XYZ to farm gold in scholo
    By Fwaky in forum World of Warcraft Bots and Programs
    Replies: 29
    Last Post: 07-05-2008, 10:10 PM
  3. xyz hack - help plz
    By goliat in forum World of Warcraft General
    Replies: 0
    Last Post: 07-04-2008, 11:11 AM
  4. Fun Ideas For XYZ Hack - guide of sorts
    By Darknights in forum World of Warcraft Guides
    Replies: 30
    Last Post: 05-30-2008, 09:33 PM
All times are GMT -5. The time now is 02:07 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