KillerHeck
Regular Member
- Apr 12, 2011
- 240
- 451
As some of you guys already know, Tweet Adder 3 has been stop working since a few days and the new version (Tweet Adder 4) basically sucks.
No worries, luckily there is a fix get Tweet Adder 3 working again (if you want proxy support skip steps 1-5 and jump to step 6). This also works for Mac users, you just need different tools to edit the tweetadder file!
1: Download & install WAMP, Notepad++ & Tweetadder 3 (latest version build #130311)
Virustotal
2: Edit your host file (\windows\system32\drivers\etc\host) and insert the following lines:
3: Go to your Tweetadder folder and edit tweetadder3.exe with Notepad++. Replace all instances of ‘142.4.27.31' with:
You should find in total 11 instances. Save the edited tweetadder3.exe
4: Load WAMP and put it online. Create the following php files in their corresponding directories.
\wamp\www\tweetadder\3\validatereg.php
Where
100 equals the max number of accounts
1 equals the number of used accounts
and mytwitter is your twitter ID.
\wamp\www\tweetadder\3\adduser.php
\wamp\www\tweetadder\version3.php
\wamp\www\tweetadder\test.php
5: Now load Tweetadder, you'll probably get an error that the internet connection is not working. When you need to register you can enter any key and it should work. You could also use any of these 4 keys:
Now you should have a working Tweetadder 3. To get proxy support working you need to do some additional work
6: Get a working online domainname of 11 characters some examples would be
Make sure that the domain has php support & webhosting/storage where you can upload some files.
7: Like in step 3; go to your Tweetadder folder and edit tweetadder3.exe with Notepad++. Replace all instances of ‘142.4.27.31' (or abcdefg.com if you followed step 3) and replace it with your 11 character domain name. You should find in total 11 instances. Save the edited tweetadder3.exe
8: Upload all the files you created in step 4 to your domain in a directory called 'tweetadder'. It should be so that if you access these urls with your webbrowser you get a valid response
That's it, you got now a fully working tweetattacks 3 with follow/unfollow, proxy support and all the other features that made Tweet Adder 3 so good. Hope this helps some people! Credit is due to the people before me who figured this all out, I only figured out how to get the proxy support working
No worries, luckily there is a fix get Tweet Adder 3 working again (if you want proxy support skip steps 1-5 and jump to step 6). This also works for Mac users, you just need different tools to edit the tweetadder file!
1: Download & install WAMP, Notepad++ & Tweetadder 3 (latest version build #130311)
Code:
http://www.wampserver.com/en/
http://notepad-plus-plus.org/download/v6.3.3.html
http://www.mediafire.com/download/s8moy3lyvacl248/tweetadder3.zip
Virustotal
Code:
https://www.virustotal.com/en/file/337937b282988453fe15f5bb1d2c1932bf18f43cc22987c40a926ed73618cdeb/analysis/1370022575/
2: Edit your host file (\windows\system32\drivers\etc\host) and insert the following lines:
Code:
127.0.0.1 abcdefg.com
3: Go to your Tweetadder folder and edit tweetadder3.exe with Notepad++. Replace all instances of ‘142.4.27.31' with:
Code:
abcdefg.com
You should find in total 11 instances. Save the edited tweetadder3.exe
4: Load WAMP and put it online. Create the following php files in their corresponding directories.
\wamp\www\tweetadder\3\validatereg.php
Code:
100|1|mytwitter|
Where
100 equals the max number of accounts
1 equals the number of used accounts
and mytwitter is your twitter ID.
\wamp\www\tweetadder\3\adduser.php
Code:
<?php
echo 'Success';
?>
\wamp\www\tweetadder\version3.php
Code:
no code, leave bank
\wamp\www\tweetadder\test.php
Code:
<?php
echo 'GOOD';
?>
5: Now load Tweetadder, you'll probably get an error that the internet connection is not working. When you need to register you can enter any key and it should work. You could also use any of these 4 keys:
Code:
yxhajG8j6-ZG7u-aQwD-vCTy
w8JWBANqf-5C89-YPXd-DRj7
bvJNmWDZu-KSnd-tBPk-pNHq
hXEBbCrLX-Xh6y-6En7-jnFD
Now you should have a working Tweetadder 3. To get proxy support working you need to do some additional work
6: Get a working online domainname of 11 characters some examples would be
Code:
abcdefg.com
www.abc.com
subd.abc.de
Make sure that the domain has php support & webhosting/storage where you can upload some files.
7: Like in step 3; go to your Tweetadder folder and edit tweetadder3.exe with Notepad++. Replace all instances of ‘142.4.27.31' (or abcdefg.com if you followed step 3) and replace it with your 11 character domain name. You should find in total 11 instances. Save the edited tweetadder3.exe
8: Upload all the files you created in step 4 to your domain in a directory called 'tweetadder'. It should be so that if you access these urls with your webbrowser you get a valid response
Code:
<yourdomain>/tweetadder/3/adduser.php
<yourdomain>/tweetadder/3/validatereg.php
<yourdomain>/tweetadder/test.php
That's it, you got now a fully working tweetattacks 3 with follow/unfollow, proxy support and all the other features that made Tweet Adder 3 so good. Hope this helps some people! Credit is due to the people before me who figured this all out, I only figured out how to get the proxy support working
Last edited: