[VB.NET] HWID Oluşturma !

1

1Jeff

Developer & Coder
Thread Starter
Ultra Member
Joined
Oct 20, 2019
Messages
725
Reaction score
441
Location
Helsinki
Keklerinize ekleyebileceğiniz mükemmel bir kod vereceğim.
Bu kod sayesinde herhangi birisinin HWID'ini onaylayıp kekinizi kullanmanıza izin verebilirsiniz.
Bu kodu nasıl onaylarım derseniz ister Facebook'da post altına , ister WebSite'nizde onaylayabilirsiniz.

Dilerseniz veya eğer yardım isterseniz farklı bir konuda yardımcı olurum sizlere.Gelelim Kodumuza
Code:
Public Class'ın Üstüne Gelecek !
-
-

Imports System.Management


Code:
Public Class'ın Altına Gelecektir !
--
--

Dim cpuInfo As String
    Function GetHWID()
        Dim mc As New ManagementClass("win32_processor")
        Dim moc As ManagementObjectCollection = mc.GetInstances
        For Each mo As ManagementObject In moc
            If cpuInfo = "" Then
                cpuInfo = mo.Properties("processorID").Value.ToString
                Exit For
            End If
        Next
        Return cpuInfo
    End Function
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Theme editor

Top Bottom