Results 1 to 15 of 22

Hybrid View

  1. #1
    soujiaboy27's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    AUS
    Posts
    18
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    step 3:
    replace all that hook.Add bullshit with this function:
    Code:
    local function AddSecretHook(hooktype, hookname, hookfunc)
    	local secret_name = util.CRC( hookname )
    	local secret_number = math.random(math.random(69, 133742069), math.random(13374201337, 696969696969696969696969696969))
    	local secret_number_string = tostring(secret_number)
    	local final_hook_name = (secret_number_string ..".".. secret_name)
    	hook.Add(hooktype, final_hook_name, hookfunc)
    	print("Added hook: ", final_hook_name, " (", hooktype, ") [", hookfunc, "]")
    	remhookname = final_hook_name 
    end
    Where is this hook.add?
    I cant find it inside my lua
    Last edited by soujiaboy27; 02-14-2015 at 12:41 AM.

  2. #2
    dakilla345's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    207
    My Mood
    In Love
    Quote Originally Posted by soujiaboy27 View Post
    Where is this hook.add?
    I cant find it inside my lua
    its a hood.Add Detour, just implement it in the script it literally takes 5 seconds

    - - - Updated - - -

    local function AddSecretHook(hooktype, hookname, hookfunc)
    local secret_name = util.CRC( hookname )
    local secret_number = math.random(math.random(69, 133742069), math.random(13374201337, 696969696969696969696969696969))
    local secret_number_string = tostring(secret_number)
    local final_hook_name = (secret_number_string ..".".. secret_name)
    hook.Add(hooktype, final_hook_name, hookfunc)
    print("Added hook: ", final_hook_name, " (", hooktype, ") [", hookfunc, "]")
    remhookname = final_hook_name
    end

    local function Wallhax()
    code here
    end

    AddSecretHook("HUDPaint", "HUDPaint", Wallhax)

Similar Threads

  1. how do bypasses get detected??
    By prox32 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 07-21-2007, 12:35 AM
  2. How to bypass Xtrap ? Then Use Actool instead of KoxP !
    By kcetinkaya in forum Knight Online Hacks
    Replies: 2
    Last Post: 07-18-2007, 07:01 PM
  3. how to bypass rm saftey
    By robbob2006 in forum General
    Replies: 1
    Last Post: 05-30-2007, 01:14 PM
  4. How do bypasses work
    By llvengancell in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-27-2007, 12:00 PM
  5. Replies: 0
    Last Post: 01-04-2006, 05:45 AM