Jump to content
UBot Underground

Kreatus (Ubot Ninja)

Fellow UBotter
  • Content Count

    3193
  • Joined

  • Last visited

  • Days Won

    90

Everything posted by Kreatus (Ubot Ninja)

  1. Have you tried deleting the ubot studio folder on appdata?
  2. Try to uninstall ubot and install the previous version here https://s3-us-west-2.amazonaws.com/ubotsupportfiles/5.9.44+Setup.msi
  3. If you use bot bank commands on your bot that will popup when you are not subscribe.
  4. Anyone having issue with launching portable chrome? It's just popping the window then close immediately. plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\Chrome Browser\\chrome.exe"))
  5. Is it possible to get the header requests from exbrowser? Edit: NVM i got it by installing a chrome extension.
  6. Anyone have the same thing for sublime text editor?
  7. That would be cool. I will be the one who purchase it when that product came out. I've lost lot of sales because uihtml cant handle html with lots of forms and codes that will make the interface very slow to navigate especially on laptops.
  8. That would be great if you can come up with that. A tutorial on creating GUI on C# and properly connect them to ubot codes
  9. Nice tutorial. Will come in handy in the future when i get the plugin but aymen looks like abandoned it. Abbas told me that he have a xaml plugin with more features but not sure if he ever going to sell it to public.
  10. There's something wrong with the http post command. Login on a website suddenly stop working but it's working when i use aymen's http post plugin.
  11. Hey Bud, What is your datagrid ui plugin version? I dont have this option "add datagrid to xaml ui". Im using 1.0.5.0 Tnx
  12. Looks like they deleted it already. I reupload it here https://drive.google.com/open?id=0B0mbh9gziWGfNjJSdFhGMjVKU0k
  13. http://www.ubotstudio.com/files/setup4.exe
  14. Im using 5.9.44. I already did that even restarted my computer.
  15. I cant compile any of my bot on this version. it just stucked https://www.screencast.com/t/Xyi6Zq9Ln
  16. Try to set the browser version 49 on the options.
  17. Ok.. About ":Show Value = Ctrl + Q" Please make it to work on other functions as well like what it does before. For example: if($comparison(1,"=",1)) { then { } else { } } When you select comparison and click ctrl+q it will show true or false on the alert.
  18. "Focus Search Box = Ctrl + E" doesnt work on the latest version.
  19. They're after on any automation software for instagram. Instagress is shutdown recently as well.
  20. Files created by ubotlocker when you compiled it. .exe and the .dlls
  21. Also, make sure to run it as administrator or try to overwrite everything again if you are using ubotlocker.
  22. Here's a sample code set(#position,1,"Global") loop(500) { if($comparison(#position,"=",100)) { then { alert(#position) set(#position,1,"Global") } else { } } increment(#position) }
  23. $plugin function("ExBrowser.dll", "$ExBrowser Browser Version") is not working on the latest version of the plugin. Just a minor bug.
×
×
  • Create New...