Jump to content
UBot Underground

$Random List Item - Choosing Numbers Not In A List?


Recommended Posts

Ok so I am trying to change a table column with an IP for the bot to use, and so far that is going fine.

 

Here is the code for that: 

 

set table cell(&accounts,#row,2,$random list item(%proxies))
 
 
Now after that, I need it to remove that list item from its current list using this code: 
 
remove from list(%proxies,$list position(%proxies))
 
 
But when it is setting the proxy in set table cell, its choosing random numbers from a list that is non existant.
 
 
If you look at the debugger: http://puu.sh/lrUko/11be2c2243.png
 
Looking at row 0 & 2 both have a value of 9 in column 2. But I have no idea where it is generating 9 from. This is the GUI view for the bot.

 

 

http://puu.sh/lrUnE/3373e15ab2.png

 

 

 

 

If you need help understanding a part please let me know.

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...