Jump to content

Aeron

Retired Staff
  • Posts

    968
  • Joined

  • Last visited

Posts posted by Aeron

  1. There's a myth that people actually care about Aeron's periodic returns in which he seeks nothing more than glory for redundant contributions that he decided not to update when he abandoned us.

    Woops busted :P

  2. Maybe today I write the last update for MTA:mA 4.0 to disable the updater by default.

    If there are any volunteers to continue hosting please contact me so I can write the update to redirect to the new URL.

    It has been fun crashing MTA/SAMP servers.

    Now MTA went open source, I think I can tell that the 'secret' encoding in my DLL's: it's simple invert the bits and you can read the mIRC code inside :) (Still funny that Oli's GUS dll was 'cracked' before mine, lawl.)

    Now you know this, you may search for the secret in there. Contact me if you know the secret and you get a free virtual cookie.

  3. Most likely not an awnser on your question but here is a random skin selector:

    function getRandomSkin() 
        local ID 
        repeat 
            ID = randInt(7,264) 
        until (ID ~=  and (ID ~= 42) and (ID ~= 65) and (ID ~= 74) and (ID ~= 86) and (ID ~= 208) 
        return ID 
    end 
    

×
×
  • Create New...