Jump to content
UBot Underground

[FREE PLUGIN] Advanced Shell


Recommended Posts

Just to update on my situation, I have resolved the problem.  It seems to have been an issue with either a missing or misplaced quotation mark.  The documentation on the plugin says to use the CMD with "shell hidden", but for some reason it didn't seem to work.  It would return "file not found".  My only guess is because it wasn't just running a .exe, it was running a command line .exe which require more input to tell the program what to do in the command line.  For whatever reason, this required that I used "shell batch hidden" instead of "shell hidden" to run the .exe.  So the problem appears to be solved, and if anyone else has a similar issue, I suggest making it work in the native "shell" command first, and then testing it in both hidden commands to see which works in your case.  Thanks for the repsonses everyone.

Actually it returns "file not found" because it expects a valid command or batch file location, similar to native shell command. I think if none of those conditions is meet you would get that error.

Link to post
Share on other sites
  • 7 months later...

Hi.  Is there a way to put some kind of timeout to the Shell command?

 

I am creating a bot that loops through a list of Hide My Ass VPNs, connecting to each one in order to check if they are active.  The problem is that when there is an inactive VPN, the bot keeps waiting from the Shell command to finish, which never happens because the VPN does not connect, so the bot gets stuck.

 

Any ideas on how I could implement a timeout or some other way to stop the bot from waiting for the Shell command to finish?

 

Thanks. 

Link to post
Share on other sites

For now the only way is to use thread, that way UBot will be able to proceed with the rest of the code.

 

I'll check if I can provide that feature as part of the plugin...

Link to post
Share on other sites
  • 2 weeks later...

I've just updated the plugin today and added the feature you needed, so every command (function don't have it) now has an option to "Wait For Exist": http://ubotdev.com/free-plugin-advanced-shell#update-v101

 

You should already have a download link in your email.

  • Like 2
Link to post
Share on other sites
  • 1 month later...

Is your auto-responder signup working?

 

Confirmed email subscription but no dl link?

Thanks for letting me know, am investigating. 

 

If you need the plugin send me an email and I'll send it there.

Link to post
Share on other sites
  • 2 years later...

Has this plugin died?

 

I run hidden shell.... nothing happens

 

Run same command in shell ... process happens.

 

Or am I just missing something?

 

what is the command?

Link to post
Share on other sites
  • 8 months later...

what is the latest version of this plugin?

i am trying to run this line

psexec \\STANFORD-PC2 -u stanford -p stanford -h -i -d "C:\Users\stanford\Downloads\speedtest.exe" /s "C:\Users\stanford\Downloads\speedtest.exe"

if i run it from the command prop on my local machine it works on the remote machine like it should, but when i run it in ubot

1 the commanf prop opens

2 conects to the remote computer

3 psexec starts

4 it dies ,the called program does not run

Link to post
Share on other sites
  • 1 year later...

hi is there anyone get a problem when using advanced shell on compiled boots. i try advanced shell command with ubot studio and it works fine. but when i compile it and run the same command, the bot can not produce a same result. i want to combine csv files. it works on ubot. but it did not works on compiled bot.

Link to post
Share on other sites
  • 10 months later...
  • 4 weeks later...

Shell batch hidden also works for me:

plugin command("Advanced Shell.dll", "shell batch hidden", "calc.exe")

..so I think the problem is on your side. Try using "shell hidden" with your command.

Any chance i can get this plugin?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...