Bit Che > Scripts & Development

[Help] How to deal with CloudFlare

(1/1)

Saitama:
Hello,

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

chip!:
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?

CuF:
Tried this on the PornLeech script.  No luck. 

--- Code: ---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
--- End code ---
Even though the debugger shows that string, notify did nothing and the script just stopped.

chip!:
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).

Navigation

[0] Message Index

Go to full version