Quote Originally Posted by teliosmetonma View Post
For example inside a game lets say a miniclip game, there is a code which says that the flash game runs only when URL = "miniclip.com".

Is there any way to disable this with decompiling?
the string that says miniclip url replace "miniclip.com" with "*" so it works with all websites.. In order too find all the occurences of the use of the security package just search for security in the code.