Jump to content
UBot Underground

Recommended Posts

Ugh, I understand the basics of this code and was able to rewrite it to my needs, but now I see one of the basic ubot commands is broken.

 

$list from text

 

Fuck me amirite lol

 

------------------

 

Oh great, $list total doesn't work either. Does anyone have any old ubot binaries that they could share? 5.xx, ones before the two year update hiatus?

Edited by domenlo
Link to post
Share on other sites

This is op. Lemme plug into this topic with my normal account.

 

Btw in case anyone else wants the code that works in 6.1.x, i just hardcoded individual "item to list", then looped a bunch of times and added a random list item to list.

    clear list(%kljucne)
    clear list(%listToShuffle)
    add item to list(%listToShuffle,"#memes","Don\'t Delete","Global")
    add item to list(%listToShuffle,"#meme","Don\'t Delete","Global")
...
    add item to list(%listToShuffle,"#humor","Don\'t Delete","Global")
    add item to list(%listToShuffle,"#humour","Don\'t Delete","Global")
    loop(100) {
        add item to list(%kljucne,$random list item(%listToShuffle),"Delete","Global")
    }
    set(#kljucne besede random,$text from list(%kljucne," "),"Global")
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...