Overblok
Overblok
What's the error? In which script does the error occur? Which Python Version do you use? (type 'python --version' in command line)
On line 30, you have to put a small "b" in front of the string A. Like this: `icmp.contains(ImpactPacket.Data(b"A"*156))` If you're using Python2 this should be everything you have to...
You need to run the script with root privileges, you either need to root your phone (not recommended) or you try to run it from a computer. If you just...