PLEASE HELP HERE I DUNNO HOW TO CODE SNS

Posts 1–15 of 31 · Page 1 of 3
PLEASE HELP HERE I DUNNO HOW TO CODE SNS
pano ko PO i co code ang sns ayaw kse gumana look

#include <windows.h>

#define ADR_Glasswalls 0x95B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void Loop()
{
for(;{
{
if(*ingame)
{
Hacks();
}
Sleep(200);
}}}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
return TRUE;
}

na try ko na ilagay ko

void sns()
{
*(double*)ADR_SuperNoSpread = 0;
}

pero build failed san ko po ba ilalagay eksakto ang source code ng sns po ? tnx
failed talaga yan... dapat parehas yung nasa addies mo sa void command mo xD
Quote Originally Posted by jcgallardo View Post
failed talaga yan... dapat parehas yung nasa addies mo sa void command mo xD
nag mamagaling oh.
1 - Learn some C++ because your not aware what your doing.
2 - Here's a fixed source:

Code:
#include <windows.h>

#define ADR_Glasswalls 0x95B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void sns()
{
*(double*)ADR_SuperNoSpread = 0;
}

void Loop()
{
for(;{
{
if(*ingame)
{
Hacks();
sns();
}
Sleep(200);
}}}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
}
I left 1 error you could fix it by yourself
Quote Originally Posted by Ryuzaki2 View Post
1 - Learn some C++ because your not aware what your doing.
2 - Here's a fixed source:

Code:
#include <windows.h>

#define ADR_Glasswalls 0x95B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void sns()
{
*(double*)ADR_SuperNoSpread = 0;
}

void Loop()
{
for(;{
{
if(*ingame)
{
Hacks();
sns();
}
Sleep(200);
}}}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
}
I left 1 error you could fix it by yourself


Kitang-kita na oh kung ano yung tinirang error, bigyan mo ng credits si RYUZAKI oh... xD
THANKS SIR ALTHOUGH DI KO PA RIN MAHANAP ANG ERROR SA LOOB NG MAHIGIT 2HRS BUT THANKS THANKS A LOT

---------- Post added at 11:07 AM ---------- Previous post was at 11:03 AM ----------

SUKO NA PO AKO :'( D KO MLAMAN KUNG ANU UNG SYNTAX ERROR

---------- Post added at 11:30 AM ---------- Previous post was at 11:07 AM ----------

sir please tell me whats the last three errors i cant really find it
Quote Originally Posted by thugxcry01 View Post
THANKS SIR ALTHOUGH DI KO PA RIN MAHANAP ANG ERROR SA LOOB NG MAHIGIT 2HRS BUT THANKS THANKS A LOT

---------- Post added at 11:07 AM ---------- Previous post was at 11:03 AM ----------

SUKO NA PO AKO :'( D KO MLAMAN KUNG ANU UNG SYNTAX ERROR

---------- Post added at 11:30 AM ---------- Previous post was at 11:07 AM ----------

sir please tell me whats the last three errors i cant really find it

Oh eto na... next time learn the syntax error... just kidding... press thanks to idol Haxcoder, Ryuzaki & to MJCreado ^_^

Code:
#include <windows.h>

#define ADR_Glasswalls 0x0095B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void sns()
{
*(double*)ADR_SNS = 0;
}

void Loop()
{
for(;; )
{
if(*ingame)
{
Hacks();
sns();
}
Sleep(200);
}
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
}


---------- Post added at 02:02 AM ---------- Previous post was at 01:59 AM ----------

try to compare & check what is your error.
sa baba ng glasswall function mo lagay tapos sama mo sa ingame
saakin di kayo mag ty ?
Hahaha. Every addy dapat merong function sa baba then iinclude mo dun sa ingame hacks para magwork .

then pag may error right click mo ung error sa baba then go to location para makita mo kung ano ung sira and then maayos mo madali lang naman yan eh. kung pag aaralan mo talaga
salamat po sa mga tulong pinag compare ko po hehehe wla po akong (;; ) and ung ADR_SNS heheheh ! tnx po @Haxcoder @donatelo07 @[WR]CodeR @jcgallardo and siempre kay ryuzaki hihihihi mrami slamat
Wag nyo naman Pagalitan haha matututo din yan SAY THANKS For those who help you
I think may Last Error pa


#include <windows.h>

#define ADR_Glasswalls 0x0095B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void sns()
{
*(double*)ADR_SNS = 0;
}

void Loop()
{
for(;; )
{
if(*ingame)
{
Hacks();
sns();
}
Sleep(200);
}
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
}
Quote Originally Posted by [DarkCoder] View Post
I think may Last Error pa


#include <windows.h>

#define ADR_Glasswalls 0x0095B01C
#define ADR_SNS 0x007F7508

DWORD *ingame= (DWORD*)0xAD7368;
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}

void sns()
{
*(double*)ADR_SNS = 0;
}

void Loop()
{
for(;; )
{
if(*ingame)
{
Hacks();
sns();
}
Sleep(200);
}
}

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
}
parang ung { mali ewan ko kung tama ako hehe.
Posts 1–15 of 31 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?