Cottonmouth
T oString yazdım deme lütfen :S
T oStrin olmiyacak Tostring olucak birleşik yani.
T oStrin olmiyacak Tostring olucak birleşik yani.
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
niye setup yapıyorsun ?Yaptım bak bi olmuşmu die
Bakın olmuşmu bkalım
Link
Keypermax.exe
Virüs Total
VirusTotal - Free Online Virus, Malware and URL Scanner
----------
Buda bazı örnekler işinize yarar inşallah
OkanBeydanol.rar
Virüs total
VirusTotal - Free Online Virus, Malware and URL Scanner
TextBox' ın içine harf yazmayı engelleme
Imports System.Diagnostics
Imports System.Runtime.InteropServices
Public Class Form1
Const SW_GIZLE As Integer = 0
Const SW_GOSTER As Integer = 9
Dim hWnd As Integer
Dim p As Process()
<DllImport("User32")> Private Shared Function ShowWindow(ByVal hwnd As Integer, ByVal nCmdShow As Integer) As Integer
End Function
Private Sub Form1_Load()
p = Process.GetProcessesByName("Client adı")
end sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
ShowWindow(hWnd, SW_GOSTER)
hWnd = p(0).MainWindowHandle.ToInt32
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
ShowWindow(hWnd, SW_GIZLE)
hWnd = p(0).MainWindowHandle.ToInt32
End Sub
End Class
Benim text içine harf engelleme kodu ıstememle bunun hiç alakası yok Db bota gelince galiba skıll kodları gerekiyo oda oyundan opcodemı ne onlardan alman lazımTextbox içine deşik harf yazsanda farketmiyor gene x e basıyo öle ayarlamadım ayarlasaydım zaten niye kapatayım textboxu
----------
Buda işe yaramıyor hata veriyor diyeri yaradı onu yaptım
----------
Ben şöle daha güzel birşey yapmak m istiyorum da normal tuşlara basmıcak içten bascak db bot gibi onu nasıl ayarlaya bilirim BİRAZ İPUCU VERİRİSEN
sırf setup diye kurmadımEn son eklediğim keyhelpere bnziyor ama db botun kopyasını yaptım ama hiç bi kod yok kodlarda yardım edicek birisi varsa yardım edersiniz sevinirim keyperamxı çalışıyor
Link:Kypermaxand db bot .exe
virüs totol:VirusTotal - Free Online Virus, Malware and URL Scanner
Imports System.Diagnostics
Imports System.Runtime.InteropServices
Public Class Form1
Const SW_GIZLE As Integer = 0
Const SW_GOSTER As Integer = 9
Dim hWnd As Integer
Dim p As Process()
<DllImport("User32")> Private Shared Function ShowWindow(ByVal hwnd As Integer, ByVal nCmdShow As Integer) As Integer
End Function
Private Sub pencerelerigoster()
Dim islem() As Process = Process.GetProcesses()
ListBox1.Items.Clear()
For Each x As Process In islem
If x.ProcessName <> "" Then
ListBox1.Items.Add(x.ProcessName())
End If
Next
ListBox1.Items.Remove(Me.Text)
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
pencerelerigoster()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
ShowWindow(hWnd, SW_GOSTER)
hWnd = p(0).MainWindowHandle.ToInt32
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
ShowWindow(hWnd, SW_GIZLE)
hWnd = p(0).MainWindowHandle.ToInt32
End Sub
Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
p = Process.GetProcessesByName(ListBox1.SelectedItem.ToString)
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
If CheckBox23.Checked = True Then
SendKeys.Send("{x}")
End If
If CheckBox24.Checked = True Then
SendKeys.Send("{1}")
End If
If CheckBox32.Checked = True Then
SendKeys.Send("{2}")
End If
If CheckBox27.Checked = True Then
SendKeys.Send("{3}")
End If
If CheckBox29.Checked = True Then
SendKeys.Send("{4}")
End If
If CheckBox30.Checked = True Then
SendKeys.Send("{5}")
End If
If CheckBox25.Checked = True Then
SendKeys.Send("{6}")
End If
If CheckBox26.Checked = True Then
SendKeys.Send("{7}")
End If
If CheckBox28.Checked = True Then
SendKeys.Send("{8}")
End If
If CheckBox31.Checked = True Then
SendKeys.Send("{9}")
End If
If CheckBox33.Checked = True Then
SendKeys.Send("{0}")
End If
If CheckBox36.Checked = True Then
SendKeys.Send("{TAB}")
End If
If CheckBox35.Checked = True Then
SendKeys.Send("{ENTER}")
End If
If CheckBox34.Checked = True Then
SendKeys.Send("{G}")
End If
End Sub
Private Sub Button16_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button16.Click
Timer1.Enabled = True
Button16.Visible = False
Label9.Text = "Başlatıldı"
Label55.Text = ""
Button17.Visible = True
End Sub
Private Sub Button17_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button17.Click
Timer1.Enabled = False
Button17.Visible = False
Label55.Text = "Durduruldu"
Label9.Text = ""
Button16.Visible = True
End Sub
Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
End Sub
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
End Sub
Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button10.Click
End Sub
Private Sub Göster1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Göster1.Click
Me.Visible = True
Gizle1.Visible = True
End Sub
Private Sub Gizle1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Gizle1.Click
Me.Visible = False
Göster1.Visible = True
End Sub
Private Sub Göster2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub Gizle2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub KapatToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles KapatToolStripMenuItem.Click
Me.Close()
End Sub
End Class
Bekliyorum seniyarın opcode konusunu bıraz karıstırcam vb.net konularına bakarsan opcode bulma dıye bı konu var konuyu acan kişiyle görüştüm bana biraz bilgi verdi ben ugrascam yani yarın o zaman konuruz senle