Forum: C++ Jun 30th, 2007 |
| Replies: 1 Views: 1,116 Hi could someone possibly convert this VB Code into C++ for me? it would help ALOT!
Private Declare Function GetVolumeSerialNumber Lib "kernel32" Alias "GetVolumeInformationA" (ByVal... |
Forum: C++ Jan 5th, 2007 |
| Replies: 14 Views: 3,156 Hi, i have made a code. Its meant to announce a "Sentence" but i dont know how to make a string into a sentece. The string up to now only announces the first word of the sentece.
//Announce... |
Forum: C++ Nov 18th, 2006 |
| Replies: 5 Views: 1,619 NVM I Fixed It ;)
apart from when i activate it it works but when i type !god again to de-activate it, it just says GodMode On.... and dosent de-activate it
//God Mode
}else... |
Forum: C++ Nov 18th, 2006 |
| Replies: 5 Views: 1,619 ADDR_GODMODE = the address im changing with
BYTE godmode[] = {0x90, 0x90};
and this:
BYTE godmode[] = {0x7B, 0x05}; |
Forum: C++ Nov 17th, 2006 |
| Replies: 1 Views: 925 ok, i want to know how to make a pointer in C++
e.g: i have the address 006587B8 the offset for the pointer is 18 and i want to make its value 1
006587B8 = Pointer
18 = Offset For Pointer... |
Forum: C++ Nov 17th, 2006 |
| Replies: 5 Views: 1,619 Code
//God Mode
}else if(stricmp(lpcLine, "!god") == 0){
bRet = false;
if(ADDR_GODMODE[0] != 0x90){
BYTE godmode[] = {0x90, 0x90};
EnableHack((BYTE*)ADDR_GODMODE, godmode, 2);
... |
Forum: C++ Nov 17th, 2006 |
| Replies: 17 Views: 3,121 I dont understand "Just declare it at the beginning of the function." what function the WriteMem of the ZChat::Input Hook?
sry im not that good at C++ |
Forum: C++ Nov 16th, 2006 |
| Replies: 17 Views: 3,121 Yay! i got it to work now for an easy part
void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) {
DWORD OldProt;
VirtualProtect((void*) MemOffset, dataLen,... |
Forum: C++ Nov 16th, 2006 |
| Replies: 17 Views: 3,121 im trying to make the EnableHack function (its so i can edit a processes memory) |
Forum: C++ Nov 15th, 2006 |
| Replies: 17 Views: 3,121 Now i have like the most errors ever.
--------------------Configuration: DLL - Win32 Debug--------------------
Compiling...
Main.cpp
error C2065: 'MemOffset' : undeclared identifier
error... |
Forum: C++ Nov 15th, 2006 |
| Replies: 17 Views: 3,121 LOL im so dumb not to see that! i must be blind but... now i have these
--------------------Configuration: DLL - Win32 Debug--------------------
Compiling...
Main.cpp
error C2601:... |
Forum: C++ Nov 15th, 2006 |
| Replies: 17 Views: 3,121 When i compile this code i get a few errors (i guess are simple for you guys)
void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) {
{ DWORD OldProt;
VirtualProtect((void*)... |
Forum: C++ Aug 26th, 2006 |
| Replies: 6 Views: 1,433 |
Forum: C++ Aug 26th, 2006 |
| Replies: 6 Views: 1,433 im sorry about doubble posting but, Ancient Dragon (http://www.daniweb.com/techtalkforums/member46588.html) can you give me the link to the latest SDK because i think i got the wrong one :'( |
Forum: C++ Aug 25th, 2006 |
| Replies: 6 Views: 1,433 |
Forum: C++ Aug 25th, 2006 |
| Replies: 6 Views: 1,433 Ok My Code Is Fine As My Friend Can Compile It Fine So I Wont Show That.
My Error Is This
1>LINK : fatal error LNK1104: cannot open file 'odbc32.lib'
I Have SDK Installed And Visual C++... |
Forum: C++ Aug 24th, 2006 |
| Replies: 0 Views: 1,489 I have a process that i want to attach a debugger to but it has enumwindows enabled. I want to disable that.
any help? |
Forum: C++ Aug 24th, 2006 |
| Replies: 24 Views: 7,619 i did install and download that btw nvm i got a friend to compile it
thank you anyway |
Forum: C++ Aug 24th, 2006 |
| Replies: 24 Views: 7,619 Ancient Dragon (http://www.daniweb.com/techtalkforums/member46588.html)
Can i ask you to do a big favor for me?
ok my Visual C++ program dose not work or has big error's\problems in it, it... |
Forum: C++ Aug 12th, 2006 |
| Replies: 24 Views: 7,619 Ok Heres my Project.
http://www.sendspace.com/file/s53bf7 |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 Hummm... I Had No Luke
I Still Get
Program database manager mismatch; please check your installation |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 Thank You Now I Have ANOTHER Error When Will They Stop!
c:\program files\microsoft visual studio\myprojects\bypass memory dll\bypass memory dll.cpp : fatal error C1902: Program database... |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 Ok... Well This is My Error
error C1083: Cannot open precompiled header file: '.\Debug/Bypass DLL.pch': No such file or directory
And This Is My Code
#include <windows.h> |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 but then it wont make dll |
Forum: C++ Aug 11th, 2006 |
| Replies: 24 Views: 7,619 I Fix The Problem I Just Have A Few Link Problems An A cl.exe Error Wich Is Most Important Error To Fix.
My Error
Error executing cl.exe.
My Code ^^ |
Forum: C++ Aug 10th, 2006 |
| Replies: 24 Views: 7,619 Ok Im Back I Think these Are the Last Error's Of The Lot
This is My Code
#include <windows.h>
void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) {
DWORD d, ds;
... |
Forum: C++ Aug 10th, 2006 |
| Replies: 22 Views: 2,808 Windows Visual C++ 2005
BTW I Though I Had The Correct Idea But I Dont I Get
error C1083: Cannot open include file: 'windows.h'
Error... |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 Ok I Have One Last Error!
fatal error C1083: Cannot open include file: 'windows.h':
I Think I Know How To Solve Thogh ;)
O Need SDK |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 More Error's........
C2065: 'DWORD' : undeclared identifier
C2146: syntax error : missing ')' before identifier 'MemOffset'
C2182: 'WriteMem' : illegal use of type 'void'
C2059: syntax... |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 I Changed This...
Original
.void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) ;{
New
>>void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) {
Or Do You Mean Delete... |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 We Call '.' A Fullstop And I Forgot The Other One xD
Ok Heres The Error's I Get
error C2059: syntax error : '>>'
error C2143: syntax error : missing ';' before '{'
error C2447: '{' :... |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 Ok Thank You (Atleast Someone Is Kind Enough To Help Me, I Would Rather Spend Money On Him Than A Book. And How Can A Habbit On Capital Letters Give Me A Warning...
You Just Post Usless Stuff And... |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 -.- I Cant Help A Habbit I Have |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 that takes time and money the ony thing i didnt understand was words...
period and semicolon |
Forum: C++ Aug 9th, 2006 |
| Replies: 22 Views: 2,808 Same Error's Just Fractionaly Diffrent
Heres My Code
>>.void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) ;{
DWORD OldProt;
VirtualProtect((void*) MemOffset, dataLen,... |
Forum: C++ Aug 8th, 2006 |
| Replies: 22 Views: 2,808 Ok Im New To C++ But Im Making A Code That Should Hopefuly Make Me Able To Write Into A Program's Memory
I Get These Error's
error C2059: syntax error : '.'
error C2447: '{' : missing... |