[Program] WoW Lua Enabler menu

User Tag List

Page 12 of 12 FirstFirst ... 89101112
Results 166 to 170 of 170
  1. #166
    Lackey's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FYI, I just got suspended for 3 days for simply just turning it on.

    [Program] WoW Lua Enabler
  2. #167
    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 kynox View Post
    Nothing stops them from monitoring the function. They just don't check the whole function for performance reasons.
    Seems like a pretty fail reason. I did some test using CRC32 on the entire .text and .rdata sections and the execution time was minuscule.

    If they were really worried about performance they should compile the fkn binary with higher optimization levels and a better compiler too. I see shit like this periodically:

    test eax, eax
    jz foo
    nop ; do some shit here
    foo:
    xor eax eax ; set eax to 0 when its already 0... brilliant!
    bar:
    nop ; do more shit here

    Obviously if eax was modified the xor makes sense if the jump ISNT taken, but if it IS taken why not just jump past the xor? Seems ****ing stupid.

    For people who don't know ASM here it is in C:

    if (MyVariable == 0)
    MyVariable = 0;

    Obviously this is a very basic example that would equate to a performance loss so tiny that on its own is worth nothing. But when you start counting all the retarded crap in the binary it adds up pretty fast, especially on code thats executed in an infinite loop.

    At any rate. The performance hit from hashing the entire read-only sections of the binary is tiny, and if they were really worried about performance they should fix their stupid compiler.

  3. #168
    arkious2's Avatar Member
    Reputation
    14
    Join Date
    Nov 2007
    Posts
    62
    Thanks G/R
    1/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have downloaded this but how the fak do i use it lols ?

  4. #169
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is currently detected. If you use it, you will get banned. Try to read sometime. =|

  5. #170
    Vladinator2's Avatar Banned
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did they upgrade warden so it's no longer possible to unprotect the protected API?

Page 12 of 12 FirstFirst ... 89101112

Similar Threads

  1. [Release] PLua Patcher - Patch WoW to enable protected LUA functions
    By wiirgi in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 05-18-2012, 10:01 PM
  2. [Program] WoW Jumper AntiAFK Script
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 06-23-2006, 10:38 PM
  3. [Program] WoW AV AFK Bot
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 05-22-2006, 05:04 AM
All times are GMT -5. The time now is 02:35 PM. 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