Results 1 to 8 of 8

Hybrid View

  1. #1
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547

    Crosshair [VB.net]

    Code:
    '////// FULLY CODDED AND COMMENTED BY m_t_h//////
    '///// IF YOU'RE USING THIS SOURCE CODE PLEASE INCLUDE ME IN CREDITS////
    '//// DO NOT DELETE THIS COMMENT ////
    '/// VISIT WWW.MPGH.NET, THE BIGGEST HACKING SITE ON THE WORLD//////
    '// 
    '/ ~m_t_h
    
    
    
    
    Module Module1
        Declare Function SetWindowPos Lib "user32" (ByVal hwnd As IntPtr, ByVal hWndInsertAfter As Integer, ByVal x As Integer, ByVal y As Integer, ByVal cx As Integer, ByVal cy As Integer, ByVal wFlags As Integer) As IntPtr
    
        Public Const SWP_FRAMECHANGED = &H20
        Public Const HWND_TOP = 0
        Public Const HWND_TOPMOST = -1
        Public Const HWND_NOTOPMOST = -2
        Public Const SWP_DRAWFRAME = SWP_FRAMECHANGED
        Public Const SWP_HIDEWINDOW = &H80
        Public Const SWP_NOACTIVATE = &H10
        Public Const SWP_NOCOPYBITS = &H100
        Public Const SWP_NOMOVE = &H2
        Public Const SWP_NOOWNERZORDER = &H200
        Public Const SWP_NOREDRAW = &H8
        Public Const SWP_NOREPOSITION = SWP_NOOWNERZORDER
        Public Const SWP_NOSIZE = &H1
        Public Const SWP_NOZORDER = &H4
        Public Const SWP_SHOWWINDOW = &H40
    
    
        Public Sub FormOnTop(ByVal frm As Form, ByVal VF As Boolean)
    
    
            Select Case VF
                Case True
                    SetWindowPos(frm.Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE Or SWP_SHOWWINDOW Or SWP_NOSIZE Or SWP_NOMOVE)
                Case False
                    SetWindowPos(frm.Handle, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE Or SWP_SHOWWINDOW Or SWP_NOSIZE Or SWP_NOMOVE)
    
            End Select
        End Sub
    End Module

  2. #2
    **HACKER**'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Outside Your House ;-0
    Posts
    645
    Reputation
    22
    Thanks
    228
    My Mood
    Yeehaw
    Nice Man Good Work Keep It Up !

  3. #3
    sam22's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Behind u
    Posts
    773
    Reputation
    33
    Thanks
    880
    My Mood
    Amazed
    so u make a forum than u add a model and in the start buttom what do u call module 1 show

  4. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Nice job on this, mind if I modify it for other games? I will give credits and post what I've added if u allow it

  5. #5
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    Quote Originally Posted by supercarz1991 View Post
    Nice job on this, mind if I modify it for other games? I will give credits and post what I've added if u allow it
    yes............

  6. #6
    Victor251996's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Devilish
    Where do i post ths code since i just started playing AVA i know almost nothing about using hack on it could you guys please tell me ^^?

  7. #7
    Rasta's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Russian Federation
    Posts
    1,373
    Reputation
    122
    Thanks
    1,189
    could i ask :P how can you make a crosshair??

  8. The Following 2 Users Say Thank You to Rasta For This Useful Post:

    WanQuiSheR (03-26-2011),wexley (04-19-2011)

  9. #8
    jessehotmail's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    @home
    Posts
    325
    Reputation
    10
    Thanks
    10
    My Mood
    Psychedelic
    @LoveKiss i can tell you : learn codering