Jump to content
UBot Underground

[Test] Ex-Browser Plugin


Recommended Posts

  • Replies 114
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Hello. As some of you already know, TJ (BotGuru), Chris and I purchased the Source code of the famous "Communication Plugin". Because of some internal politics the original team (Jane + Diskwizz) dec

If you bought the plugin you will get it for free as you can see!  

I thi     I think pash plugins have a command to hide a window. I will use that for now.   Suggestion: Focus command. Just like the built in ubot focus command.

Posted Images

UBot 4 & 5 crashes when I run the container(exbrowser) inside a loop or a define.

 

I must be missing something.

 

Please tell me the secret.

Please send support requests to our helpdesk

ExBrowser(AD)bot-factory.com

 

And don't forget to add the ubot code so that we can directly reproduce the error.

 

I will take a look as quickly as I can.

 

 

Link to post
Share on other sites

Did a quick test which is working fine for me:

loop(5) {
    TestCode()
}
define TestCode {
    plugin command("ExBrowser.dll""ExBrowser Container""Chrome""""") {
        plugin command("ExBrowser.dll""ExBrowser Navigate""www.google.com")
        wait(10)
    }
}

Link to post
Share on other sites

Any way to set referrer?

 

if so, without navigating there first....

 

if no, I request this too.

 

Thanks,

 

CD
 

 

UBot 4 & 5 crashes when I run the container(exbrowser) inside a loop or a define.

 

I must be missing something.

 

Please tell me the secret.

I was using FF browser and does not handle proxy authentication at the moment.
Then it became another plugin in use.
Dan helped me out and should be in an upcoming update.

Link to post
Share on other sites

>> Important <<

I'm sending all important information's and updates via Email (Getresponse).
When you purchase something from me, you will be added to our customer autoresponder automatically.

Of course I will also post to the forum, but not everything I sent to my customers is for the public.
So the email newsletter is the primary tool for all the communication!

 

So please:

1. Stay on that email List!

2. Use an email address you actually monitor and read!
3. Whitelist my email address by adding it to your address book 
dan(ad)bot-factory.com

For support contact the helpdesk via:
support(ad)bot-factory.com

 


If you don't do it, you will definitely miss important information's and updates!!

 


Thanks in advance for your understanding and continuous support!
Dan

Link to post
Share on other sites

Hey Dan,

 

Can i serialize cookie on exbrowser then deserialize it on http plugin?

I didn't test it, but I don't think they are compatible. Not sure what method Aymen is using.

But would be interesting to know if it works. If I have some free time, I might run some quick tests. 

 

Dan

Link to post
Share on other sites

I didn't test it, but I don't think they are compatible. Not sure what method Aymen is using.

But would be interesting to know if it works. If I have some free time, I might run some quick tests. 

 

Dan

Would like to know the result of your test Dan

 

I try on mine but it failed to load the exbrowser cookies to http. But maybe it is just my code that is wrong

Link to post
Share on other sites

Hey Dan,

 

Can i serialize cookie on exbrowser then deserialize it on http plugin?

 

Serialization is the process of turning an object in memory into a stream of bytes so you can do stuff like store it on disk or send it over the network.

 

So be it that the cookies with ExBrowser are already available this should not be used.

 

 

Would like to know the result of your test Dan

 

I try on mine but it failed to load the exbrowser cookies to http. But maybe it is just my code that is wrong

Navigate, load cookies, then navigate back.

What is the example code that your using?

  • Like 1
Link to post
Share on other sites

Would like to know the result of your test Dan

I try on mine but it failed to load the exbrowser cookies to http. But maybe it is just my code that is wrong

No, not working for me either.

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