Jump to content
UBot Underground

NOT add to list?


Guest turbolapp

Recommended Posts

Guest turbolapp

I've got a script that is creating accounts. I'm having it pause the script once I get the site error that I've created too many accounts so I can flip the ip (not using proxies). Problem is it still ads the account and password to the  list of accounts. Is there a way to get it to NOT add the account to the list once it detects that same error that's pausing the script?

 

So...

 

Loop 50

 

If : error

 

Then:

  Both:

      -Pause

      - ??? (not load into list)

Link to post
Share on other sites
Guest turbolapp

Actually what nevele said got me thinking in the right direction. I just used "if/then" twice with the "not"option thrown in.

 

If: error

Then: pause (to flip ips)

 

If :error

then:

not:

  add to list

 

I guess for some reason I thought that if I used two if/then's back to back the universe would implode.  ;D

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...