Skip to content

How to get physical ip address

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #189315
    AhFox
    Member

    Hi,

    I’m just wondering, how to get a physical ip address of a computer using Visual Basic.

    Thank you very much!

    Thanks …

    #189332
    Admin
    Administrator

    @NVYE wrote:

    Hi,

    I’m just wondering, how to get a physical ip address of a computer using Visual Basic.

    Thank you very much!

    Thanks …

    Text1.Text = Winsock1.LocalIP

    you dont have to use a text box you can use a label aswell you can put

    Text1.Text = Winsock1.LocalIP

    under

    Private Sub Command1_Click()
    Text1.Text = Winsock1.LocalIP
    End Sub

    or

    Private Sub Form_Load()
    Text1.Text = Winsock1.LocalIP
    End Sub

    i included a exsample its downloadable below :

    #189331
    AhFox
    Member

    Good stuff … thanks

    UMM … I want physical ip adress or MAC ADRESS …

    #189330
    Admin
    Administrator

    @NVYE wrote:

    Good stuff … thanks

    UMM … I want physical ip adress or MAC ADRESS …

    how your really asking for alot there…

    #189329
    Departure
    Member

    physical ip adress

    I dont get it am i missing something here?? your so called physical ip address is 127.0.0.1 unless you are on a local network. other than that the ip address is assigned by your ISP while connected to the internet.

    But your hardware mac address should’nt be too hard to get

    #189328
    AhFox
    Member

    anyway I figured out 🙂 thanks all

    Now I would like to get Real Serial Number of Hard drive or CPU serial number …

    any idea ??? kekekek

    #189327
    Admin
    Administrator

    Ehh? what is the point of needing all this for? CPU serial cannot be changed. then again is it was able to be changed within the computer you are more likly to fuck your computer then you would deleting something in your registry. now as far as getting a the CPU serial as far as i know thats on the chip its self not stored in the computer any where. however i think if you look around Admins site he did in the past release the source code to his anti-ban sounds like you wanna make a anti-ban.

    #189326
    rattled_Cage
    Member

    hmmm i decided to slap a lot of diferent code ive found to retrieve some of the info i suspect paltalk bans our merry asses on

    i was kind of freaked out when it returned the model numbers of my hard drives
    and as to changing the serial numbers of the drive Good luck LOL
    you gonna peel the model number off in visual basic ?
    the only thing i left of was the volume id

    cmd /k dir

    #189325
    rattled_Cage
    Member

    ooops here it is

    #189324
    AhFox
    Member

    damn … this is good stuff man 🙂 …. thanks a whole bunch.

    Hey buddy … one question … why are the serials number for C and D are in decimal digits?

    Is that a format volume serial number or the hard drive serial number?

    #189323
    Admin
    Administrator

    Great, I might just use this for the new ban remover 🙂 thanks a lot man

    #189322
    rattled_Cage
    Member

    hard drive serial number ^^^

    the vol-id is created when you format or change with volid.exe

    and the serial numbers on that should be on your stickers to your hard drive too ! i dont think these can ever be changed ! like the VIN number on a car

    this shows the volid of c:/

    #189321
    method
    Member

    Hi Guest. I tried your code and i keep getting the following error!! could u help me fix this problem.Thanks

    #189320
    Departure
    Member

    hehehe you have to add the winsock componate …..

    Ctrl + T to bring up the componate window and just tick the box that says “Microsoft winsock control” then click the apply or the ok button.

    now you should see a new componate in your tool bar (left side) click on the winsock and place it into your form

    #189319
    s k 8 e r
    Member

    that’ll tell u ur ip lol

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.