Ban Riski Sıfır oyun dosyaları ile alakası yoktur cmd den açılıyor
İndirme Linki : #deleted / Virus total eklemediğiniz için konunuz kapatılmıştır.
Örnek Cod:
Add-Type @'
using System;
using System.Runtime.InteropServices;
public struct Win32
{
[DllImport("user32.dll")]
public static extern int GetAsyncKeyState(int KeyStates);
[DllImport("user32.dll")]
public static extern void mouse_event(int dwFlags, int dx, int dy, int dwData, int dwExtraInfo);
}
'@
Function IsKeyDown($key) {
return [Convert]::ToBoolean([Win32]::GetAsyncKeyState($key) -band 0x8000)
}
$isOn = $true
while (-Not (IsKeyDown 121)) {
if (IsKeyDown 120) {
$isOn = !$isOn
Start-Sleep -m 200
}
$Sag = 1;
$Sol = -0;
$Yukari = -0;
$Asagi = 4;
if ($isOn -and (IsKeyDown 1)) {
Start-Sleep -m 1
[Win32]::mouse_event(1, $Sol,$Asagi, 0,0)
Start-Sleep -m 1
[Win32]::mouse_event(1, $Sag,$Asagi, 0,0)
}
Start-Sleep -m 1
}
İndirme Linki : #deleted / Virus total eklemediğiniz için konunuz kapatılmıştır.
Örnek Cod:
Add-Type @'
using System;
using System.Runtime.InteropServices;
public struct Win32
{
[DllImport("user32.dll")]
public static extern int GetAsyncKeyState(int KeyStates);
[DllImport("user32.dll")]
public static extern void mouse_event(int dwFlags, int dx, int dy, int dwData, int dwExtraInfo);
}
'@
Function IsKeyDown($key) {
return [Convert]::ToBoolean([Win32]::GetAsyncKeyState($key) -band 0x8000)
}
$isOn = $true
while (-Not (IsKeyDown 121)) {
if (IsKeyDown 120) {
$isOn = !$isOn
Start-Sleep -m 200
}
$Sag = 1;
$Sol = -0;
$Yukari = -0;
$Asagi = 4;
if ($isOn -and (IsKeyDown 1)) {
Start-Sleep -m 1
[Win32]::mouse_event(1, $Sol,$Asagi, 0,0)
Start-Sleep -m 1
[Win32]::mouse_event(1, $Sag,$Asagi, 0,0)
}
Start-Sleep -m 1
}
Moderatör tarafında düzenlendi: