i need this script on Marco editor

Vargas

New Member
Joined
Feb 26, 2018
Messages
170
Reaction score
2
Age
29
Location
127.0.0.1
i want creat sript click on random place
i can't make it :roll:
 

mlibre

New Member
Joined
May 1, 2018
Messages
24
Reaction score
0
Age
29
Location
Northern South America
Website
panel.9hits.com
Yes but my native language is spanish so I have to use a translator I would prefer it to be here since that makes me easier for that is the forum to clarify and share ideas among them solutions.
 

Vargas

New Member
Joined
Feb 26, 2018
Messages
170
Reaction score
2
Age
29
Location
127.0.0.1
;) okey help me here bro

what i can edit to make random click
Code:
await Delay(1000);
//while browser is still loading, delay for 1s and continue to check
while(await IsLoading())
{
    await Delay(1000);
}

//while the display of the skip_bu2tton still = none, delay for 1s and continue checking
while(await EvaluateScript("skip_bu2tton.style.display") == "none")
{
    await Delay(1000);
}

//If the macros can go here, it's mean the site has been loaded
//and the skip button has been shown

Alert("Skip button is ready !"); //just for test, should be remove in real works

ClickById("skip_bu2tton");
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Vargas post_id=292 time=1526213364 user_id=55 said:
i want creat sript click on random place
i can't make it :roll:
How random it should be, random a link, random an ads, random anywhere ?
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Vargas post_id=304 time=1526294021 user_id=55 said:
ads daniel
can you post your site here, or inbox me. and tell me which of them should be clicked :)
 

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