![]() |
| |
Thread Tools Display Modes |
|
How to make a trainer using VB6!
hello guys,
i will learn you how to make a basic trainer for flash games, things you need: -Visual Basic 6 (just look around on youtube you'll find a link) -SWF decompiler (just download sothinks swf decompiler) -a flash game (duh)... the game i used it a flash game called counter-strike -the flash url Ok, let's start with opening VB6 (click .exe) and sothink swf decompiler and open your flash game in the decompiler ![]() now go back to VB6 and right click on the toolbox ![]() go to components and choose Shockwave Flash ![]() press apply and then OK now click the icon that just appeared and make a square with it ![]() name that white square Flash ![]() now take your Flash url (.swf) mine is: http://www.keriz.com/oyun/dovus/counter.swf and go to the categorized tab, now under Misc you see Movie and Movie Data paste the url in the Movie box ![]() now you should see the game appear in the white box now we go to our swf decompiler to search for variables ![]() go to the right of the screen and click on the little pointer, now there should appear some documents click the pointer at "Actions" now you see all the variables ![]() in this case s is score so: go back to VB6 and make a button and text ![]() now doubleclick on the button, an actionscript wil popup write there: Call Flash.setvariable ("yourvariablehere", Text1.text) ![]() now lets make one for health ![]() make a new button and name the caption 1000000 life the variable for health is shield, so we write: Call Flash.setvariable ("Shield", 1000000) ![]() now let's test the game if everything is working fine... now export it to .exe and it's done! well done you made your first trainer! have fun making more! -Oc |
|||||||
|
what progrAm is thaT?
__________________
![]() ![]() |
|||||||
|
read the things you need above the pictures >.<
it's visual basic 6 |
|||||||
|
thats kl fanks
__________________
|
|||||||
|
I used to make these, but i dont like finding the variables
__________________
![]() |
|||||||
|
Why did you post this in here (Next-Gen GFX Tutorials & Multimedia)?
This should be in the Computer section
__________________
AKA: -K155-Bravo ![]() |
|||||||
|
well, do you see anywhere else i can post this tutorial in?
|
|||||||
|
Nice tut its better then beaus lol
__________________
DONT CLICK HERE
![]() Quote:
Quote:
Quote:
|
||||||||||
|
|
|||||||
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |

































































