Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 12:59

  • 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 12/26/2010, 13:04   #706
 
elite*gold: 0
Join Date: Dec 2010
Posts: 60
Received Thanks: 12
hey hat jmd. wallhack ( chames, gps, opk, zombieopk ) sourcecode für mich ?
alles oben ist 10 thx wert

der kriegt thx von
o0lala0o Coding und
xXlalaXx Coding
als PM bitte !

als nomenü version !!!
o0lala0o Coding is offline  
Old 12/26/2010, 13:06   #707
 
elite*gold: 0
Join Date: Dec 2010
Posts: 60
Received Thanks: 12
sry wenn ich nerve aber autoready und noweapon gravity brauch ich auch noch ( alles nomenü pls )
dann 2x thx

also 4
o0lala0o Coding is offline  
Old 12/26/2010, 16:37   #708
 
elite*gold: 0
Join Date: Dec 2010
Posts: 41
Received Thanks: 26
Quote:
Originally Posted by #Infraction View Post
so:

Code:
int nospread=1;

void nospread()
{
if(nospread==1)
{
*(float*)ADR_NOSPREAD = 0;
}else{
*(float*)ADR_NOSPREAD = 1;
}
if(GetAsyncKeyState(VK_F5) &1)
{
int nospread=1;
}
if(GetAsyncKeyState(VK_F6) &1)
{
int nospread=0;
}
}
Mfg
Grrrr....

Code:
bool nospread_active;

void NoSpread()
{
	if(nospread_active)
	{
		*(float*)ADR_NOSPREAD = 0;
	}
	
	if(GetAsyncKeyState(VK_F5))
	{
		nospread_active = !nospread_active;
	}
}
Mit F5 ein / ausschaltbar .

Best Regards,
Yazzn
ɣʌȥȥn is offline  
Old 12/26/2010, 18:12   #709
 
kilgut12's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 423
Received Thanks: 285
kann mir pls jemand erklähren wie an addy´s selber suchen kann psl PN me!
kilgut12 is offline  
Old 12/26/2010, 19:10   #710
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
VOID SnowGravit(void)
{
*(float*)(ADR_WEAPONGRAVITY) = 10;
}
CyberRazzer is offline  
Thanks
1 User
Old 12/26/2010, 20:06   #711

 
Deda94's Avatar
 
elite*gold: 21
Join Date: Nov 2010
Posts: 2,062
Received Thanks: 2,320
Kann mir jemand sagen wie die Source für Chams im NoMenu Hack aussieht und ob ich dafür ne D3D Base brauche?
Deda94 is offline  
Old 12/26/2010, 20:14   #712
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
Wie beim Menü
CyberRazzer is offline  
Old 12/26/2010, 23:12   #713
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
Wie kann ich meine detour und den ReTour in meinen NoMenuhack einbauen ???
und kann man da dann auch mehrere funktionen einbauen wie in einem Menuhack??
joki4444 is offline  
Old 12/27/2010, 06:25   #714
 
surimi4's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 107
Received Thanks: 28
ich sitz hier grad an nem menü hack mit der base von cyber xD schonma vielen dank^^
naja eigentliches problem ist:
Supermaster:
PHP Code:
void SuperMaster()
{
    if (
supermaster == 1)
    {
        
DWORD Svp = *(DWORD*)ADR_SERVERPOINTER;
        if(
Svp != 0)
        {
            *(
int*)(Svp+OFS_SUPERMASTER) = 1;
        }
    }

iwie kommt da nix bei raus und ich kann nicht mehr schießen

Nowater:
PHP Code:
void NoWater() 
{
    if (
nowater == 1)
    {
        
long t=0;
        
unsigned long Protection;
        
VirtualProtect((void*)ADR_NOWATERsizeof(t), PAGE_READWRITE, &Protection);
        
memcpy((void*)ADR_NOWATER, &sizeof(t));
        
VirtualProtect((void*)ADR_NOWATERsizeof(t), Protection0);
    }

das bewirkt iwie nichts...

FastAll:
PHP Code:
oid FastHealth()
{
    if (
fasthealth == 1)
    {
        *(
float*)ADR_FASTHEALTH 99.0f;
    }
}
void FastAmmo()
{
    if (
fastammo == 1)
    {
        *(
float*)ADR_FASTAMMO 99.0f;
    }
}
void FastRepair()
{
    if (
fastrepair == 1)
    {
        *(
float*)ADR_FASTREPAIR 99.0f;
    }
}
void FastFlag()
{
    if (
fastflag == 1)
    {
        *(
float*)ADR_FASTFLAG 99.0f;
    }

wr crasht beim starten

Scope:
PHP Code:
void Scope()
{
    if (
scope == 1)
    {
        if(
GetAsyncKeyState(VK_RBUTTON))
            {
                
long value 1;
                
DWORD Protection;
               
                
VirtualProtect((void*)ADR_SCOPEsizeof(value), PAGE_READWRITE, &Protection);
                
memcpy((void*)ADR_SCOPE, &value sizeof(value));
                
VirtualProtect((void*)ADR_SCOPEsizeof(value), Protection0);
            }
            else
            {
                
long value 7;
                
DWORD Protection;
           
                
VirtualProtect((void*)ADR_SCOPEsizeof(value), PAGE_READWRITE, &Protection);
                
memcpy((void*)ADR_SCOPE, &value sizeof(value));
                
VirtualProtect((void*)ADR_SCOPEsizeof(value), Protection0);
            }
    }

geht nicht wieder aus bzw. ist von anfang an an.

FFASpawn:
PHP Code:
void FFASpawn()
{
    if(
ffaspawn == 1)
    {
        
long t=0;
        
unsigned long Protection;
        
VirtualProtect((void*)ADR_FFASPAWNsizeof(t), PAGE_READWRITE, &Protection);
        
memcpy((void*)ADR_FFASPAWN, &sizeof(t));
        
VirtualProtect((void*)ADR_FFASPAWNsizeof(t), Protection0);
    }

wr crahst wenn man es anmacht


und dann noch ne explizite frage an cyber:
du hast bei dir ja schon m_Stride definiert. kann ich das für die chams und so benutzen oder muss ich das so:
PHP Code:
HRESULT WINAPI mySetStreamSource(LPDIRECT3DDEVICE9 pDeviceUINT nStreamNumberLPDIRECT3DVERTEXBUFFER9 pStreamDataUINT nStride)
{
    if (
nStride != NULL myStride nStride;

return 
pSetStreamSource(pDevicenStreamNumberpStreamDatanStride);


in setstreamsource nochmal neu machen?

und wenn ich dann in mydraw... chams versuche kratzt wr auch beim starten ab...:
PHP Code:
HRESULT WINAPI myDrawIndexedPrimitive(LPDIRECT3DDEVICE9 pDeviceD3DPRIMITIVETYPE TypeINT BaseVertexIndexUINT MinVertexIndexUINT NumVerticesUINT startIndexUINT primCount)
{
    if(
pDevice->GetStreamSource(0,&StreamData,&OffsetInBytes,&m_Stride) == D3D_OK
    {
        
StreamData->Release();
    }

    
_asm pushad;
    
DWORD dwOldZEnable D3DZB_TRUE;

    if(
Color)
    {
        
GenerateTexture(pDevice, &White,  WHITE2);
        
GenerateTexture(pDevice, &Red,    RED2);
        
GenerateTexture(pDevice, &Green,  GREEN2);
        
GenerateTexture(pDevice, &Blue,   BLUE2);
        
GenerateTexture(pDevice, &Black,  BLACK2);
        
GenerateTexture(pDevice, &PurplePURPLE2);
        
GenerateTexture(pDevice, &Grey,   GREY2);
        
GenerateTexture(pDevice, &YellowYELLOW2);
        
GenerateTexture(pDevice, &OrangeORANGE2);
        
Color false;
    }

    if (
chams == 1)
    {
        if (
myStride == 44)
        {
            
pDevice->SetRenderState(D3DRS_ZENABLE,false);
            
pDevice->SetTexture(0,Red);
            
pDrawIndexedPrimitive(pDeviceTypeBaseVertexIndexMinVertexIndexNumVerticesstartIndexprimCount);
            
pDevice->SetRenderState(D3DRS_ZENABLE,true);
            
pDevice->SetTexture(0Green);
        }
    }

return 
pDrawIndexedPrimitive(pDeviceTypeBaseVertexIndexMinVertexIndexNumVerticesstartIndexprimCount);


schonmal thanks an alle die mir helfen

edit: wenn ich es so mache also die chams:
PHP Code:
pDevice->SetRenderState(D3DRS_ZENABLE,false);
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
pDevice->SetTexture0Red);
pDevice->DrawIndexedPrimitive(Type,BaseVertexIndexMinVertexIndexNumVerticesstartIndex,
primCount);
pDevice->SetRenderState(D3DRS_ZENABLE,true);
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
pDevice->SetTexture0Green); 
geht es auch nicht..
surimi4 is offline  
Old 12/27/2010, 09:04   #715

 
Deda94's Avatar
 
elite*gold: 21
Join Date: Nov 2010
Posts: 2,062
Received Thanks: 2,320
Quote:
Originally Posted by CyberRazzer View Post
Wie beim Menü
Schön nur weiss ich nicht wie sie bei einem Menü aussieht xD
Deda94 is offline  
Old 12/27/2010, 10:03   #716
 
BlackLegend™'s Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
Quote:
Originally Posted by ToxicLibrary™ View Post
Schön nur weiss ich nicht wie sie bei einem Menü aussieht xD
^this?
pDevice->SetRenderState(D3DRS_ZENABLE,false);
pDevice->SetTexture(0,Red);
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE,true);
pDevice->SetTexture(0, Green);


wenn nicht downloade dir die KarRaka Public base ^^

Download:

Virustotal:

Ihr braucht aber noch die Detour!^^
Creditz:
BlackLegend™ is offline  
Thanks
1 User
Old 12/27/2010, 12:30   #717
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
die karraka base ist doch sowieso für d3d8......
trotzdem thx..........

Und eine Frage:

Hat einer einen guten/funktionierenden Rehook für mich?
Brauche einen für mein nomenu hack.....

habe auch ein problem das ich hier schoneinmal geposted habe nur konnte mir da niemand helfen......(hoffe das mir jetzt einer hilft^^):

Quote:
1>------ Erstellen gestartet: Projekt: Hans11 Source Codes, Konfiguration: Debug Win32 ------
1>LINK : error LNK2001: Nicht aufgelöstes externes Symbol "__DllMainCRTStartup@12".
1>C:\Users\Andre\documents\visual studio 2010\Projects\Hans11 Source Codes\Debug\Hans11 Source Codes.dll : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========

das kommt bei mir immer wenn ich einen menu hack erstellen will(debuggen)(bei release kommt kein fehler aber wenn ich in den ordner reingehe wo die dll sein sollte dann ist da leider nix also muss ich debugg versuchen.....)

Wie kann ich es beheben/was muss ich einstellen um es zu beheben??
Eragon5555 is offline  
Old 12/27/2010, 12:37   #718
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
ne dioe is d3dx9
CyberRazzer is offline  
Old 12/27/2010, 12:48   #719
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
ne da steht überall d3d8 und so...^^

mhh naja trotzdem kommt immer der gleiche fehler bei mir..... (sihe ein post über dir cyberrazzer)

edit. des oben ist nicht die karraka base aber bei der kommt des auch immer also von daher....
Eragon5555 is offline  
Old 12/27/2010, 13:02   #720

 
Deda94's Avatar
 
elite*gold: 21
Join Date: Nov 2010
Posts: 2,062
Received Thanks: 2,320
Quote:
Codes.dll : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
Extras -> Optionen.. -> VC++ Verzeichnisse -> Verweisdateien -> Der Redist Ordner deiner DirectX SDK

Das sollte glaub ich das problem lösen


Edit: Eine frage, kann ich mit der Karraka Base auch einen NoMenu Hack Coden, also die Menü sachen raus löschen und halt die Render.. für Chams da lassen?
Deda94 is offline  
Thanks
1 User
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 13:01.


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