Results 1 to 9 of 9
  1. #1
    tobiasm9's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    in your ass :P
    Posts
    82
    Reputation
    9
    Thanks
    2

    Question (help)with addresses

    can someone tell me what should i write code in ON button for invisibility and OFF too

  2. The Following User Says Thank You to tobiasm9 For This Useful Post:

    rotem611 (01-31-2009)

  3. #2
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    invisible is considered a VIP hack - hardly anyone will tell you how :P

  4. The Following User Says Thank You to olie122333 For This Useful Post:

    rotem611 (01-31-2009)

  5. #3
    systemx84's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    451
    Reputation
    10
    Thanks
    10
    LOL u got a point there..=))))) but i think someone had/was talking about in this here: https://www.mpgh.net/forum/28-warrock...addresses.html check there, or maybe ask DarkBright, he made a trainer, so he might know..)

  6. The Following User Says Thank You to systemx84 For This Useful Post:

    rotem611 (01-31-2009)

  7. #4
    dannis's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Weaksauce
    Posts
    291
    Reputation
    10
    Thanks
    11
    My Mood
    Mellow
    Quote Originally Posted by tobiasm9 View Post
    can someone tell me what should i write code in ON button for invisibility and OFF too
    Well for VB6 and VB.NET you just have to do it like a normal button:
    On:
    Code:
    Timer1.Enable = True
    Off:
    Code:
    Timer1.Enable = False
    you just got to NOP the invisibility address 7 times and remember its hexadecimal.
    Last edited by dannis; 02-26-2008 at 02:53 PM.
    Marijuana Enthusiast.
    |Kottonmouth Soldier|

  8. The Following User Says Thank You to dannis For This Useful Post:

    rotem611 (01-31-2009)

  9. #5
    systemx84's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    451
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by dannis View Post
    Well for VB6 and VB.NET you just have to do it like a normal button:
    On:
    Code:
    Timer1.Enable = True
    Off:
    Code:
    Timer1.Enable = False
    you just got to NOP the invisibility address 7 times and remember its hexadecimal.
    There is ur help, and btw nice avatar, u should animate it and add:
    "Im Lovin It" part, i help u with it if u like))

  10. The Following User Says Thank You to systemx84 For This Useful Post:

    rotem611 (01-31-2009)

  11. #6
    dannis's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Weaksauce
    Posts
    291
    Reputation
    10
    Thanks
    11
    My Mood
    Mellow
    Quote Originally Posted by systemx84 View Post
    There is ur help, and btw nice avatar, u should animate it and add:
    "Im Lovin It" part, i help u with it if u like))
    haha thanks and thats a pretty sweet idea, i might have to do that when i get bored or something.
    Marijuana Enthusiast.
    |Kottonmouth Soldier|

  12. The Following User Says Thank You to dannis For This Useful Post:

    rotem611 (01-31-2009)

  13. #7
    jeffrey1's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Location
    canada!
    Posts
    27
    Reputation
    10
    Thanks
    12
    My Mood
    Sneaky
    hey you just need 2 new part in your modul
    just change string for your modul
    :Public Function WriteAByte(DDC50B45 As Long, F6109BFB As Byte)
    Dim B4AFE7C6 As Long
    Dim D8013DDD As Long
    Dim BBEB130B As Long

    B4AFE7C6= F79F1CC6(vbNullString, "WarRock")

    If (B4AFE7C6= 0) Then
    Exit Function
    End If

    E073507F B4AFE7C6,BBEB130B

    D8013DDD= BFE4EA63(&H1F0FFF, False,BBEB130B)

    If (D8013DDD= 0) Then
    Exit Function
    End If

    C92B60B8 D8013DDD,DDC50B45,F6109BFB,1, 0&

    E3CA2100 D8013DDD
    End Function

    'WriteASM
    Public Function WriteASM(Address As Long, ASM As String)
    Dim i As Integer
    Dim i2 As Integer

    i2 = 1
    While i < (Len(ASM) / 2)
    Call WriteAByte(Address + i, Val("&H" & Mid$(ASM, i2, 2)))
    i = i + 1
    i2 = i2 + 2
    Wend
    End Function

    and the code Call WriteASM(&Hadress, "1C")

  14. The Following User Says Thank You to jeffrey1 For This Useful Post:

    rotem611 (01-31-2009)

  15. #8
    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
    Wrong section, this goes in the Visual Basic section.



    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?


  16. The Following User Says Thank You to radnomguywfq3 For This Useful Post:

    rotem611 (01-31-2009)

  17. #9
    TinyWeeWee's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Location
    NYC
    Posts
    8,305
    Reputation
    76
    Thanks
    1,246
    My Mood
    Lurking
    Quote Originally Posted by jetamay View Post
    Wrong section, this goes in the Visual Basic section.
    In that case, closed.

  18. The Following User Says Thank You to TinyWeeWee For This Useful Post:

    rotem611 (01-31-2009)

Similar Threads

  1. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  2. need help with memory addresses
    By falzarex in forum Blackshot Hacks & Cheats
    Replies: 0
    Last Post: 07-06-2009, 08:25 AM
  3. little help with addresses
    By knappy in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-10-2008, 02:35 PM
  4. [request] Help with Address
    By Grim09 in forum WarRock - International Hacks
    Replies: 21
    Last Post: 11-20-2007, 01:41 PM
  5. Can I have some help with addresses?
    By thez6668 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 09-02-2007, 03:45 PM

Tags for this Thread