Free forever

chat as many times you want it wont tell you to pay

As of 28.11.2024. See ბოლო ვერსია.

// ==UserScript==
// @name        Free forever
// @namespace   Violentmonkey Scripts
// @match       https://www.genschat.com/*
// @match       https://www.characterwaifu.com/*
// @include     https://characterwaifu.com/*
// @match       https://www.aicharacterwaifu.com/*
// @include     https://aicharacterwaifu.com/*
// @grant       none
// @version     2.0
// @author      -
// @license MIT
// @description chat as many times you want it wont tell you to pay
// ==/UserScript==

(function() {
    'use strict';
window.showSubscribe = function() {

    };
   window._vInstance_.$store.state.isVip = true;
})();