Jump to content
UBot Underground

Buying a bot for socialmediaexplode


Recommended Posts

I have been trying and trying to make a bot for socialmediaexplode.com for months i give up who wants to make some cash and just make it for me?

 

I want the bot to automate the whole site there is 30 systems.

 

Please post your price, i only have paypal or i can pay you on freelancer.com 

 

I need this ASAP

 

 

Link to post
Share on other sites

tahoecale

dont missunderstand me  but for doing a projekt like that and the possiblety that it runs long and stable  u need a database behind
to do that databasework is not a small thing  and the most logic is in this part 
so 800 is not a option...

im sure here are ppl who do that for 800 but im also sure u will not be happy with  after time....

ask ppl here who deals long time with ubot and big projects im realy sure noone would do that under 2000

cause is a hell of work   and asap means a timeslot of 6-8 weeks
 

Link to post
Share on other sites
  • 1 month later...

this will get you started:

 

 

allow javascript("Yes")
allow popups("Yes")
allow flash("Yes")
readinilogin()
navigate("http://socialmediaexplode.com""Wait")
wait for browser event("Everything Loaded""")
wait(4)
type text(<username field>$replace($list item(%login, 0), "user """), "Standard")
wait for browser event("Everything Loaded""")
type text(<password field>$replace($list item(%login, 1), "password """), "Standard")
wait for browser event("Everything Loaded""")
wait(1)
click(<login link>"Left Click""No")
wait for browser event("Everything Loaded""")
wait(5)
click(<innertext="Website Traffic">"Left Click""No")
wait for browser event("Everything Loaded""")
wait(3)
loop(99) {
    if($not($exists(<innertext="ERROR: Sorry, there are no more credits to be earned at the moment. Please try again later.">))) {
        then {
            wait(4)
            click(<innerhtml="<img src=\"http://socialmediaexplode.com/tpl/blue/images/viewwebsite.png\" style=\"border:none;\" width=\"76px\" title=\"View this Website\" height=\"27px\">">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(45)
            click(<id="uscript-close-button">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(2)
            click(<value="Refresh">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(3)
        }
    }
}
click(<innertext="Youtube Video Views">, "Left Click", "No")
wait for browser event("Everything Loaded", "")
wait(3)
loop(99) {
    if($not($search page("Sorry, there are no more"))) {
        then {
            wait(4)
            click($element offset(<title="View this video">, 0), "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(25)
            click(<innertext="Close Window">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(2)
            click(<value="Refresh">, "Left Click", "No")
            wait for browser event("Everything Loaded", "")
            wait(2)
        }
    }
}
define readinilogin {
    clear list(%logintmp)
    clear list(%login)
    set(#logintel, 0, "Global")
    add list to list(%logintmp, $list from file(".\\registration.txt"), "Delete", "Global")
    loop while($comparison(#logintel, "<", $list total(%logintmp))) {
        if($comparison($substring($list item(%logintmp, #logintel), 0, 1), "!=", ";")) {
            then {
                add item to list(%login, $list item(%logintmp, #logintel), "Delete", "Global")
            }
        }
        increment(#logintel)
    }
}

 

 

create a text file called 'registration.txt', put it in the same folder as your compiled bot..

first line in this text file should be your username, second line your password..

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...