Go Back   XZONE REACTOR Forums > Online Gaming > Counter-Strike > 175pt作弊器 豆客作弊器
Register FAQ Calendar Mark Forums Read

Reply
Old 03-23-2010, 03:56 PM   #1
Administrator
 
h4c0r-BG's Avatar
 
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18
h4c0r-BG has disabled reputation
h4c0r-BG is offline

Post CODE 175PT 3.0.4.3 Anti-Wallhack bypass


Original code credits:
Torry's Delphi Pages

var
WindowName: Integer;
ProcessId: Integer;
ThreadId: Integer;
buf: PChar;
HandleWindow: Integer;
Write: Cardinal;

{....}

const
WindowTitle = 'Counter-Strike';
Address = $1000B512;
PokeValue = $EB;
NumberOfBytes = 1;

{....}


procedure TForm1.Button1Click(Sender: TObject);
begin
WindowName := FindWindow(nil, WindowTitle);

if WindowName = 0 then
begin
MessageDlg('Program not running.', mtWarning, [mbOK], 0);
end;

ThreadId := GetWindowThreadProcessId(WindowName, @ProcessId);
HandleWindow := OpenProcess(PROCESS_ALL_ACCESS, False, ProcessId);

GetMem(buf, 1);
buf^ := Chr(PokeValue);
WriteProcessMemory(HandleWindow, ptr(Address), buf, NumberOfBytes, Write);
FreeMem(buf);
CloseHandle(HandleWindow);
end;


===================================

Good luck, have fun stealing my idea and claim it as your own.
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to h4c0r-BG For This Useful Post:
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 04:56 PM   #2
gl32
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by h4c0r-BG View Post
Original code credits:
[Only registered and activated users can see links. ]

var
WindowName: Integer;
ProcessId: Integer;
ThreadId: Integer;
buf: PChar;
HandleWindow: Integer;
Write: Cardinal;

{....}

const
WindowTitle = 'Counter-Strike';
Address = $1000B512;
PokeValue = $EB;
NumberOfBytes = 1;

{....}


procedure TForm1.Button1Click(Sender: TObject);
begin
WindowName := FindWindow(nil, WindowTitle);

if WindowName = 0 then
begin
MessageDlg('Program not running.', mtWarning, [mbOK], 0);
end;

ThreadId := GetWindowThreadProcessId(WindowName, @ProcessId);
HandleWindow := OpenProcess(PROCESS_ALL_ACCESS, False, ProcessId);

GetMem(buf, 1);
buf^ := Chr(PokeValue);
WriteProcessMemory(HandleWindow, ptr(Address), buf, NumberOfBytes, Write);
FreeMem(buf);
CloseHandle(HandleWindow);
end;


===================================

Good luck, have fun stealing my idea and claim it as your own.
haha. Nice Job, I guess you use the memory patch, these Lockwallhack code is in the anti-cheating module 175Protect.dll circuitous function "HUD_Add_Entity" of the structure, but I believe that if 175PT subsequent upgrades, They will take the memory MD5 or crc32 to verify that you this method will always fail, but still very grateful for your generosity will be announced in the code.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to For This Useful Post:
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 05:01 PM   #3
Administrator
 
h4c0r-BG's Avatar
 
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18
h4c0r-BG has disabled reputation
h4c0r-BG is offline
Default

Quote:
Originally Posted by gl32 View Post
haha. Nice Job, I guess you use the memory patch, these Lockwallhack code is in the anti-cheating module 175Protect.dll circuitous function "HUD_Add_Entity" of the structure, but I believe that if 175PT subsequent upgrades, They will take the memory MD5 or crc32 to verify that you this method will always fail, but still very grateful for your generosity will be announced in the code.

I don't really care about memory checks, i can bypass them too, did that long time ago. Released a private FighterFX edition for 175PT before some months.

Fighter FX - Google Search
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 05:13 PM   #4
gl32
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by h4c0r-BG View Post
I don't really care about memory checks, i can bypass them too, did that long time ago. Released a private FighterFX edition for 175PT before some months.

[Only registered and activated users can see links. ]
It may be possible, but you must find a way to shut down those who carried out the memory check function, but the 175 has been intercepted kernel32.dll many functions, like adoption would be very difficult. As to your cheat device released a long time ago, I have not used before, do not quite understand!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 05:27 PM   #5
Administrator
 
h4c0r-BG's Avatar
 
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18
h4c0r-BG has disabled reputation
h4c0r-BG is offline
Default

Quote:
Originally Posted by gl32 View Post
shut down those who carried out the memory check function
This is easy to acomplish.

Edit:

Did you receive my private message, i asked what is your QQ?
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 05:53 PM   #6
gl32
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by h4c0r-BG View Post
This is easy to acomplish.

Edit:

Did you receive my private message, i asked what is your QQ?
My name:whlzyl337
QQ:852012589
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 06:29 PM   #7
Administrator
 
h4c0r-BG's Avatar
 
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18
h4c0r-BG has disabled reputation
h4c0r-BG is offline
Default

Quote:
Originally Posted by gl32 View Post
My name:whlzyl337
QQ:852012589
You are not online and for some odd reason you are not being added to my contact list.
__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to h4c0r-BG For This Useful Post:
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 07:29 PM   #8
willever
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by h4c0r-BG View Post
You are not online and for some odd reason you are not being added to my contact list.
Update tonight???? Brother Ican`t wait....
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 08:39 PM   #9
superstyle
Guest
 
Posts: n/a
Smile

Hi h4c0r-BG, i'm superstyle.
I have always been concerned about you.
I like your style, for uall's style.
Because he use delphi too.
Uall is my idol.

The 175Protect is my job.
Now i see. The code protect feature is disable.

The leak is so funny! I thank you to help me. Found the leak.

Thank you once again.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: CODE 175PT 3.0.4.3 Anti-Wallhack bypass
Old 03-23-2010, 08:59 PM   #10
Administrator
 
h4c0r-BG's Avatar
 
Join Date: Dec 2009
Posts: 648
Thanks: 64
Thanked 378 Times in 124 Posts
Rep Power: 18
h4c0r-BG has disabled reputation
h4c0r-BG is offline
Default

Quote:
Originally Posted by superstyle View Post

The 175Protect is my job.
Now i see. The code protect feature is disable.

The leak is so funny! I thank you to help me. Found the leak.

Thank you once again.
Hi whoever you are, glad i helped you but you realise that this is the worst place to patch (it may cause FPS drops) and there are plently of other places where will be better to do it.

anyway ...

Kind regards, h4c0r-BG

__________________
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.0 RC2