Share Pastebin
Guest
Public paste!

Rufus

By: a guest | Mar 20th, 2010 | Syntax: C++ | Size: 0.31 KB | Hits: 53 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. /*
  2. vars.h
  3. Rufus Hack Template
  4. */
  5. #define gamebase (DWORD)GetModuleHandle("game.dll")
  6. #define addbase(NAME,VALUE) static DWORD _##NAME = gamebase + VALUE;
  7.  
  8. addbase(ExamplePatch,0xDEADBEEF) // ExamplePatch
  9. int pExamplePatch [] = {2, 0x90, 0x90}; //Length,Patches
  10.  
  11. addbase(ExampleHook,0xDEADBEEF) // ExamplePatch