Jump to content
UBot Underground

Switching Between Ubot 4 & 5 A Problem ?


Recommended Posts

Hi,

 

I code in Ubot 4 as 5 is new and buggy compared to 4 (so I think). Sometimes, when I see Ubot 4 is not workign and I suspect a bug and not anything wrong with my coding then I switch to Ubot 5 and it works. Sometimes Ubot 5 doesn't work for my code but Ubot 4 does.

Anyway, my question is, when I switch from Ubot 4 to 5 then I see my commands change from:

 

IF-> COMPARISON-> SOMETHING IS < THAN SOMETHING

 

To this in Ubot 5:

 

 

IF-> COMPARISON-> SOMETHING IS "Smaller < THAN" SOMETHING.

 

 

Ubot 5 ads the texts "smaller than", "equal to" etc. alongside the symbols "<" and "=" etc. but Ubot 4 doesn't.

So, when I switch back to ubot 4 I have to remove these texts "greater than", "equal to" etc.

 

Now my question is, do I have to rid these texts when i switch back to Ubot 4 or can I just go ahead and compile the bot in Ubot 4 even if the inserted texts from Ubot 5 exist ? Sometimes, unless I remove the texts, Ubot 4 doesn't work but sometimes it does.

I'm confused.

 

Ubot 4:

5>4

 

Ubot 5:

5 IS GREATER THAN > 4

Edited by bangali_beta
Link to post
Share on other sites

sample code 1

alert($comparison(1,"<= Less than or equal to",2))

this work only on ubot 5

 

 

sample code 2

alert($comparison(1,"<=",2))

this work on ubot 4 and ubot 5

 

if you create code on ubot 5. but you want open and run on ubot 4 remove suffix text from "$comparison" command

 

 

  • Like 1
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...