Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/09/20 in Files

  1. Version 1.0.0

    3024 downloads

    Hello ladies, i'm not going to work on that game-mode anymore, so i'll release it for the public to get people learn how to build awesome systems. (car repair, ...) Some of the script-files got removed because of security reasons. You cant compile that script without any additions. So learn out of it and read the code! Nothing more to say, enjoy it. If you're going to use the code. mention me as credit. Enjoy! DevGrab.
    1 point
  2. Version v3000

    316 downloads

    About This File This package contains a full implementation of client-side packet encryption for RAGE 0.3.7 which obviously doesn't have build-in encryption for packages. Includes packer like webpack (with watch mode), import/export from ES6 (thanks https://github.com/alangpierce/sucrase) and picking packages from node_modules To use the script, you'll need to have hands and installed node js. Idea behind? The idea behind was to make it hard as possible to block leakers/leechers copy client-side scripts. And it works! Security issues? Make sure that you send your encryption key from server to client with encrytion enabled, so people cannot sniff your key to decrypt your files. Even tho, it should be possible to dump the script-files from memory, but this progress will still not make sense, since noone puts such effort into it. How start work? Steps: unpack zip archive to root server folder (path like a 'game-server/src_client') Open terminal in src_client directory Enter npm install or yarn in terminal Enter npm run watch or yarn watch to start watching 'src_client/sourcecode' directory Complete, now u can edit files in 'src_client/sourcecode' directory Enjoy!
    1 point
×
×
  • Create New...