Contents of this guide?
1. Just a little description of this scam
2. Things needed
3. How to find victims
3 1/2. How to use this scam
4. Tips/tricks
1. Does it take too long to make a phisher? Dont you wish there was a way to use a phisher without making it or making a video yourself? Well i've thought of this idea (I know its probably a repost, but for those of you that dont know this, here it is). Using a program (dont remember the name) that can decompile any .net programs you can scam someone. Heres how.
2. What you need:
A general idea of what you want to scam
5-10 minutes
Reflector
3. Step 1. Head on over to youtube search for whatever you want to scam, here are some examples
If you want gamecards search 'Game Card Duplicator Program'
Accounts 'GM Hack Program'
CD Keys 'CD Key Duplicator'
Trading Card Codes 'WoW UDE Duplicator Program'
Paypal Accounts (is probably illegal) 'Paypal Money Hack'
If you want stuff for other games, search whatever the item is called in your game. For example in warhammer 'game cards' are called 'game keys'. You get the idea of what im saying.
3 1/2. Next find a video with a download link in it. Download the program, hope it was made in either C#, IL, Visual Basic, Delphi, MC++ or Chrome. Next once its downloaded, open Reflector and click File>Open then find the program.
Once its popped up in the list on the right, right click it and click Disassemble. Then click the + on the drop down list of the program your disassembling and find the form where the e-mail is sent.
Most likely the code will look like a bunch of smtp crap with one line saying
Code:
smtp.credentials = ("Gmail", "Gmail Pass")
Then head over to gmail.com and log in with that information.
If the video was any good the guy should have e-mails with accounts, game cards, etc.
4. Tips/Tricks
-You cant really get in trouble for this because technically, you didnt scam the item yourself, you just used it 
-Dont change the e-mail pass or else the program will not work anymore, hence you not getting anymore emails on the scammed email
-Dont use this on anyone that you know is from MMOwned 
Note: When you disassemble things, there is a drop down list at the top that says C#, thats the language it will display it in, if you dont like C# you can change it to others such as Visual Basic.
I hope you liked my guide, happy scamming scammers
How to protect yourself:
Google .net reactor and download it. Use it on your program and it isnt decompileable. Don't complain to me if your program got decompiled. Alot of you are saying that this doesnt work on smart scammers, then you go complaining that your phisher got jacked. If you were a SMART scammer, you would have obfuscated it. Check out Y R U A NUB? guide on how to obfuscate using .net reactor.