[HELP] Random scroll

MrOnizuka

New Member
Joined
May 12, 2018
Messages
9
Reaction score
0
Achievement
Hello,
I want to create a random scroll on my website from sec 10 to sec 30 but randomly, like from top site to bottom, and next visit from top to middle site and next from top to a x position etc..
And after reverse the scrol.. from bottom or middle to top or just scroll a bit..
What i whant to do is scroll randomly like a normal or real user, this macros will be very helpfull for all of us.
So can anyone create it please ?
Thanks
 

alikac201

New Member
VIP
Joined
Oct 3, 2019
Messages
1
Reaction score
0
Achievement
You can Try:
Code:
await Delay(Random (2000, 3000));
ScrollTo (0, Random (600, 620));
await Delay(Random (5000, 10000));
ScrollTo (0, Random (900, 920));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (1300, 1420));
await Delay(Random (10000, 12000));
ScrollTo (0, Random (1690, 1720));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (1870, 1920));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (2180, 2400));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (2400, 2550));
await Delay(Random (10000, 12000));
ScrollTo (0, Random (2760, 2830));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (2990, 3200));
await Delay(Random (10000, 12000));
ScrollTo (0, Random (3400, 3500));
await Delay(Random (10000, 12000));
ScrollTo (0, Random (3700, 3900));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (4000, 4300));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (4400, 4620));
await Delay(Random (5000, 7000));
ScrollTo (0, Random (4700, 4900));
await Delay(Random (5000, 10000));
ScrollTo (0, Random (4300, 4520));
await Delay(Random (7000, 10000));
ScrollTo (0, Random (4000, 4120));
await Delay(Random (7000, 10000));
ScrollTo (0, Random (3400, 3520));
await Delay(Random (7000, 10000));
 

weblord

Member
Premium
Joined
Dec 3, 2019
Messages
63
Reaction score
6
Achievement
nice script i will also integrated in sx-flood
 

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