Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    Addresses [26.08.2009]


    Kvn'X
     Share

    Recommended Posts

    Checkpoint Hack :
    
    Address(1) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H32C || Value : -100
    Address(2) ::: Pointer : &HABE2D0 + &H400000 || Offset : &H328 || Value : -100
    Address(3) ::: Pointer : &HAC1908 + &H400000 || Offset : &H31C || Value : -100
    Address(4) ::: Pointer : &HAC1908 + &H400000 || Offset : &H318 || Value : -100

     

     

    Rank Hack : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H1A8 || Value : 1

     

     

    Meter Hack : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H338 || Value : 500000

     

     

    Timefreeze Hack : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H334 || Value : 1

     

     

    Server Rank Hack : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H2E8 || Value : 1

     

     

    Remove Hud : 
    
    Address(1) ::: Pointer : &H400000 + &HABE1D0 || Offset : &H634A || Value : 1000

     

     

    Show Hud : 
    
    Address(1) ::: Pointer : &H400000 + &HABE1D0 || Offset : &H634A || Value : 212864

     

     

    Invi Car : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H142 || Value : 1

     

     

    Show Car : 
    
    Address(1) ::: Pointer : &H400000 + &HABE2D0 || Offset : &H142 || Value : 65536

     

     

    Dont know how to use?

    Click here

    Link to comment
    Share on other sites

    No problem O.o

    Link to comment
    Share on other sites

    no i cant, superjump have no main address O.o

    Link to comment
    Share on other sites

    I think i ll try too make my first hack for tmnfn O.o

    ty big

    Link to comment
    Share on other sites

    my first tmnf hack -> http://ghbsys.net/ghb/index.php?showtopic=11860

    My new and Best (with all the adresses) -> http://ghbsys.net/ghb/index.php?showtopic=15058

    Edited by daandaan50
    Link to comment
    Share on other sites

    @ InfernoXXX

    Look in d3d section O.o There are enaugh tut's

    Link to comment
    Share on other sites

    EDITED: Nvm ... I think its because I am on vista O.o memory functions in vip hack dont work for me too same as my d3d hack

    Edited by sniperwar
    Link to comment
    Share on other sites

    i got more 2 O.o

    Link to comment
    Share on other sites

    Only add a module and make your form! (don't forget timers!)

     

    Public Class Form1
    
       Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
           'cp hack
           WriteLongPointer(&HABE2D0 + &H400000, &H32C, -100, 4)
           WriteLongPointer(&HAC1908 + &H400000, &H31C, -100, 4)
           WriteLongPointer(&HABE2D0 + &H400000, &H328, -100, 4)
           WriteLongPointer(&HAC1908 + &H400000, &H318, -100, 4)
       End Sub
    
       Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
           'rank hack
           WriteLongPointer(&H400000 + &HABE2D0, &H1A8, TextBox1.Text, 4)
       End Sub
    
       Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick
           'meter hack
           WriteLongPointer(&H400000 + &HABE2D0, &H338, 500000, 4)
       End Sub
    
       Private Sub Timer4_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer4.Tick
           'timefreeze
           WriteLongPointer(&H400000 + &HABE2D0, &H334, 1, 4)
       End Sub
    
       Private Sub Timer5_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer5.Tick
           'online rank hack
           WriteLongPointer(&H400000 + &HABE2D0, &H2E8, TextBox1.Text, 4)
       End Sub
    
       Private Sub Timer6_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer6.Tick
           'rem hud
           WriteLongPointer(&H400000 + &HABE1D0, &H634A, 1000, 4)
    
       End Sub
    
       Private Sub Timer7_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer7.Tick
           'show hud
           WriteLongPointer(&H400000 + &HABE1D0, &H634A, 212864, 4)
       End Sub
    
       Private Sub Timer8_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer8.Tick
           'invi car
           WriteLongPointer(&H400000 + &HABE2D0, &H142, 1, 4)
       End Sub
    
       Private Sub Timer9_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer9.Tick
           'show car
           WriteLongPointer(&H400000 + &HABE2D0, &H142, 65536, 4)
       End Sub
    End Class

    Link to comment
    Share on other sites

    • 1 month later...

    Some1 may post for example checkpoint hack in c++?

    I tried sth like: (checkpoint)

    *(long*)((0xABE2D0 + 0x400000) + 0x32C) = -100;

    *(long*)((0xAC1908 + 0x400000) + 0x31C) = -100;

    *(long*)((0xABE2D0 + 0x400000) + 0x328) = -100;

    *(long*)((0xAC1908 + 0x400000) + 0x318) = -100;

     

    But it wont work...

    Edited by Andii
    Link to comment
    Share on other sites

    Hide/Show hud isn't that when you press * in game???

    Link to comment
    Share on other sites

    yes it is ;) but i got it later O.o

    The hack i got before it ^^

    Didnt know that it works like this too xD

    Link to comment
    Share on other sites

    weird xD

    if i use invi car, and i respawn, i cant drive?

    but when im already driving and turn it on then i can keep driving.

     

    if you need i can make a video. O.o

     

    sorry for bad english, im dutch!

    Link to comment
    Share on other sites

    • 4 weeks later...

    Like all other hacks, too O.o

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...