View previous topic :: View next topic |
Author |
Message |
tay777 Newbie cheater
Reputation: 0
Joined: 24 Sep 2006 Posts: 18 Location: riverside california
|
Posted: Fri Feb 02, 2007 7:47 pm Post subject: TUT How to make a flash game trainer TUT |
|
|
Ok on some games you cant use CE or just cant get it to work
so we is how to make hacks very easy for flash games
(yes you can use flash7,8, or 9)
TOOLS
Microsoft Visual Studio 6.0
Sothink SWF Decompiler
Firefox or internet explorer(i use IE when i do this)
Getting the game
OK first lets pick a game from miniclip lets say samurai sam
http://www.miniclip.com/games/samurai-sam/en/
So first go to the game and let it load
Then go to your temp internet files
(IE just Tools>internet options>)
In the middle click on settings (by delete files) then view
look for the games .swf file in this case it is samuraisam.swf
once you find it right click and press properites on the link is usally highlighted just copy it.In this case it is
http://www.miniclip.com/games/samurai-sam/en/samuraisam.swf
Then drag it to your desktop....their you have the game..Now to make the trainer
Making The Trainer
Ok we have the game and the link to the .swf file
Use Sothink SWF Decompiler and open the game in it and look for what you think is the health value(it is diff. in everygame) ,but for this one it is ninja.health
Now the last and easiest part setting up and coding(no worry very easy)
Ok open Microsoft Visual Studio 6.0
go to the toolbar and right click and choose components (ctrl+t for hotkey)
and scrool to the very bottom and choose shockwave flash
now select it(little white paper) and make a big box(size dosent matter just make it big enough for u to see the game)
allright now click the big box so on the side their is a box called properties just look in their for the word custom (i think it is the first word) and double click it
under movie link put in the link we copied
http://www.miniclip.com/games/samurai-sam/en/samuraisam.swf
and press ok
now add a button and a textbox(doesnt matter were)
click on the button and put in this code
Call ShockwaveFlash1.SetVariable("ninja.health", Text1.Text)
and you are done with that part(it makes it were you enter your health into the textbox and press the button to change it)
now double click any were in the box (besides on the flash object)
and a window should pop up it should have some were on it Private Sub Form_Load()
in between that and end sub put ShockwaveFlash1.Play (so the game will start)
and we r done just go to file>make nameofprograme.exe
Examples
I attached a couple hacks i made including this one
i used this same method on 3 games and it worked 100%[/u]
if the attachment doesnt show refresh that page or some back at a later time
any ?'s email me from www.myspace.com/tay_777 (i dont check my real email) or post
replies will be great
it really only takes like 5 to 10 min or less for each games the longest part is finding the values name to change
credit G3300 http://www.g3300.webbyen.dk/
_________________
Last edited by tay777 on Sat Feb 03, 2007 1:27 am; edited 1 time in total |
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Fri Feb 02, 2007 8:23 pm Post subject: |
|
|
Now why dont you give the real author proper credits for the tutorial.
Gerard 3300
I have followed his tutorial and created some, Also if the website changes for the swf file then it will not work.
|
|
Back to top |
|
 |
tay777 Newbie cheater
Reputation: 0
Joined: 24 Sep 2006 Posts: 18 Location: riverside california
|
Posted: Fri Feb 02, 2007 8:29 pm Post subject: |
|
|
i didnt give him credit cause i didnt give me credit ..i never said i made the tut. and this is a diff. version
and i ddint fully copy him
plus i add some of my own so i wouldent of copy him fully
_________________
|
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Fri Feb 02, 2007 8:53 pm Post subject: |
|
|
All i said was give him credit, No need to get upset if you wasnt trying to make it look like your tutorial. I believe you when you said you did not rip it.
You definitely dont want to be labeled a rip artist.
You used the same game and same code from the tut.
When you post someones work on any site without their permission at least give credits, This way they know for certain you are not trying to lay claims to the tutorial. This is the type of thing you see all over the place.
By your reply i would say i was right on the money on who wrote it.
Also by now you have noticed you cant do this on every flash game.
Some are encrypted, Others have the variables stored on the server side.
But i agree with you about the tutorial it is a brilliant tut and it is the closet thing i have ever seen to training a flash game, all tho it really isnt a trainer at all.
|
|
Back to top |
|
 |
kkid28 Expert Cheater
Reputation: 0
Joined: 30 Sep 2006 Posts: 110 Location: The only flat part of the planet.
|
Posted: Sat Feb 03, 2007 1:22 am Post subject: |
|
|
Yeah tay, you're making it look like yours and leeching and then plagiarising will get you beaten by some pissed off people.
_________________
|
|
Back to top |
|
 |
MarzzNstarzZ How do I cheat?
Reputation: 0
Joined: 05 Feb 2013 Posts: 4
|
Posted: Wed Jun 11, 2014 2:26 am Post subject: Need help locating variables for encrypted flash game |
|
|
Hello. I Have followed some forums and posts here on swf decompiling and creating trainer tool hack, but i still do not understand on how to locate and type/set in the variables for the buttons and textbox from this encrypted flash game that I am working on. That is the only thing, important thing that I am missing to get this trainer tool set and done, but I just can't seem to locate the variables. The game for the trainer tool is City Girl Life.
The applications that I have so far for the trainer tool are:
SoThink Decompiler
Visual Basics Express 2013
Firefox
Any suggestions, tips, advice would be highly appreciated. Thank you.
_________________
"Some of the girl gamers call themselves 'girl gamers' and demand attention. The other girl gamers don't do that and just go around and actually GAME.
Who cares if they are good at it, as long as they are not obnoxious." |
|
Back to top |
|
 |
|