Çözüldü The problem I had while creating my cheat (Help)

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üye
Katılım
4 Nis 2021
Mesajlar
3
Tepki puanı
0
Ödüller
3
5 HİZMET YILI
Hello I have created my hack in Visual basic
Active No recoil and no spread
after 2 minutes he booted me out of the game and this appears to me
Post automatically merged:

:(
 
sudo apt get install NEWLIFE
Süper Üye
Katılım
11 Nis 2018
Mesajlar
609
Çözümler
9
Tepki puanı
66
Ödüller
9
Sosyal
8 HİZMET YILI
your cheat dedected bro you must bypass xigncode 3
 
Çözüm
Üye
Katılım
4 Nis 2021
Mesajlar
3
Tepki puanı
0
Ödüller
3
5 HİZMET YILI
I use these codes
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.Windows.Forms Imports System.Environment Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick 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 Catch exception1 As Exception ProjectData.SetProjectError(exception1) Dim ex As Exception = exception1 ProjectData.SetProjectError(ex) Dim exception As Exception = ex ProjectData.ClearProjectError() ProjectData.ClearProjectError() End Try Dim p As Process() p = Process.GetProcessesByName("wolftü.bin") 'set wolftü process If p.Count = 1 Then ' if wolftü process detected End If End Sub Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0) For Each moz As System.Diagnostics.ProcessModule In p.Modules If moz.FileName.IndexOf("csh") <> -1 Then Label1.Text = moz.BaseAddress.ToString End If Next WriteLong("wolftü.bin", Label1.Text + &H85E23, "2665025140") WriteLong("wolftü.bin", Label1.Text + &H159EF3, "1301090420") End Sub End Class
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst