How to change the Text
-migrated-
How to change the Text Posted on: 04/09/2012 1:58am
Quote Post
Bump


Hi,

I what to change the code from this

Code: [Select]
package
{
    public class keycodes
    {

        public static var key:Array = ["first", "spiderman", "spider", "man", "blitz", "ragdoll", "monk", "axn", "matrix", "lexx", "google", "dell", "scrat", "gomer", "sand", "nn", "moskow", "maximum", "ntv", "slim", "wanted", "zuma", "robocopo", "yeti", "theend"];


    }
}


to this

Code: [Select]
package
{
    public class keycodes
    {

        public static var key:Array = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"];


    }
}


Is there any way to change the code without corrupting the game. pls help me
the game link is http://www.gamemew.com/media/swf/skill_games/ragdoll-cannon-remake.swf
Re: How to change the Text Posted on: 04/17/2012 2:32am
Quote Post
Pls Reply anyone



Bump


Hi,

I what to change the code from this

Code: [Select]
package
{
    public class keycodes
    {

        public static var key:Array = ["first", "spiderman", "spider", "man", "blitz", "ragdoll", "monk", "axn", "matrix", "lexx", "google", "dell", "scrat", "gomer", "sand", "nn", "moskow", "maximum", "ntv", "slim", "wanted", "zuma", "robocopo", "yeti", "theend"];


    }
}


to this

Code: [Select]
package
{
    public class keycodes
    {

        public static var key:Array = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25"];


    }
}


Is there any way to change the code without corrupting the game. pls help me
the game link is http://www.gamemew.com/media/swf/skill_games/ragdoll-cannon-remake.swf
Re: How to change the Text Posted on: 04/17/2012 5:30pm
Quote Post
You can use SWF Reader to alter strings in the constant pool. You can then use Charles to play the modified version on the website.
Re: How to change the Text Posted on: 04/18/2012 5:48am
Quote Post
Hi KongregateHack,

Can u please tell me how to change with swf reader. i did not find any option li "alter strings in the constant pool" in swf reader.