Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53
  1. #16
    canttouchthis123's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    13
    I'm not trying to obfuscate anything. However, it would be pretty difficult to rename all of the functions back to the original.

    ---------- Post added at 01:21 PM ---------- Previous post was at 01:20 PM ----------

    Quote Originally Posted by Holy Smoke View Post
    When I am ingame and I type: lua_openscript_cl gh.lua I get this message:
    Disconnected:
    Too many lua errors Sorry!
    What are the errors?

  2. #17
    LennyPenny's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    314
    Reputation
    10
    Thanks
    381
    My Mood
    Sad
    Yeah, as I said. But what is it then?

  3. #18
    canttouchthis123's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by LennyPenny View Post
    Yeah, as I said. But what is it then?
    I don't know what you're talking about... What is what?

  4. #19
    LennyPenny's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    314
    Reputation
    10
    Thanks
    381
    My Mood
    Sad
    Quote Originally Posted by canttouchthis123 View Post
    I don't know what you're talking about... What is what?
    Just curious, why are you doing stuff like?
    Code:
    local old_createclientconvar = CreateClientConVar;
    local old_msgn = MsgN;
    local old_entscreate = ents.Create;
    local old_getconvar = GetConVar;
    local old_vector = Vector;
    It's making the thing even longer, so it can't be for easier typing.
    Last edited by LennyPenny; 06-09-2013 at 03:40 PM.

  5. #20
    canttouchthis123's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by LennyPenny View Post
    Just curious, why are you doing stuff like?
    Code:
    local old_createclientconvar = CreateClientConVar;
    local old_msgn = MsgN;
    local old_entscreate = ents.Create;
    local old_getconvar = GetConVar;
    local old_vector = Vector;
    It's making the thing even longer, so it can't be for easier typing.
    Its for the function GH.DetourFunc

  6. #21
    derpze's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    1
    My Mood
    Cheerful
    [ERROR] lua/toe.lua:115: attempt to index local 'hook' (a nil value)
    1. unknown - lua/toe.lua:115

  7. #22
    nitroburn's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    124
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by LennyPenny View Post
    What is easy to find in the code? I wasn't asking where the function the draw the menu is but why he makes everything just more complicated by semi-obfuscating it. He clearly doesn't want to prevent people from stealing his code since he made the names obvious and does this askii art things above each part of his script.
    I'm confused, what is semi-obfuscated in the code? I mean, some of the functions don't have the clearest names, but they are directly under giant ascii art that makes them clear. I don't really see anything he made difficult to understand. Just short abbreviated function and cvar names that are still clear what they are for. I was referring to how easy it is to figure out what the menu concommands are by just looking at the code.

  8. #23
    derpze's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    1
    My Mood
    Cheerful
    how to fix dis :
    ] lua_openscript_cl gh.lua.lua
    Running script gh.lua.lua...

    [ERROR] lua/gh.lua.lua:115: attempt to index local 'hook' (a nil value)
    1. unknown - lua/gh.lua.lua:115

  9. #24
    canttouchthis123's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by derpze View Post
    how to fix dis :
    ] lua_openscript_cl gh.lua.lua
    Running script gh.lua.lua...

    [ERROR] lua/gh.lua.lua:115: attempt to index local 'hook' (a nil value)
    1. unknown - lua/gh.lua.lua:115
    I can't seem to replicate that error. I am using every hack on a server and am not getting any errors what so ever. Make sure you didn't accidentally not copy some of the code.

  10. #25
    tray5050's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Canada
    Posts
    121
    Reputation
    10
    Thanks
    284
    My Mood
    Tired
    I dont understand the Cvar3 thing on the sight there is no download

  11. #26
    nitroburn's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    124
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by tray5050 View Post
    I dont understand the Cvar3 thing on the sight there is no download
    Select the gmcl_cvar3.dll file, then on the page that loads, click "View raw file" on the right hand side.
    Last edited by nitroburn; 06-09-2013 at 08:32 PM.

  12. #27
    Bicycle's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    TX
    Posts
    312
    Reputation
    58
    Thanks
    448
    My Mood
    Cold
    How do i download the Cvar3???
    Social Engineering God
    S̶ʜ̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ ̶W̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ ̶C̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ Dɪᴅ

    Achievements In SE'ing

    JUST THE BEST

    [x] ASTRO A40
    [x] RAZER NOSTROMO
    [x] (GOLD) IPHONE 5
    [x] BEATS BY DRE (BLUE)
    [x] LOGITECH G19
    [x] LOGITECH Z-2300 SPEAKERS
    [x] 129 Games
    [x] 145 Cans Of Red Bull (LOL)
    [ ] PS4

  13. #28
    canttouchthis123's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by Bicycle View Post
    How do i download the Cvar3???
    Look at the post above you.

  14. #29
    Bicycle's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    TX
    Posts
    312
    Reputation
    58
    Thanks
    448
    My Mood
    Cold
    nvm got it

    ---------- Post added at 10:53 PM ---------- Previous post was at 10:47 PM ----------

    ok i did it and nothing is poping up please help D:
    Social Engineering God
    S̶ʜ̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ ̶W̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ ̶C̶ᴏ̶ᴜ̶ʟ̶ᴅ̶.̶ Dɪᴅ

    Achievements In SE'ing

    JUST THE BEST

    [x] ASTRO A40
    [x] RAZER NOSTROMO
    [x] (GOLD) IPHONE 5
    [x] BEATS BY DRE (BLUE)
    [x] LOGITECH G19
    [x] LOGITECH Z-2300 SPEAKERS
    [x] 129 Games
    [x] 145 Cans Of Red Bull (LOL)
    [ ] PS4

  15. #30
    nitroburn's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    124
    Reputation
    29
    Thanks
    13
    Quote Originally Posted by Bicycle View Post
    nvm got it

    ---------- Post added at 10:53 PM ---------- Previous post was at 10:47 PM ----------

    ok i did it and nothing is poping up please help D:
    What do you mean? If you are talking about when you load the hack, nothing is supposed to. You have to open the menu with gh_m

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [WTS] DAYZ DEALS KEYS4DAYZ[3$$] VOUCHED HIGHLY[HAPPY HACKING]NEW THREAD SORRY GUYS
    By r4lph13 in forum DayZ Selling / Trading / Buying
    Replies: 26
    Last Post: 03-27-2013, 07:12 AM
  2. [Release] NEW MW3 Texture Hack ( Lite) FINAL UPDATE
    By TeamDarkness in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 78
    Last Post: 10-27-2012, 04:32 AM
  3. [Release] NEW MW3 Texture Hack ( Lite)
    By TeamDarkness in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 12
    Last Post: 12-04-2011, 10:08 AM
  4. [Request] A new Thread for Working Hacks
    By g0d of 0D in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 10-12-2009, 03:18 PM
  5. standy told me to make a new thread
    By EleMentX in forum Spammers Corner
    Replies: 9
    Last Post: 12-11-2006, 04:40 PM