Skip to content

New Bot Account Creation

TheCellMaster edited this page Mar 26, 2026 · 1 revision

NEW Bot Tutorial - Brand New Account Creation

Audience: @todos Bot Version: v1.15.7

Overview

A few months ago, a script was developed to create accounts using Ninja, and the results were shared with Notriv.

During testing, it was noticed that very outdated fingerprints (for example, user-agents reporting old Chrome versions like Chrome 110) were much more likely to get rejected during account creation.

After 1,200 creation attempts, the fingerprints with the best success rates consistently matched the patterns documented below.


Important: Constant Version Must Be "12"

This will be fixed by @notriv in a future update.

Currently, when you create a new fingerprint, the version that appears in that field defaults to "11". You must change it to "12".

The Constant Version "12" resolves the problem most of the time when creating an account with the new bot version (v1.15.7).


Fingerprint Guidelines

1. User-Agent Filtering

User-agents containing suspicious automation-related keywords are more likely to be flagged. Avoid the following keywords in your user-agent string:

  • bot
  • crawler
  • spider
  • scraper

2. Chrome Version

The best success rates came from fingerprints using:

  • Chrome version 130+ (e.g.: v130, v135, v139, v140, v144)

Older versions (Chrome/11*, 12*, 129*) were much more likely to be rejected, although they may still occasionally pass.

3. Hardware Concurrency

A maximum of around:

  • 20 CPU cores

This seems to be the safest range. Higher values were more likely to trigger rejection, since they can resemble server/datacenter environments.

4. Operating System Requirements

Minimum OS versions that performed best:

OS Minimum Version
Windows 10+
Android 10+
iOS 17+

Fingerprints reporting unknown OS/version were much more likely to be blocked, though not in every single case.


Summary

Using fresh, realistic fingerprints consistently improved success rates across large-scale testing:

  • Modern Chrome (130+)
  • Reasonable hardware (up to 20 CPU cores)
  • Valid OS versions (Windows 10+, Android 10+, iOS 17+)
  • Constant Version set to "12"
  • No automation keywords in user-agent

Clone this wiki locally