Results 1 to 7 of 7
  1. #1
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1

    Teleport (X/Y) [help pls]

    hi,
    i had scan many times for the X and Y adress... at end, 2 were left.. and i think they are right.. (becourse, if i freeze them my movement wont work...)

    but how can i see the current coordinates..?

    i got that code in VB:

    Private Sub Command1_Click()
    Dim abc As Long
    Call ReadALong("WarRock", &H°Address°, abc)
    Text1.Text = abc
    End Sub

    Private Sub Command2_Click()
    Dim abcd As Long
    Call ReadALong("WarRock", &H°Address°, abcd)
    Text2.Text = abcd
    End Sub


    and i get numbers in the text boxes.. but if i move they dont change (after i clicked button ^^)

    also: could some1 please help me..?..

    maybe here, PM or icq? (410 628 668)


    I would be very thankfull


    GreetZ

  2. #2
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    you need it to refresh every so often,ahh i forget how to do that
    Last edited by cjg333; 06-29-2007 at 12:30 AM.

  3. #3
    Stranger00's Avatar
    Join Date
    May 2007
    Posts
    208
    Reputation
    17
    Thanks
    0
    Put the code in a timer with an interval of 1. That way it should constantly be refreshing with your X,Y coordinates. If you got the right addresses that is.

    Private Sub Timer1.Timer()
    Dim abc As Long
    Call ReadALong("WarRock", &H°Address°, abc)
    Text1.Text = abc
    End Sub

    that should do it I think

  4. #4
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    nope-.. this will me freeze it... nothing more

  5. #5
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    use timer

  6. #6
    webtijn's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    3
    If you give me the address i'll make a working code for you
    Some people own, some doesn't. No mather what hack theire using.

  7. #7
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    got wrong adresses i think... course the value never change.... -.-

Similar Threads

  1. VB6 help pls
    By soad56 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 09-03-2007, 01:18 AM
  2. help pls
    By kga8864 in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 06-25-2007, 04:38 AM
  3. C++ Help pls ^^,, [step by step]
    By kingkicker8 in forum C++/C Programming
    Replies: 1
    Last Post: 06-23-2007, 02:48 PM
  4. Help pls
    By zor123 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 05-24-2007, 01:07 PM
  5. [HELP PLS] how you can do trainers?????
    By Edge15 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 04-08-2007, 03:22 PM