here's my .dll and my coding(shown after virus scan) i need some help updating it. i coded it from different bits of random codes from outdated things and it worked without a compiler as the first thing ive made with c++. i need this to work please, ill give u so much credit. not begging, u dont have to help, only if ur cool.
Virustotal. MD5: 936024e2a4fccd3a74198149a0d888ff
File hack.rar received on 2009.10.06 02:26:30 (UTC)
Current status: finished
Result: 0/41 (0.00%)
Compact
Print results
Antivirus Version Last Update Result
a-squared 4.5.0.24 2009.10.06 -
AhnLab-V3 5.0.0.2 2009.10.05 -
AntiVir 7.9.1.33 2009.10.05 -
Antiy-AVL 2.0.3.7 2009.10.05 -
Authentium 5.1.2.4 2009.10.06 -
Avast 4.8.1351.0 2009.10.06 -
AVG 8.5.0.420 2009.10.04 -
BitDefender 7.2 2009.10.06 -
CAT-QuickHeal 10.00 2009.10.05 -
ClamAV 0.94.1 2009.10.05 -
Comodo 2521 2009.10.06 -
DrWeb 5.0.0.12182 2009.10.06 -
eSafe 7.0.17.0 2009.10.05 -
eTrust-Vet 31.6.6779 2009.10.06 -
F-Prot 4.5.1.85 2009.10.05 -
F-Secure 8.0.14470.0 2009.10.06 -
Fortinet 3.120.0.0 2009.10.06 -
GData 19 2009.10.06 -
Ikarus T3.1.1.72.0 2009.10.06 -
Jiangmin 11.0.800 2009.10.05 -
K7AntiVirus 7.10.862 2009.10.05 -
Kaspersky 7.0.0.125 2009.10.06 -
McAfee 5762 2009.10.05 -
McAfee+Artemis 5762 2009.10.05 -
McAfee-GW-Edition 6.8.5 2009.10.06 -
Microsoft 1.5101 2009.10.05 -
NOD32 4482 2009.10.05 -
Norman 6.01.09 2009.10.05 -
nProtect 2009.1.8.0 2009.10.05 -
Panda 10.0.2.2 2009.10.05 -
PCTools 4.4.2.0 2009.10.05 -
Prevx 3.0 2009.10.06 -
Rising 21.49.22.00 2009.09.30 -
Sophos 4.45.0 2009.10.06 -
Sunbelt 3.2.1858.2 2009.10.05 -
Symantec 1.4.4.12 2009.10.06 -
TheHacker 6.5.0.2.031 2009.10.05 -
TrendMicro 8.950.0.1094 2009.10.05 -
VBA32 3.12.10.11 2009.10.05 -
ViRobot 2009.10.6.1971 2009.10.06 -
VirusBuster 4.6.5.0 2009.10.05 -
Additional information
File size: 7812 bytes
MD5 : 936024e2a4fccd3a74198149a0d888ff
SHA1 : 5c059f9691db6ce4d7d12a448f4ee15c10c0917a
SHA256: 6faae60e993a121d3959b829d61ceee611af47b6aef7d6882e da97b016a64251
TrID : File type identification
RAR Archive (83.3%)
REALbasic Project (16.6%)
ssdeep: 192:Vg1TXHqlP3gdM/Jn+3XBBwkwDkGdrr0Z3VRv6SfCe:kzHA3xyXykGdrr0ZFRce
PEiD : -
RDS : NSRL Reference Data Set
-
#include <windows.h>
#include <stdio.h>
bool stamina=false;
void TheHacks()
{
while(1){
if(GetAsyncKeyState(VK_F6) &1){ //F6
stamina = !stamina;
}
if(stamina==true){
DWORD dwPlayerPointer = *(DWORD*)0x002200;
if(dwPlayerPointer != 0)
*(float*)(dwPlayerPointer + 0x2A4) = 100;
}
Sleep(50);
}
}
BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)TheHacks, NULL, NULL, NULL); //create the new Thread
}
return TRUE;
}
there's the coding, if u take it it's a waste so i wouldn't mind just give me credit u theifs