Page 2 of 10

Re: [Tut]How to make a dll trainer

Posted: Sat May 29, 2010 12:26 am
by iSean
PS. Nice Job. I know you get it from the guide from Goomba lol? and edit abit lol :P
Curious lol...
PS. Still got alot more bugs to fix to make my own coded trainer lol...

Re: [Tut]How to make a dll trainer

Posted: Sat May 29, 2010 1:03 am
by Nerrazzuri
iSean wrote:PS. Nice Job. I know you get it from the guide from Goomba lol? and edit abit lol :P
Curious lol...
PS. Still got alot more bugs to fix to make my own coded trainer lol...
Yeah, some guide from goomba, but I modify it, cause Goomba's tut got lil more stuff to add in.

Re: [Tut]How to make a dll trainer

Posted: Mon May 31, 2010 11:54 am
by PIEzLOVERS
Hm.... How come i can't add resources ?
lol +.+

Re: [Tut]How to make a dll trainer

Posted: Mon May 31, 2010 12:07 pm
by Nerrazzuri
PIEzLOVERS wrote:Hm.... How come i can't add resources ?
lol +.+
Post a screenshot about your error.
Are you sure you using Visual Studio?
Visual C++ express edition doesn't support resource if not mistaken.

Re: [Tut]How to make a dll trainer

Posted: Tue Jun 01, 2010 9:33 am
by PIEzLOVERS
Okay...?
Image
Image
neither or them provide a a resource...?
srry if i am wrong
but i am just in the Arrays part in C++
+.+

Re: [Tut]How to make a dll trainer

Posted: Tue Jun 01, 2010 9:51 am
by Nerrazzuri
PIEzLOVERS wrote:Okay...?
Image
Image
neither or them provide a a resource...?
srry if i am wrong
but i am just in the Arrays part in C++
+.+
You are using Visual C++ Express Edition, that one doesn't support resource edit. Either you change your Visual C++ to VIsual Studio or use a resource editor to edit your stuff.

Re: [Tut]How to make a dll trainer

Posted: Wed Jun 02, 2010 9:04 am
by PIEzLOVERS
O_o
the only probelm left is this...
Image
and...
one more question....
how to change the address into bytes?O_o
just asking btw
any solutions O_o?

Re: [Tut]How to make a dll trainer

Posted: Wed Jun 02, 2010 11:52 am
by Nerrazzuri
Check your Dialog name to IDC_DIALOG1, and your 1st checkbox name to IDC_CHECK1.
To find orginal bytes, find the address and the bytes will be the address, and to find bytes, open up cheat engine's memory view, use MS memory writer to inject the hacks and check the address in Cheat Engine memory view, you'll found the changed bytes.

Re: [Tut]How to make a dll trainer

Posted: Thu Jun 03, 2010 8:39 am
by PIEzLOVERS
Edit
Image
LOL?
i followed everything
and it ended up with the gui again
can you release your source on the dll trainer please?
thanks for teaching us n00bs on this topic :)

Re: [Tut]How to make a dll trainer

Posted: Thu Jun 03, 2010 9:29 am
by Nerrazzuri
PIEzLOVERS wrote:Edit
Image
LOL?
i followed everything
and it ended up with the gui again
can you release your source on the dll trainer please?
thanks for teaching us n00bs on this topic :)
Well you should let me see your source and nope, I don't keep the source I made before, just formatted my laptop.