Jump to content
UBot Underground

Load Ustrap Code From File


Recommended Posts

is there any possibility to load the ustrap code as a variable from a file?

i am trying to force changes to ustrap gui when bot load, so i can remotely change the GUI without user to reinstall. 
anyone know how to do this?

post-10784-0-66962400-1566725657_thumb.jpg

Link to post
Share on other sites

If you have Elite Ubot Plugin this is easy:

ui html panel("some html goes here",100)
wait(3)
plugin command("EliteUbot.dll", "EB Change UI HTML Panel", "<h1>Updated HTML</h1>", 250)

There may be another way as well if you don't but just thought I'd throw it out there in case you already had it.

Link to post
Share on other sites

Thanks, but i think ustrap html wont work directly, because it have a "read file" command in it

 

https://prnt.sc/ox9u8k

 

Actually it does work, the function resolves first and essentially becomes text and then the command runs.

 

Just copy the html above into a file and drop a read file into the command, you will see what I mean.

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