Author Topic: [Help] How to deal with CloudFlare  (Read 10033 times)

Offline Saitama

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
[Help] How to deal with CloudFlare
« on: December 13, 2015, 04:49:56 pm »
Hello,

I can't find a way to deal with website that use CloudFlare.
In my case I have 5 seconds of delay.

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: [Help] How to deal with CloudFlare
« Reply #1 on: December 30, 2015, 03:05:32 am »
this script is one example (it needs to use the Special Login to gather cookies after the cloudflare browser check):

https://github.com/convivea/bit-che-3-scripts/blob/master/scripts/default/cpasbien.me.ini


what site? can you post your script?
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline CuF

  • Sr. Member
  • ****
  • Posts: 331
  • Karma: +40/-0
    • View Profile
Re: [Help] How to deal with CloudFlare
« Reply #2 on: October 10, 2016, 08:12:52 am »
Tried this on the PornLeech script.  No luck. 
Code: [Select]
k=find(@i,@data,`Checking your browser before accessing`)
if (k>0) then
1=notify(`Pornleech.com`, `CloudFlare Detected: Please use 'Edit User Account' to update browser cookies!`)
die
end if
Even though the debugger shows that string, notify did nothing and the script just stopped.

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: [Help] How to deal with CloudFlare
« Reply #3 on: October 16, 2016, 03:25:16 am »
what build of BC are you using? the latest?  notify should roast a little notification box in the lower right of the main Bit Che window.  maybe it was covered by the debugger window?     also, in that case, you must be using the Special Login Tool with that script in order to get around CloudFlare.  (manually login and save cookies).
  -  https://convivea.com  -   And...  boom goes the dynamite.