Jump to content

How to hack A flash Game


anath3ma

Recommended Posts

Ok first we need Vb 6 and one flash decompiler i use Sothink SWF Decompiler u can find it at www.warezakias.info

 

First we are going to find what game want to hack

i will hack deep freeze http://www.miniclip.com/games/deep-freeze/en/

m3qxxxxec49bk8qe5aow.jpg

ok after this i will go to the site source

we are searching for swf

width=640 height=480http://www.imageshack.gr/files/jq8il0g81sx9n9xx5ghl.jpg[/img]

after this we add into url "deepfreeze.swf" like "http://www.miniclip.com/games/deep-freeze/en/deepfreeze.swf"

check if the link is correct

now open Vb 6

now push ctrl+T to open compopents scroll down and find shockwave flash tick this and click Ok

after this make a flash part

now double click on ur form not on flash activeX and type this code:

ShockwaveFlash1.Movie = "http://www.miniclip.com/games/deep-freeze/en/deepfreeze.swf"

ShockwaveFlash1.Play

notice u can rename ur activex and ofc u can set other link

then compile it it must be like

width=640 height=480http://www.imageshack.gr/files/jj4s8e6zlt2xn7a29rln.jpg[/img]

now make a save from http://www.miniclip.com/games/deep-freeze/en/deepfreeze.swf,save as .swf file

ok now go to swf decompiler and open flash game and load the .swf file click on *.swf and go to main movie

width=640 height=480http://www.imageshack.gr/files/364yd992q2y1alksmtmi.jpg[/img]

after this search for values like Life,Health,Score,Speed etc then we copy the value who wanna change and go to vb 6

make a button or checkbox or every think u want and type

Call ShockwaveFlash1.SetVariable("here the value", "here what wanna give on this value")

i prefer to make a promt like

setVal=inputbox("Set value","")

Call ShockwaveFlash1.SetVariable("game_life",setVal) now we are rdy to change the game life

width=640 height=480http://www.imageshack.gr/files/9u8o3uw3pf0121g8vwvu.jpg[/img]

ENJOY!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...