-
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 GoodAbout 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
2160 profile views
-
Thank You so much Nick, I really appreciate your help it fixed the problem
-
Romeo started following Run Another Exe File As Admin and Python Problem On Other Computers
-
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
-
Compiled Bot Will Not Launch On Windows 2016 Server
Romeo replied to juno's topic in General Discussion
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 -
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 replies
-
- rename ubot studio
- appdata
-
(and 1 more)
Tagged with:
-
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
- 5 replies
-
- rename ubot studio
- appdata
-
(and 1 more)
Tagged with:
-
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.
- 1 reply
-
- not working
- load profile
-
(and 2 more)
Tagged with:
-
*****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\")")
-
[Free] Article Spinner, Rewrite Ulimited Human Generated Articles
Romeo replied to Romeo's topic in General Discussion
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 -
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
-
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
-
got it working without buying any plugin Thank you Brutal
-
Hello Brutal, Which Plugin ? what is the name of plugin ?
-
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
-
Thank you Helloinsomnia
-
a2maiteit it may take some time as it check's the license on load...
- 6 replies
-
- Human Type Article Spinner
- Article Spinner
- (and 1 more)