View previous topic :: View next topic |
Author |
Message |
-Lost-Angel- Expert Cheater
Reputation: 0
Joined: 01 Dec 2007 Posts: 165 Location: In your darkest memorys .
|
Posted: Wed Dec 05, 2007 8:57 am Post subject: Help please |
|
|
Ok..... Just for a new programmer only been studying vb for about 5 days . But i need to turn all source code files in this file http://forum.cheatengine.org/download.php?id=22571 witch i run threw winzip to a swf file. So i can run in both vb6 or 8 and sothink .swf decompiler so i can alter the code and the place back in to file so it can run . Any helpers please pm me .
_________________
Looking for some one to teach me good on how to program vb python or flash thanks.  |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Dec 05, 2007 9:43 am Post subject: |
|
|
Umm... what I'm getting from your post is you want to convert VB6 source to an SWF? I don't think you understand what you are doing yet..
Inside the source code, you add things to send variables to the SWF file. Variables you find using a decompiler such as SoThink's SWF decompiler.
You then create the trainer in your language of choice, in this case, VB6, then compile.
_________________
- Retired. |
|
Back to top |
|
 |
-Lost-Angel- Expert Cheater
Reputation: 0
Joined: 01 Dec 2007 Posts: 165 Location: In your darkest memorys .
|
Posted: Wed Dec 05, 2007 4:14 pm Post subject: |
|
|
Wiccaan wrote: | Umm... what I'm getting from your post is you want to convert VB6 source to an SWF? I don't think you understand what you are doing yet..
Inside the source code, you add things to send variables to the SWF file. Variables you find using a decompiler such as SoThink's SWF decompiler.
You then create the trainer in your language of choice, in this case, VB6, then compile. |
My swf decompiler will not take any of them files. Im trying to add to the source code of that program .
_________________
Looking for some one to teach me good on how to program vb python or flash thanks.  |
|
Back to top |
|
 |
Devilizer Master Cheater
Reputation: 0
Joined: 22 Jun 2007 Posts: 451
|
Posted: Wed Dec 05, 2007 4:23 pm Post subject: |
|
|
How do you make vb source files load in swf decompilers?
Or i don't get what you mean >_>
|
|
Back to top |
|
 |
-Lost-Angel- Expert Cheater
Reputation: 0
Joined: 01 Dec 2007 Posts: 165 Location: In your darkest memorys .
|
Posted: Wed Dec 05, 2007 4:32 pm Post subject: |
|
|
Code: | "main.fishPull", 0)
"launchLogan", 0)
"main.releasePower", "200") | This code i need to place in this code in these files . http://forum.cheatengine.org/download.php?id=24445
_________________
Looking for some one to teach me good on how to program vb python or flash thanks.  |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Dec 05, 2007 8:37 pm Post subject: |
|
|
Then you use load the SWF in your VB program using the Flash object then send the variables and values to it using SetVariables.
_________________
- Retired. |
|
Back to top |
|
 |
|