Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 00:26

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Visual Basic Memory HACK

Discussion on Visual Basic Memory HACK within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 232
Received Thanks: 294
Visual Basic Memory HACK

Guten Tag Zusamme!

Mein Problem ich Möchte mit Visual Basic hacks für MMO Games Erstllen!
Aber Sobald Ich den Hack Starte und auf den Button Klicke Passiert NIX!

Hier Mein CODE:________________________________________-
Public Class Form1
Public Declare Function ReadProcessMemory Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
Public Declare Function WriteProcessMemory Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim myProcesses As Process() = Process.GetProcessesByName("TClient")
Dim processHandle As IntPtr = myProcesses(0).Handle
Dim zahl As Integer = 10000
Dim zahl2 As Integer = 3000
Dim buffer As Integer
Dim adresse As Integer = &HD0C456D8

ReadProcessMemory(processHandle, &HD0C456D8, buffer, 4, 0)

If adresse = 3000 Then
WriteProcessMemory(processHandle, zahl, adresse, 4, 0)
Else
WriteProcessMemory(processHandle, zahl2, adresse, 4, 0)
End If

If adresse = 10000 Then
Label2.Text = "On"
Else
Label2.Text = "Off"
End If

If Label2.Text = "On" Then
Label2.ForeColor = Color.Green
If Label2.Text = "Off" Then
Label2.ForeColor = Color.Red
End If
End If

End Sub
End Class
______________________________________________
Habe ich ürgend was noch vergessen ?
LittleChaos is offline  
Old 11/29/2010, 14:49   #2
 
mydoom's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 322
Received Thanks: 98
Und was soll der Code machen?

Code:
[B]Dim adresse As Integer = &HD0C456D8[/B]

ReadProcessMemory(processHandle, &HD0C456D8, buffer, 4, 0)

If [B]adresse = 3000[/B] Then
Das sieht mir nach totalem C&P-Müll aus.
mydoom is offline  
Thanks
1 User
Old 11/29/2010, 21:24   #3
 
elite*gold: 0
Join Date: Feb 2010
Posts: 75
Received Thanks: 11
joa ,.. C&P müll glaub ich auch
hast schon mal daran gedacht das das nicht der TClient ist sondern LTClient?.. und auserdem gehört das so:

Quote:
Process.GetProcessesByName(LTClient + H& addie zum clienten)
usw.. lern erst mal coden und dann komm wieder!
DieterPolen is offline  
Reply


Similar Threads Similar Threads
Visual Basic CA Hack erstellen
07/18/2010 - .NET Languages - 0 Replies
Hallo Leute ich will einen ca Hack Erstellen Mit Boxes SpeedHack chams Wie Mache ich sowas mit Visual Basic Boxes Ist Doch Nicht soschwer Oder? Mein Ftp Server Name:MoonMen2010
Visual Basic Hack?
06/03/2010 - WarRock Hacks, Bots, Cheats & Exploits - 10 Replies
Hi kann man mit Visual Basic einen Warrock hack machen ? Egal welcher außer Crosshair =D. Wenn ja bitte in einem Tutorial aufschreiben Danke im vorraus!
[Brauche Hilfe]Visual Basic Memory Write
04/17/2010 - .NET Languages - 15 Replies
Also wie im Titel schon erwähnt wurde brauche ich hilfe bei memory write in vb. Die Tuts die hier bei EPvp sind bringen mir nicht den da kommen immer fehler... Public Class Form1 Public Declare Function ReadProcessMemory Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As Integer, ByRef lpBuffer As Integer, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer Public Declare Function WriteProcessMemory Lib "kernel32"...
[HELP] Visual Basic.NET 05/08 - Read Memory
07/31/2009 - CO2 Programming - 21 Replies
Hi! I want to learn how to read the memory of Conquer (later in the future i want to learn how to write aswell but i can figure that out later). So what i need help with is this source i have found. It's hard to find Conquer cheat sources which actually are written in Visual Basic.NET so thats why i took this Warcraft III example and i thought of using it to read from Conquer. I ripped it and changed the process name from "war3" to "Conquer" and tried to use it right away but as you...
Visual Basic 6, Hack als exe speichern
12/20/2008 - .NET Languages - 0 Replies
Hey! Ich habe neuestens nach einem Video Hack Tutorial mir einen kleinen Hack gebastelt. Wie speichere ich nun diesen? Und woher kommt bei allen Hacks eigentlich die Dll? Ich verlange nicht das ihr mir nun alles erklärt aber 1-2 Sätze wären echt nett. Vielen Dank im vorraus.



All times are GMT +1. The time now is 00:27.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.