Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[C#] [Help] HWID LOGIN FORM from webclient/website idk [C#]

Featured Replies

Posted

Lol sorry for making 3 threads about help, im a newbie.

Anyways I've searched and searched but could not find.

I'm trying to make a hwid login and how to get the hwid itself like when u click button and it puts the hwid on clipboard

then a downloadstring of the link like host ("http://pastebin/") where it has liek the hwids stored and i can remove one or remove the whole thing ok thx if u can help

Use :

Clipboard.SetText(txtHwid.Text);

To download string from pastebin you need raw link. example:

var s = wc.DownloadString("https://pastebin.com/raw/BUads1Yv");
if (s.Contains("123"))
	Console.WriteLine("OK");
else
	Console.WriteLine("No");

And I dont understand what you mean about storing hwid and removing it. Btw, you can just remove from pastebin? right? and make some encryption.

 

Regards.

  • Author
14 hours ago, Emper0rEyeZ said:

Use :


Clipboard.SetText(txtHwid.Text);

To download string from pastebin you need raw link. example:


var s = wc.DownloadString("https://pastebin.com/raw/BUads1Yv");
if (s.Contains("123"))
	Console.WriteLine("OK");
else
	Console.WriteLine("No");

And I dont understand what you mean about storing hwid and removing it. Btw, you can just remove from pastebin? right? and make some encryption.

 

Regards.

mate like wc doesn't exist does liek u mean are u coding in visual basics or c# lul ill just add webclient for c#

Edited by Lexity

9 hours ago, Lexity said:

mate like wc doesn't exist does liek u mean are u coding in visual basics or c# lul ill just add webclient for c#

probably I forgot to add the line. my bad. this is c#

 

Quote

var wc = new WebClient();

 

  • Author

the only problem is how does it work? the hwid how dus it get da code howw do i make it wurk im skid ok.

Edited by Lexity
nut

5 hours ago, Lexity said:

the only problem is how does it work? the hwid how dus it get da code howw do i make it wurk im skid ok.

Try this one : SKGL

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.