You are calling the function incorrectly with the wrong parameters based on what it wants. You are also not using the function correctly with the address that you are trying to write to.
ReadWritingMemory.vb hilfe 09/03/2014 - .NET Languages - 2 Replies Hallo,
ich bin anfänger im coden und weiß auch nicht ob das die richtige section ist.
Für einen Hack hab ich eine adresse
die value ist 30070 die adresse CshXXXX.tmp+006FB560 ;offset: 18; 2bytes
Wie kann ich offset und 2bytes hier verwenden?
WriteInteger("Wolfteam.bin", Label2.Text + &H006FB560, "30073")
ReadWritingMemory - Alternativen? 03/16/2014 - Wolfteam - 13 Replies Hallöle,
wollte mal fragen, was eigentlich jetzt genutzt wird, da RWM gepatcht ist.
Umgeht man das nochmals irgendwie über einen Bypass oder sowas ähnliches oder werden da ganz andere Methoden genutzt?
Gruß
[ENG] Error: Error 1 error C2601: 'HackMain' local function definitions are illegal 08/20/2013 - C/C++ - 1 Replies So, as the title says I've been encountering an error
Error 1 error C2601: 'HackMain' local function definitions are illegal
I'm running on VC++ (Visual C++)
This is my code:
void HackMain()
{
for (;; )
{
HackThread();
}
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_ 04/08/2012 - elite*gold Trading - 2 Replies API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted
ReadWritingMemory in VB08 02/25/2012 - .NET Languages - 3 Replies Hi Leute,
ich habe das hier mal aus dem Internet geladen und möchte, auch das man damit Text auslesen kann und nicht nur Zahlen.
Hier der Code;
Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal bInheritHandle As Integer, ByVal dwProcessId As Integer) As Integer
Const PROCESS_ALL_ACCESS = &H1F0FF
Private Declare Function ReadProcessMemory1 Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Integer, ByVal lpBaseAddress As...