Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 72
  1. #46
    Alicey311's Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    United States
    Posts
    1
    Reputation
    10
    Thanks
    0

    Alice in the wonderland

    Ciao i am very honored to be now a part of your guest book. Now come to leave me a msg my my place at My cool place

  2. #47
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    Stop Giving External Links and Spammimg !

  3. The Following User Says Thank You to Baldrogs For This Useful Post:

    Qmo (09-27-2011)

  4. #48
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed
    Quote Originally Posted by Baldrogs View Post
    Guys please Stop Spamming and Respect his Work !
    Look at the Thread !
    Just Try to Think how many Time he wasted for Helping Guys to Become a Code Maker with this Thread !

    That's Qmoainx Say Always "If u can respect other people work u will get what u want"
    Thank bro .....
    I' really like good people like you





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  5. #49
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    Thanks to u Bro for Helping this Section !
    I hope u will be the new Minion of this Section =D

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

    Qmo (09-28-2011)

  7. #50
    xdajay's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    India
    Posts
    138
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    Grate job !
    WTF?I am totaly Flushed


    T u He Ha Sab Kuch
    Taray Bina Reha Na Sakno
    Wrong way to death

  8. #51
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    1.) Go learn to Write
    2.) Stop Spamming
    3.) Go out of this Thread !

  9. The Following User Says Thank You to Baldrogs For This Useful Post:

    Gamesata (09-30-2011)

  10. #52
    shanreeco's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    90
    My Mood
    Amused
    @Qmo dude I Get Declaration Exoected... Help Please.. Noob Me.. hahaha

    Expected******












  11. #53
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed
    Declaration for what code ?





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  12. #54
    shanreeco's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    90
    My Mood
    Amused
    Code:
    (VERSION) 5.00
    <Begin> (VB.)Form Form1
       BackColor       =   &H00FFFFFF&
       BorderStyle     =   0  'None
       Caption         =   "Form1"
       ClientHeight    =   2820
       ClientLeft      =   0
       ClientTop       =   0
       ClientWidth     =   4335
       BeginProperty Font 
          Name            =   "Tahoma"
          Size            =   8.25
          Charset         =   0
          Weight          =   400
          Underline       =   0   'False
          Italic          =   0   'False
          Strikethrough   =   0   'False
       EndProperty
       Icon            =   "Form1.frx":0000
       LinkTopic       =   "Form1"
       MaxButton       =   0   'False
       MinButton       =   0   'False
       Picture         =   "Form1.frx":08CA
       ScaleHeight     =   2820
       ScaleWidth      =   4335
       ShowInTaskbar   =   0   'False
       StartUpPosition =   3  'Windows Default
       Begin VB.CheckBox Check1 
          BackColor       =   &H00000000&
          Caption         =   "Auto Exit After Injection"
          Height          =   240
          Left            =   60
          MaskColor       =   &H00000000&
          TabIndex        =   1
          Top             =   2490
          Value           =   1  'Checked
          Width           =   2130
       End
       Begin VB.Timer Timer1 
          Interval        =   100
          Left            =   3105
          Top             =   255
       End
       Begin VB.Label Label1 
          AutoSize        =   -1  'True
          BackStyle       =   0  'Transparent
          Caption         =   "Label1"
          ForeColor       =   &H00000000&
          Height          =   195
          Left            =   60
          TabIndex        =   2
          Top             =   2250
          Width           =   2025
       End
       Begin VB.Label Label2 
          AutoSize        =   -1  'True
          BackColor       =   &H80000001&
          Caption         =   "Exit"
          BeginProperty Font 
             Name            =   "Tahoma"
             Size            =   8.25
             Charset         =   0
             Weight          =   700
             Underline       =   0   'False
             Italic          =   0   'False
             Strikethrough   =   0   'False
          EndProperty
          ForeColor       =   &H80000018&
          Height          =   255
          Left            =   3930
          TabIndex        =   0
          Top             =   2535
          Width           =   330
       End
    End
    Attribute VB_Name = "Form1"
    Attribute VB_GlobalNameSpace = False
    Attribute VB_Creatable = False
    Attribute VB_PredeclaredId = True
    Attribute VB_Exposed = False
    Option Explicit
    'Created Date: 4 September 2011
    'Form1 Universal Injector by qmoainx/mpgh.Net
    'This Code Tutorial Credit Goes to mpgh, Do As mpgh Rule.
    
    'variable declaration
    Private winHwnd   As Long
    Private NamaDll   As String
    
    'Movable function declaration form
    Private Const WM_NCLBUTTONDOWN    As Long = &HA1
    Private Const HTCAPTION           As Integer = 2
    Private Declare Sub ReleaseCapture Lib "user32" ()
    Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, _
                                                                            ByVal wMsg As Long, _
                                                                            ByVal wParam As Long, _
                                                                            lParam As Any) As Long
    
    
    Private Sub Form_Load()
        'explores Form
        CenterForm(Me)
    
        'adjust names below with the name etc. etc. who want to inject it.
        NamaDll = App.Path & "\.dll"
        
        'the name of the target game is up to you, for example pointblank
        FileTarget = "PBlackout.exe"
        
        'if you want an automatic injector exit disetting
        'given the value 1 on check1 code below, otherwise
        'if not given the value 0
        Check1.Value = 1
    
    End Sub
    
    Private Sub Form_Unload(Cancel As Integer)
    'auto open the url after form close
    OpenURL ("https://mpgh.net"), Me.hwnd
    End Sub
    
    Private Sub Label2_Click()
    
    'exit injector application
    
        Unload Me
    
    End Sub
    
    Private Sub Timer1_Timer()
    
        winHwnd = GetProcessWndByName(FileTarget)
        If Not winHwnd = 0 Then 'if found
            NTProcessList 'detection process game
            InjectExecute(NamaDll) 'inject library
            If Check1.Value = 1 Then 'if check1 is checked (Auto Exit After Injection) then
                End 'auto-injector cap
            End If
        Else 'if not
            Label1.Caption = "Waiting Game..."
        End If
    
    End Sub
    
    'kode center form
    Private Sub CenterForm(frm As Form)
    
        frm.Top = Screen.Height / 2 - frm.Height / 2
        frm.Left = Screen.Width / 2 - frm.Width / 2
    
    End Sub
    
    'kode movable form
    Private Sub Form_MouseMove(Button As Integer, _
                               Shift As Integer, _
                               X As Single, _
                               Y As Single)
    
    
        If Button = 1 Then
            ReleaseCapture
            SendMessage(Me).hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&
        End If
        Screen.MousePointer = vbDefault
    
    End Sub
    please fix the code..












  13. #55
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed
    Quote Originally Posted by shanreeco View Post
    Code:
    (VERSION) 5.00
    <Begin> (VB.)Form Form1
       BackColor       =   &H00FFFFFF&
       BorderStyle     =   0  'None
       Caption         =   "Form1"
       ClientHeight    =   2820
       ClientLeft      =   0
       ClientTop       =   0
       ClientWidth     =   4335
       BeginProperty Font 
          Name            =   "Tahoma"
          Size            =   8.25
          Charset         =   0
          Weight          =   400
          Underline       =   0   'False
          Italic          =   0   'False
          Strikethrough   =   0   'False
       EndProperty
       Icon            =   "Form1.frx":0000
       LinkTopic       =   "Form1"
       MaxButton       =   0   'False
       MinButton       =   0   'False
       Picture         =   "Form1.frx":08CA
       ScaleHeight     =   2820
       ScaleWidth      =   4335
       ShowInTaskbar   =   0   'False
       StartUpPosition =   3  'Windows Default
       Begin VB.CheckBox Check1 
          BackColor       =   &H00000000&
          Caption         =   "Auto Exit After Injection"
          Height          =   240
          Left            =   60
          MaskColor       =   &H00000000&
          TabIndex        =   1
          Top             =   2490
          Value           =   1  'Checked
          Width           =   2130
       End
       Begin VB.Timer Timer1 
          Interval        =   100
          Left            =   3105
          Top             =   255
       End
       Begin VB.Label Label1 
          AutoSize        =   -1  'True
          BackStyle       =   0  'Transparent
          Caption         =   "Label1"
          ForeColor       =   &H00000000&
          Height          =   195
          Left            =   60
          TabIndex        =   2
          Top             =   2250
          Width           =   2025
       End
       Begin VB.Label Label2 
          AutoSize        =   -1  'True
          BackColor       =   &H80000001&
          Caption         =   "Exit"
          BeginProperty Font 
             Name            =   "Tahoma"
             Size            =   8.25
             Charset         =   0
             Weight          =   700
             Underline       =   0   'False
             Italic          =   0   'False
             Strikethrough   =   0   'False
          EndProperty
          ForeColor       =   &H80000018&
          Height          =   255
          Left            =   3930
          TabIndex        =   0
          Top             =   2535
          Width           =   330
       End
    End
    Attribute VB_Name = "Form1"
    Attribute VB_GlobalNameSpace = False
    Attribute VB_Creatable = False
    Attribute VB_PredeclaredId = True
    Attribute VB_Exposed = False
    Option Explicit
    'Created Date: 4 September 2011
    'Form1 Universal Injector by qmoainx/mpgh.Net
    'This Code Tutorial Credit Goes to mpgh, Do As mpgh Rule.
    
    'variable declaration
    Private winHwnd   As Long
    Private NamaDll   As String
    
    'Movable function declaration form
    Private Const WM_NCLBUTTONDOWN    As Long = &HA1
    Private Const HTCAPTION           As Integer = 2
    Private Declare Sub ReleaseCapture Lib "user32" ()
    Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, _
                                                                            ByVal wMsg As Long, _
                                                                            ByVal wParam As Long, _
                                                                            lParam As Any) As Long
    
    
    Private Sub Form_Load()
        'explores Form
        CenterForm(Me)
    
        'adjust names below with the name etc. etc. who want to inject it.
        NamaDll = App.Path & "\.dll"
        
        'the name of the target game is up to you, for example pointblank
        FileTarget = "PBlackout.exe"
        
        'if you want an automatic injector exit disetting
        'given the value 1 on check1 code below, otherwise
        'if not given the value 0
        Check1.Value = 1
    
    End Sub
    
    Private Sub Form_Unload(Cancel As Integer)
    'auto open the url after form close
    OpenURL ("https://mpgh.net"), Me.hwnd
    End Sub
    
    Private Sub Label2_Click()
    
    'exit injector application
    
        Unload Me
    
    End Sub
    
    Private Sub Timer1_Timer()
    
        winHwnd = GetProcessWndByName(FileTarget)
        If Not winHwnd = 0 Then 'if found
            NTProcessList 'detection process game
            InjectExecute(NamaDll) 'inject library
            If Check1.Value = 1 Then 'if check1 is checked (Auto Exit After Injection) then
                End 'auto-injector cap
            End If
        Else 'if not
            Label1.Caption = "Waiting Game..."
        End If
    
    End Sub
    
    'kode center form
    Private Sub CenterForm(frm As Form)
    
        frm.Top = Screen.Height / 2 - frm.Height / 2
        frm.Left = Screen.Width / 2 - frm.Width / 2
    
    End Sub
    
    'kode movable form
    Private Sub Form_MouseMove(Button As Integer, _
                               Shift As Integer, _
                               X As Single, _
                               Y As Single)
    
    
        If Button = 1 Then
            ReleaseCapture
            SendMessage(Me).hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&
        End If
        Screen.MousePointer = vbDefault
    
    End Sub
    please fix the code..
    exe name must be same name off dll.
    all have been here : https://www.mpgh.net/forum/399-projec...ml#post5076889
    Last edited by Qmo; 10-09-2011 at 04:57 AM.





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  14. #56
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    Yeah Qmoainx the Best :P

  15. The Following User Says Thank You to Baldrogs For This Useful Post:

    Qmo (10-09-2011)

  16. #57
    S1LVERBL00D's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    •♣☺☻♠☺♠☺☻♥•8○♦♣
    Posts
    28
    Reputation
    8
    Thanks
    1
    My Mood
    Cool
    i hope i can be a good code maker too ^^

  17. #58
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    U can but your need to Work and Learn Hard

  18. #59
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed
    @Sketchy
    @Ghost


    I hope ... these threads make like [ Sticky ]
    And move to : Project Blackout Hack Coding/Source Code - MPGH - MultiPlayer Game Hacking





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  19. #60
    Baldrogs's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Switzerland
    Posts
    1,533
    Reputation
    35
    Thanks
    584
    I hope too

Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. [Tutorial] Become A CODE MAKER
    By Qmo in forum C++/C Programming
    Replies: 1
    Last Post: 05-16-2015, 11:54 AM
  2. Codes Aimbot maker v1.2
    By mini-icones in forum CrossFire Discussions
    Replies: 18
    Last Post: 03-24-2010, 02:44 PM
  3. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  4. Attn Sig Makers.
    By $GHOST$ in forum Help & Requests
    Replies: 6
    Last Post: 02-20-2006, 06:43 PM
  5. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM