Arcade Prehacks

Results 1 to 4 of 4
  1. #1
    Junior Member
    Join Date
    Mar 2019
    Posts
    2

    Is there any way to disable url detection in a flash game?

    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?

  2. #2
    Junior Member
    Join Date
    Mar 2019
    Posts
    2
    Just to make this post get up

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Location
    India
    Posts
    4
    It is illegal to break sitelock and host in a different server. But if you want to do so for personal use and trying to decompile the game to do so then look for variables that hold the URL and see if the variable causes something to change visibility or pause any event. Basically see if there is any boolean argument and try to change that to test if it works.

  4. #4
    Senior Member W4N73D1's Avatar
    Join Date
    Jun 2013
    Location
    null
    Posts
    177
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •