Posted July 23, 20178 yr 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
July 24, 20178 yr 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.
July 24, 20178 yr 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 July 24, 20178 yr by Lexity
July 25, 20178 yr 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();
July 25, 20178 yr 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 July 25, 20178 yr by Lexity nut
July 25, 20178 yr 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