[Mac] WIP - Speed hack, Teleport hack, Fly hack menu

Shout-Out

User Tag List

Page 7 of 13 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 193
  1. #91
    Shalehena's Avatar Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aye!
    Maybe make a repository, get a free host and make up a small blog, and make it opensource so peoples can come and assist you.

    or is my immagination going too far?

    [Mac] WIP - Speed hack, Teleport hack, Fly hack
  2. #92
    eti-enne02's Avatar Active Member
    Reputation
    74
    Join Date
    May 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shalehena View Post
    Aye!
    Maybe make a repository, get a free host and make up a small blog, and make it opensource so peoples can come and assist you.

    or is my immagination going too far?
    Actually I think he's in the worst part of the programming, he needs to bypass the server so it works server-side and client side. Not many people know how to do this :P
    If i'm wrong, tell me key

  3. #93
    Shalehena's Avatar Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, i know he is in this part of the programming, but let's say, if i would get source code from wowinfinity (for example) i could extrapolate rougly what to do for bypassing server check, because windows and mac, i htink this will be similar.

    If i had his source code, i could try to attach what i make to his code, and see if it works...

  4. #94
    eti-enne02's Avatar Active Member
    Reputation
    74
    Join Date
    May 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you're right it could be similar

  5. #95
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shalehena View Post
    Yeah, i know he is in this part of the programming, but let's say, if i would get source code from wowinfinity (for example) i could extrapolate rougly what to do for bypassing server check, because windows and mac, i htink this will be similar.

    If i had his source code, i could try to attach what i make to his code, and see if it works...
    WoWInfinity doesn't "bypass the server check". It moves in tiny increments that are within the allowed range of teleports (0.03~ yards).

    Actually I think he's in the worst part of the programming, he needs to bypass the server so it works server-side and client side. Not many people know how to do this :P
    If i'm wrong, tell me key
    You're extremely wrong.

  6. #96
    Shalehena's Avatar Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    You're extremely wrong.
    What you mean? can you explain please? i though that was what he needed to do!
    :OO

  7. #97
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shalehena View Post
    What you mean? can you explain please? i though that was what he needed to do!
    :OO
    You are completely wrong because you can't change anything server-sided (without it being illegal). The only thing you can do is edit memory on your client and hope that the effects are serversided. There are serversided checks on this which you can sometimes find a way to bypass (such as WoWInfinity sortof did with teleporting) but that takes alot of patience and time finding an exploit in a system in which you dont see the source code. Trial and error ftw?

  8. #98
    Shalehena's Avatar Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    You are completely wrong because you can't change anything server-sided (without it being illegal). The only thing you can do is edit memory on your client and hope that the effects are serversided. There are serversided checks on this which you can sometimes find a way to bypass (such as WoWInfinity sortof did with teleporting) but that takes alot of patience and time finding an exploit in a system in which you dont see the source code. Trial and error ftw?
    You misunderstood me, that was exactly wehat i said!

    I know you can't change anything server-side, the only thing that can do so is the wow client, sending his (hacked or not) info (like xyz) to the server.
    I know then that the server checks like if it is a possible value like if
    Code:
    (xbefore + maxspeed) * 1.3 > xafter
    and i know that wowinfinity simply tells server to update distance like 20000 times in a second, so that
    Code:
    (xbefore + maxspeed) * 1.3 > xafter
    is respected.
    Thus, I heard that you can bypass server check in another way, by sending (or spamming) to it a lot of data... can't remember where i read that.

    This is what i thought could be nice to see and replicate to the mac, if possible/exists


    EDIT: Still, the release of the source code could help a lot, because more people could "play around" with it, and someone could also get it to work (in the end, it wouldn't be so difficult, it's harder to figure out HOW and WHAT to do to bypass the check, than to actually CODE it)

  9. #99
    eti-enne02's Avatar Active Member
    Reputation
    74
    Join Date
    May 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    You are completely wrong because you can't change anything server-sided (without it being illegal). The only thing you can do is edit memory on your client and hope that the effects are serversided. There are serversided checks on this which you can sometimes find a way to bypass (such as WoWInfinity sortof did with teleporting) but that takes alot of patience and time finding an exploit in a system in which you dont see the source code. Trial and error ftw?
    Who says that's legal??

  10. #100
    Shalehena's Avatar Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eti-enne02 View Post
    Who says that's legal??
    Bots are illegal!

  11. #101
    Patchumz's Avatar Active Member
    Reputation
    43
    Join Date
    Oct 2007
    Posts
    503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really think you would benefit from going opensource, especially if you don't plan to charge for this program. Cuz it seems a few things are holding you up.

  12. #102
    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)
    The amount of noobs in this thread scares me.

    They're multiplying.....

  13. #103
    cdk's Avatar Member
    Reputation
    3
    Join Date
    Aug 2007
    Posts
    15
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keep it up keytachi looking good

  14. #104
    Patchumz's Avatar Active Member
    Reputation
    43
    Join Date
    Oct 2007
    Posts
    503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chazwazza View Post
    The amount of noobs in this thread scares me.

    They're multiplying.....
    Pink name.. yet a completely useless post.

    Nice job at trolling.

  15. #105
    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 Patchumz View Post
    Pink name.. yet a completely useless post.

    Nice job at trolling.

Page 7 of 13 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. [Teleport & speed hack] AOC Buddy
    By as4kura in forum Age of Conan Exploits|Hacks
    Replies: 30
    Last Post: 06-21-2008, 02:12 AM
  2. Speed/Gravity/Teleportation/NGC Hack
    By neconide in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 05-23-2008, 01:02 PM
  3. Working Teleport + Speed Hack?
    By lolrogue in forum World of Warcraft General
    Replies: 0
    Last Post: 03-08-2008, 07:36 AM
  4. Replies: 93
    Last Post: 11-27-2007, 08:36 AM
All times are GMT -5. The time now is 09:45 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