Results 1 to 8 of 8
  1. #1
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13

    Exclamation How i add invis. at vb6 ??

    can someone explane how i step by step
    add invis. hack with my hack !!! ???

    pleasee

  2. #2
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Invisible is a 7 byte NOP:
    Code:
    WriteAByte("WarRock", &HAddress, &H90)
    WriteAByte("WarRock", &HAddress +1, &H90)
    WriteAByte("WarRock", &HAddress +2, &H90)
    WriteAByte("WarRock", &HAddress +3, &H90)
    WriteAByte("WarRock", &HAddress +4, &H90)
    WriteAByte("WarRock", &HAddress +5, &H90)
    WriteAByte("WarRock", &HAddress +6, &H90)
    This code goes in a button.

  3. #3
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    :P I thought more

  4. #4
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by wr194t View Post
    Invisible is a 7 byte NOP:
    Code:
    WriteAByte("WarRock", &HAddress, &H90)
    WriteAByte("WarRock", &HAddress +1, &H90)
    WriteAByte("WarRock", &HAddress +2, &H90)
    WriteAByte("WarRock", &HAddress +3, &H90)
    WriteAByte("WarRock", &HAddress +4, &H90)
    WriteAByte("WarRock", &HAddress +5, &H90)
    WriteAByte("WarRock", &HAddress +6, &H90)
    This code goes in a button.
    ow and thats all ??

    just a button On ?

    and no timer or something
    whats the address i cant find ?!

    and do i have to NOP and how ??
    Last edited by floris12345!; 01-12-2008 at 02:05 PM.

  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 floris12345! View Post
    ow and thats all ??

    just a button On ?

    and no timer or something
    whats the address i cant find ?!

    and do i have to NOP and how ??
    All you need to do is put this into a button, and I've just NOPed the address. The code I posted is NOPing.

  6. #6
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    wr194t so he learns nothing. Let him sometimes even things out

  7. #7
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13

    Exclamation

    wr194t but i need a address from the invisible

    because if i paste the code you posted you need the address !!!!

  8. #8
    branso's Avatar
    Join Date
    Nov 2007
    Posts
    66
    Reputation
    10
    Thanks
    10
    Find it by yourself