Results 1 to 6 of 6
  1. #1
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused

    Injector help - Auto-Inject

    My Injector here:



    - Manual INJECT WORKS PERFECT
    - Auto-Inject DOESNT WORK :S
    Somebody know problem?

    My Timer is Enabled = False
    and 50 Interval
    My Auto Close code(radiobutton is)
    Code:
             My.Settings.Inject = "auto"
            My.Settings.Save()
            My.Settings.Reload()
            Button3.Enabled = False
            Timer1.Start()
    => Thx to Codemunkie

    This is my Form 1 load
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            If My.Settings.Inject = "auto" Then
                RadioButton1.Checked = True
            ElseIf My.Settings.Inject = "manual" Then
                RadioButton2.Checked = True
            Else
                RadioButton1.Checked = True
            End If
            If My.Settings.Close = 1 Then
                CheckBox1.Checked = True
            Else
                CheckBox1.Checked = False
            End If
    SOMEBODY see the error?





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  2. #2
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,364
    Reputation
    3488
    Thanks
    3,546
    My Mood
    Lurking
    try asking in the hack source and injectors section
    Rep. Power: 126

    Minion: 11/28/12-3/15/14

  3. #3
    Jigsaw's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Moon
    Posts
    23,219
    Reputation
    852
    Thanks
    2,089
    Search for help on Source Code Section.
    DEHUMANIZE YOURSELF
    AND FACE TO BLOODSHED

  4. #4
    dark4ever1's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    20
    My Mood
    Cheerful
    Quote Originally Posted by CheatCreatorzz View Post
    My Injector here:



    - Manual INJECT WORKS PERFECT
    - Auto-Inject DOESNT WORK :S
    Somebody know problem?

    My Timer is Enabled = False
    and 50 Interval
    My Auto Close code(radiobutton is)
    Code:
             My.Settings.Inject = "auto"
            My.Settings.Save()
            My.Settings.Reload()
            Button3.Enabled = False
            Timer1.Start()
    => Thx to Codemunkie

    This is my Form 1 load
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            If My.Settings.Inject = "auto" Then
                RadioButton1.Checked = True
            ElseIf My.Settings.Inject = "manual" Then
                RadioButton2.Checked = True
            Else
                RadioButton1.Checked = True
            End If
            If My.Settings.Close = 1 Then
                CheckBox1.Checked = True
            Else
                CheckBox1.Checked = False
            End If
    SOMEBODY see the error?

    @CheatCreatorzz i can help but come on msn or yahoo
    Be close to that person who makes you happy but be closer to that who can't be happy without you. . .

  5. #5
    Smurfyv's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    -
    Posts
    7,702
    Reputation
    144
    Thanks
    481
    Go to the source code section.

  6. #6
    Bernard's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Purgatory
    Posts
    26,364
    Reputation
    3488
    Thanks
    3,546
    My Mood
    Lurking
    Quote Originally Posted by Hero0fCrossfire View Post
    Go to the source code section.
    or the injector section where injectors are posted
    Rep. Power: 126

    Minion: 11/28/12-3/15/14