Results 1 to 4 of 4
  1. #1
    Jeffrey1993's Avatar
    Join Date
    May 2007
    Location
    Space,Earth,Europa,Netherlands,Brabant,Eindhvn,brenaz...my house
    Posts
    315
    Reputation
    10
    Thanks
    17

    Need Little Help..

    Well I know how to make Hacks with CE 5.3
    and i know a little with VB 6.0 ...

    TuT's Helped Me
    i know how to make , but i dont understand how to insert any pointers...
    Can some one Help Me ^^^^

  2. #2
    Darky's Avatar
    Join Date
    Mar 2007
    Location
    In my house!
    Posts
    583
    Reputation
    12
    Thanks
    4
    Well... you have a search button on this site. Why dont you use it?

    When i fist started to hack i got all the info on that button.

  3. #3
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    well if you dont want tutorials its like:
    Code:
        Dim value As Long
        Dim value1 As Long
        Call ReadALong("Warrock", &H8ADCA8, value)
        value1 = value + &H4C
        Call WriteALong("Warrock", value1, 200)
    &H8ADCA8, this is the address of pointer, and this is offset: &H4C.
    ("Warrock", value1, 200), Value what you want modify is that 200.


    So, as example, if you have pointer 2238434 + 34 and you want to change its value to 1234567889, its like:

    Code:
     
        Dim value As Long
        Dim value1 As Long
        Call ReadALong("Warrock", &H2238434, value)
        value1 = value + &H34
        Call WriteALong("Warrock", value1, 1234567889)
    Correct if im wrong

  4. #4
    Jeffrey1993's Avatar
    Join Date
    May 2007
    Location
    Space,Earth,Europa,Netherlands,Brabant,Eindhvn,brenaz...my house
    Posts
    315
    Reputation
    10
    Thanks
    17
    Quote Originally Posted by juppeli View Post
    well if you dont want tutorials its like:
    Code:
        Dim value As Long
        Dim value1 As Long
        Call ReadALong("Warrock", &H8ADCA8, value)
        value1 = value + &H4C
        Call WriteALong("Warrock", value1, 200)
    &H8ADCA8, this is the address of pointer, and this is offset: &H4C.
    ("Warrock", value1, 200), Value what you want modify is that 200.


    So, as example, if you have pointer 2238434 + 34 and you want to change its value to 1234567889, its like:

    Code:
     
        Dim value As Long
        Dim value1 As Long
        Call ReadALong("Warrock", &H2238434, value)
        value1 = value + &H34
        Call WriteALong("Warrock", value1, 1234567889)
    Correct if im wrong
    THX
    Now im gonne release hacks with VB
    Thanks alot man

Similar Threads

  1. i need little help
    By projenia in forum WarRock Help
    Replies: 14
    Last Post: 04-27-2010, 01:41 PM
  2. Umm need little help ..
    By flori551 in forum WarRock Help
    Replies: 12
    Last Post: 04-27-2010, 07:22 AM
  3. I need a little help.
    By neto7 in forum C++/C Programming
    Replies: 1
    Last Post: 06-25-2008, 04:02 AM
  4. A little help needed
    By trip.. in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-25-2007, 08:02 AM
  5. I need little help to register
    By vagge2 in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 05-29-2007, 02:08 PM