Jump to content
UBot Underground

hienquoc

Members
  • Content Count

    87
  • Joined

  • Last visited

Everything posted by hienquoc

  1. I know we can pass functions as parameters to define, but can we pass commands as parameters to define?
  2. Hey Pash, I'm trying to load ui stat monitor($plugin function("Advanced Ubot.dll", "$on load", "ABC()", 500, "True"), "") define ABC { alert("Hello") } but I also have a UI on the same tab, I want to have both $on load and UI HTML Panel on the same tab, is it possible? Can you add a an update to make this happen because it won't on load with HTML Panel present.
  3. looking foward to it, hopefully the autorestart also gets fix, it restarts but doesn't launch the functions , i put a simple alert message but doesn't run after restarting. ui button("Auto Restart Start") { AutoRestart Start() } define show message { alert("restarted") } define AutoRestart Start { plugin command("HeopasCustom.dll", "Heopas Auto Restart", "True", 20, 3) { show message() } }
  4. Hey Thanks for getting back to me. looks like its running better on local than remote, ui still slow but usable. I'll just encrypt locally for now. I was wondering if you have a bulk way of copying all the tabs code into separate text files? I'm doing it manually for now but i got 10+ tabs I would update and sometimes i don't remember which tab i updated the code so I just copy and paste all the code in each tab into separate files over again. Is there a way to automate this? I tried to look for a ubot function but don't seem to know of one yet. Hien
  5. Hey So I started using the encrypted script from remote server but as soon as I load everything, the bot UI slows down, so that really doesn't help me improve the performance of the bot, and its even slow with processing function and not working properly. but somehow it works fine on my vps, some of my clients vps has problems and some don't. so i tried to get them to download all the support files .net visual c++ files but doesn't seem to improve they have plenty of memory too. so here is my training video but i ran into issues.. but my regular compiled bots without encryption runs fine on m
  6. Hey I think I got it, runs smooth until I Load everything and it seems to lag a bit, but I was expecting a smaller file size for the bot. I'm loading from remote server. Would it make the file smaller and perform better if I just encrypt i and packaged it locally for them? see video
  7. ok thanks makes sense, I left them there so i can run them and check the define to make sure it works in my debugging process. After I'm done I usually just leave them there, because later when I use the function again, i forget what kind of outputs im suppose to get or I forget what inputs I should put in. so copying and pasting it to encrypt and decrypt, I would need to delete all those statements that run my define. I'll go ahead and remove all those that execute it and I should be on my way.
  8. what i found is defines trying to load a list in a loop or running something in a loop that you don't realize is looping infinitely. you might get what you need but that loop never stop because it was setup wrong. You might not realize i when it loads a list of variables for a drop down list UI, but that is silently eating up memory as your main function continues. like forgetting to increment your counter or your total amount had a different variable that you didn't intend. All those things hog up memory.
  9. Thanks that helps, I'm really starting to feel good about this... So I have alerts in my define to tell the user when they are missing something, but when I load up all my script with on load, it seems to run through all the defines and executes stuff, a bunch of alerts will pop up and I have to hit ok for all of them. Is there are way around this? see video
  10. Is there a way to disable running alert()? I have a lot of alerts I've left to test and make sure things are working, I put it in my on load and its loading all the alerts and I have a lot, and I really don't want to have to delete all the alerts in the text file, see video
  11. Hey, I'm new to this encrypt stuff. I have my code in defines in several tabs, and lots of it, so im suppose to copy and paste everything from all the tabs into one huge doc and encrypt that and upload it to my server? I going the remote server route. Is there a faster way? encrypt the entire ubot file? Do I call it an an include() and decrypt it? I want to run a UI that loads all encrypted ubot file as an include() so all the functions load up and I can just call the commands with the UI. or is there a standard for doing this? See video of what I'm trying to do or is there a better way?
  12. hey pash, I looked and don't see the "Special Commands" folder in google drive i check the directories too
  13. hey pash, I upgraded and i get this message and then my ubot studio just closes and i can't open ubot
  14. Hey Pash, When the app crash restarts it launches 2 instance because i think the load time takes too long for my bot, is there a way around this? see video
  15. Does anyone know how I can set up my browser privacy settings for the portable firefox in exbrowser?
  16. Hey Pash, I got it to run and restart Exbrowser but... UI isn't showing so I can't stop the auto restart unless I modify the text file that it loads. see video
  17. Thanks for your reply pash, I used what you said, but, I'm using Exbrowser, and it doesn't really launch the browser, I have to manually launch the browser, and even though I tried to put the launch browser command on the "on load" it doesn't really launch it. Is there a way around this? After I launch the browser manually by clicking the user interface, then I see the process continue.
  18. Is there also a feature where I can quickly find which tab my define command or function is in? I try my best to organize it but sometimes I try to look for a function or command I created a while back and I forget which tab i created function and I have to go through all my tabs scrolling through all the defines to find that function. Do you have something to quickly locate which tab my command/function is in?
  19. Hey Pash, Just started using your plugin, I'm using the app crash restart and works great, but whats the proper way to restart a command after restarting the bot? see video
  20. Dan, there is a "contains()" I'm using to create my xpath, but I'm running into a bug, is there a exact match I can use in my xpath? I search for a string up/btc But in the html There is Gup/btc Up/btc But selects the first one cause up/btc is contain on gup/btc
×
×
  • Create New...