Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HWID Generater Script (vbs)
#1
I got this small script, you can get your hwid from this easily Big Grin


Code:
Function GetCpuID()
Dim wmi, cpu
Set wmi = GetObject("winmgmts:")

  For Each cpu in wmi.InstancesOf("Win32_Processor")
      wscript.echo "CPU: " & cpu.ProcessorID    
  Next
End Function

GetCpuID()



just copy all this and paste it in notepad and then save it as
cpuid.vbs or as any other name Big Grin
Don't try to act smart... i am smarter than you...Ninja
Reply


Messages In This Thread
HWID Generater Script (vbs) - by Akinova - 08-21-2011, 08:16 AM
RE: HWID Generater Script (vbs) - by AceInfinity - 08-21-2011, 08:28 AM
RE: HWID Generater Script (vbs) - by Akinova - 08-21-2011, 08:44 AM
RE: HWID Generater Script (vbs) - by AceInfinity - 08-21-2011, 09:08 AM
RE: HWID Generater Script (vbs) - by Injection - 08-24-2011, 01:27 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)