Jump to content
UBot Underground

elizbeth

Fellow UBotter
  • Content Count

    26
  • Joined

  • Last visited

Everything posted by elizbeth

  1. set(#val, $eval("(1.43895903845374534).toFixed(1)"), "Global") alert(#val) Use the above code and the decimal digits are fixed to 1.
  2. Hello NewTechLife Iam haivng the same issue. Can you please tell me how you resolved the same? Regards Liz
  3. Click on the "Code View" button. (its besides the Run Button) You can copy whatever you want from there, Combine it with the code collected in similar manner, you can even use a notepad to paste the result and combine them together or editing. Paste it back to the resultant bot.
  4. Traffik, Thanks a lot for the assistance. But in your code, you used only one thread and that would work fine. Can you please put that thread in a loop of 4 and create 4 threads and assign different proxy to each of the thread and may be navigate to whatismyip.com and check if the proxies are getting assigned properly. This is where am failing. Thanks in advance for the assistance
  5. Hello Everyone, I have just written a bot which would run in multithread manner, in each thread different browser and in each browser of this thread, we set a proxy. Am trying to achieve such that each of the thread should be running with its own proxy. But when setting a proxy credential, it gets set for the whole bot and not for individual thread. How can i achieve individual proxy get set for individual thread? Is this something possible in ubot? Thanks Liz
  6. Please add me to the group . My id is : maxodev
  7. Thanks Lombi, That was a real helpfull code snippet
×
×
  • Create New...