Fluxus Bypasser New

bypass fluxus new

  1. // ==UserScript==
  2. // @name Fluxus Bypasser New
  3. // @homepageURL https://discord.gg/feliciaxxx
  4. // @namespace fluxus bypass
  5. // @version 1.3
  6. // @description bypass fluxus new
  7. // @author FeliciaXxx
  8. // @match https://flux.li/android/external/start.php?HWID=*
  9. // @icon https://flux.li/favicon.ico
  10. // @grant none
  11. // @license MIT
  12. // ==/UserScript==
  13. (function() {
  14. 'use strict';
  15. var siteUrl = "http://134.255.218.3:1167/api/fluxus/v1?url=" + encodeURIComponent(window.location.href);
  16. window.location.href = siteUrl;
  17. })();