🎁 TENYO 2026 BUNDLE
💰 ON SALE
🚚 Shipping from 12 USD

Atom Alias

Camouflage Your Device

The Atom Alias mini-app simply changes the device’s Bluetooth name and launches an other mini-app – based on the specific settings of Atom.

How is it Working?

The main function runs when Atom loads your script.

It reads your settings with the config.get function, and sets the device name with atom.id, then launches an other app with atom.launch.

				
					function main() {
    atom.id(config.get('app.alias.name'));
    atom.launch(config.get('app.alias.launch'));
}
				
			

Devices & MagiScript

⚛️ Atom Remote

🔢 Quantum Calculator

🤹‍♂️ MagiScript Language

🤹‍♂️ MagiScript Examples

🤹‍♂️ MagiScript Tutorials

General

📃 First Steps

MagiScript Editor

📃 Basics

📃 Keyboard Shortcuts

📃 Running Your First Program

📃 App Store

📃 Atom Settings (Editor)

📃 Debugging Techniques

Input/Output

📃 Buttons

📃 Vibration Motor

📃 RGB LED

📃 Devices

📃 PeekSmith

📃 Quantum

📃 Teleport

📃 Spotted Dice

📃 SB Watch

📃 IARVEL Watch

📃 Fossil Watch

📃 Cosmos Printer

📃 PeriPage Printer

📃 ATC Remote

📃 Labco Scrabble

📃 Bluetooth Keyboard

📃 Bluetooth Mouse

📃 Timers

📃 Database

📃 Events

📃 System (exit, sleep, rand)

📃 Objects (card, time)

Language

📃 Summary

📃 Comments

📃 Variable Declarations

📃 Operators

📃 Control Flow

📃 Functions

📃 Numbers

📃 Strings

📃 Arrays

📃 Objects

📃 Uint8Array