Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 10 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 10 Misafir Yok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
C# Develop Bazı Koxp Fonksiyonları
1 sayfadaki 1 sayfası
C# Develop Bazı Koxp Fonksiyonları
[QUOTE=Ricky;146]
- Kod:
[COLOR="SeaGreen"] /*Ricky*/[/COLOR]
[COLOR="#2e8b57"] /* ReadByteInt32*/[/COLOR]
public Byte[] ReadBytesInt32 = new Byte[sizeof(Int32)];//Needed for the ReadMemory Function
[COLOR="#2e8b57"] /* ReadBytesFloat*/[/COLOR]
public Byte[] ReadBytesFloat = new Byte[sizeof(float)];//Needed for the ReadMemory Function
[COLOR="#2e8b57"] /* ReadMemory*/[/COLOR]
public Byte[] ReadMemory(IntPtr Handle, IntPtr Address){ReadProcessMemory(Handle, Address, ReadBytesInt32, sizeof(Int32), 0);return ReadBytesInt32;}
[COLOR="#2e8b57"]/* ReadMemory*/[/COLOR]
public Byte[] ReadMemory(IntPtr Handle, IntPtr Address, Boolean Float){ReadProcessMemory(Handle, Address, ReadBytesFloat, sizeof(float), 0);return ReadBytesFloat;}
[COLOR="#2e8b57"]/* ReadMemory*/[/COLOR]
public Byte[] ReadMemory(IntPtr Handle, IntPtr Address, Byte[] ReadBytes, long nSize){ReadProcessMemory(Handle, Address, ReadBytes, nSize, 0);return ReadBytes;}
[COLOR="#2e8b57"]/* FindHandle*/[/COLOR]
public IntPtr FindHandle(String FileName){IntPtr handle = LoadLibrary(FileName);FreeLibrary(handle);return handle;}
[COLOR="#2e8b57"] /* FindModuleHandle*/[/COLOR]
public IntPtr FindModuleHandle(String ModuleName){IntPtr[] hModules = new IntPtr[256];Int32 BytesReturned = 0;int TotalModules = 0;Byte[] FileName = new byte[128];EnumProcessModules(GameProcessHandle, ref hModules[0], (Marshal.SizeOf(hModules)), ref BytesReturned);while (hModules[TotalModules] != new IntPtr(0)){TotalModules++;}TotalModules = TotalModules / 4;int i = 0;for (i = 1; i < TotalModules; i++){IntPtr xxx = GetModuleFileNameExA(GameProcessHandle, hModules[i], ref FileName[0], 128);if (ByteToString(FileName).Contains("dinput8"))break;}return hModules[i];}
[COLOR="#2e8b57"]/* GetHandle*/[/COLOR]
private Boolean GetHandle(String WindowName){GameWindowHandle = FindWindow(null, WindowName);if (GameWindowHandle != IntPtr.Zero)return true;else
return false;}
[COLOR="#2e8b57"]/* GmaePID*/[/COLOR]
private Boolean GetGamePID(IntPtr Handle){GamePID = 0;GetWindowThreadProcessId(Handle, ref GamePID);if (GamePID != 0)return true;else
return false;}
[COLOR="#2e8b57"]/* GameProcessHandle*/[/COLOR]
private Boolean GetGameProcessHandle(Int32 GamePID){GameProcessHandle = OpenProcess(PROCESS_ALL_ACCESS, false, GamePID);if (GameProcessHandle != IntPtr.Zero)return true;else
return false;}
[COLOR="#2e8b57"]/* FindDLLFunc*/[/COLOR]
public IntPtr FindDLLFunc(String pDLLName, String pFuncName, IntPtr Handle){IntPtr LoadAddr, ProcAddr = IntPtr.Zero, offset = IntPtr.Zero;LoadAddr = LoadLibrary(pDLLName);if (LoadAddr != IntPtr.Zero){ProcAddr = GetProcAddress(LoadAddr, pFuncName);offset = new IntPtr(Convert.ToInt32(ProcAddr.ToString()) - Convert.ToInt32(LoadAddr.ToString()));FreeLibrary(LoadAddr);}else
return IntPtr.Zero;return ProcAddr;}
[COLOR="#2e8b57"]/* GetModuleInfo*/[/COLOR]
public MODULEINFO GetModuleInfo(IntPtr Handle, IntPtr moduleHandle){MODULEINFO moduleInfo = new MODULEINFO();GetModuleInformation(Handle, moduleHandle, ref moduleInfo, Marshal.SizeOf(moduleInfo));return moduleInfo;}
[COLOR="#2e8b57"]/* WriteMemory*/[/COLOR]
public Int32 WriteMemory(IntPtr Handle, IntPtr Address, Int32 Value){return WriteProcessMemory(Handle, Address, BitConverter.GetBytes(Value), sizeof(Int32), 0);}
[COLOR="#2e8b57"][COLOR="#2e8b57"] /* WriteMemory*/[/COLOR][/COLOR]
public Int32 WriteMemory(IntPtr Handle, IntPtr Address, float Value){return WriteProcessMemory(Handle, Address, BitConverter.GetBytes(Value), sizeof(float), 0);}
[COLOR="#2e8b57"]/* ActiveWindowName*/[/COLOR]
public String ActiveWindowName(){Byte[] WinName = new byte[128];IntPtr activeWindowhandle = GetForegroundWindow();try{GetWindowText(activeWindowhandle, ref WinName[0], 128);}catch (Exception ex){}return ByteToString(WinName);}
[COLOR="#2e8b57"] /* ByteToString*/[/COLOR]
private String ByteToString(Byte[] inputBytes){String convertedString = "";int count = 0;while (inputBytes[count] != 0)/*Find Length*/count++;for (int i = 0; i < count; i++)convertedString += Convert.ToChar(inputBytes[i]).ToString();return convertedString; }
Similar topics
» C# Develop Bazı Base Fonksiyonları
» 1748 GG Koxp
» X-Nero v5 # MYKO, PWp KOXP # 255 Stat, NP Hack vs. Full Fixed
» 1748 GG Koxp
» X-Nero v5 # MYKO, PWp KOXP # 255 Stat, NP Hack vs. Full Fixed
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO