[Easy Script] New script to grow your LinkedIn profile to 500+!

@The Curator yes! Just replace in the script the "button-secondary-large" with "button-primary-large"

Edit: Here I left a improved script to connect without sending messages:

Code:
totalConnectionsDone=0;

canRun=1;



function connectWithMsg(message,connections){

$('.search-result__actions--primary').each(function(i, obj) {

   
if(totalConnectionsDone<connections || connections==0){
       
$(this).trigger('click');
       
$('#li-modal-container .send-invite  .modal-wormhole-content section div .send-invite__actions .button-primary-large').trigger('click');
       
totalConnectionsDone++;
    }
});
}




function executeScript(message,connections){


numberOfPage=0;



while(canRun==1){

if(numberOfPage==0){
    connectWithMsg(message,connections);
}

if($(".next").length==1){
    $(".next").trigger('click');
        numberOfPage++;
}else{
    canRun=0;
}

setTimeout(
  function()
  {
    connectWithMsg(message,connections);
  }, 5000);
}

console.log("Script finished!");
console.log("Messages sent: "+totalConnectionsDone);

}

// Do not edit anything above these lines!
// This script is "moreless" working, I have to improve it can run smoothly
// but it does its function.
// What is its function?
// Maybe you have seen my first script for LinkedIn, where you could people to grow your network.
// Now with this script, you can target your connections: you just need to do a search on LinkedIn
// And in that page execute this script and ready.
// Just add the message you want to send them and the number of connections you want to do as
// maximum (0 is equal to all the connections that are possible to do)
executeScript("",0);


Too awesome guy!

giphy.gif
 
What's the need to share your hard work free of cost.

Though it's a contribution you make to this forum, you could also make money by selling this script.

My personal experience on this forum is charity or doing good doesn't work for good.
 
What's the need to share your hard work free of cost.

Though it's a contribution you make to this forum, you could also make money by selling this script.

My personal experience on this forum is charity or doing good doesn't work for good.

Says a guy who hasn't contributed to the forum....
 
Well, I learn a lot on this forum, this is a way to give my thanks :)

Also, I use this to improve a bot I will sell so technically it let me to learn more abojt what people are looking for!
 
What has been your contribution
If you cant do a search and find my threads or notice the obvious 50x the likes of your profile, then you're hopeless and should probably stop fucling up this thread with
@The Curator yes! Just replace in the script the "button-secondary-large" with "button-primary-large"

Edit: Here I left a improved script to connect without sending messages:

Code:
totalConnectionsDone=0;

canRun=1;



function connectWithMsg(message,connections){

$('.search-result__actions--primary').each(function(i, obj) {

   
if(totalConnectionsDone<connections || connections==0){
       
$(this).trigger('click');
       
$('#li-modal-container .send-invite  .modal-wormhole-content section div .send-invite__actions .button-primary-large').trigger('click');
       
totalConnectionsDone++;
    }
});
}




function executeScript(message,connections){


numberOfPage=0;



while(canRun==1){

if(numberOfPage==0){
    connectWithMsg(message,connections);
}

if($(".next").length==1){
    $(".next").trigger('click');
        numberOfPage++;
}else{
    canRun=0;
}

setTimeout(
  function()
  {
    connectWithMsg(message,connections);
  }, 5000);
}

console.log("Script finished!");
console.log("Messages sent: "+totalConnectionsDone);

}

// Do not edit anything above these lines!
// This script is "moreless" working, I have to improve it can run smoothly
// but it does its function.
// What is its function?
// Maybe you have seen my first script for LinkedIn, where you could people to grow your network.
// Now with this script, you can target your connections: you just need to do a search on LinkedIn
// And in that page execute this script and ready.
// Just add the message you want to send them and the number of connections you want to do as
// maximum (0 is equal to all the connections that are possible to do)
executeScript("",0);

I used this last night, and put the number 100 in, because I use the other script for 250ish connections a day anyways, and only 5 connection requests were sent. I tried it again this morning, and again only 5 connection requests sent - and I was trying for 50 connections this time...
 
On a side note, here's a nice stat for LinkedIn users:

b3186cea-02fc-4511-8332-122fd676f3e5-original.png


If you have more than 3,000 connections, your in the top 10% most connected on LinkedIn. If you have more than 10,000, you are part of the 1% most connected...
 
Thanks, buddy its working.
Thanks for sharing.
 
I will check it, maybe I have messed something when I posted or something!
Hi, the first post works but the script with search doesn't for me. When I press enter the screen just freezes for a little bit and almost crashes, I tried with a really low number of connections and low waiting time and saw that it only managed 5 connections, I think the 5 in view. It dint send connections to out of view or move on to next page. is this normal?

Thanks
 
OK, I am asking a very naive question here ... what is this for?

Yes, I know to grow your Linkedin. But ... if you have 100000 random connections. What then? To what avail?

I do not mind paying a freelancer to help me target my niche if anyone is available. PM me.
 
OK, I am asking a very naive question here ... what is this for?

Yes, I know to grow your Linkedin. But ... if you have 100000 random connections. What then? To what avail?

I do not mind paying a freelancer to help me target my niche if anyone is available. PM me.

Even still, random connections check out your profile, they like, comment, and share your updates - all of which boost your profile to the top which then recycles back to you in the form of even more interaction. Plus, some people's niches are general enough that they don't care where you live or what you do.

On a side note, I wish the targeted connection update was working better instead of tapping out at 5...
 
I can see the bot is great. I am just not too sure how to monetize this in any way

If I was a real working type bod, I could impress people or find a job.

But since I am a freelancing, freewheeling, any job kinda guy ...
 
I can see the bot is great. I am just not too sure how to monetize this in any way

If I was a real working type bod, I could impress people or find a job.

But since I am a freelancing, freewheeling, any job kinda guy ...

It's not a bot, it's a script...
 
Hi, the first post works but the script with search doesn't for me. When I press enter the screen just freezes for a little bit and almost crashes, I tried with a really low number of connections and low waiting time and saw that it only managed 5 connections, I think the 5 in view. It dint send connections to out of view or move on to next page. is this normal?

Thanks

Nope, the last script is not working fine, right now I am really busy but as soon as I can, I will fix it!

OK, I am asking a very naive question here ... what is this for?

Yes, I know to grow your Linkedin. But ... if you have 100000 random connections. What then? To what avail?

I do not mind paying a freelancer to help me target my niche if anyone is available. PM me.

That was the objetive of the second script, help you to target the right people :)
 
On which script (the second one is not working, I have to fix it when I have some free time)?
 
Back
Top