FluxAuth
FluxAuth
  • 2
  • 9 679
How to Make a HWID Login System In C# (Under 3 Minutes!) 🚀
Join us in this succinct guide as we delve into the capabilities of FluxAuth C# SDK for effortlessly incorporating a robust licensing system with hardware ID (HWID) locking in just 3 minutes! Enhance your project's security and master this essential skill with ease.
Get started today: fluxauth.com
zhlédnutí: 2 724

Video

How to Make a License System with HWID Locking In C++ (Under 4 Minutes!) 🚀
zhlédnutí 7KPřed rokem
Join us in this concise tutorial as we explore the potential of FluxAuth C SDK to seamlessly integrate a secure license system with hardware ID (HWID) locking in a mere 4 minutes! Boost your project's security and learn this indispensable technique with ease. Get started today: fluxauth.com Source code: pastebin.com/YPc9JjVh

Komentáře

  • @Saqxz3542
    @Saqxz3542 Před 9 hodinami

    don't lock HWID

  • @khrlmstp_
    @khrlmstp_ Před měsícem

    Source code free?

  • @1j_na
    @1j_na Před 2 měsíci

    thanks! also for the people below who are having issues, set it on release mode instead of debug.

  • @BEAMERS_DC
    @BEAMERS_DC Před 3 měsíci

    whats wrong with my code using System; using System.Management; using Flux; internal class Program { private static void Main(string[] args) { string GetHardwareId() { var cpuInfo = string.Empty; var management = new ManagementClass("win32_processor"); var managementCollection = management.Get.Instances(); foreach (var managementObject in managementCollection) { cpuInfo = managementObject.Properties["processorID"].Value.ToString(); break; } return cpuInfo; } .Auth.Application = "clwlziiow002bns01yrlcf9fr"; Console.Write("Enter your license: "); var license = Console.ReadLine(); try { .Auth.Authenticate(license, GetHardwareId())); Console.WriteLine("Authenticated succesfully") } catch (Exception ex) { Console.WriteLine(ex.Message); } Console.WriteLine(Auth.GetVariable<string>("secret")); } }

  • @BEAMERS_DC
    @BEAMERS_DC Před 3 měsíci

    not working man can you send me the code

  • @ExoticCIips
    @ExoticCIips Před 4 měsíci

    how would i put this with a exe file?

  • @eduwow7351
    @eduwow7351 Před 4 měsíci

    Hi! you got pastebin of this?

  • @MuriloGuedes-oq2og
    @MuriloGuedes-oq2og Před 5 měsíci

    Multithread /MT doesn¹t work

  • @oxygenz1101
    @oxygenz1101 Před 5 měsíci

    Teach me for py code plss...

  • @RVDsAI
    @RVDsAI Před 5 měsíci

    keep getting error on this that it can't be null: return (jObject.GetValue("value") ?? throw new Exception("null value")).Value<T>(); even if i chance it gives me the same but in the most dum thing ever

  • @Brutal0420
    @Brutal0420 Před 5 měsíci

    C++ argument of type is incompatible with parameter of type any idea how to fix?

  • @n0th1ngfps-g1u
    @n0th1ngfps-g1u Před 6 měsíci

    make python

  • @obiotwastaken
    @obiotwastaken Před 6 měsíci

    This is so easy to crack 😭

    • @flacis1
      @flacis1 Před 3 měsíci

      fr 💀💀💀💀💀

  • @pulvxd
    @pulvxd Před 7 měsíci

    could i use this with rust?

  • @Burgie3
    @Burgie3 Před 7 měsíci

    no work

  • @RRUUSSTTXD
    @RRUUSSTTXD Před 9 měsíci

    How to solve this? 1>FluxSDK.lib(main.cpp.obj) : error LNK2001: unresolved external character __std_find_trivial_1. 1>FluxSDK.lib(oaep.cpp.obj) : error LNK2001: unresolved external character __std_find_trivial_1.

  • @LoxizzOffi
    @LoxizzOffi Před 10 měsíci

    I did the same as in the video but is it normal that it doesn't work for me?

  • @safyloll
    @safyloll Před rokem

    I tried keyauth and about 3 more other services and this is the only one that worked and this is the easiest way to do it as well great ass auth big W's

  • @jshotem3679
    @jshotem3679 Před rokem

    how to learn if im brand new to coding

  • @PCModzRestrictedFiles

    how can i put this in my app ?

  • @persiayami9989
    @persiayami9989 Před rokem

    Management

  • @persiayami9989
    @persiayami9989 Před rokem

    Management not available

  • @Radeon_Software
    @Radeon_Software Před rokem

    tried it, application just shuts down afterwards, doesnt continue the program. fix please?

    • @fluxauth
      @fluxauth Před rokem

      I suggest you join our Discord (linked on our website) for quicker support, are you adding it to a console application?

  • @WLeeSinn
    @WLeeSinn Před rokem

    Yeah, but this was a consisten or a stable method?? I mean, If my objective was start make a programm and include this to protect my program & start selling keys... Who can tells me, this platform dont close in the next 2 months??

    • @fluxauth
      @fluxauth Před rokem

      Unlike other authentication solutions, we have a sustainable pricing model which means that there will not be any reason to close it down.

  • @Radeon_Software
    @Radeon_Software Před rokem

    Looks way easier than key auth 😆

  • @unkelrunkel
    @unkelrunkel Před rokem

    Tutorial in python please!!!

    • @fluxauth
      @fluxauth Před rokem

      We have written documentation for python on our website: fluxauth.com/docs/python

  • @WarriorCheat
    @WarriorCheat Před rokem

    In VB NET?

    • @fluxauth
      @fluxauth Před rokem

      We don't have a VB.NET library yet, but you can easily build your own integration either by looking at one of the other libraries or by reading our client API documentation: fluxauth.com/docs/client

  • @matiasvillarrealcruz5518

    In Java?

    • @fluxauth
      @fluxauth Před rokem

      While there isn't a Java SDK, you can easily build your own integration by looking at our docs: fluxauth.com/docs/client

  • @muhammadrehan7225
    @muhammadrehan7225 Před rokem

    Good work