Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding
You last visited: Today at 21:48

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

Advertisement



Offset lade problem in Delphi

Discussion on Offset lade problem in Delphi within the General Coding forum part of the Coders Den category.

Reply
 
Old 06/19/2010, 09:01   #16
 
HardCore.1337's Avatar
 
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
ist gut. Wir haben es ja geklärt.
HardCore.1337 is offline  
Old 06/20/2010, 12:45   #17
 
HardCore.1337's Avatar
 
elite*gold: 1
Join Date: Feb 2009
Posts: 1,726
Received Thanks: 729
Code:
Function MemoryRead(Adresse: DWord): PChar;
var
  ThreadID, ProcessID: Integer;
  WindowHandle: THandle;
  Windowtitel: HWnd;
  buffer: PChar;
  Bytes: DWord;
begin
  WindowTitel := FindWindow(nil, Application);
  if WindowTitel = 0 then
    Exit;

  ThreadID := GetWindowThreadProcessID(WindowTitel, @ProcessID);
  WindowHandle := Openprocess(PROCESS_ALL_ACCESS, False, ProcessID);
  GetMem(Buffer, 64); //64 Byte sichern
  ReadProcessMemory(WindowHandle, Ptr(Adresse), @Buffer, 4, Bytes);
  Result := Buffer;
  
  FreeMem(Buffer);
  CloseHandle(WindowHandle);
end;
Übrigens war sein Problem nicht unbegründet weswegen ihr nicht auf ihm rum hacken dürft.
Die Lösung war simpel, aber nicht logisch.
HardCore.1337 is offline  
Reply


Similar Threads Similar Threads
DELPHI - Who make Exploits, Hacks and Tools with DELPHI?
05/15/2013 - CO2 Programming - 13 Replies
Hi all. Iwith DELPHI, but a dont now. hello, I use Delphi to program and i like someone put here source code of make Exploits, Hacks and Tools bot here, or part of the code. ty to all
[DELPHI&METIN]Wie sind die Delphi Befehle für einen Bot?
03/07/2010 - General Coding - 3 Replies
Hallo liebe com, ich habe mal eine Frage: Ich möchte einen Metin Bot in Delphi schreiben aber ich weiß nicht die Befehle für eine bestimmte Taste senden etc. könnt ihr mir die pls sagen oder per pn geben MfGGGGGG
Win7 Server-Lade-Problem
12/26/2009 - S4 League - 6 Replies
Hey ich hab nen Problem mit S4 bei meinem Win7: -Ich logge mich normal mit ID und PW ein -S4 Fragt nach welchem Server (Ich nehm German) ->Da is das Problem wenn es acc-daten lädt und dan normal lädt kickt mich das Game nach 1 Min raus .. ich benutze KEINEN bypass oda sonstiges.. Wenn jmd mir helfen kann pls antworten Danke im vorraus :D Coladose :handsdown:
[Delphi] Problem with target.
10/07/2009 - Perfect World - 2 Replies
Well, I'm a little problem, I am creating a component in Delphi for the facilitate the lives of those who want to create a bot or something, but I can not set the "target", you get all the other information such as hp and mp, my only problem being that, if someone can give me an idea of how to do this I am grateful. Below is the code I'm using to try to define the "target". var PH : THandle; PID, ThID : DWORD; b : DWORD; H : THandle; currentvalue: Integer; valueTarget:...



All times are GMT +1. The time now is 21:48.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.