how to null wordpress plugin ?

Unfodos

Junior Member
Joined
Mar 10, 2014
Messages
180
Reaction score
80
hey guys i've been i found a new version of a plugin i've been using to grab adult videos
so i want to know if it's possible to null a wordpress plugin using older nulled version ?

thank you .
 
Wordpress and its plugins are written in PHP. As PHP is a scripting language, so you can read the source code of the whole plugin.
People who null plugins just go through the code "line-by-line", learn how it works, find license checking functions, and modify them to never run or always give valid results.
If you are somewhat good in PHP, but not good enough to cr@ck it yourself, you can try downloading the non-nulled, same version of the plugin that you are using, and compare all the files (with a software) to the nulled, to see what is modified. Then if you are lucky, doing the same modifications to the updated plugin files will get the plugin nulled.
 
Back
Top