Jump to content

pySmith

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About pySmith

Informations

  • Gender
    Male

Recent Profile Visitors

1085 profile views

pySmith's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

4

Reputation

  1. These are serverside stored, you need a packet editor to get to the Keys called Hybrids Keys.
  2. why dont u use the crypto++ latest version from a REPO?
  3. I dont think it is a good idea to start with binary and Asm description. I hope your Tutorials are C++11; there are so many useful things in there, but many people dont know how to use it. (example: std::nurmeric_limits, std::to_string) And the awesome Metaprogramming.
  4. Not good if you want to protect your files, they need to be stored in clear text to be executed.
  5. For Developing i use mainline homebrew edit; compiled with Visual studio 2013 CTP
  6. Never use Novaline. Never! This version is powered by Nova and it was stolen from him, probably he did implement a backdoor.
  7. After Pong, there is a Handshake, this handshake must not be handled (except ?) Use another Game or Client. SequenceTable looks standard.
  8. Forget VisualStudio, it's just shit, except for C++, there is nothing better (Writing a Program with Eclipse is a pain, except for Java (forgot eclipse, it's good for java, but java is too shit)) For Python there is only one real and good IDE: [Hidden Content]
  9. Its a good protection, but the aim of cython is the performance of C in Python. Loops can be 10x times faster with cdef's
  10. U mean: trust_me = { 0: {3: "Awesome", 0: "Python is "}, 1: {3: "Shit", 0: "Lua is "}, }
  11. There is a simple way: def myfunction_took_long_to_execute(): for i in range(500000000000000000000000000000000000): print i return i def myfunction_took_long_to_execute_with_yield(): for i in range(500000000000000000000000000000000000): print i yield None return i [Hidden Content] I would post a better example, but Ymir Client times are long ago...
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.