Help with a macro.

Giorgos123

New Member
VIP
Joined
Apr 8, 2020
Messages
2
Reaction score
0
Achievement
i have been trying to get a macro working, the website is leadsleap.com, im using their ppc adcode and putting it on a blogger site. however it does not get counted.
if anyone can get this working i would be really happy :)


this is the macro:
await Delay(Random(5000,7000));
await WaitForLoading();

var MYdatasrc;

MYdatasrc = await GetAttribute ("/html/body/div[1]/div[" + Random(2,7) + "]/a", "data-src", "leadsleap.com");
await EvaluateScript("window.open('" + MYdatasrc + "')");

await Delay(Random(2500,3000));
await WaitForLoading();

TabFocus(2); //focus to the 2nd tab
await Delay(5000);
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu