User Tag List

Results 1 to 10 of 10

Thread: Dead easy speed hack

  1. #1
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Exclamation Dead easy speed hack

    I thought that it was better to post this here, in a non public area.

    We all know that Flash games can be hacked in various ways, and we developers also have various ways to prevent hacking. I have recently stumbled upon something new to me, a piece of software called Enounce MySpeed: http://www.enounce.com/myspeed. Its main usage is to change the playback speed of videos played by Flash, like the ones you could see on YouTube for example. The funny thing is that it also works on Flash games, so even the less tech-savvy players could very easily speed hack a game.

    I really don't know how this software works. With its slider I can decrease/increase the speed of my game at will, and yet my game's FPS remains intact! So I can't even check for strong framerate fluctuations so that I could apply countermeasures.

    Did anyone already try to prevent such softwares to mess with his game? It works terribly well!

  2. #2
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Direct link to download the software installer, you get this link by filling in your e-mail: http://www.enounce.com/myspeed-win-cr

    I have posted the same question elsewhere so that the community of Flash developers get aware of this issue more quickly:
    http://www.flashgamelicense.com/view...hread_id=32617 (probably private)
    https://www.mochimedia.com/community...asy-speed-hack (public)

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's quite interesting. Be sure to keep us posted on this, if anyone provides useful information on how to detect it. I don't really care for my past games, but in the future I'll take this into account.

  4. #4
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)
    Apparently the developers aware of this utility are clueless for the moment.

    But I have noticed that this utility has no effect when no sound is played. As soon as I start playing a sound, the utility enters into action and the speed of the app is modified. And if I stop the sound, a few seconds later the utility stops working again. Maybe this could lead to a solution.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    Game_Master's Avatar
    Join Date
    Jul 2007
    Location
    England
    Posts
    1,705
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I remember using one of these types of things a while ago on Miniclip - a friend showed me once. They're quite useful if you're in a tight spot on a game which you cannot get past.

  6. #6
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    I didn't have any information about this or know about the software, so thanks.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Olivier I believe it's issue with that how Flash is designed and how audio engine works. So there is probably nothing what can be done from our side.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't used this or plan to even to test but no doubt they do something like link to the SWF from another, run it in a custom host or de-compile the SWF then remake it with a extra code injects that updates the header or any variables found that can effect the fps and play speed.

    The only thing to worry about if it doesn't steal code is that it could make games easier to play. I don't see the point but if it makes people feel they are special having a highscore they could not get without cheating then i don't see why they play games anyway but that is about the worst thing i can think of that can happen really.

  9. #9
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    @Pookasnooks - It is cause for serious concern when people can cheat in SP flash games manipulating hi-scores and competitions. It also raises very serious issues for those who have developed/developing MMORPG's or other online multiplayer games.

    @Fano - Not necessarily the end, it may be possible to wrap the runtime into a zone that is excluded from audio somehow?! I suppose that's down to Yves and Francois.

    Thanks for this Olivier, I'll do some testing over the next 3-4 weeks with it.
    Want to learn Clickteam Fusion 2.5?




  10. #10
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it should be a fairly standard fix in code anyway. I am guessing all you would need to do is have a variable then you make its value the FPS set in the MMF2 editor and after a second set all the movieclips and main framerates to the variables value. Programs like these probably change the starting fps and movieclip play rate values and i am guessing it's probably done by linking a swf to another since that would be the easiest method which is why i suggest a second wait because then you reset it after it's been changed.

    So unless the program sets the value for everything that gets updated something like that should fix it, if it's updating the value constantly which might be much more difficult to correct however. Another way would be to override the default classes with custom animation which don't work on the standard playback/animation values which is what this program would probably look for if it's not simply the global fps value it's setting.

    Though doing all that probably would not be worth the effort, if people really want to cheat in games then they will probably find ways to do it, other than something like a mmorpg where they could maybe profit from selling things it seems pointless for people to do this. For serious online games you would want some sort of encrypted php based setup however where it would be very difficult for people to change the values of things.

Similar Threads

  1. Hack and Slash
    By XStar in forum Multimedia Fusion 2 - Technical Support
    Replies: 26
    Last Post: 3rd August 2012, 12:31 AM
  2. hack'n slash
    By Jiraroyo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th March 2012, 07:30 PM
  3. Is this too easy to hack?
    By RickyRombo in forum File Archive
    Replies: 9
    Last Post: 6th June 2009, 04:34 PM
  4. Hack Protection
    By Kid_Roleplay in forum The Games Factory 2 - Technical Support
    Replies: 23
    Last Post: 17th July 2007, 12:11 PM

Posting Permissions

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