x75 hızında : timer2
x100 hızında : timer3
radiobutton1 : x20 Hızında Hızlandır.
radiobutton2 : x75 Hızın Hızlandır.
radiobutton3 : x150 Hızında Hızlandır.
ReadWritingMemory'i İndirmek İçin Tıklayınız.
Kod:
Private Sub RadioButton1_CheckedChanged(ByVal sender As Object, ByVal e As EventArgs)
If Me.RadioButton1.Checked Then
Me.timer1.Start
Else
Me.RadioButton1.Checked = False
Me.timer1.Stop
End If
End Sub
Kod:
Private Sub RadioButton2_CheckedChanged(ByVal sender As Object, ByVal e As EventArgs)
If Me.RadioButton2.Checked Then
Me.timer2.Start
Else
Me.RadioButton2.Checked = False
Me.timer2.Stop
End If
End Sub
Kod:
Private Sub RadioButton3_CheckedChanged(ByVal sender As Object, ByVal e As EventArgs)
If Me.RadioButton3.Checked Then
Me.timer3.Start
Else
Me.RadioButton3.Checked = False
Me.timer3.Stop
End If
End Sub
Kod:
Private Sub timer3_Tick(ByVal sender As Object, ByVal e As EventArgs)
ReadWritingMemory.WriteInteger("utorrent.exe", &H22B2FC0, 150, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F190, 150, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F1E8, 150, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851CE8, 150, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851D40, 150, 4)
End Sub
Private Sub timer1_Tick(ByVal sender As Object, ByVal e As EventArgs)
ReadWritingMemory.WriteInteger("utorrent.exe", &H22B2FC0, 20, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F190, 20, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F1E8, 20, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851CE8, 20, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851D40, 20, 4)
End Sub
Private Sub timer2_Tick(ByVal sender As Object, ByVal e As EventArgs)
ReadWritingMemory.WriteInteger("utorrent.exe", &H22B2FC0, &H4B, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F190, &H4B, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H984F1E8, &H4B, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851CE8, &H4B, 4)
ReadWritingMemory.WriteInteger("utorrent.exe", &H9851D40, &H4B, 4)
End Sub
0 yorum: