Jump to content
UBot Underground

drago77

Members
  • Content Count

    29
  • Joined

  • Last visited

Community Reputation

0 Neutral

About drago77

  • Rank
    Member
  • Birthday 04/23/1978

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

2241 profile views
  1. Hello, i am working on a cryptocurrency trading calculator, and because the tradings are based on bitcoin it has to manipulate 8 decimal numbers ex: 0.00000222 The problem is that when the bot is doing some math calculations it converts this numbers to exponential numbers and then does not recognize them as numbers anymore but as strings. How can i stop the bot transform the numbers from decimal to exponential ex: 0.00000222 to 2.22E-06
  2. Thanks for your answer...yes it should be there... the Video section was there before, now is gone too... I will ask support. Thanks again
  3. Hello, today i'v made the update to uBot Sutudio 5.9.55 which says that have added a lot of audio commands. After the update i realized that I could not find none of the new commands and tot even the video commands which i has able to use before. I have a professional licence and i am subscribed to updates too ... i can use the public bank but i can't find these commands? Can anyone help me please?
  4. It is very weird...i'v managed to make what i need with ffmpeg commands, and it is working in uBot, but it is not working in the compiled file... a short example code is this one: set(#convert,$ffmpeg function("ffmpeg -i C:\\Users\\Compaq\\Desktop\\video.mov -vn -ar 44100 -ac 1 -b:a 32k -f mp3 C:\\Users\\Compaq\\Desktop\\audio.mp3"),"Global") It does the job when i use it inside ubot program, but does not work anymore if i use the compiled bot... Any suggestions? Am I doing something wrong?
  5. It is very weird...i'v managed to make what i need with ffmpeg commands, and it is working in uBot, but it is not working in the compiled file... a short example code is this one: set(#convert,$ffmpeg function("ffmpeg -i C:\\Users\\Compaq\\Desktop\\video.mov -vn -ar 44100 -ac 1 -b:a 32k -f mp3 C:\\Users\\Compaq\\Desktop\\audio.mp3"),"Global") It does the job when i use it inside ubot program, but does not work anymore if i use the compiled bot... Any suggestions? Am I doing something wrong?
  6. Anyways, if someone knows any tutorial about how to use ffmpeg in ubot, ao can create a tutorial like this, or even give a little piece of code as example it would be very useful and appreciate it!
  7. I know that plugin, but for the moment i can't afford it...and about doing it by myself, i don't know how to work with ffmpeg... It is weird to have a 700$ program which does not work properly, and after mounts of opened trackers the problems are the same... but in the same time you can buy a plugin which does most of the things that the program should do... I have to find a way to use those video commands, i really need them for my project...
  8. I don't think that will help... unfortunately i'v seen more then one trackers opened on this subject and they only respond that on their end the commands are working... The support from uBot team in this direction is awful. Any other ideas on how to solve it?
  9. Hello...i have some problems with the video commands...only works in the uBot program. After compiling the program does not work anymore. Which should be the problem?
  10. I don't think i can get you... the question was about clicking on one of multiple buttons with the same class, id etc....
  11. By any chance do you know how to make it click on the post upvote button when you are on the post page...the code from this site is very weird...it has more then one upvote buttons and i can't make it work with offset... any help will be apreciated
×
×
  • Create New...