Skip to main content

Facebook Hoaxes and easter eggs and trick and tip that no one know~Raj360~RAAJ DUBEY


1) facebook status bar, paste in the following code and facebook secrets

@[1: ]@@[1:[0:1: Type your text  here]]

2) change with your original facebook status with  'type your text here'.

3) 'on' by clicking on the upddate, and you're done.



2)Facebook status update From Desired Device:

What ..? Your mom said NO for the iPhone, and you are going to buy a new iPhone 5 has promised to your friends. If you've just bought an iPhone to show your facebook friends facebook status, this trick does not feel bad to use.
Login to your Facebook account and preferred by the device and update your status, follow this link.
CLICK HERE

3) Facebook Status trick with the button to add a dislike button: 

Sometimes we know about some of the opinions of your friends on facebook like button, but not with the required button.

For, such as: Android Apple will beat ..?

If a dislike button ... You can view the people who are in favor of the state and the opposition. As a result of using this debate is clear.

So for this purpose, "Magic updates" can be called as a facebook application.

1) Login to your Facebook account.

2) The status of the application to update your profile and add CLICK HERE
The facebook like button to add a custom application to update your status.

4) Facebook Status Trick for arrange Schedule A Status:

The specific time schedule status message before publishing them in a fresh plot to facebook.

1) facebook facebook connect button to log on and follow the link to the http://laterbro.com/.

2) then publish it as a facebook status at a particular time schedule after the first use facebook Bro.

5) Facebook Status Trick update facebook status with symbols:

It's cool to see our status message, sometimes we want to add some icons. Facebook status symbols do not have to use the inbuilt facility. But we're cool with the status message through the use of symbols is a facebook trick.

Http://fsymbols.com/all/ Follow this link to update your status, and you want to copy the desired icon.

6) Facebook Status trick of his own Facebook profile to redirect to a friend:

You can influence each other on facebook this is one of the latest facebook trick.
Do you know ... Close friend of mine on facebook who want to ..?

http :/ / facebook.com / profile.php? = 73322363: click on this link to check the answer

No Mets need to shock. Link on his / her own facebook profile will redirect a user. Also with your friends on facebook you can play the same prank

7) Facebook Status Trick publish updates to an empty status: 

Make of this trick, follow these simple steps

1) Login to your facebook profile.

2) @ [2:2:] copy this code
3) Copy the code and paste it in the status bar, and update your status. And you're done.

8)with a single click Facebook to publish your status on multiple groups trick:

We want to share with a status of multiple group several times. For this reason, it provides a facebook share button, but the same thing again and again with 100 of the most boring and we want to share with the group in a position when the situation has become worst.
But we in the one-click publish to multiple groups in our state, which is a trick.

1) CLICK HERE FIRST
By FConnect map to your Facebook account 

2) Login.
3) Write a status. You can also add the image url or site url.

4) in a position to publish in a single click, select the desired groups. (Maximum 25 at a time, otherwise it gives an error.)

5) Click on and you're done.

9) 3D view of the status of Facebook Status Trick:

Not by 3D analysis, we also share with our friends, but our position is a 3D view of the status of the 3D view can be obtained.

Not to use the 3D analysis, follow this link

CLICK HERE

10) Facebook Status Trick your E-mail account from your friend's Facebook status update:

From Your E-mail account from your friend's facebook status update Yes, its possible. Monkey to play with your friends on facebook you can use this trick on facebook.

We are here to start

1) facebook https://m.facebook.com/upload.php?_rdr Share this link with your friends and click the link to compromise them. If you work in this link, you may also want to check out how the click Do not worry, it is not a malicious link.

2) Then, you "email a photo or video," the e-mail below and tell them to say.

Once you get this email 


3), you're almost done. Now the Subject field of the email message in your status, send an email to This e-mail address and other fields blank.

4) I want to be your friend on facebook facebook account yesterday to send this email.

NOTE: Always change the email subject field, and the email address to your facebook friend in his / her password or Facebook status, write a story changes every time. The facebook trick will not work, so after some time, then again from step 1, follow this trick.

11)facebook tricks Send SMS from Facebook:

Yes, you can do this with a cool facebook application, now you can send sms from facebook.There restrictions.You any country.The send sms messages to any country there are immediate and may take a few seconds to reach destination.All.
  •  Login to your Facebook account
  •  Go to the Facebook chat application
  •  Check out how it looks like the screen below

  • Select your country.
  • In the next line, enter the mobile number you want to send sms.
  • After that, you want to enter your message

Limtations:

  • You can send sms up to 100 characters in length.
  • You can only send 4 SMS per day.
  • Your name will display a message at the beginning of the first tasks of this service not illegal. 

Facebook photo album download with a single click:

Now you can download all your facebook photos for just a single click all you have to do is just go to this app and Facebook2zip.com
  Step1: the picture above you'll soon be asked to login with Facebook app on the go
 Step2: Now you'd like to download the photo album from your friend in the picture above you can see an arrow pointing to the 2 Choose
Step3: Now select the album you want to download any
Step4: Just click the Download button and the position you want to save the photo album. 

Comments

Popular posts from this blog

How to Put Google Adsense Below Post Title in Blogger?

Adsense is used by majority of expert bloggers for their website monetization because it is a cookie based contextual advertising system that shows targeted ads relevant to the content and reader. As bloggers are paid on per click basis, they try various ad placements on the blog to  increase the revenue  and get maximum clicks on the ad units. Well, on some blogs, you might have seen Adsense ad units placed below the post title. Do you know why? It is because the area just below the post title gets the most exposure and is the best place to put AdSense ad units to increase  Click Through Rate (CTR). Even though ads below post title work like a charm but this doesn’t mean that it will work for you as well. If you want to find out the best AdSense ads placement for your blog, try experimenting by placing ads at various locations such as header, sidebar, footer, etc. You can try other  blog monetization methods  as well to effectively monetize y...

Binary Search Tree in C++( dynamic memory based )

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 #include<bits/stdc++.h> using namespace std; struct bst { int val; bst * left, * right; }; bst * root = nullptr; void srch ( int num,bst * head) { if (head == nullptr){ cout << " \n Number is not present \a " << endl; return ; } if (head -> val == num) { cout << " \n Number is present \n\a " ; return ; } else { if (num < head -> val) srch(num,head -> left); else srch(num,head -> right); ...

How to Detect Anonymous IP Addresses

Proxy Detection Serviceshttp = So in order to stop such online frauds, Proxy Detection has become a critical component. Today most companies, credit card merchants and websites that deal with e-commerce transactions make use of Proxy Detection Services like MaxMind and FraudLabs to detect the usage of proxy or spoofed IP from users participating online. Proxy Detection web services allow instant detection of anonymous IP addresses. Even though the use of proxy address by users is not a direct indication of fraudulent behaviour, it can often indicate the intention of the user to hide his or her real IP. In fact, some of the most used ISPs like AOL and MSN are forms of proxies and are used by both good and bad consumers. How Proxy Detection Works? Proxy detection services often rely on IP addresses to determine whether or not the IP is a proxy. Merchants can obtain the IP address of the users from the HTTP header on the order that comes into their website . This IP addr...

what is LOREM ipsum and why do designers use it

What is Lorem Ipsum? Lorem Ipsum  is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now...

Mafia 2 PC Game Download Free ISO Full DLC

Mafia 2 PC Game Review: Mafia 2 Plaza free download game is first person shooting game released for pc and PlayStation 3. PC Game game mafia II is the second  Sequel of Mafia Series Launched  By Daniel Vávra in 2010. Mafia 2 is an open world map game. Just like  GTA IV For PC easy to install and run  on windows 10 64 bit. Game story is based on gang war in which the mafia runs the city and do all the crimes.  Gangs Run The City however  the player plays the important role in the game to be a cop in the game.Best weapons and New Graphics In mafia II Game For PC, World Wide Multiplayer Game For PC Play it online low system Requirements. PROOF :- Mafia 2 Complete Free Download. And find out the eve dance in the game. The game has been played by most of the Pro Games.The game can be played in Core 2 Duo mafia system requirements. Download Game for pc direct single link free.  Gta v download full game and install  it on pc. Mafi...

Binary Search Tree in Java implementation (reference based, dynamic memory)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 import java.util.Scanner ; class BST { static BST . Node root = null ; public void insert ( int num ) { if ( root == null ) { root = new BST . Node ( num ); } else { // root node is not empty BST . Node temp = root ; while ( temp != null ) { if ( num <= temp . getVal ()) { if ( temp . getLeft () != null ) temp = temp . getLeft (); ...

Download pocket tank delux with 295 weapons free total 295 weapons version 1.6

Download Pocket Tanks Deluxe Full Version Free With 295 Weapons Pack | Size: 30MB UPDATED 2019 /19/april Description: Pocket Tanks is a 1-2 player computer game for Windows and Mac OS X, created by Blitwise Productions, developer of Super DX-Ball and Neon Wars. Adapted from Michael Welch's earlier Amiga game Scorched Tanks, this newer version features modified physics, dozens of weapons ranging from simple explosive shells to homing missiles, and the ability to move the tank. It supports several expansion packs. At the moment, players can have up to 295 different weapons total. Pocket Tanks is often abbreviated as PTanks. Have Fun! NOTE: FILE NAME IS SCRAMBLED FOR AVOIDING HARD DETECTION & FILE TAKEN DOWN . How to Play: Best with 2 players on the same computer at school or at work. UPDATED LINK https://mirr.re/d/u1Y https://nl26.seedr.cc/ff_get/447027537/ptd16.295.exe?st=lUp-PbRp4YOwToHIOGwStQ&e=1555747979 http://www.uploadmagnet.com/7gfzhbyfe...

download Code blocks 13.12 mingw.setup .exe 97 mb

NOTE: A newer version is been updated on the site ... visit here  http://vastgk.blogspot.com/2017/07/download-code-blocks-1601-mingwsetup.html File Date Download from codeblocks-13.12-setup.exe 27 Dec 2013 BerliOS  or  Sourceforge.net codeblocks-13.12mingw-setup.exe 27 Dec 2013 BerliOS  or  Sourceforge.net codeblocks-13.12mingw-setup-TDM-GCC-481.exe 27 Dec 2013 BerliOS  or  Sourceforge.net NOTE : The codeblocks-13.12mingw-setup.exe file  includes  the GCC compiler and GDB debugger from  TDM-GCC  (version 4.7.1, 32 bit). The codeblocks-13.12mingw-setup-TDM-GCC-481.exe file includes the TDM-GCC compiler, version 4.8.1, 32 bit. While v4.7.1 is rock-solid (we use it to compile C::B), v4.8.1 is provided for convenience, there are some known bugs with this version related to the compilation of Code::Blocks itself. IF UNSURE, USE "codeblocks-13.12mingw-setup.exe"!  \ Linux 32-bit: Dis...

FIXED: Feedjit gadgets no longer work on my blog!!! help

well if your feedjit tracker is not working than you can easily fix this... goto blogger.com Go to  Dashboard -> Settings And set  HTTPS Redirect  to  No The gadgets will work now for  http ://yourblog.blogspot.com They won't for  https ://yourblog.blogspot.com because their connection isn't secure. this is not a permanent fix ... the gadget developers will have to make their gadgets https ready before Blogger will (if at all) become https only.