Jump to content
UBot Underground

Very Simple Script Problem Help Not Working After Compiled?


Recommended Posts

I have a really simple script that triggers another because the first script dies after a couple of hours and I need it to run constantly

 

loop while($true) {
    plugin command("Advanced Shell.dll", "shell batch hidden", "C:\\4g.exe /auto", "No")
    wait(1800)
    plugin command("Advanced Shell.dll", "shell batch hidden", "taskkill -im 4g.exe", "Yes")
}

 

It works fine when I run it in uBot but after I compile it , it just starts a browser called shell_com1 ?? not the target .exe :(

Link to post
Share on other sites

I can make it run auto by making a shortcut and adding /auto to the end of the first script

Any idea how to compile it so it auto runs itself ?

 

You can try using the on load command, although it doesn't exactly work properly with everything. But worth a shot as it may work in your circumstance.

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...