Results 1 to 5 of 5
  1. #1
    stonie's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    FL
    Posts
    39
    Reputation
    10
    Thanks
    7
    My Mood
    Sad

    [Resolved] Convert Address to long

    I did a search and found a few address, but how do I convert it so I can use it in VB6?

    EX:
    05CA294C - doesn't work
    &H505CF8 - works.

    Does the 05 represent &H?

    I'm confused here. Any information would be appricated.

    Quote Originally Posted by *Resolved*
    Replace the first 2 numbers with &H for it to work with vb6
    Last edited by stonie; 07-31-2008 at 08:25 PM. Reason: *Resolved*

  2. #2
    m60's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by stonie View Post
    I did a search and found a few address, but how do I convert it so I can use it in VB6?

    EX:
    05CA294C - doesn't work
    &H505CF8 - works.

    Does the 05 represent &H?

    I'm confused here. Any information would be appricated.

    hay it has to be &h idk why it just dose PM me if u need any more info

  3. #3
    Calster's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    WTH my internet lagged and triple posted....
    Last edited by Calster; 12-18-2008 at 12:43 PM. Reason: Lag
    ~ Hope i can help ~
    ~ Thank me if i do ~

  4. #4
    Calster's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    -Posted This Wrong-
    How to delete post???
    Last edited by Calster; 12-18-2008 at 12:42 PM. Reason: Wrong
    ~ Hope i can help ~
    ~ Thank me if i do ~

  5. #5
    Calster's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    You just prefix your address with &H which makes it into hex so that it can be understood as a memory address...

    so:
    05CA294C
    Becomes
    &H5CA294C

    Any 0's between the H and 1st non zero are ignored.

    I think dont take my word as law as i am only going on my own understanding.

    ~Calster~
    ~ Hope i can help ~
    ~ Thank me if i do ~

Similar Threads

  1. Share :how to convert dvd and video to zune
    By goodfriend in forum Entertainment
    Replies: 3
    Last Post: 02-20-2008, 07:06 AM
  2. [Tut]How To NOP Addresses At The Proper Byte Length
    By radnomguywfq3 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 01-08-2008, 05:56 PM
  3. how to nop address in .net 2003?
    By c_norris in forum C++/C Programming
    Replies: 2
    Last Post: 12-12-2007, 06:35 PM
  4. How find you addresses of Stamina ,recoil , etc... with CE ?
    By leesan in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-18-2007, 03:48 AM
  5. (Request) A tutorial on how to extract addresses from trainers
    By englishpom in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-19-2007, 10:14 PM

Tags for this Thread