Jump to content
UBot Underground

Romeo

Fellow UBotter
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    3

Romeo last won the day on December 3 2018

Romeo had the most liked content!

Community Reputation

13 Good

About Romeo

  • Rank
    Advanced Member

Profile Information

  • Gender
    Male

System Specs

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

Recent Profile Visitors

1910 profile views
  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
×
×
  • Create New...