EMO Style ForumPro - Hos Geldiniz
UCE capable of bypassing Punkbuster  Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
UCE capable of bypassing Punkbuster  Uyeols10
EMO Style ForumPro - Hos Geldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

Istatistikler
Toplam 203 kayıtlı kullanıcımız var
Son kaydolan kullanıcımız: crayzboy76

Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Tarıyıcı
 Kapı
 Indeks
 Üye Listesi
 Profil
 SSS
 Arama
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

RSS akısı


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Anahtar-kelime

loot  pointer  kutu  

Kimler hatta?
Toplam 1 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 1 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
» İnternetten Para Kazandıran Oyun ! Ödeme Alt Limiti Yok ! DEV KONU
UCE capable of bypassing Punkbuster  I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
UCE capable of bypassing Punkbuster  I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
UCE capable of bypassing Punkbuster  I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
UCE capable of bypassing Punkbuster  I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
UCE capable of bypassing Punkbuster  I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
UCE capable of bypassing Punkbuster  I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
UCE capable of bypassing Punkbuster  I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
UCE capable of bypassing Punkbuster  I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
UCE capable of bypassing Punkbuster  I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

UCE capable of bypassing Punkbuster

Aşağa gitmek

UCE capable of bypassing Punkbuster  Empty UCE capable of bypassing Punkbuster

Mesaj tarafından EMO Salı Mayıs 31, 2011 2:43 am

Tutorial for making a UCE for bypasssing PB
PS:
This looks alot like the other tutorial... But this one is undetected
and the on ein the tutorial section is ripped and detected -.-

Things u need are:

  1. Cheatengine 5.3 source ( i have updated it a litle UCE capable of bypassing Punkbuster  Emo2 )
  2. Delphi (7) Very Slow download link
  3. Windows Driver Developement Kit (DDK)
  4. Actual Search & Replace (this is 6.5) Keygen is in there UCE capable of bypassing Punkbuster  Emo5

Ok first install the 3 programns above.. When installed unpack the cheat engine 5.3 source to ur Desktop.
Rename it if you want to.

Ok first find Driver.dat in your main source folder...
It has This:

Code:
CEDRIVER53
DBKPROCLIST53
DBKTHREADLIST53
dbk32.sys
Al these strings are detected by Punkbuster...
So make it your own came up strings, i used this UCE capable of bypassing Punkbuster  Emo2

Code:
NTRAXC1
NTRAXC1L1ST
NTRAXC17L1ST
NTraXC1.sys
Plz use other cus these are allready used (now) UCE capable of bypassing Punkbuster  Emo5

Now Open actual Search & Replace

Put in These Settings:

Path: Your main source Folder/DBKKernel (EX. D:\Documents and Settings\Thimo\Bureaublad\Cheat Engine\DBKKernel)
Masks: DBKDrvr.c
Tick: "Whole Words"

Now Search:

Code:
KeStackAttachProcess((PKPROCESS)selectedprocess,&apc_state);
And Turn it into

Code:
KeAttachProcess((PEPROCESS)selectedprocess);
Then Search:
Code:
KeUnstackDetachProcess(&apc_state);
And Turn it into

Code:
KeDetachProcess();
Then Open up DBKDrvr.c in NotePad / WordPad
Search for
Code:
//hideme(DriverObject);
uncomment it so it looks like
Code:
hideme(DriverObject);
Next Up open SOURCES and sources.ce in WordPad / NotePad
Change
Code:
TARGETNAME=dbk32
into the name that u choose in the Driver.dat for your .sys file ( in my case .sys)
Example:
Code:
TARGETNAME= NTRAXC1.sys
>>>>>>>>>>>>>>>>>Do this for both files UCE capable of bypassing Punkbuster  Emo5<<<<<<<<<<<<<<<<

Next we're going to compile The .sys file UCE capable of bypassing Punkbuster  Emo5
copy your DBKKernel map patch ( EX. D:\Documents and Settings\Thimo\Bureaublad\Cheat Engine\DBKKernel )
open XP Free Invironment:
Code:
Start -> All Programms -> Development Kits -> Windows DDK 3790.1830 -> Build Environments -> Windows XP -> Windows XP Free Build Environment
it opens up a Command Prompt Typ in
Code:
cd
Enter a Space
en then right click and paste so it looks like
Code:
cd D:\Documents and Settings\Thimo\Bureaublad\Cheat Engine\DBKKernel
Press enter
Now typ in
Code:
ce
If all go's well its starts compiling UCE capable of bypassing Punkbuster  Emo5

UCE capable of bypassing Punkbuster  Wol_errorThis image has been resized. Click this bar to view the full image. The original image is sized 665x234.
UCE capable of bypassing Punkbuster  Winddknv3

now typ
Code:
exit
to close it UCE capable of bypassing Punkbuster  Emo5
Now your .sys file is in your main source directory UCE capable of bypassing Punkbuster  Emo5

Replacing Detected Strings:
Open up dbk32.dpr in you "main source/dbk32" map
Press ctrl+alt+F11 and Maximize the dbk32.dll by clicking on the plus sign UCE capable of bypassing Punkbuster  Emo5
open up DBK32Functions.pas
Search for
Code:
CEDRIVER53
And you' ll come up with this list:
Code:
servicename:='CEDRIVER53';
processeventname:='DBKProcList53';
threadeventname:='DBKThreadList53';
sysfile:='dbk32.sys';
Replace this with your strings from the driver.dat file:
Code:
servicename:='NTRAXC1';
processeventname:='NTRAXC1L1ST';
threadeventname:='NTRAXC17L1ST';
sysfile:='NTRAXC1.sys';
Ctrl+S to save it and then close it.

Now open Actual Search and Replace Again:
Go to File -> Settings -> Editor and search for your Delphi's
executable. (EX. C:\Program Files\Borland\Delphi7\Bin\delphi32.exe)
Then Click OK
Path: Main source folder
Masks: DBK32.dpr; DBK32functions.pas;
"Include Subfolders" in the "Options Tab"
And Tick "Whole Words"
The Following Strings are detected in the cheat engine 5.3 Source Change Them as it says UCE capable of bypassing Punkbuster  Emo5

I use the string NTraXC1 and then a number (EX. NTRAXC14)
like NTRAXC1 + a 4 UCE capable of bypassing Punkbuster  Emo2

Code:
VQE -> NTRAXC14
OP -> 5
OT -> 6
NOP -> 7
RPM -> 8
WPM -> 9
VAE -> 10
CreateRemoteAPC -> 11
ReadPhysicalMemory -> 12
WritePhysicalMemory -> 13
GetPhysicalAddress -> 14
GetPEProcess -> 15
GetPEThread -> 16
ProtectMe -> 17
UnprotectMe -> 18
IsValidHandle -> 19
GetCR4 -> 20
GetCR3 -> 21
SetCR3 -> 22
GetSDT -> 23
GetSDTShadow -> 24
setAlternateDebugMethod -> 25
getAlternateDebugMethod -> 26
DebugProcess -> 27
StopDebugging -> 28
StopRegisterChange -> 29
RetrieveDebugData -> 30
GetThreadsProcessOffset -> 31
GetThreadListEntryOffset -> 32
GetDebugportOffset -> 33
GetProcessnameOffset -> 34
StartProcessWatch -> 35
WaitForProcessListData -> 36
GetProcessNameFromID -> 37
GetProcessNameFromPEProcess -> 38
GetIDTCurrentThread -> 39
GetIDTs -> 40
MakeWritable -> 41
GetLoadedState -> 42
ChangeRegOnBP -> 43
DBKSuspendThread -> 44
DBKResumeThread -> 45
DBKSuspendProcess -> 46
DBKResumeProcess -> 47
KernelAlloc -> 48
GetKProcAddress -> 49
GetSDTEntry -> 50
SetSDTEntry -> 51
GetSSDTEntry -> 52
SetSSDTEntry -> 53
test -> 54
useIOCTL -> 55
After u done that u change the mask to:
Code:
NewKernelHandler.pas
and you do the whole list over and over again but then u need to use ‘ ‘ things so search for

Code:
'VQE' -> 'NTRAXC14'
'OP' -> '5'
'OT' -> '6'
'NOP' -> '7'
..............
.......
..
and go through the list once agin but then with these > ' < in front and at the back of it -.-
Ok Now u need to rename the three mentioned above files:
Code:
DBK32.dpr -> NTraXC1.dpr
Now go to the project manager with CTRL+ALT+F11
And open dbk32(or w/e).dll and open DBKFunctions.pas save that one
(sorry for error UCE capable of bypassing Punkbuster  Emo2 )

Code:
DBK32Functions.pas -> NTraXC1Functions.pas
NewKernelHandler.pas -> NTraxC1Handler.pas
Open Actual Search & Replace:

Path: Main source directory
Masks: *.*
Tick Whole Words
Include subfolders in the options tab
Code:
dbk32.sys
To

Code:
NtraXC1.sys
And

Code:
dbk32.dll
to

Code:
NtraXC1.dll
Open Up your DBK32.dpr (at least your renamed one UCE capable of bypassing Punkbuster  Emo11 )
And hit CTRL+F9 to compile it
If all goes well You .DLL is in the main source Directory
If you get Uncommented Function error, then you did something wrong in renaming the detected strings

Next Up… Creating Stealth.dll
Open stealth.dpr in the stealth map (duh UCE capable of bypassing Punkbuster  Emo11 )
And hit CTRL+F9 To compile it.

Next Up:
Compiling CEHook.dll
Open up Actual Search and Replace:
Path: Main Source
Masks: *.*
Include subfolder in the options tab
Tick: Whole Words
Search for
Code:
myhook
And Replace it with your string with the number 56
In my case:
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡CHANGE IN HYPERMODE.pas AND CEHOOK.dpr ONLY!!!!!!!!!!!!!!!!!
Code:
NTraXC156
Now open CEHook.dpr (in the CEHook folder) and comment out system (cus its detected) under “uses”
Like this:
Code:
uses
SysUtils,
Classes,
windows,
Dialogs,
//system,
math,
Messages,
graphics,
speedhack in 'speedhack.pas',
globals in 'globals.pas';
Then Hit CTRL+F9 To compile IT! UCE capable of bypassing Punkbuster  Emo2

Next Up:
Renewing The Newkernelhandler.pas and the CeFuncProc.pas in the cheatengine.dpr (omg long sentence), so open up cheatengine.dpr.
Now hi CTRL+ALT+F11 to open the project manager
Double click CeFuncProc.pas
It’ll open him up now go to file -> Save As -> NTraXC157.pas (your undetected string+ the number 57)
Ok that’s done UCE capable of bypassing Punkbuster  Emo2
Now Double Click NewKernelHandler.pas
And File -> Save As -> NTraXC1Handler.pas
It’ll Ask you to overwrite Select YES
Now Save And Close all plz UCE capable of bypassing Punkbuster  Emo9

Now Replace the strings -.-

Path: Main Source
Masks: *.*
¡!¡! Untick Include subfolder in the options tab ¡!¡!
Tick: Whole Words

Search
Code:
NewKernelHandler
And Replace it With ( Only change it in All Files Except ”NewKernelHandler.pas”)
Code:
NTraXC1Handler
Next
Search
Code:
CeFuncProc
Change it in NTraXC157 (every file except CeFuncProc.pas)

Code:
NTraXC157

That’s done -.-

Ok next up
Detected Values:
Path: Main Source
Masks: *.*
¡!¡! Untick Include subfolder in the options tab ¡!¡!
Tick: Whole Words

Ok we need to change some values…
NOTE: only change the TEXT Leave the Dollar Signs( $ ) alone
If you find a file with both $ and TEXT And its called mainunit.pas then change it UCE capable of bypassing Punkbuster  Emo2

Code:
00400000
Turn it in Code:
00400005
--------------------------------------------------------------

Code:
7FFFFFFF
Turn it in Code:
80000004

---------------------------------------------------------------

Code:
80000000
Turn it in Code:
80000005

---------------------------------------------------------------

Ok with Actual Search And Replace
Path: Main Source
Masks: *.*
¡!¡! Untick Include subfolder in the options tab ¡!¡!
Tick: Whole Words

Code:
nextscanbutton -> 58

scanvalue -> 59

scanvalue2 -> 60

ScanType -> 61

VarType -> 62

newscan -> 63

ScanText -> 64
Now Open Mainunit.pas
Search for:
Code:
if messagedlg('Do you want to try out the tutorial?',mtconfirmation,[mbyes,mbno],0)=mryes then
shellexecute(0,'open','Tutorial.exe','','',sw_show);
change tutorial to project1, makes things easier UCE capable of bypassing Punkbuster  Emo2

Code:
if messagedlg('Do you want to try out the tutorial?',mtconfirmation,[mbyes,mbno],0)=mryes then
shellexecute(0,'open','Project1.exe','','',sw_show);
Now open OpenSave.pas
Search (CTRL+F) for
Code:
7 "Tutorial.exe":
Replace tutorial with project1

Code:
7 "Project1.exe":
next in opensave.pas search for
Code:
if x<>'CHEATENGINE' then
raise exception.Create('This is not a valid Cheat Engine table');
And Outcomment it like this
Code:
//if x<>'CHEATENGINE' then
//raise exception.Create('This is not a valid Cheat Engine table');
open up Actual Search And Replace:

Path: Main Source
Masks: *.pas
Untick Include subfolder in the options tab
Tick: Whole Words
Change
Code:
CheatEngine
Into Your Engine name:
Code:
NTraxEngine
and also replace
Code:
cheat engine
to

Code:
NTraX Engine
Now Open
CheatEngine.bpg from your main source folder
Press CTRL+ALT+F11 to open Project manager
Double Click Cheatengine.exe to select it and now double click Mainunit
UCE capable of bypassing Punkbuster  Projectmanagermainunitvz6
Look in the middle and there are two words
Code:
crash me
ProtectMe2
DELETE the caption of it
UCE capable of bypassing Punkbuster  60742922zo5
Save and close all
That’s about it
Open cheatengine.bpg
And go to file -> Save As -> NTraXEngine.bpg
Now pres CTRL+ALT+F11 for project manager, right click on cheatengine.exe and view source,
With source open go file -> Save As -> NtraXEngine.dpr
Now Go To Project -> Compile and its in you main folder, the exe UCE capable of bypassing Punkbuster  Emo2

Compile The Following
Pscan.dll (Pscan.dpr in injectedpointerscan folder)
emptydll.dll (emptydll.dpr in SystemcallRetriever folder)
emptyprocess.exe (emptyprocess.dpr in SystemcallRetriever folder)
systemcallsignal.exe (systemcallsignal.dpr in SystemcallRetriever folder)
Systemcallretriever.exe (Systemcallretriever.dpr in SystemcallRetriever
folder) Kernelmoduleunloader.exe (Kernelmoduleunloader.dpr in
"dbk32\Kernelmodule unloader" folder)
Project1.exe (Project1.dpr in Tutorial folder)
Last But Most important:


Put All Of These Files Together in one map
NTraXEngine.exe
NTraXC1.sys
NTraXC1.dll
stealth.dll
cehook.dll
PScan.dll
systemcallsignal.exe
systemcallretriever.exe
kernelmoduleunloader.exe
Project1.exe
driver.dat
emptydll.dll
emptyprocess.exe

XTRAS:
Changing Version, icon
Go To project manager Right click on NtraXEngine.exe and click options go to application tab for icon and Title of the engine
And the version info tab for the version number, creator ETC




©thimo, i wrote the almost whole damn thing
Rip it and'll hack your computer UCE capable of bypassing Punkbuster  Emo5
have fun, post comments/ eror's, and help, TYPOS too plz UCE capable of bypassing Punkbuster  Bobo
EMO
EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 184
Puan : 237943
Rep Puanı : 5
Doğum tarihi : 28/11/89
Kayıt tarihi : 18/05/11
Yaş : 34
Nerden : EMO world
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz