Jump to content
UBot Underground

Romeo

Fellow UBotter
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Romeo

  1. Thank You so much Nick, I really appreciate your help it fixed the problem
  2. Hello There Fellow Ubotters, I have installed a plugin "execute python" and try to run simple script with third party module which is working fine on my computer but on another computers I am receiving no/blank results, Please help me if anyone knows about python with ubot studio set(#match_percent,$plugin function("ExecutePython.dll", "Execute From Code", "from somemodule import process from somemodule import module print(fuzz.ratio(\"main query\", \"choice\")) ", "c:\\Python33\\Python.exe"),"Global") alert(#match_percentage) Thanks in Advance
  3. press win+R then type in RUN box "%APPDATA%" then find ubot studio folder and delete it and restart your bot it will download the support files on next run automatically and make sure to not interrupt the downloading support files as it may take some while to download correctly
  4. Thank you Pash, for confirming it And for ubot team it is kind of unfair if we cant change the name of ubot studio folder in appdata, it is not truly white labeled...
  5. Hello There Fellow Ubotters, Is there any way to rename/change the folder which is in C:/users/username/appdaata/roaming/ubot studio to make our bots really white labeled ?? Thanks in advance
  6. Hello There, I just tried everything and failed to load different profiles in chrome portable browser version 70.0.3538.102 exbrowser v:1.3.2.8.... did anyone else face this problem too? And if someone have chrome portable 54 version then please share a link I am using portable browser Thanks in Advance Romeo.
  7. *****Zip***** run python("import shutil import os os.chdir(\'D:/\') shutil.make_archive(\'test\', \'zip\', \'folder-or-file-you-want-to-zip\')") *****UNZIP***** run python("import zipfile with zipfile.ZipFile(\"D:/test.zip\",\"r\") as zip_ref: zip_ref.extractall(\"D:/test\")")
  8. Thank you MasteRofbots, I really appreciate the things you said And about promotion I tried jvzoo and connected my paypal but from india jvzoo and paypal won't work so still finding a way to sell
  9. Hello Fellow Ubotters, I was figuring out this thing and I got the solution so wanted to share with you guys hope this helps someone I shared this because sharing is caring To run any exe with admin rights you have to create .bat file with the below code and then you can simply use shell batch hidden command to trigger your bat file with the code cd C:\your path to bat file (Your bat File Must Be In C Directory) start yourbat.bat create bat file with below code: @echo off if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) cd C:\your path to file (Your File
  10. Hello Kill3rbko, To run any exe with admin rights you have to create .bat file with the below code and then you can simply use shell batch hidden command to trigger your bat file with the code:cd C:\your path to bat file (Your bat File Must Be In C Directory) start yourbat.bat create bat file with below code:@echo offif not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)cd C:\your path to file (Your File Must Be In C Directory)start yourfile.exe NOTE: IT WILL GOING TO PROMPT USER TO RUN AS ADMIN
  11. got it working without buying any plugin Thank you Brutal
  12. Hello Brutal, Which Plugin ? what is the name of plugin ?
  13. Hello There Ubotters, Can someone please help me with Run as admin thing, I want my bot to open another app but as admin, if anyone know then please do let me know the way to do it. I already tried shell batch hidden command which is cd c:\program files\path to another app then start app.exe, But this command did not open the app as admin. Thanks in advance
  14. hello fellow ubotters, Need tutorial on Exbrowser send http request, It always give me object reference error. if Anybody know any reference to Exbrowser send http request function then please point me there, Thanks And Regards
  15. Hello Dan, I just bought your exbrowser plugin, kindly let me know how to go further. it is asking me to login https://imgur.com/6log62g jv payment id AP-1UA34698TT500244K
  16. Thank you so much Learnautomation And Code Docta I really appreciate you guys
  17. Hello All Fellow Ubotters, I Really need a discount on Exbrowser, If there will be any discount on Exbrowser please let me know. Thanks And Regards
  18. Thank You HelloInsomnia, I really appreciate your reply in detail
  19. Hello There Fellow Ubot members, I would like to know what is the difference between new ubot studio's X version's external browser and ExBrowser ? Regards
  20. hello Code Docta, I really appreciate your reply but I really did not get it how can I be able to post to those buy sell forums...
  21. How to get access to buy sell section http://network.ubotstudio.com/forum/index.php/forum/22-buy-sell-free/, ?? Currently it shows me "you can not start a new topic" there
×
×
  • Create New...