Ads power retun random number

Verkysse

Newbie
Joined
Sep 14, 2023
Messages
2
Reaction score
0
Hello everyone, I would like to return a random number to automate my script.
Example: if return 2 open cliklin XX if return 5 open link YT..
I would like use execute javascript function adspower
Please help , thank you.
 

Attachments

  • adspo.PNG
    adspo.PNG
    194.1 KB · Views: 8
solve it with conditionnal
 

Attachments

  • SCRIP.PNG
    SCRIP.PNG
    145.1 KB · Views: 7
  • SOLU.PNG
    SOLU.PNG
    147.6 KB · Views: 6
If you need a number from a smaller, fixed set like your example (2 or 5), you could adapt it with conditional logic or an array selection.
 
Back
Top