Home  /  Tools Apps  / iTroll - Best fake GPS / Wifi on Windows Pc

iTroll - Best fake GPS / Wifi on Windows Pc

Developed By: MobiSci Lab JSC

License: Free

Rating: 4,0/5 - 205 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 3.4.7
Size 3.8 MB
Release Date May 12, 20
Category Tools Apps

App Permissions:
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. [see more (12)]

What's New:
More stable, fix the issue of conflict between fake and real locations [see more]

Description from Developer:
iTroll is an application helping fake any locations, places on the earth. This is the only application which can simulate all GPS, Wifi and Fused providers.

Are you a developer?
T... [read more]

App preview ([see all 11 screenshots]  /  [view video])

App preview

About this app

On this page you can download iTroll - Best fake GPS / Wifi and install on Windows PC. iTroll - Best fake GPS / Wifi is free Tools app, developed by MobiSci Lab JSC. Latest version of iTroll - Best fake GPS / Wifi is 3.4.7, was released on 2020-05-12 (updated on 2023-12-24). Estimated number of the downloads is more than 10,000. Overall rating of iTroll - Best fake GPS / Wifi is 4,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 205 users, 28 users had rated it 5*, 127 users had rated it 1*.

How to install iTroll - Best fake GPS / Wifi on Windows?

Instruction on how to install iTroll - Best fake GPS / Wifi on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install iTroll - Best fake GPS / Wifi on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install iTroll - Best fake GPS / Wifi using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "iTroll - Best fake GPS / Wifi" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install iTroll - Best fake GPS / Wifi on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "iTroll - Best fake GPS / Wifi" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

iTroll is an application helping fake any locations, places on the earth. This is the only application which can simulate all GPS, Wifi and Fused providers.

Are you a developer?
This is the right tool for you to test your location related application. Using iTroll to simulate any places and verify how your application will response correspondingly. Now, it's programmable. In order to trigger fake location process from your application, please check below sample:

Intent intent = new Intent();
intent.setAction("com.msl.worldtroll.MANUAL");
intent.putExtra("ENABLE_FAKE_LOCATION", true);//true: enable, false: disable

intent.putExtra("LOCATION_MODE", 0); //0: High accuracy, 1: Baterry saving; 2: Device only

intent.putExtra("ENABLE_GPS_DATA", true); //true:enable, false: disable
intent.putExtra("GPS_DATA_DELAY", 0);//GPS location data will be simulated after "GPS_DATA_DELAY" seconds
intent.putExtra("GPS_LOCATION", "38.871063 -77.055612 5 10"); //GPS data format: lat lon altitude accuracy

intent.putExtra("ENABLE_NETWORK_DATA", true); //true:enable, false: disable
intent.putExtra("NETWORK_DATA_DELAY", 0);//Network location data will be simulated after "NETWORK _DATA_DELAY" seconds
intent.putExtra("NETWORK_LOCATION", "38.871063 -77.055612 5 10"); //Network data format: lat lon altitude accuracy

intent.putExtra("ENABLE_FUSED_DATA", true); //true:enable, false: disable
intent.putExtra("FUSED_DATA_DELAY", 0);//FUSED location data will be simulated after "FUSED_DATA_DELAY" seconds
intent.putExtra("FUSED_LOCATION", "-18.558935 46.689362 5 10"); //Fused data format: lat lon altitude accuracy

sendBroadcast(intent);

The full sample project is here: https://github.com/MobiSciLab/iTroll-Demo

Are you a troller?
Just imagine how your crushes or mates will be surprised when they see you check in Everest or some dangerous places.

Are you a victim of spy applications?
if there is someone who is using an application to spy or track you, this is the right tool to counter attack! It can fool any spy applications.
More stable, fix the issue of conflict between fake and real locations
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
Allows applications to access information about networks.
Allows applications to change Wi-Fi connectivity state.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows an app to access precise location.
Allows an app to access approximate location.
Allows an application to install a location provider into the Location Manager.
Allows an application to read or write the system settings.
Allows an application to read or write the secure system settings.
Allows applications to access information about Wi-Fi networks.
Allows applications to open network sockets.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.