Categories > Coding > C# >

Release | Keysystem

SlicedOrange

Orange MacTavish

Posts: 16

Threads: 3

Joined: Jul, 2022

Reputation: -20

Posted

key system release, yes yes
first release
very berry cool

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Net;
using Newtonsoft.Json;
using System.Security.Policy;
using System.Net.Http;
namespace Keysystem
{
    internal class Program
    {
        static async Task Main(string[] args)
        {
            dynamic data;
            string MachineName = Dns.GetHostName();
            DateTime thisDay = DateTime.Today;
            string keylink = "https://workink.biz/3fE/AtonixKey";
      
       
            Console.WriteLine("Welcome to KeySysyem V3");
            Console.WriteLine(thisDay);
            Console.WriteLine("Opening KeyLink");
            Thread.Sleep(250);

            System.Diagnostics.Process.Start(keylink);

            Console.WriteLine(MachineName + "please Enter your obtained key!");
            string key = Console.ReadLine();

            string url = "https://redirect-api.work.ink/tokenValid/";

            using (HttpClient client = new HttpClient())
            {
                data = JsonConvert.DeserializeObject(await client.GetStringAsync(url + key));
                Console.WriteLine("Is key valid?: " + data["valid"]);
            }
            if (data["valid"] == true)
            {
                Console.WriteLine("Opening Target Destination");
            }
            else 
            {
                Console.WriteLine("Cant Opem Destination, Redo Keysystem");
            }
        }
    }
}
  • 0

Posts: 2099

Threads: 10

Joined: Sep, 2020

Reputation: 62

Replied

Oh my lol 


content length

  • 0

Discord : Doctor Doom#0550

Jisll

UI Maker

Posts: 29

Threads: 0

Joined: Feb, 2021

Reputation: 5

Replied

There Is Still A Lot Of Room For Improvement To This Code. Just Make A Key System With A Website So That It Is More Professional.

  • 0

https://cdn.discordapp.com/attachments/927291995947413515/1092728981884780594/jisll.png

CatsPnewed

cxtspn≡w≡d

Posts: 43

Threads: 18

Joined: Dec, 2021

Reputation: 1

Replied

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Net;
using Newtonsoft.Json;
using System.Security.Policy;
using System.Net.Http;
namespace Keysystem
{
    internal class Program
    {
        static async Task Main(string[] args)
        {
            dynamic data;
            string MachineName = Dns.GetHostName();
            DateTime thisDay = DateTime.Today;
            string keylink = "https://workink.biz/3fE/AtonixKey";
            Console.WriteLine("Welcome to KeySysyem V3");
            Console.WriteLine(thisDay);
            Console.WriteLine("Opening KeyLink");
            Thread.Sleep(250);
            System.Diagnostics.Process.Start(keylink);
            Console.WriteLine(MachineName + "please Enter your obtained key!");
            string key = Console.ReadLine();
            string url = "https://redirect-api.work.ink/tokenValid/";
            using (HttpClient client = new HttpClient())
            {
                data = JsonConvert.DeserializeObject(await client.GetStringAsync(url + key));
                Console.WriteLine("Is key valid?: " + data["valid"]);
            }
            Console.WriteLine(data["valid"] ? "Opening Target Destination" : "Cant Open Destination, Redo Keysystem" )
        }
    }
}

You can imporve it alot if you have a free time lol. Just first look at code lol.

 

  • 0

Posts: 17

Threads: 1

Joined: Dec, 2022

Reputation: -33

Replied

I'm really sorry, but that code is just plain dogsh*t, and you just can't code. I suggest you take this down before people bully you.

  • 0

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

It's pretty much bad code + a free and public "key system API" in one.

  • 0

Random quote here...

Posts: 17

Threads: 1

Joined: Dec, 2022

Reputation: -33

Replied

@VoidableMethod Stfu you can't code in C# nerd. I fixed your code many times, please do not talk LOGGER

  • 0

Added

@CatsPnewed Your code also sucks, loser. Please quit posting sh*tty solutions.

  • 0

blueless

Failed to fetch.

vip

Posts: 435

Threads: 41

Joined: Dec, 2021

Reputation: 17

Replied

@CatsPnewed That doesn't help too much

  • 0

Failed to fetch.

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@SuzyfYUIDSAH

ppl are trying to help her and just tryin to humiliate Oranges?

  • 0

Posts: 17

Threads: 1

Joined: Dec, 2022

Reputation: -33

Replied

@75975Ishan ternary is hot use it 

  • 0

Posts: 4

Threads: 0

Joined: Dec, 2022

Reputation: 0

Replied

Thank you for sharing this information and your experience

  • 0

SlicedOrange

Orange MacTavish

Posts: 16

Threads: 3

Joined: Jul, 2022

Reputation: -20

Replied

@SuzyfYUIDSAH
atleast i dont bl*w men

  • 0

Posts: 17

Threads: 1

Joined: Dec, 2022

Reputation: -33

Replied

@SlicedOrange I'm gay n1gga

  • 0

SlicedOrange

Orange MacTavish

Posts: 16

Threads: 3

Joined: Jul, 2022

Reputation: -20

Replied

@SuzyfYUIDSAH
LUX ALERT!!!

  • 0

Next >>>

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )