Page 7 of 14 FirstFirst ... 56789 ... LastLast
Results 91 to 105 of 202
  1. #1
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    856

    [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. #91
    kirbythepuff's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    305
    Reputation
    10
    Thanks
    24
    thx for evrything youve done harold even, im almost done trying to understand this C++ progamming but ill learn
    Destroy Nexon!

  4. #92
    Psychonewb's Avatar
    Join Date
    Aug 2008
    Gender
    female
    Posts
    24
    Reputation
    10
    Thanks
    0
    My Mood
    Lurking
    VC++ isnt installing for me, it working for you guys?

  5. #93
    Djlittle's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    New Zealand
    Posts
    283
    Reputation
    10
    Thanks
    121
    Hehe Harold nd Iwin do u kno what ones easyer C++ or C#
    I got told C# is easyer but I find it hard xD you are tha hack pro so im askin u or Iwin
    [IMG]https://i242.photobucke*****m/albums/ff62/Emokidyy/Dj-Psd1.png[/IMG]

  6. #94
    deadnesser's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Djlittle View Post
    Hehe Harold nd Iwin do u kno what ones easyer C++ or C#
    I got told C# is easyer but I find it hard xD you are tha hack pro so im askin u or Iwin
    C++ is one of the more talked about languages so as far as getting help from others its your best bet.
    Although there are a lot of noobs that seem to be masters of visual basic so if you don't know anything I guess give that a try.
    Last edited by deadnesser; 08-31-2008 at 03:36 AM.

  7. #95
    Djlittle's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    New Zealand
    Posts
    283
    Reputation
    10
    Thanks
    121
    InformIT: Sams Teach Yourself C# in 24 Hours
    Ftw im learning C# lol its taken me 5 hours to get to 2 hour mark xD
    [IMG]https://i242.photobucke*****m/albums/ff62/Emokidyy/Dj-Psd1.png[/IMG]

  8. #96
    steveo's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    bay city
    Posts
    4
    Reputation
    10
    Thanks
    0

    Curious

    I'm new to this and have basic understanding of VB so abre with me, harold this code you posted can be compiled right? if so i get this error off that bat

    1>------ Build started: Project: HaroldsTemplate, Configuration: Release Win32 ------
    1>Compiling...
    1>Windows.cpp
    1>main.cpp
    1>.\main.cpp(1) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    1>functions.cpp
    1>.\functions.cpp(1) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    1>Build log was saved at "file://c:\Documents and Settings\*****\My Documents\Visual Studio 2005\Projects\HaroldsTemplate\HaroldsTemplate\Rele ase\BuildLog.htm"
    1>HaroldsTemplate - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    now i could be wrong and this could just be a template to a basic standard bypass that needs to be injected maybe or im wrong and its a working program? sorry kinda feel like a choob and i guess i am but we all start somewhere and i have the patience to learn this, also any other info on stuff i might need will help. thnx harold 4 all the help too =)

  9. #97
    HawwwaH's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    22
    Quote Originally Posted by Djlittle View Post
    Hehe Harold nd Iwin do u kno what ones easyer C++ or C#
    I got told C# is easyer but I find it hard xD you are tha hack pro so im askin u or Iwin
    C# is simpler although, it is more limited.

    C/C++ is used for most things because of it's power, speed and ease of use (compared to ASM which is the godly programming language)

    Quote Originally Posted by steveo View Post
    I'm new to this and have basic understanding of VB so abre with me, harold this code you posted can be compiled right? if so i get this error off that bat

    1>------ Build started: Project: HaroldsTemplate, Configuration: Release Win32 ------
    1>Compiling...
    1>Windows.cpp
    1>main.cpp
    1>.main.cpp(1) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    1>functions.cpp
    1>.functions.cpp(1) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    1>Build log was saved at "file://cocuments and Settings*****My DocumentsVisual Studio 2005ProjectsHaroldsTemplateHaroldsTemplateReleaseB uildLog.htm"
    1>HaroldsTemplate - 2 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

    now i could be wrong and this could just be a template to a basic standard bypass that needs to be injected maybe or im wrong and its a working program? sorry kinda feel like a choob and i guess i am but we all start somewhere and i have the patience to learn this, also any other info on stuff i might need will help. thnx harold 4 all the help too =)
    I am sorry but, did you even bother to double click on the error or learn anything about programming?

    If you doble clicked the error, it would take you to a line that looks like this:
    Code:
    #include <Windows.h>
    If you knew anything about coding, you would know that it should be:
    Code:
    #include <windows.h>
    EDIT:
    I just read the rest of your post... I just suggest that you learn how to program and, how to read the hundreds of comments that you have been given...
    Last edited by HawwwaH; 08-31-2008 at 06:09 AM.

  10. #98
    IeatUalive's Avatar
    Join Date
    Aug 2008
    Posts
    84
    Reputation
    10
    Thanks
    5
    harlod is kool and wont virusyou but for you ppl who think different here Virustotal. MD5: 046c4ef890eb324fafe3c67a59b951c9

  11. #99
    Threadstarter
    Dual-Keyboard Member
    Harold's Avatar
    Join Date
    Jul 2008
    Posts
    302
    Reputation
    23
    Thanks
    856
    Quote Originally Posted by HawwwaH View Post
    C# is simpler although, it is more limited.

    C/C++ is used for most things because of it's power, speed and ease of use (compared to ASM which is the godly programming language)



    I am sorry but, did you even bother to double click on the error or learn anything about programming?

    If you doble clicked the error, it would take you to a line that looks like this:
    Code:
    #include <Windows.h>
    If you knew anything about coding, you would know that it should be:
    Code:
    #include <windows.h>
    EDIT:
    I just read the rest of your post... I just suggest that you learn how to program and, how to read the hundreds of comments that you have been given...
    Case doesn't matter for Header files, but I use the professional version and from what i see it may be case sensitive in Express Edition but i don't know.

    And the only main difference between C++ and C# is the fact that C++ is about twice the language C# is, so use it and not C#. Last i checked nothing good is coded in C#(lol for people who use it)

    And Stop calling this VB because its not VB its C++

  12. #100
    yashsonu1's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    In Love
    That was great job harold If i can make any of hack The full credit goes to you

    thanks for your tut was so nice of you

  13. #101
    FatEmoLLaMa's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Victoria, Australia.
    Posts
    681
    Reputation
    12
    Thanks
    299
    My Mood
    Angry
    I would love to make a bypass but I barely know any C++ =/

    Nopping shit for me would be like... Trying to make a kill everyone in the server hack for a pro hacker... In other words, Impossible XDDD

    Although, nice to know your not hand feeding everyone Harold ^_^ Just kicking them in the right direction... XD

    I haven't been on here in 4 years...

  14. #102
    GeoForReal's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Idk?
    Posts
    685
    Reputation
    10
    Thanks
    35
    My Mood
    Hot
    i dont understand C ++ at all. itz hard :@
    Thanx _Martin (Vladimir) for the SIG!!!!



    ITS AWESOME!!@!@

    My Playstation Network ID has an i at the end its just capitol...


  15. #103
    GeoForReal's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Idk?
    Posts
    685
    Reputation
    10
    Thanks
    35
    My Mood
    Hot
    sorry double post. but which C++ can i download and where can i get it...
    Thanx _Martin (Vladimir) for the SIG!!!!



    ITS AWESOME!!@!@

    My Playstation Network ID has an i at the end its just capitol...


  16. #104
    KVizzle's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    J-Town
    Posts
    184
    Reputation
    10
    Thanks
    43
    My Mood
    Lonely
    nice work harold... u get a THANX!

  17. #105
    ezjpimp's Avatar
    Join Date
    Aug 2008
    Location
    In Yo Face
    Posts
    194
    Reputation
    11
    Thanks
    26
    Thank you Harold

Page 7 of 14 FirstFirst ... 56789 ... 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