Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 20:35

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

Advertisement



WarRock EU - Code Snippets

Discussion on WarRock EU - Code Snippets within the WarRock forum part of the Shooter category.

View Poll Results: Wie findet ihr diesen Thread
Klasse! 78 60.94%
Geht so 17 13.28%
Sinnlos, braucht keiner 33 25.78%
Voters: 128. You may not vote on this poll

Closed Thread
 
Old 03/12/2011, 14:55   #2566
 
elite*gold: 9
Join Date: Feb 2011
Posts: 625
Received Thanks: 1,153
Hi mal ne frage habe mir duufbier chams bei mir eingebaut bei fertigstellung zeigt er o fehler an aber wenn ich starten will kommt das

leider konnte mir bislang keiner helfen ?



Uploaded with
Cri2me09 is offline  
Old 03/12/2011, 16:18   #2567
 
elite*gold: 0
Join Date: Jun 2010
Posts: 81
Received Thanks: 8
@Cri2me09: Naja es staht ja da was dein Problem ist du hast eine calling funktion in deinem Hack welche dir Fehler im Hack anzeigt und hier zeigt sie an das der/die/das Value ESP nicht deklariert ist. Bin mir aber nicht ganz so sicher deshlab schau nach ob dem so ist oder warte auf andere Leute die das vll beser verstehen als ich.

Nun zu mir mein Problem ist das mein Stamina Hack nicht geht:
Code:
DWORD dwPlayerPtr = *(DWORD*)Playerpointer; 
if(dwPlayerPtr != 0 && *(float*)(dwPlayerPtr+OFS_Stamina) < 100.0f)
{
*(float*)(dwPlayerPtr+Stamina_Offset) = 100.0f;
}
}
Addy hab ich!

Mfg.
Nevs08
xM4st3rfu11xX is offline  
Old 03/12/2011, 16:24   #2568
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
denke stamina kannst nur noch mit asm machen :P
NikM is offline  
Old 03/12/2011, 16:27   #2569
 
elite*gold: 0
Join Date: Jun 2010
Posts: 81
Received Thanks: 8
asm ist nicht deklariert

bitte denklariere asm ich hab keine ahnung was du damit meinst thx
xM4st3rfu11xX is offline  
Old 03/12/2011, 16:34   #2570
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
void WriteAsm( void* pxAddress, BYTE *code, int size )
{
unsigned long Protection;
VirtualProtect((void*)pxAddress, size, PAGE_READWRITE, &Protection);
memcpy((void*)pxAddress, (const void*)code, size);
VirtualProtect((void*)pxAddress, size, Protection, 0);
}

BYTE STAMINAON [] = {0x90, 0x90};

WriteAsm((void *)ASM_ADR_STAMINA,STAMINAON,2);


PS: KP ob man Stamina nopen muss
is nur ein Beispiel
NikM is offline  
Old 03/12/2011, 16:38   #2571
 
elite*gold: 0
Join Date: Jan 2011
Posts: 271
Received Thanks: 801
Quote:
Originally Posted by NikM View Post
denke stamina kannst nur noch mit asm machen :P
n.. Geht auch ohne but who cares :P
Yazzn˜ is offline  
Old 03/12/2011, 16:48   #2572
 
elite*gold: 9
Join Date: Feb 2011
Posts: 625
Received Thanks: 1,153
Nevs08 danke aber ich habe nichts drin ESP das ist das problem

leider konnte mir bislang keiner helfen ?



Uploaded with
Cri2me09 is offline  
Old 03/12/2011, 16:57   #2573
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
@Yazzn˜
Mem Adresse oder was ?
NikM is offline  
Old 03/12/2011, 17:00   #2574
 
elite*gold: 0
Join Date: Jan 2011
Posts: 271
Received Thanks: 801
Yes
Yazzn˜ is offline  
Old 03/12/2011, 18:04   #2575
 
elite*gold: 9
Join Date: Feb 2011
Posts: 625
Received Thanks: 1,153
ich weiß was jetzt damit gemeint ist

Es Handelt sich um einen Programmierfehler in dem Programm was du ausführst. Es existiert dort eine Variable, die vor der Verwendung in dem Programm nicht definiert wurde, somit zu dem Zeitpunkt nicht besteht, wo sie gebraucht wurde.

ich finde da nichts wäre ein coder da der über team viewer mal schauen könnte ?
Cri2me09 is offline  
Old 03/12/2011, 18:16   #2576
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
man kann stamina über mem coden o.0?
cool
hab n prob beiESP un zwar bsp Name
es ist am Gegner und da steht Name: NIX
why steht da nix?! braucht man dazu die username addy?
•~•Pr0Sk1ll•~• is offline  
Old 03/12/2011, 18:52   #2577
 
Norbert8's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 875
Received Thanks: 206
addy von nofog?
Norbert8 is offline  
Old 03/12/2011, 19:20   #2578
 
elite*gold: 0
Join Date: Jan 2011
Posts: 271
Received Thanks: 801
Quote:
Originally Posted by Norbert8 View Post
addy von nofog?
Near

CPU Disasm
Address Hex dump Command Comments
004C9A66 |. 68 8897A400 |PUSH 00A49788

Far

CPU Disasm
Address Hex dump Command Comments
004C9AC7 |. 68 8C97A400 |PUSH 00A4978C
Yazzn˜ is offline  
Thanks
2 Users
Old 03/12/2011, 20:43   #2579
 
sbob10's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 170
Received Thanks: 91
#include <Windows.h>
#include <stdio.h>

#define ADR_PLAYERPOINTER 0xBC3228
#define ADR_SERVERPOINTER 0xABDE08
#define OFS_Z 0x102D8
#define OFS_NFD 0x103A8
#define OFS_5SLOT 0x1021A4
#define OFS_6SLOT 0x1021A5
#define OFS_7SLOT 0x1021A6
#define OFS_8SLOT 0x1021A7

DWORD *ingame = (DWORD*)ADR_PLAYERPOINTER;
DWORD *outgame = (DWORD*)ADR_SERVERPOINTER;

void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
//Super Jump
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr + OFS_Z) = 2000;
}
}

//No Fall Damage
{
*(float*)(dwPlayerPtr + OFS_NFD) = -20000;
}
}
}
void ServerHacks()
{
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwSrvrPtr != 0)
{
//Slot Stuff

//5 Slot
{
*(long*)(dwSrvrPtr + OFS_5SLOT) = 1;
}

//6 Slot
{
*(long*)(dwSrvrPtr + OFS_6SLOT) = 1;
}

//7 Slot
{
*(long*)(dwSrvrPtr + OFS_7SLOT) = 1;
}

//8 Slot
{
*(long*)(dwSrvrPtr + OFS_8SLOT) = 1;
}
}
}
void HackThread()
{
for(;; )
{
if(*ingame)
{
PlayerHacks();
}
if(*outgame)
{
ServerHacks();
}
}
Sleep( 30 );
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}

funktioniert irgendwie nicht , kann es sein das die addys aus diesem thread falsch sind ?? oder wo liegt hier der fehler ... PLS helfen
sbob10 is offline  
Old 03/12/2011, 20:45   #2580
 
Norbert8's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 875
Received Thanks: 206
Bekomme folgene Fehlermeldung wenn ich die funktion no fog in warrock an mache.
( D3D Hack )
PHP Code:
There was an unexpected error:
(
null)
Would you like to save a diagnostic file?

Filename I||N|WarRock.exe_0_191966972.dmp 
HILFT MIR
Norbert8 is offline  
Closed Thread


Similar Threads Similar Threads
WTB Flyff Source code snippets
04/01/2012 - Flyff Trading - 0 Replies
Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code Payment:via Paypal
[Autoit] Youtube Code Snippets
07/29/2011 - AutoIt - 5 Replies
Tag Zusammen. Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann. Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde. Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft. Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER]
07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies
This is the code of the hack which Fremo released.. I got new methods so I dont need this anymore & maybe it'll help some people... G31 Adult Skill if(comboBox4->Text=="Panther'crit'") { KC->Chat(255," Panther Skill ON"); KC->Threads=1; KC->lasttime = timeGetTime()-15000; } else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager
01/21/2011 - Coding Releases - 0 Replies
Code Snippets Manager http://upit.cc/images/1d47d78e.jpg Hab mich heute mal rangesetzt, und einen kleinen Manager für Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert in einer Anwendung wollte. Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.



All times are GMT +1. The time now is 20:36.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.