[GET] Advanced AddMeFast iMacros Scripts [Javascript]

Status
Not open for further replies.

Masterptc

Regular Member
Joined
Aug 9, 2011
Messages
421
Reaction score
603
Hey BHW,

Im sharing my collection of advanced addmefast js scripts.
I coded them myself and i will keep updating them if enough people are interested, if you want any features added let me know and ill try to add them on the next update. I dont see many js imacro scripts shared so hope you guys enjoy.

NOTE: Please make sure to read the text file included and follow the instructions.

AMF Scripts:
AMF-Master (Controls all scripts below)
FB Followers
FB Likes
FB Post Like
FB Post Shares
Google Circles
IG Followers
IG Likes
Myspace Friends
Pinterest Followers
Pinterest Likes
Pinterest Repins
TW Favorites
TW Followers
TW Retweets
YT Likes
YT Subscribe
Daily-Bonus

Bonus:
​FB Unfollow
FB Unlike
IG Unfollow
PT Unfollow
PT Unlike
TW Unfollow
YT Unlike
YT Unsub

TROUBLESHOOTING:
Make sure the answer to these 3 questions are (YES):
> Language for all sites are set to English?
> Running latest version of Firefox and Imacros?
> Running latest version of AMF scripts?


Download:
Code:
[URL]http://www.mediafire.com/download/41w8q0wzz4u8egm/AMF_Javascript.zip[/URL]

Virus Total:
Code:
[URL]https://www.virustotal.com/en/file/d6545a900fd76992e78428cbafaf12fa28d4b9e1fb12d386d58345fc51738315/analysis/1421002632/[/URL]
 
Last edited by a moderator:
Nope its not working LIke button is not pressing and credits not counting it says ur closing too fast also not press like button so no use !
 
Hey BHW,

Im sharing my collection of advanced addmefast js scripts.
I coded them myself and i will keep updating them if enough people are interested, if you want any features added let me know and ill try to add them on the next update. I dont see many js imacro scripts shared so hope you guys enjoy.

NOTE: Please make sure to read the text file included and follow the instructions.
Let me know if you have any questions.

AMF Scripts:
FB Likes
FB Post Shares
Pinterest Followers
Pinterest Likes
Pinterest Repins
TW Followers
TW Retweets
YT Likes
Daily-Bonus


Great Contribution, but the close of the page is 2.5 seconds.

How can we adjust this to for example; 5 seconds to get the points?
 
Nope its not working LIke button is not pressing and credits not counting it says ur closing too fast also not press like button so no use !

Youre talking about the facebook like script? I see what the problem was,
I fixed it , you can try redownloading i updated the script it should work now.


Great Contribution, but the close of the page is 2.5 seconds.

How can we adjust this to for example; 5 seconds to get the points?

Where exactly do you want to change the wait seconds tag?

> wait seconds before closing the second tab to get your points
Line 97-105 - Look for this piece of code and change the number to however many seconds you want to wait
Code:
WAIT SECONDS=2

> wait seconds after closing second tab and wait for the points success or error message
Line 185-205 - Look for this code
Code:
var randomNumber = Math.floor(Math.random()*3 + 3); randomNumber;

change to this, you can change the number to however many seconds you want.
Code:
var randomNumber = 5;
 
Its simple to code one , my one runs all day on vps ,makes decent 1k in some hours :)

Remember do not make many Files Keep them in Single JS,Use Macros Editor to Edit (V9 one works independently) .

No need of any other BS

Just write in start
var i,retcode,errtext,macro;
 
Youre talking about the facebook like script? I see what the problem was,
I fixed it , you can try redownloading i updated the script it should work now.




Where exactly do you want to change the wait seconds tag?

> wait seconds before closing the second tab to get your points
Line 97-105 - Look for this piece of code and change the number to however many seconds you want to wait
Code:
WAIT SECONDS=2

> wait seconds after closing second tab and wait for the points success or error message
Line 185-205 - Look for this code
Code:
var randomNumber = Math.floor(Math.random()*3 + 3); randomNumber;

change to this, you can change the number to however many seconds you want.
Code:
var randomNumber = 5;

Rather than use Variable in Script itself By using

iimSet("V",v);

small v is variable and V is Symbol used(if you want to use it write {{V}} and it will appear ) :)

This makes coding easy and all in one file :)
 
Thanks for sharing bro. Do I have to buy a host to run it. Or just simply using the free host?
 
Rather than use Variable in Script itself By using

iimSet("V",v);

small v is variable and V is Symbol used(if you want to use it write {{V}} and it will appear ) :)

This makes coding easy and all in one file :)
Its not good to have all the scripts in 1 file, its less reliable that way, better to have a separate file that will control all the scripts that way if something is wrong its way easier to pinpoint the problem and doesnt screw up the whole script, also gives you more freedom to play your scripts in the order you want.. I do use that iimset tag in my scripts but i dont see the point to use it for every variable like a wait seconds tag, that will just make things messy.


Thanks for sharing bro. Do I have to buy a host to run it. Or just simply using the free host?
Read the text file i included please, no you dont need hosting. Firefox and the imacros addon is all you will need.

**************************************************

btw i never shared why you would want these js scripts over a regular imacros. These scripts have features that just arent possible with regular imacros, heres some of those features.


- check if ads available in network, if no ads available twice in a row script stops


- count points error message, if you get 3 error messages in a row script stops


- page refresh if you get a points error message, to increase chances of it working the next time


- automatic login to addmefast, also logs you back in if randomly logged out


- random wait seconds and loops


- performs several other checks to help the script run as smooth as possible....


Basically its nearly impossible for my scripts to crash and also it acts more like a human by preforming several logical decisions to make sure everything is running smoothly, if things arent running smoothly then naturally it will try to correct itself or stop just like a human would.


I plan on adding more features to make my scripts even smarter so if you have any suggestions i would like to here them.
 
amazing script!!!

I will pay for something like this... not much but.. I can definitely buy you a beer...

:)
 
Anyone with working review of this script.
 
This is awesome lol thanks man! First find on blackhatworld (new member) and wow you guys don't mess around! Running so smoothly. About to run this all night! Going to have to figure out how to get multiple accounts going on a vps.. still new to all of this!

Thanks again!

--edit--

I'm a noob at this so don't make fun! But it tells me to slow down or my account can be suspended. Is it not possible to keep this running?
 
Last edited:
Hello, there is something wrong right now, earlier it worked good, I mean it just stop looping for some reason, code looks like that var loopRandom = 5000 I didnt changed anything more. What could be wrong if it stop looping?
 
Status
Not open for further replies.
Back
Top