I would also like a macro command to randomly click on the videos and then play[ADULT CONTENT]

Pr0XiM

New Member
VIP
Joined
Aug 29, 2019
Messages
16
Reaction score
1
Achievement
I would also like a macro command to randomly click on the videos and then play.
pornhub.com
redtube.com

Thank you!
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
91
Website
OnlinePiercingShop.com
Achievement
it's simple,
as an example pornhub.com

JavaScript:
await Delay(Random(2500,3000));
await WaitForLoading();
await ClickByClass("fade videoPreviewBg linkVideoThumb js-linkVideoThumb img", "random");
await Delay(Random(500,1500));
await ClickByXpath('//img[@class="js-pop js-videoThumb thumb js-videoPreview lazy"]');
await Delay(Random(2500,4500));
await ClickByXpath('//div[@class="mhp1138_icon mhp1138_icon-play"]');
 
Last edited:

Pr0XiM

New Member
VIP
Joined
Aug 29, 2019
Messages
16
Reaction score
1
Achievement
it's simple,
as an example pornhub.com

JavaScript:
await Delay(Random(2500,3000));
await WaitForLoading();
await ClickByClass("fade videoPreviewBg linkVideoThumb js-linkVideoThumb img", "random");
await Delay(Random(500,1500));
await ClickByXpath('//img[@class="js-pop js-videoThumb thumb js-videoPreview lazy"]');
await Delay(Random(2500,4500));
await ClickByXpath('//div[@class="mhp1138_icon mhp1138_icon-play"]');
Thank you verry much!
 

Evgeny_Volin

New Member
VIP
Joined
Jan 28, 2021
Messages
39
Reaction score
0
Achievement
Please tell me how to make a command that the link click will be with some probability? For example, with a probability of 10% ? So that, for example, when you visit a bot page, you don't click on this ad every time??
 

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