nemolorn Posted May 27, 2012 Share Posted May 27, 2012 (edited) I'm trying to build a script that will run while my Firefox is running in Private Browsing mode, but none of the Bitmap or Color functions work The Code works fine on any other browser, and Firefox running like Normal, but just fails in Private Browsing mode for Firefox. (crtl+shift+P) The Code works on Incognito(Chrome) but the websites don't render correctly, so I need to use Firefox or IE My other option would be to get it working in regular Firefox (running v13.0), but then I'd need to figure out an effective way to delete certain cookies individually so I don't trip up the multi-sensors. program snippet Test to website (Proxy Website so the Bitmap will be uniform to whoever can help me out.) http://2bypass.info/index.php?qu=aHR0cDovL3d3dy53aGF0aXNteWlwLm9yZw%3D%3D&hl=3ed [scar] Program check; var Nodex,x,y : Integer; begin Nodex := BitmapFromString(115, 3, 'ceNpdk9luwkAMRdMWgkSEe' + 'ID//76ENQRCwhLSozmqFdUPI29zfW3PjOPYNM0wDN9JUDDHJEVRZ' + 'FlW1zX6+0+6rsO8XC7P5xPFM0vyer3Giejs+15zv99zXq9XAOfzO' + 'SFq4eHW8Xhcr9d4iN5uNzCXyyWmURSIfT6fwIchTFBIRuG6+W3bg' + 'mlIArPZDOV+v6NTdErMpgiRg3k6nYI5ICTnee5dzqqqFosFaZhOA' + 'NntdpGgM5AxIeOVryQomDgpGmkUYj60FpO05SaJgLRmgjl4NpuNC' + 'I/HQz8cfpIwKGg7XgHLssRD6fBPFwQxdYipuGWRSeAWmCDroS+iI' + 'OMhalGosrggjKxWKxPE5LW4LOfgKKJx9xsTiPUh5IgTM8SMmbdJw' + 'hTtfD7bta/F0pCPrYXABz8lXMp0fYfDwQQ5iM9piXiHghv1awAlA' + 'WFjm/H+//2OqDJdpVRj6SCETl9R0RzfLdW3220s3Y0MSRyUV4Di0' + 'dosv2bKB5xfdDvvQg=='); wait(500) IF FindBitmap(Nodex,x,y) = True Then writeln('2by verified') Else IF FindBitmap(Nodex,x,y) = False Then writeln('2by failed'); Movemouse(x,y) end .; [/scar] Edited May 27, 2012 by nemolorn Quote Link to comment Share on other sites More sharing options...