PDA

View Full Version : EH2.0.23 Compiling problem & question


sdesde
25th October 2004, 20:23
Hey guys...

I wanted to try and create a kind of hack for myself (private one...)

Now I found a tutorial here which said how to compile your own one. I have a copy of Visual Studio .NET (but it's still beta2 :( it's a free one which came with a magazine) and when I try to compile it says;

evilhack.vcproj

Tweaks.cpp
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(670) : error C2059: syntax error : '}'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(670) : error C2143: syntax error : missing ';' before '}'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(670) : error C2059: syntax error : '}'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2143: syntax error : missing ';' before '{'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2447: '{' : missing function header (old-style formal list?)
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2146: syntax error : missing ';' before identifier 'own'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2501: 'at' : missing storage-class or type specifiers
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2146: syntax error : missing ';' before identifier 'onset'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2501: 'own' : missing storage-class or type specifiers
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2143: syntax error : missing ';' before '+'
c:\Documents and Settings\SDeSDe\Bureaublad\EH_2.0_BC23a_SOURCE\evi lhack\Tweaks.cpp(675) : error C2501: 'onset' : missing storage-class or type specifiers


Also, the tutorial said something about a libci.dll... Where can I find that lib, as I downloaded and installed the DirectX 9 SDK but can't find it :s

Grtz
SDeSDe

Arkan
25th October 2004, 20:28
Looks like you got either a unmatched } or { and that you are missing a ;

sdesde
25th October 2004, 20:42
Ye I know but the problem is that I haven't modified anything to the source yet. Just wanted to try and compile it once :s

Anyhowz, I'm going to add some } etc where necessary. But if anyone has a solution, plz say cause I'm not experienced in c++ yet....

grtz
SDeSDe

shdwwlkr
28th October 2004, 05:43
try deleting the btm part of the tweaks.cpp.i mean the part that starts with ......

}BOOLEANd AT X = omnidust

from that point all the way down.i had same errors and deleted this and was fine.hope it helps as im still learning.

Arkan
28th October 2004, 16:02
Yeah, that crap usually causes a problem, just delete it, serves no point in the code.

sdesde
28th October 2004, 21:35
evilhack.cpp
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(37) : warning C4100: 'lpReserved' : unreferenced formal parameter
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(426) : warning C4244: '=' : conversion from 'int' to 'WORD', possible loss of data
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(427) : warning C4244: '=' : conversion from 'int' to 'WORD', possible loss of data
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(385) : warning C4100: 'dwTime' : unreferenced formal parameter
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(385) : warning C4100: 'idEvent' : unreferenced formal parameter
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(385) : warning C4100: 'uMsg' : unreferenced formal parameter
c:\Documents and Settings\SDe\Bureaublad\EH_2.0_BC23a_SOURCE\evilha ck\evilhack.cpp(385) : warning C4100: 'hwnd' : unreferenced formal parameter

It did the trick, only a few more warnings but at least now I can compile already...

Thanks guys!

grtz
SDeSDe

shdwwlkr
28th October 2004, 22:27
warnings dont mean much from what ive read and people have said.you can still compile aslong as they arent errors.

sdesde
28th October 2004, 23:41
Yeah I know... But another question... The tutorial stated something about a libci.dll and cant find it, however I downloaded and installed dx90updatesdk.exe

EDIT: Well apparently the libci.dll got in that folder automatically... However I still have the problem that the hack doesn't work :(

EDIT2: It seems that Studio used the wrong filename (d3d8.dll instead of evilhack.dll) now it's all working fine... Thanks guys!

EDIT3: AAAAAAAAAARGHHHH I'm getting mad... Still doesn't work :(
Maybe I should just use a public hack and leave the coding for other ppl :(

What should I do to implement this in the hack, as the hack doesn't work when I test it :( (well it loads AA okay, but the hack config screen stays visible too and nothing works like wallhack etc)

grtz
SDe

shdwwlkr
29th October 2004, 01:27
its nothing to do with the dll name.if you just compiled what was there and didnt change anything except for the tweaks.cpp file then it should work.

question.......do you have the latest .net framework? are you getting any errors when loading hack or game?

im really still learning but i battled alot of these things when i started,now everything works great.

sdesde
30th October 2004, 21:43
Yep I have the latest .NET FW (1.1 or so)

Still doesn't work but I'm going to test the hack on someone else's computer so
I'll say something once I tested :)

EDIT:
Nothing... Nothing at all :(
No splash, no wallhack, no aimbot no nothing :(


grtz
SDe