Results 1 to 5 of 5
  1. #1
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10

    [HELP]whats wrong


    can somebody help me(invisible)

  2. #2
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    You used G, H and I. Those are invalid values. After F you should have:
    Code:
    &H517350
    &H517351
    &H517352
    You start at 0, and end at F:
    Code:
    0
    1
    2
    3
    4
    5
    6
    7
    8
    9
    A
    B
    C
    D
    E
    F

  3. #3
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Why don't you use a byte array, I'm sure its much easier..



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  4. #4
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    sorry but what is that

  5. #5
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by branso View Post
    sorry but what is that
    This:
    https://www.mpgh.net/forum/33-visual_...ray_bytes.html

Similar Threads

  1. [Help]whats wrong with my code?
    By kibbles18 in forum C++/C Programming
    Replies: 8
    Last Post: 12-05-2010, 07:27 PM
  2. [HELP!!!]Whats wrong?
    By ArmandoBond in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 6
    Last Post: 10-13-2010, 10:51 AM
  3. [HELP]Whats wrong with this?
    By Golden. in forum Visual Basic Programming
    Replies: 30
    Last Post: 08-06-2010, 04:20 AM
  4. Whats wrong??Plz need help!!!!
    By Felipeb18 in forum C++/C Programming
    Replies: 10
    Last Post: 01-24-2009, 04:37 AM
  5. [HELP] superjump whats wrong again ??
    By quebech4ck in forum Visual Basic Programming
    Replies: 4
    Last Post: 12-06-2007, 06:13 PM