webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to Program Level Commands

loadplugin

Usage...
loadplugin:filename
Load the site plugin specified by filename. The deprecated version of this command is loadprofile which will still work as an alias to loadplugin.
This applies to webDOM version 2.0.0 and above.

User Comments on loadplugin

Using multiple user accounts

Written by: webDOMinator 2 years and 1 month ago

To use multiple user accounts for a social network or site to automatically add 200 friends on each account from the same long list of friends.

Code

//to switch accounts with same plugin and using the same list
loadplugin:your plugin here
loadlist:the list your using
var:i=0
loop:true:var.i<<1:
nextaccount
login
wait:10
add_all:200
click:dom.a.Log out
endloop

This can be used as a template to get started.

You'll have to change the line that says "click:dom.a.Log out" to the actual log out link element and change your plugin, list, and the number after add_all. To PM all instead, use pm_all... to perform a custom action on all. Use ca_all:myaction:200 for example, if you had an action loaded called "myaction" and you wanted to use it on 200 people from the list.

If you want to use different lists, move the loadlist line inside the loop after the login line. Make sure you have "save list after every action" checked in your Plugin drop down in webDOM to insure your place in the list is always saved.

Happy DOMinating :P

Filename can also be a plugin name

Written by: webDOMinator 2 years and 6 months ago

You know that plugin "id" that's in the "Site Plugin" drop down list on webDOM on the top left of the form? You can just use that like...

loadplugin

Quick Reference for "loadplugin"
Click on command to see examples & comments
Program Level Commands
Usage: loadplugin:filename
Description: Load the site plugin specified by filename. The deprecated version of this command is loadprofile which will still work as an alias to loadplugin.:badoo

..for instance. This way you don't have to do the full file name.

Post a Comment About the "loadplugin" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.