A few months ago, when I've been reading a few great discussion on this forum concerning spinning, I had this idea of creating a tool that would work a little bit like UberCubez (mind you, that I have never used UberCubez, nor have I at that time even seen a demo of it.)
What I wanted was to create a tool that would allow me to shuffle paragraphs within an article and shuffle sentences within those paragraphs, too. Also, I wanted it to be able to pick just a set number of paragraphs for each of the article variations, as well as a set number of sentences per paragraph. This tool would also have to be able to have an option to "lock" chosen paragraphs, at the bottom or a the top.
So I created it.
FAQ
1. What does this tool do?
It is used to enhance spintax of a master article. It is capable of:
2. Why does it do that?
Because this way you can get a much higher number of unique articles. It has been explained in many places, but especially here:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/444418-wip-calculating-number-times-spun-article-can-realistically-used.html
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/399416-constructing-master-tier-2-articles-ubertoolz.html
3. How does the submitted file has to look like?
The spintax should look like this:
4. Are there any updates coming?
I have a few ideas to enhance this app, but I'm not sure when I'll implement them. Of course, if this tool proves helpful to more people than just me, I will be more than happy to implement them sooner rather than later.
These enhancements are:
5. What do I need to run this app?
You need .NET framework, v. 4. It's available here:
Plus probably you'll need Microsoft Windows. (I'm not sure if it'll run with Mono.)

Download
VirusTotal Scan
Disclaimer!
This is my first application written in .net (C#). I have tested it and it seems to be working properly, but I might be wrong -- meaning: it has not undergone any thorough testing. If you find a bug, please tell me about it. If you have an idea that would be worth implementing into it, please tell me about it as well.
What I wanted was to create a tool that would allow me to shuffle paragraphs within an article and shuffle sentences within those paragraphs, too. Also, I wanted it to be able to pick just a set number of paragraphs for each of the article variations, as well as a set number of sentences per paragraph. This tool would also have to be able to have an option to "lock" chosen paragraphs, at the bottom or a the top.
So I created it.
FAQ
1. What does this tool do?
It is used to enhance spintax of a master article. It is capable of:
- Shuffling paragraphs in a spintax.
- Shuffling sentences.
- Locking first/last paragraphs (you set the number).
- Picking only a set number of sentences/paragraphs from a spintax.
- Then it returns a number of ready-to-be-spun articles (a number you choose).
2. Why does it do that?
Because this way you can get a much higher number of unique articles. It has been explained in many places, but especially here:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/444418-wip-calculating-number-times-spun-article-can-realistically-used.html
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/399416-constructing-master-tier-2-articles-ubertoolz.html
3. How does the submitted file has to look like?
The spintax should look like this:
Code:
{
{Paragraph 1 - Variation 1 - Sentence 1 - Original Version.|Paragraph 1 - Variation 1 - Sentence 1 - Rewrite 1.} {Paragraph 1 - Variation 1 - Sentence 2 - Original Version.|Paragraph 1 - Variation 1 - Sentence 2 - Rewrite 1.} {Paragraph 1 - Variation 1 - Sentence 3 - Original Version.|Paragraph 1 - Variation 1 - Sentence 3 - Rewrite 1.} {Paragraph 1 - Variation 1 - Sentence 4 - Original Version.|Paragraph 1 - Variation 1 - Sentence 4 - Rewrite 1.}
|
{Paragraph 1 - Variation 2 - Sentence 1 - Original Version.|Paragraph 1 - Variation 2 - Sentence 1 - Rewrite 1.} {Paragraph 1 - Variation 2 - Sentence 2 - Original Version.|Paragraph 1 - Variation 2 - Sentence 2 - Rewrite 1.} {Paragraph 1 - Variation 2 - Sentence 3 - Original Version.|Paragraph 1 - Variation 2 - Sentence 3 - Rewrite 1} {Paragraph 1 - Variation 2 - Sentence 4 - Original Version.|Paragraph 1 - Variation 2 - Sentence 4 - Rewrite 1.}
}
{
{Paragraph 2 - Variation 1 - Sentence 1 - Original Version.|Paragraph 2 - Variation 1 - Sentence 1 - Rewrite 1.} {Paragraph 2 - Variation 1 - Sentence 2 - Original Version.|Paragraph 2 - Variation 1 - Sentence 2 - Rewrite 1.} {Paragraph 2 - Variation 1 - Sentence 3 - Original Version.|Paragraph 2 - Variation 1 - Sentence 3 - Rewrite 1.} {Paragraph 2 - Variation 1 - Sentence 4 - Original Version.|Paragraph 2 - Variation 1 - Sentence 4 - Rewrite 1.}
|
{Paragraph 2 - Variation 2 - Sentence 1 - Original Version.|Paragraph 2 - Variation 2 - Sentence 1 - Rewrite 1.} {Paragraph 2 - Variation 2 - Sentence 2 - Original Version.|Paragraph 2 - Variation 2 - Sentence 2 - Rewrite 1.} {Paragraph 2 - Variation 2 - Sentence 3 - Original Version.|Paragraph 2 - Variation 2 - Sentence 3 - Rewrite 1} {Paragraph 2 - Variation 2 - Sentence 4 - Original Version.|Paragraph 2 - Variation 2 - Sentence 4 - Rewrite 1.}
}
4. Are there any updates coming?
I have a few ideas to enhance this app, but I'm not sure when I'll implement them. Of course, if this tool proves helpful to more people than just me, I will be more than happy to implement them sooner rather than later.
These enhancements are:
- More user-friendly format of input article (if you've got some any ideas, please share them).
- Linking paragraphs that have to go one after another, so they don't get separated.
5. What do I need to run this app?
You need .NET framework, v. 4. It's available here:
Code:
https://www.microsoft.com/en-us/download/details.aspx?id=17851

Download
Code:
http://www.mediafire.com/?gf25ffuwny332cy
VirusTotal Scan
Code:
[URL]https://www.virustotal.com/file/8ae5f50fcb58f17153501a6a2260e59a8ef256517294af7c33c9272673e2306d/analysis/1352803023/[/URL]
Disclaimer!
This is my first application written in .net (C#). I have tested it and it seems to be working properly, but I might be wrong -- meaning: it has not undergone any thorough testing. If you find a bug, please tell me about it. If you have an idea that would be worth implementing into it, please tell me about it as well.
Last edited: