Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DSETUP Spoofing problem

Newbie Spellweaver
Joined
Jul 2, 2014
Messages
11
Reaction score
0
I'm trying to create my DSETUP for my WarRock server using the code posted by Taiga.
http://forum.ragezone.com/f827/release-simple-easy-dsetup-dll-1117688/
I
am using VisualStudio 2019, creating a DLL project.The problem is that I get 1 error (on line 470 that does not exist) and 1 warning (on line 259):

Warning: Code C6387
'jmp' can be '0': this condition does not meet the specification of the 'memcpy' function.
DSETUP C: \ USERS \ user \ SOURCE \ REPOS \ DSETUP \ DLLMAIN.CPP 259

Error: Code C1010
Unexpected end of file while searching for precompiled header. Did you omit adding '#include "pch.h"' to the origin?
DSETUP C: \ Users \ th3po \ source \ repos \ DSETUP \ dllmain.cpp 470

I copied the code as it is, I haven't changed anything, not even the IP
 
Last edited:
Back
Top