Bypass Programı Yapma

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Uzman Üye
Katılım
3 Nis 2016
Mesajlar
156
Tepki puanı
0
10 HİZMET YILI
Lazım Olanlar : Bir Adet Buton
İlk Önce Public Class Form1 'in Üstüne Şu Kodu Gireceğiz :
Kod:
Imports Microsoft.VisualBasic
Imports Microsoft.VisualBasic.CompilerServices
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Diagnostics
Imports System.Drawing
Imports System.IO
Imports System.Runtime.CompilerServices
Imports System.Threading
Imports System.Windows.Forms
Imports System.Environment
Sonra Butona Bu Kodu Gireceğiz :

Kod:
Try
            Dim folderPath As String = Environment.GetFolderPath(SpecialFolder.Windows)
            FileSystem.FileClose(New Integer() {1})
            FileSystem.FileClose(New Integer() {2})
            If My.Computer.FileSystem.FileExists((folderPath & "\xspirit.sys")) Then
                FileSystem.FileOpen(1, (folderPath & "\xspirit.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1)
            Else
                File.WriteAllBytes((folderPath & "\xspirit.sys"), New Byte() {0})
                FileSystem.FileOpen(1, (folderPath & "\xspirit.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1)
            End If
            If My.Computer.FileSystem.FileExists((folderPath & "\xhunter1.sys")) Then
                FileSystem.FileOpen(2, (folderPath & "\xhunter1.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1)
            Else
                File.WriteAllBytes((folderPath & "\xhunter1.sys"), New Byte() {0})
                FileSystem.FileOpen(2, (folderPath & "\xhunter1.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1)
            End If
            If My.Computer.FileSystem.FileExists((folderPath & "\xigncode")) Then
            End If
            FileSystem.FileOpen(1, (folderPath & "\xigncode"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1)
        Catch ex As Exception
            Me.Hide()
        End Try
    End Sub
Bu Kadar Artık Sizinde Bir Bypass Programınız Var :) Msgbox'a istediğiniz şeyi girebilirsniz
 
Uzman Üye
Katılım
3 Nis 2016
Mesajlar
156
Tepki puanı
0
10 HİZMET YILI
Tabikide Hayır Sadece wolftü'de Geçerlidir
 
Üye
Katılım
20 Ağu 2016
Mesajlar
1
Tepki puanı
0
9 HİZMET YILI
ben baska oyunda yapmak ıstersem neyını degıstırmem gerek
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst