[Help] AmmoChange Please

05/02/2013 19:02 By-Soul#16
[Only registered and activated users can see links. Click Here To Register...]

this Code Send Please
05/02/2013 19:25 ᶠᶸᶜᵏᵧₒᵤ!BugPoint!#17
Quote:
Originally Posted by By-Soul View Post
[Only registered and activated users can see links. Click Here To Register...]

this Code Send Please
:p :p :p lol is a picture I made in paint....... that was only the design, but not its structure
but could generate the code in Visual Basic

give me a few minutes and I give ;)
05/02/2013 19:38 ᶠᶸᶜᵏᵧₒᵤ!BugPoint!#18
Code:
Public Class Form1

    Dim Sec As Integer

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Sec += 1
        If Sec = (TextBox1.Text) Then
            SendKeys.Send(TextBox3.Text)
        End If
        If Sec = (TextBox2.Text) Then
            SendKeys.Send(TextBox4.Text)
            Sec = 0
        End If
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Start()
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer1.Stop()
    End Sub
End Class

Example....
12.12.12.12.12.12
*(.) Interval


Code:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
        Sec += 1
        If Sec = 10 Then
            SendKeys.Send(TextBox1.Text)
        End If
        If Sec = 50 Then
            SendKeys.Send(TextBox1.Text)
        End If
    End Sub
Example
1..2..1..2..1..2
*(..) Interval If Sec = 10 Then > If Sec = 50 Then
05/02/2013 20:20 »Barney«#19
You must use Thread.Sleep(int), the DO Client won't be able to process all keys b4 you send the next ones, especially with the lag nowadays.

Just use the intervals I gave you in the code I posted 2 days ago.
05/02/2013 21:08 ᶠᶸᶜᵏᵧₒᵤ!BugPoint!#20
Quote:
Originally Posted by chichi011 View Post
You must use Thread.Sleep(int), the DO Client won't be able to process all keys b4 you send the next ones, especially with the lag nowadays.

Just use the intervals I gave you in the code I posted 2 days ago.
but I told you that this tool is not for DarkOrbit :confused::confused::confused:
05/02/2013 21:40 bot_user1234#21
True, There are many many ammo changers, Personally I think it takes a noob who can not click 4 and 6 ! But it's my opinion.

Regards.
05/03/2013 09:19 Lawliet#22
Quote:
Originally Posted by ᶠᶸᶜᵏᵧₒᵤ!BugPoint! View Post
#CloseThread
please use the report button next time ([Only registered and activated users can see links. Click Here To Register...])

posts which only contain terms like "#reported/#closerequest" etc., without being constructive are considered spam (punishment accordingly)

#closed