Page 10 of 14 FirstFirst ... 89101112 ... LastLast
Results 136 to 150 of 202
  1. #1
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    855

    [RELEASE] Harold's Template

    So, this week I've had about 50 people asking me how to make simple easy memory hacks. So this morning I decided to make you people(by people I mean lazy people who don't want to learn) a template so that you can easily make your own memory hacks and bypasses.


    Information:
    Was coded in C++ using Microsoft Visual Studios 2005.
    Very basic C++ knowledge needed.
    Fully commented.
    This works for any game, but I'm posting it in the Combat Arms section because you guys love me so much.



    Credits:
    Strife
    Azorbix
    Longevity
    MSDN



    Download Visual Studios here
    https://go.microsof*****m/fwlink/?Link...mp;clcid=0x409



    If you see anything that needs to be fixed don't hesitate to tell me.
    Last edited by Harold; 08-30-2008 at 07:36 PM.

  2. The Following 37 Users Say Thank You to Harold For This Useful Post:

    aipeen (09-02-2008),ArbitraryDrone (08-31-2008),blackpepper (08-30-2008),crazyfool (08-30-2008),Dragonclaw1979 (08-31-2008),droppoint (08-30-2008),enbt (09-06-2008),error- (08-30-2008),eviltim66 (08-30-2008),ezjpimp (08-31-2008),Hancock (08-31-2008),Heliossssss (08-30-2008),hellboy999 (08-31-2008),jigger (08-30-2008),jtmilitary1 (08-30-2008),jzstar (08-31-2008),kendosis (08-30-2008),knappy (08-30-2008),LazyCountry (09-02-2008),malbolger (08-31-2008),Phaze228 (08-31-2008),Rezik (08-30-2008),Rhinno (08-31-2008),rwkeith (09-02-2008),sandman101 (08-31-2008),Seppers (08-30-2008),Seth1134 (08-30-2008),skip (08-30-2008),someguy876 (08-31-2008),spazmeister (08-30-2008),steveo (08-31-2008),stevoflem (08-30-2008),volgan (08-31-2008),wolfff (09-02-2008),xxBigBuns (08-30-2008),XxKylePwnsxX (08-30-2008),zosky (08-31-2008)

  3. #136
    undefinedhero's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    49
    Harold: That pragma should work, but as for hooking D3D, I am pretty sure this was where the patch focuses. I would unpack the engine, try to get past Themida. Maybe I can take a look at the protection.

  4. #137
    maximo's Avatar
    Join Date
    Aug 2008
    Posts
    88
    Reputation
    10
    Thanks
    16
    Quote Originally Posted by undefinedhero View Post
    maximo: Right click the project, go to linker settings for both Debug and Release, and make sure you link in the file user32.lib
    That should fix it.
    when I right click the project it doesnt tell me any linker settings.... maybe in options or something???

  5. #138
    undefinedhero's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    49
    maximo: Just use the #pragma

  6. #139
    Threadstarter
    Dual-Keyboard Member
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    855
    Quote Originally Posted by maximo View Post
    when I right click the project it doesnt tell me any linker settings.... maybe in options or something???
    #pragma comment(lib, "User32.lib")

  7. #140
    maximo's Avatar
    Join Date
    Aug 2008
    Posts
    88
    Reputation
    10
    Thanks
    16
    do I put the #pragma comment(lib, "User32.lib") in main.cpp??

    edit:
    yay It finnally a succsess... but what do I do with it when builded... what is it used for?
    Last edited by maximo; 08-31-2008 at 04:25 PM.

  8. #141
    Threadstarter
    Dual-Keyboard Member
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    855
    Quote Originally Posted by maximo View Post
    when I right click the project it doesnt tell me any linker settings.... maybe in options or something???
    Quote Originally Posted by maximo View Post
    do I put the #pragma comment(lib, "User32.lib") in main.cpp??
    In anyfile you want, as long as its being linked...

    So yeah put it under the Includes in main.cpp

  9. #142
    maximo's Avatar
    Join Date
    Aug 2008
    Posts
    88
    Reputation
    10
    Thanks
    16
    yay It finnally a succsess... but what do I do with it when builded... what is it used for?

  10. #143
    Threadstarter
    Dual-Keyboard Member
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    855
    Quote Originally Posted by maximo View Post
    yay It finnally a succsess... but what do I do with it when builded... what is it used for?
    Used for hacking FBI website.

  11. #144
    undefinedhero's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    49
    Harold: lol
    maximo: It is used to inject code into a process.

  12. #145
    maximo's Avatar
    Join Date
    Aug 2008
    Posts
    88
    Reputation
    10
    Thanks
    16
    lol
    10 chars

  13. #146
    Threadstarter
    Dual-Keyboard Member
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    855
    Im gonna go play wow now, so if anyone needs anything just ask me on aim.

  14. #147
    killthekampers's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    142
    Reputation
    10
    Thanks
    4
    good template harold even though i cant get it to build on vista -_-

  15. #148
    undefinedhero's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    49
    killthekampers: Vista should not be a problem in building this.
    Make sure you properly set up Visual Studio and post any build errors here. I will assist you if need be.

  16. #149
    Iwin's Avatar
    Join Date
    Aug 2008
    Posts
    2,401
    Reputation
    26
    Thanks
    339
    Quote Originally Posted by Harold View Post
    Dont open the vbproj or w/e, open the SLN
    both the same thing lol

  17. #150
    undefinedhero's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    49
    Iwin: If there are solution settings then they are not the same thing. In the case the vproj will be the same I believe.

Page 10 of 14 FirstFirst ... 89101112 ... LastLast

Similar Threads

  1. [ Release ] Harold's Template v1.1
    By Synns in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 01-07-2010, 04:35 AM
  2. Can some1 give me template?
    By nabbos in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-26-2007, 01:40 AM
  3. Stealing Flash Templates from Template Monster.
    By sf0d in forum Spammers Corner
    Replies: 4
    Last Post: 09-06-2006, 05:26 PM

Tags for this Thread