• Visit Rebornbuddy
  • Hax.lua?

    Discussion in 'Archives' started by twolf, Mar 28, 2010.

    1. twolf

      twolf Member

      Joined:
      Mar 4, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      16
      I got disconnected twice from blizz servers saying something about hax.lua and invalid function, just wondering if anyones come across this or rather knows what it means. Maybe its a plugin deal, a CC deal or just a new way blizz is looking for crap. Next time it happens ill make sure to try get the whole message, as i wasnt able to before my trigger fingers hit enter.

      I attached my log. Maybe its needed. Though i changed a couple of folder names in there to keep my name out of it(for you that complained that you dont wanna post a log for that reason notepad++ is your friend.

      Anyways thanks for any help given.

      ~T.Wolf
       

      Attached Files:

    2. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      What cc are you using? These are some weird entries.

      Code:
      [8:22:30 AM:306] 1269778951.683
      [8:22:30 AM:326] 1269778951.367
      [8:22:30 AM:806] 1269778952.864
      [8:22:30 AM:856] 1269778952.246
      [8:22:30 AM:877] 1269778951.683
      [8:22:30 AM:908] 1269778951.367
      [8:22:31 AM:205] 1269778952.864
      [8:22:31 AM:227] 1269778952.246
      [8:22:31 AM:239] 1269778951.683
      [8:22:31 AM:272] 1269778951.367
      [8:22:31 AM:520] 1269778952.864
      [8:22:31 AM:531] 1269778952.246
      [8:22:31 AM:543] 1269778951.683
      [8:22:31 AM:994] 1269778952.864
      [8:22:32 AM:16] 1269778953.737
      [8:22:32 AM:27] 1269778952.864
      [8:22:32 AM:514] 1269778954.128
      [8:22:32 AM:533] 1269778953.737
      [8:22:32 AM:541] 1269778952.864
      [8:22:32 AM:852] 1269778954.128
      [8:22:32 AM:942] 1269778953.737
      [8:22:32 AM:958] 1269778952.864
      [8:22:33 AM:481] 1269778954.128
      [8:22:33 AM:516] 1269778953.737
       
    3. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      Depending on your CC it will have a LUA call. When making an LUA call you (depends) have to specify a file name, as HB does not need to provide this file name we just enter a random name. Eg..

      tmpSoulShardCount = Convert.ToInt32(Lua.LuaGetReturnValue("return GetItemCount(\"Soul Shard\")", "hax.lua")[0]);

      So the message you are getting is because there is some small error in the LUA request being made. Its nothing to worry about really.
       
    4. twolf

      twolf Member

      Joined:
      Mar 4, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      16
      "Stabby Stabby - A Rogue CC: By Fpsware AKA Fleecy" is what im using, Though i do got a bunch of other cc's your lock one, a couple from fpsware and mords too. I did see that having other cc's might pertain to issues but never ran into one so just let it be.

      The Toon is a NE Rogue, lvl 15. I do have a GB session running in the background as well though i doubt that has any importance on the matter above.

      I wasnt fully watching the toon when it happened as it was on my other screen but from what i could tell i was just standing there not moving and then it disconnected and gave me a pop up on the login screen in red letters like an error in game.

      * Ah that makes a little sense to me, thanks fpsware
       
      Last edited: Mar 28, 2010
    5. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      the reason you get disconnected is because wow has set limits to how many and how fast macros and lua can be called, so if there's some lag, while your cc is say looking for soul shards, it might trigger the disconnect. its nothing to really worry about.
       
    6. twolf

      twolf Member

      Joined:
      Mar 4, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      16
      That would make sense as i was laggin a bit at the moment, well for a good 10-15 mins.

      Thank you guys for the fast responses on this deal here.
       
    7. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Hmm, I didn't know this. Time to add a limit on the number of LUA calls I do per second.
       
    8. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      I'm aware of this. But I have quite a few LUA calls and don't worry about it. When something goes wrong, like above, thats when you you get disconnected.
       
    9. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      wtf are those values from the log anyway?
       
    10. Impala

      Impala Member

      Joined:
      Feb 19, 2011
      Messages:
      363
      Likes Received:
      0
      Trophy Points:
      16
      I got this error today, glad its nothing
       

    Share This Page