from android_utils import log from client_utils import show_error_bulletin from android.widget import TextView from java.lang import CharSequence id = "testplugin" name = "TestPlugin" description = "окак" author = "immat0x1" __min_version__ = "11.9.0" class Prikolchik(BasePlugin): def on_plugin_load(self): class SetText(): def before_hooked_method(self, param): param.args[0] = "ЭКСТЕРАГРАМ" self.hook_method(TextView.getClass().getDeclaredMethod("setText", CharSequence.getClass()), SetText())
Необходимо авторизация
Вы должны войти в систему для возможности оставлять комментарии.
from android_utils import log
from client_utils import show_error_bulletin
from android.widget import TextView
from java.lang import CharSequence
id = "testplugin"
name = "TestPlugin"
description = "окак"
author = "immat0x1"
__min_version__ = "11.9.0"
class Prikolchik(BasePlugin):
Халк крушить