Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AhmedAlNeaimy/cursor_fucked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reset Cursor IDE

A tool For Fucking "I mean" Resetting Cursor IDE Device Identifiers on macOS & Windows, So you can use UNLIMITED accounts as much as you want.

Demo

Platform Support

What It Does

  • ✅ Resets all device identifiers
  • ✅ Creates backups automatically
  • ✅ Includes restore functionality
  • ✅ Handles code signing
  • ✅ Works with Cursor & Qoder IDEs

Apple macOS Guide

Requirements

  • macOS 10.13+
  • Cursor IDE or Qoder IDE
  • Terminal access

Installation

Step 1: Download the Script

curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh -o ~/cursor_fucked.sh

Step 2: Install the Command

chmod +x ~/cursor_fucked.sh
sudo cp ~/cursor_fucked.sh /usr/local/bin/cursor_fucked

Step 3: Verify Installation

cursor_fucked --app Cursor

Usage

For Cursor IDE

Reset Device IDs:

  1. Sign out from Cursor
  2. Close Cursor completely
  3. Run:
cursor_fucked --app Cursor
  1. Start Cursor and sign in with a new account

Restore Original Setup:

cursor_fucked --app Cursor --restore

For Qoder IDE

Reset Device IDs:

  1. Sign out from Qoder
  2. Close Qoder completely
  3. Run:
cursor_fucked --app Qoder
  1. Start Qoder and sign in with a new account

Restore Original Setup:

cursor_fucked --app Qoder --restore

Alternative: One-Liner (No Installation)

If you don't want to install the command, use these one-liners:

Reset Cursor:

curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bash

Reset Qoder:

curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bash -s -- --app Qoder

Restore:

curl -fsSL https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.sh | bash -s -- --restore

Troubleshooting

Force Quit Cursor/Qoder:

If the IDE won't close:

pkill -9 Cursor

or

pkill -9 Qoder

Windows Windows Guide

Requirements

  • Windows 10/11
  • PowerShell 5.0 or higher
  • Cursor IDE or Qoder IDE
  • Administrator privileges (recommended)

Installation

Step 1: Download the Script

Open PowerShell and run:

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -OutFile "$env:USERPROFILE\cursor_fucked.ps1"

Step 2: Allow Script Execution

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Step 3: Verify Installation

& "$env:USERPROFILE\cursor_fucked.ps1" -App Cursor

Usage

For Cursor IDE

Reset Device IDs:

  1. Sign out from Cursor
  2. Close Cursor completely
  3. Open PowerShell as Administrator (recommended)
  4. Run:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Cursor
  1. Start Cursor and sign in with a new account

Restore Original Setup:

& "$env:USERPROFILE\cursor_fucked.ps1" -App Cursor -Restore

For Qoder IDE

Reset Device IDs:

  1. Sign out from Qoder
  2. Close Qoder completely
  3. Open PowerShell as Administrator (recommended)
  4. Run:
& "$env:USERPROFILE\cursor_fucked.ps1" -App Qoder
  1. Start Qoder and sign in with a new account

Restore Original Setup:

& "$env:USERPROFILE\cursor_fucked.ps1" -App Qoder -Restore

Alternative: One-Liner (No Installation)

If you don't want to save the script, use these one-liners:

Reset Cursor:

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -UseBasicParsing | Invoke-Expression

Reset Qoder:

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/AhmedAlNeaimy/cursor_fucked/refs/heads/main/reset.ps1" -UseBasicParsing | ForEach-Object { Invoke-Expression "$_ -App Qoder" }

Troubleshooting

Force Quit Cursor/Qoder:

If the IDE won't close:

Stop-Process -Name "Cursor" -Force

or

Stop-Process -Name "Qoder" -Force

PowerShell Execution Policy Error:

If you get an execution policy error:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

Administrator Privileges:

For best results, run PowerShell as Administrator:

  • Right-click on PowerShell
  • Select "Run as Administrator"

File Locations

  • Storage File: %APPDATA%\Cursor\User\globalStorage\storage.json
  • App Location: %LOCALAPPDATA%\Programs\Cursor
  • Backups: Same directory with .backup or .bak extension

License

MIT License

Copyright (c) 2025 AhmedAlNeaimy Don't block people from the community for no reason next time "idiot".

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published