• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] "Hacking" sites
#1
Hey,
I pretty new at "hacking" and would like to go more into hacking in detail. I made some DLLs for CoD4 with unlimited ammo and easy stuff(OllyDbg, Cheat Engine and C++).
But I haven't done something "bigger" for example I have no idea how to get some function names in the .exe of a game, how to find adresses the best way,
how to hook functions(and as i already mentioned find the functions)...

Or what the hell did nukem find these things and what are these functions?:
(11-12-2012, 20:05)Nukem Wrote:
Code:
404830 = Scr_LoadScript
4C1260 = Scr_LoadScriptInternal
552490 = (some form of) DB_FindXAssetHeader

Hook the last function and replace your data = modloader
LOL



What I ask is, if you could give me some sites or tutorials to learn better hacking.
Thank you.
[Image: ctoc.jpg]
  Reply
#2
tuts4you.com
  Reply
#3
Hi,

I'm also interested in the same stuff than @Tomsen1410 .
I learned some cool stuff on itsmods, and i'd like to learn more 'on this site' because there is a COOL and active community.

So please guys show us a bit of your skills Wink
(I know that making tuts require time so thx in advance!)
  Reply
#4
"SHOW YOUR DA BEST PROGRAMMING SKILLZ CONTEST"
Hmm, what about this?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#5
(11-14-2012, 19:44)JayDi Wrote: "SHOW YOUR DA BEST PROGRAMMING SKILLZ CONTEST"
Hmm, what about this?

...
[Image: ctoc.jpg]
  Reply
#6
(11-14-2012, 19:45)Tomsen1410 Wrote:
(11-14-2012, 19:44)JayDi Wrote: "SHOW YOUR DA BEST PROGRAMMING SKILLZ CONTEST"
Hmm, what about this?

...

.........
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#7
CSHARP Code
  1. static void CustomBalloon()
  2. {
  3. IntPtr nv = ((NativeWindow)ni.GetType().GetField("window", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.Instance).GetValue(ni)).Handle;
  4. WINAPI.NOTIFYICONDATA pnid = new WINAPI.NOTIFYICONDATA();
  5. pnid.hWnd = nv;
  6. pnid.uID = 1;
  7. pnid.uFlags = 16;
  8. pnid.uTimeoutOrVersion = 1337;
  9. pnid.szInfoTitle = "Test";
  10. pnid.szInfo = "Hai";
  11. pnid.dwInfoFlags = 0x00000004; //NIIF_USER
  12. pnid.hIcon = Properties.Resources.ec3_32.Handle;
  13. if (WINAPI.Shell_NotifyIcon(1, pnid) == 0) throw new System.ComponentModel.Win32Exception(Marshal.GetLastWin32Error());
  14. }





This has nothing to do with hacking at all, but there was no way to show a custom icon in a balloon so I coded my own way of showing a balloon based on the one .NET uses, I thought it was pretty cool. I don't know anything about hacking.
  Reply
#8
Ah and what exactly do you see if you open up a . exe in OllyDbg. Do you see the program code then?
And what is the diffrence if you open up for example iw4mp.exe or a process called iw4mp.exe?
[Image: ctoc.jpg]
  Reply
#9
I can recommend you uc-forum.com and gamedeception.net Smile

(11-14-2012, 20:19)Tomsen1410 Wrote: Ah and what exactly do you see if you open up a . exe in OllyDbg. Do you see the program code then?

You see assembly instructions.

(11-14-2012, 20:19)Tomsen1410 Wrote: And what is the diffrence if you open up for example iw4mp.exe or a process called iw4mp.exe?

You're editing either file or process memory.
[Image: lQDUjba.jpg]
  Reply
#10
Thanks. But is it the same code in the process as in the file?
[Image: ctoc.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is this guy hacking? Your opinion? choobie 10 6,343 03-25-2013, 04:13
Last Post: mitchhacker
Tongue Help you HACKING? [HARD] Tony. 8 4,633 03-04-2013, 20:18
Last Post: surtek
  Minecraft server (survival) from smart-hacking _Smile_Man_ 1 3,493 03-20-2012, 13:34
Last Post: cLiimb
  [Tutorial] Basic MW2 Memory Hacking: Part 2 Yamato 2 4,780 10-10-2011, 12:37
Last Post: marsjee
  Top 5 Porn Sites 4FunPlayin 6 10,128 09-12-2011, 18:33
Last Post: 4FunPlayin
  [Tutorial] Basic MW2 Memory Hacking: Part 1 Yamato 2 4,776 08-19-2011, 19:18
Last Post: d0h!
  [YEY!] New Modding, and Hacking Forum! DixiHD 7 3,677 08-03-2011, 00:02
Last Post: SuperNovaAO
  Some sites is copying mods. Nekochan 20 10,052 07-14-2011, 20:29
Last Post: Arteq
  [Tutorial] Basic MW2 Memory Hacking: Part 4 Yamato 8 7,453 05-31-2011, 07:01
Last Post: TechnoX
  [Tutorial] Basic MW2 Memory Hacking: Part 3 Yamato 0 2,430 05-14-2011, 19:56
Last Post: Yamato

Forum Jump:


Users browsing this thread: 1 Guest(s)