Question Compiling into .dll

Conqube

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Sep 4, 2019
Messages
28
Reaction score
28
I have decided to compile random source code to test out the cheat and make something out of it to troll my fellow cheaters and have fun actually making something because I am really bored doing nothing and there are no cheats that you can actually hvh with, you can use paid cheats but my budget does not even exist. Now to the point, I am really new at this so I have no idea what I am doing. When I paste a source code or open a project in visual studio I get errors alright I found a way to fix them but sometimes when I try other source codes I can't fix them maybe I need to download something? Anyways so when I compile the .dll I get an error saying that debugger cannot open dll and it's not a valid win32 application now at this point I am lost. Could you direct me somewhere I can solve this problem because I have googled the thingy and I found nothing to help me solve the problem.

Visual Studio version is the latest... I'm just thinking that I need something additional to make things work but I am not sure what.
One of the source codes: Source Code, Source Code 2
 
Last edited:

salted478

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Nov 17, 2019
Messages
18
Reaction score
16
I have decided to compile random source code to test out the cheat and make something out of it to troll my fellow cheaters and have fun actually making something because I am really bored doing nothing and there are no cheats that you can actually hvh with, you can use paid cheats but my budget does not even exist. Now to the point, I am really new at this so I have no idea what I am doing. When I paste a source code or open a project in visual studio I get errors alright I found a way to fix them but sometimes when I try other source codes I can't fix them maybe I need to download something? Anyways so when I compile the .dll I get an error saying that debugger cannot open dll and it's not a valid win32 application now at this point I am lost. Could you direct me somewhere I can solve this problem because I have googled the thingy and I found nothing to help me solve the problem.

Visual Studio version is the latest... I'm just thinking that I need something additional to make things work but I am not sure what.
One of the source codes: Source Code, Source Code 2
use visual studio 2017 i used to get alot of errors but now i dont and if you look at the top bar it might say either Debug x64 or Release x64 change it to Release x86
 

Conqube

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Sep 4, 2019
Messages
28
Reaction score
28
use visual studio 2017 i used to get alot of errors but now i dont and if you look at the top bar it might say either Debug x64 or Release x64 change it to Release x86
Thanks man, you're a life saver. I am sure this will help me alot.
 
Top