Help is appreciated

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
9 posts Page 1 of 1
Contributors
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Help is appreciated
upperdrag
ok i know how to make a swf player, but i don't know how to find variables, i tried sothink swf decompiler, but i cannot find the hidden variables, so can anyone help me in finding the variables? thanks in advance hehaho;
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Help is appreciated
NoWayIn
You have to know what you're looking for to find it.

Like if you decompose a flash game to find variables for "Health" you would look for something related to HP, Health, or Hit Points.

Im not really sure what you're trying to find o.o
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Help is appreciated
GoodGuy17
Are you making a cheating program? Oooh I am an expert at this lol.
Use Flash Decompiler Trillix.
Use Sothink SWF Catcher for Firefox to get the SWFs.
Open the SWF in FDT
Now, if it is a multiplayer online like I cheat, then it will be pretty hard.
If singleplayer, just look for common codes, like _root.health, _root.hp, _root.hitpoints, like NoWayIn said. If it is online multiplayer, they try to hide the variables so you can't find them. They put weird things, like, for example, the game I cheated put:
"_level0.instance.shell.SHELL.my_player.coins"
That is kind of disguised. You have to look thoroughly to find the variables. Sometimes the main var is seperated from the _level0 crap.
They might have the my_player.health, and if you are good enough you would know to put the beginning, then the SWF name, and the var.
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Help is appreciated
upperdrag
o lol, i used aqua's var scanner and i found these bunch of codes,


_level1.scroller_level0.tabChildren = false
_level0.$version = WIN 10,1,52,14
instance3.instance4._VignetteMenu = EMPTY OBJECT
_level0.instance3.instance4._INFO.useHandCursor = true
instance3.instance4._INFO.instance86 = EMPTY OBJECT

i don't understand what are they saying O.o

anyway, thanks guys for replying
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Help is appreciated
upperdrag
actually what i really need to know is how to edit it in visual basic 2008 like _level.something = true

how to edit it? in visual basic

call axshockwaveplayer.setvariable("_level.something = false") ?



so like how to edit this code so it works o.o?

_level0.instance3.instance4._VignetteMenu.instance13184.useHandCursor = true
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Help is appreciated
NoWayIn
Can I get the link to your game?
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Help is appreciated
upperdrag
wow, never thought of it before, anyway here it is, http://www.transformice.com/en/
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Help is appreciated
Lewis
You shouldnt hack this, its a fun game :P Thanks for the link :)
Image
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Help is appreciated
upperdrag
hmm, maybe i shouldn't
9 posts Page 1 of 1
Return to “Tutorial Requests”