17.07.2012, 22:08
Hello. I've been browsing Pawn source, and came to realisation that decompiling amx to pawn shouldn't be so hard. Now, as a scripter I'm worried that someone might simply steal my work. I'm using deamx array bug exploit and emit solutions (+ ip check before release). But is it enough? My gamemode is distributed between many .inc files, because I like to organise my projects. Is it any diffrent for modern decompilers? Maybe better solution would be to port it to C++ and serve as a plugin? Or should I even port my code to assembly and obsfucate it manually? I'm paranoid. Thanks for your opinions.