Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Neverwinter
You last visited: Today at 11:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



NeverWinter new Stamina Hack

Discussion on NeverWinter new Stamina Hack within the Neverwinter forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
forlove's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 23
Received Thanks: 41
NeverWinter new Stamina Hack

As title says New NeverWinter Stamina Hack dodge teleport slide without losing any stamina just click thx if this work with you

right click run as admin log in NW enjoy your unlimited stamina

have fun especially pvp

Prove


Download link


Attached Files
File Type: rar NWHack.rar (108.1 KB, 273 views)
forlove is offline  
Thanks
2 Users
Old 05/22/2013, 14:03   #2
 
"PhiL's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 39
Received Thanks: 30
Ist noch nichtmal sein Programm und er will dafür thanks haben.. Hier mal den Code für die die ihm nicht trauen, whatever...
Code:
#include <Windows.h>
#include <iostream>
#include <tlhelp32.h>
#include <tchar.h>

using namespace std;

HWND windowhandle=0;

DWORD modulebase=0;
HANDLE hopen=0;

HANDLE prozessauf();
DWORD GetModuleBase(LPSTR lpModuleName);
DWORD getadr(DWORD address, HANDLE hopen);
void setadr(DWORD address, int value, HANDLE hopen);


int main()

{   
    SetConsoleTitle("Neverwinter - Mageteleporthack - by Dragonef22"); 
    cout<<"Updated for 21.05.2013";
    
    while(true)
    {
    hopen=prozessauf();
    modulebase=GetModuleBase("GameClient.exe");
    DWORD adress=0;
    DWORD teleportadress=0;
    adress=adress+modulebase+0x024F50B0;     // GameClient.exe+startoffset
    adress=getadr(adress,hopen);
    adress=adress+0x244; // Offset Nr. 0
    adress=getadr(adress,hopen);
    adress=adress+0x6f8; // Offset Nr. 1
    adress=getadr(adress,hopen);
    adress=adress+0x18; // Offset Nr. 2
    adress=getadr(adress,hopen);
    adress=adress+0x9c; // Offset Nr. 3
    adress=getadr(adress,hopen);
     
    teleportadress=adress+0x244; // Teleportresource

    // Full Teleportresource = 1120403456 - set it
    setadr(teleportadress,1120403456,hopen);
    Sleep(1);
    }
}

    
HANDLE prozessauf() 

{
    HWND hwar3=::FindWindow(NULL,"Neverwinter");
    DWORD PID, TID;
    TID = ::GetWindowThreadProcessId (hwar3, &PID);
    HANDLE hopen=OpenProcess( PROCESS_ALL_ACCESS|PROCESS_TERMINATE |PROCESS_VM_READ|
                  PROCESS_VM_WRITE,FALSE,PID);
    return hopen;
}


DWORD GetModuleBase(LPSTR lpModuleName)
{
    DWORD dwProcessId,TID;
    HWND hwar3=::FindWindow(NULL,"Neverwinter");
    TID = ::GetWindowThreadProcessId (hwar3, &dwProcessId);
     
   MODULEENTRY32 lpModuleEntry = {0};
   HANDLE hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, dwProcessId);
 
   if(!hSnapShot)
      return 0;
   lpModuleEntry.dwSize = sizeof(lpModuleEntry);
   BOOL bModule = Module32First( hSnapShot, &lpModuleEntry );
   while(bModule)
   {
      if(!strcmp( lpModuleEntry.szModule, lpModuleName ) )
      {
         CloseHandle(hSnapShot);
         return (DWORD)lpModuleEntry.modBaseAddr;
      }
      bModule = Module32Next( hSnapShot, &lpModuleEntry );
   }
   CloseHandle( hSnapShot );
   return 0;
}

// Value eines Adresswerts auslesen

DWORD getadr(DWORD address, HANDLE hopen)
{
    int value =0;
    ReadProcessMemory(hopen,(void*)address,&value,sizeof(value),0);
    return value;
}    
    
void setadr(DWORD address, int value, HANDLE hopen)
{
    WriteProcessMemory(hopen, (LPVOID*)(DWORD) (address), &value, sizeof(value), NULL);
    return;
}
Wird eh bald gefixxt, ich denk mal 2 Tage max..
"PhiL is offline  
Old 05/22/2013, 15:52   #3
 
Gmaro's Avatar
 
elite*gold: 42
Join Date: May 2009
Posts: 1,503
Received Thanks: 244
range = win pvp
Gmaro is offline  
Old 05/22/2013, 20:58   #4
 
forlove's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 23
Received Thanks: 41
Talking

Quote:
Originally Posted by "PhiL View Post
Ist noch nichtmal sein Programm und er will dafür thanks haben.. Hier mal den Code für die die ihm nicht trauen, whatever...
Code:
#include <Windows.h>
#include <iostream>
#include <tlhelp32.h>
#include <tchar.h>

using namespace std;

HWND windowhandle=0;

DWORD modulebase=0;
HANDLE hopen=0;

HANDLE prozessauf();
DWORD GetModuleBase(LPSTR lpModuleName);
DWORD getadr(DWORD address, HANDLE hopen);
void setadr(DWORD address, int value, HANDLE hopen);


int main()

{   
    SetConsoleTitle("Neverwinter - Mageteleporthack - by Dragonef22"); 
    cout<<"Updated for 21.05.2013";
    
    while(true)
    {
    hopen=prozessauf();
    modulebase=GetModuleBase("GameClient.exe");
    DWORD adress=0;
    DWORD teleportadress=0;
    adress=adress+modulebase+0x024F50B0;     // GameClient.exe+startoffset
    adress=getadr(adress,hopen);
    adress=adress+0x244; // Offset Nr. 0
    adress=getadr(adress,hopen);
    adress=adress+0x6f8; // Offset Nr. 1
    adress=getadr(adress,hopen);
    adress=adress+0x18; // Offset Nr. 2
    adress=getadr(adress,hopen);
    adress=adress+0x9c; // Offset Nr. 3
    adress=getadr(adress,hopen);
     
    teleportadress=adress+0x244; // Teleportresource

    // Full Teleportresource = 1120403456 - set it
    setadr(teleportadress,1120403456,hopen);
    Sleep(1);
    }
}

    
HANDLE prozessauf() 

{
    HWND hwar3=::FindWindow(NULL,"Neverwinter");
    DWORD PID, TID;
    TID = ::GetWindowThreadProcessId (hwar3, &PID);
    HANDLE hopen=OpenProcess( PROCESS_ALL_ACCESS|PROCESS_TERMINATE |PROCESS_VM_READ|
                  PROCESS_VM_WRITE,FALSE,PID);
    return hopen;
}


DWORD GetModuleBase(LPSTR lpModuleName)
{
    DWORD dwProcessId,TID;
    HWND hwar3=::FindWindow(NULL,"Neverwinter");
    TID = ::GetWindowThreadProcessId (hwar3, &dwProcessId);
     
   MODULEENTRY32 lpModuleEntry = {0};
   HANDLE hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, dwProcessId);
 
   if(!hSnapShot)
      return 0;
   lpModuleEntry.dwSize = sizeof(lpModuleEntry);
   BOOL bModule = Module32First( hSnapShot, &lpModuleEntry );
   while(bModule)
   {
      if(!strcmp( lpModuleEntry.szModule, lpModuleName ) )
      {
         CloseHandle(hSnapShot);
         return (DWORD)lpModuleEntry.modBaseAddr;
      }
      bModule = Module32Next( hSnapShot, &lpModuleEntry );
   }
   CloseHandle( hSnapShot );
   return 0;
}

// Value eines Adresswerts auslesen

DWORD getadr(DWORD address, HANDLE hopen)
{
    int value =0;
    ReadProcessMemory(hopen,(void*)address,&value,sizeof(value),0);
    return value;
}    
    
void setadr(DWORD address, int value, HANDLE hopen)
{
    WriteProcessMemory(hopen, (LPVOID*)(DWORD) (address), &value, sizeof(value), NULL);
    return;
}
Wird eh bald gefixxt, ich denk mal 2 Tage max..
I know its not my code I didn't say it's mine I just make it easy to other who doesn't know c++ if you trust me or not that's your problem I know i don't harm anyone its not a fucking virus or anything just simple exe program
forlove is offline  
Old 05/23/2013, 01:00   #5
 
The Reloaded Robreload's Avatar
 
elite*gold: 5
Join Date: Feb 2008
Posts: 804
Received Thanks: 175
virus
The Reloaded Robreload is offline  
Old 05/23/2013, 08:57   #6
 
forlove's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 23
Received Thanks: 41
Quote:
Originally Posted by TheReloadedRobreload View Post
virus
Well if you think it's virus don't download it
forlove is offline  
Old 05/23/2013, 18:02   #7
 
The Reloaded Robreload's Avatar
 
elite*gold: 5
Join Date: Feb 2008
Posts: 804
Received Thanks: 175
downloaded it already, but now i can say it includes a virus
The Reloaded Robreload is offline  
Thanks
1 User
Old 05/23/2013, 18:23   #8
 
alloin's Avatar
 
elite*gold: 10
Join Date: Jan 2010
Posts: 19
Received Thanks: 1
doesn't seem to work, i also tried the sourcecode, did they patch this ?
alloin is offline  
Thanks
1 User
Old 05/23/2013, 18:28   #9
 
elite*gold: 0
Join Date: Feb 2009
Posts: 13
Received Thanks: 2
wurde gerade gefixt
Pitbull1982 is offline  
Thanks
1 User
Old 05/23/2013, 22:38   #10
 
forlove's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 23
Received Thanks: 41
Its work I just test it you need to wait sometimes its take 2-3 min to work and it's not a virus when I create this I use c++ win32 application some antivirus catch win32 as a trojan but it's not same like wpe pro why you ppl think I wanna harm you I dont want to harm anyone I like this forum and I respect everyone
forlove is offline  
Old 05/24/2013, 02:13   #11

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
doesnt work
Dr.Dr.SheldonLeeCooper is offline  
Old 05/24/2013, 03:41   #12
 
elite*gold: 0
Join Date: May 2013
Posts: 6
Received Thanks: 0
It did indeed work for me when I used it.
Scanned it prior, no viruses. Just saying. It may be patched though, because I haven't tried it tonight.
IceTF is offline  
Old 05/24/2013, 14:46   #13
 
alloin's Avatar
 
elite*gold: 10
Join Date: Jan 2010
Posts: 19
Received Thanks: 1
Anyone confirm this is not working anymore please ?
They patched this, anyone who says it works is a liar or a troll
alloin is offline  
Old 05/24/2013, 15:51   #14
 
forlove's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 23
Received Thanks: 41
Patched
forlove is offline  
Old 05/25/2013, 01:19   #15
 
elite*gold: 0
Join Date: May 2009
Posts: 22
Received Thanks: 3
just change the offsets...

0x022EBB94
0x104
0x6F8
0x18
0x9C
0x244

Edit: the 3rd time it behaves a bit strange... its like he rolls or strafes just the half way...
alex4ep is offline  
Closed Thread




All times are GMT +2. The time now is 11:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.