Hi everyone, how can i add quantity or amount for my bot?
like if i want to make 100 account, i want my bot to stop after creating 100 account please tell me or give me a video or say what's that called so i can search about it
@505167790 The way I solve that kind of problem is with if statement.
First I load the proxy. Then Get on the link, then Status (these are functions in Http Client). So I go to Script Logic choose IF expression. If [[SAVED_STATUS]]!=200 (200 is code for successfully loading page) then load proxy Get on the link, then Status and so on...