Jump to content
UBot Underground

Exbrowser Problems - Cookies Not Loading - New Browser Tab In Ff Not Working


Recommended Posts

Hey :-)

 

i am testing around with the ubot studio "exBrowser" plugin, i bought a while ago and have some issues... maybe someons had similar problems?

 

first the "load cookie" seems not to work.

i am using the exBrowser version V1.3.2.3 and FF portable 56.0.2

 

after loading the cookie file there are still no cookies loaded in ff (see screenshot)

 



plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.web.de")
wait(5)
plugin command("ExBrowser.dll", "ExBrowser Save Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
plugin command("ExBrowser.dll", "ExBrowser Close")
plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
pause script



 

 

 

 

and the "ExBrowser Open New Browser Tab" isn't working too :-/

 

 

Has someone similar problems?

 

 

(sorry for my english... i am german)

post-15109-0-88793600-1509038839_thumb.png

Link to post
Share on other sites

Try navigating to the site before loading the cookies, then re-navigate to the page after loading them.

Thanks for your idea

 

Sadly it is still not working / not loading the saved cookies

there are only the new cookies

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.web.de")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
pause script
plugin command("ExBrowser.dll", "ExBrowser Save Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
plugin command("ExBrowser.dll", "ExBrowser Close")
plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
pause script
Link to post
Share on other sites

Microsoft Edge browser allows users to save passwords for the websites or application regularly visited by them. This browser also collect information and auto fill forms for the users​ 

hey eddie,

 

yeah thanks for the info, but this is not what i am looking for ;-)

 

i try to solve some problems with the "exBrowser" plugin for ubot studio and not looking for a new browser or so

Link to post
Share on other sites

 

Thanks for your idea

 

Sadly it is still not working / not loading the saved cookies

there are only the new cookies

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.web.de")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
pause script
plugin command("ExBrowser.dll", "ExBrowser Save Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
plugin command("ExBrowser.dll", "ExBrowser Close")
plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Disable WebRTC (FF)")}{$plugin function("ExBrowser.dll", "$ExBrowser Specify Binary Location", "{$special folder("Application")}\\App\\Firefox\\firefox.exe")}")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "{$special folder("Desktop")}/cookies/test1.txt")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.t-online.de")
pause script

 

Try a different FF version maybe, and see if that helps. Not sure why it wouldn't work. Also, you can use this site to set a cookie and then load it to see if its working or not: http://www.html-kit.com/tools/cookietester/

  • Like 1
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...