The Kick Ass Demons
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» SUUUUPPPAAARRR SPPPAAAMMM
How to make a Trainer in VB6 EmptySat Jun 27, 2009 12:01 pm by stick man

» goodbye acid
How to make a Trainer in VB6 EmptySat Jun 27, 2009 12:00 pm by stick man

» I KNOW WHO TOOK MY ACC READ
How to make a Trainer in VB6 EmptyFri Jun 26, 2009 9:00 pm by stick man

» GARRYS MOD
How to make a Trainer in VB6 EmptyTue Jun 23, 2009 3:39 pm by stick man

» THE ULTIMATE SPAM OF THE ULTIMATE SPAM
How to make a Trainer in VB6 EmptyWed Jun 17, 2009 1:54 pm by stick man

» EVERYONE!!!!!!!
How to make a Trainer in VB6 EmptyWed Jun 17, 2009 1:53 pm by stick man

» Very Bad News
How to make a Trainer in VB6 EmptyThu Jun 04, 2009 7:23 pm by XxUberBitchxX

» Rin's Toolbar
How to make a Trainer in VB6 EmptySun May 31, 2009 12:12 pm by XxUberBitchxX

» RE-LOCATION!
How to make a Trainer in VB6 EmptySat May 30, 2009 10:31 am by XxUberBitchxX

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
free forum
 


Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 92 on Sat Jul 24, 2021 11:38 pm

How to make a Trainer in VB6

Go down

How to make a Trainer in VB6 Empty How to make a Trainer in VB6

Post by [Sex]Lan Thu Apr 23, 2009 8:42 pm

VB6 is Visual Basic 6

Updates
axzus added some more parts, and make the image go bigger

Requirement
- A brain with common sence
- Visual Basic 6 (search in Google) or Visual Basic Portable(search in Google)
- Sothink SWF Decompiler
Or
Variable scanners
- FlashGameMaster
- Variable Explorer
note, i did not make either of those variable scanners

Step 1
- Now open your Internet Explorer(could be any explorer as long as it can play flash games)
- On the game's website, right click on the page and click "View Source"


Step 2
- When the new box comes up, press "Control + F" and type in ".swf"
- Copy the .SWF of the game


Step 3
- Open Visual Basic 6.0
- After that there will popup a Window named "New Project" Choose "Standard EXE"

Step 4
- Press "Ctrl+T" to open up Components box
- Search for "Shockwave Flash" mark it and press "Ok"


Step 5
- Now you have a Shockwave Component in your toolbox. (which looks like a paper)
- Click on it and drag it over to your Form 1


Step 6
- On that right "Propertie" window scroll down until you see "Movie"
- Paste the .SWF link of the game into "Movie" and press "Enter"
- You should see the game started to play


Step 7
There is two ways of getting the "Variables"

Variable Scanner (Recommend: Flash Game Master)

- Open up the variable scanner and load up the game
- File > Open URL > Paste your .SWF game link
OR
- File > Open File > Selet a SWF file

- To get SWF file. Open your Browser, paste the URL .SWF game link into the url bar and press "Enter"
- Go to file on your Browser > Save Page As> Save it on where ever you like

- To search for variables Type in a value, or just press search with the bar empty


Sothink SWF Decompiler
- Open your Sothink SWF Decompiler
- In "Explorer" Window click on the Location where you saved your SWF file
- Click on the SWF file
- After the movie loaded look for your Action Folder on right menu and press the "+" sign next to it
- Click on "Main Movie"

- At the top go to "Action Scrip" Tab you should see a search function
- Search for a variable you want (e.g kill)


Step 8

- Once you found the variables you want
- Go back to Visual Basic 6
- Set a "Command Button" by clicking a rectangle stuff on left and drag it on your Form1 where the spot is


Step 9
- Double click the command button to add code to change the variables
- Type in a code in this way:
CODE: SELECT ALL
Call ShockwaveFlash1.Setvariable("_root.variable", value)

- Example if the variable is kills it would be:
CODE: SELECT ALL
Call ShockwaveFlash1.Setvariable("_root.kills", 99999)



- Now try testing it out. Press F5. Click on your button and see if the variable changes

Step 10
- To change the name of your button, click on it once and in the properties window to the right, where it says caption, change "Command1" to whatever you want


- To change the name of the form, click on the Form 1 and in the properties window to the right, where it says caption, change "Form1" to whatever you want


Step 11
- Continue to make buttons and add codes until you are finished.
- After you have done go to "File" > "Make Project1.exe..."


- Save your EXE to where ever you want



How to make the trainer into a .RAR file
- Go to the location where you save your trainer, right click on it, then click "Add "Your trainer name.rar"


- Now you should see there are new file appeared which is .RAR file


Congratulation you have just made your FIRST trainer! Very Happy
[Sex]Lan
[Sex]Lan
Webmaster
Webmaster

Posts : 20
Points : 553131
+Rep : 5
Join date : 2009-04-23
Location : Admin

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum