|
You last visited: Today at 12:59
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% |
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 !!!
|
|
|
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
|
|
|
12/26/2010, 16:37
|
#708
|
elite*gold: 0
Join Date: Dec 2010
Posts: 41
Received Thanks: 26
|
Quote:
Originally Posted by #Infraction
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
|
|
|
12/26/2010, 18:12
|
#709
|
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!
|
|
|
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;
}
|
|
|
12/26/2010, 20:06
|
#711
|
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?
|
|
|
12/26/2010, 20:14
|
#712
|
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
|
Wie beim Menü
|
|
|
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??
|
|
|
12/27/2010, 06:25
|
#714
|
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_NOWATER, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_NOWATER, &t , sizeof(t));
VirtualProtect((void*)ADR_NOWATER, sizeof(t), Protection, 0);
}
}
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_SCOPE, sizeof(value), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_SCOPE, &value , sizeof(value));
VirtualProtect((void*)ADR_SCOPE, sizeof(value), Protection, 0);
}
else
{
long value = 7;
DWORD Protection;
VirtualProtect((void*)ADR_SCOPE, sizeof(value), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_SCOPE, &value , sizeof(value));
VirtualProtect((void*)ADR_SCOPE, sizeof(value), Protection, 0);
}
}
}
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_FFASPAWN, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)ADR_FFASPAWN, &t , sizeof(t));
VirtualProtect((void*)ADR_FFASPAWN, sizeof(t), Protection, 0);
}
}
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 pDevice, UINT nStreamNumber, LPDIRECT3DVERTEXBUFFER9 pStreamData, UINT nStride)
{
if (nStride != NULL ) myStride = nStride;
return pSetStreamSource(pDevice, nStreamNumber, pStreamData, nStride);
}
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 pDevice, D3DPRIMITIVETYPE Type, INT BaseVertexIndex, UINT MinVertexIndex, UINT NumVertices, UINT startIndex, UINT 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, &Purple, PURPLE2);
GenerateTexture(pDevice, &Grey, GREY2);
GenerateTexture(pDevice, &Yellow, YELLOW2);
GenerateTexture(pDevice, &Orange, ORANGE2);
Color = false;
}
if (chams == 1)
{
if (myStride == 44)
{
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);
}
}
return pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
}
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->SetTexture( 0, Red);
pDevice->DrawIndexedPrimitive(Type,BaseVertexIndex, MinVertexIndex, NumVertices, startIndex,
primCount);
pDevice->SetRenderState(D3DRS_ZENABLE,true);
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
pDevice->SetTexture( 0, Green);
geht es auch nicht..
|
|
|
12/27/2010, 09:04
|
#715
|
elite*gold: 21
Join Date: Nov 2010
Posts: 2,062
Received Thanks: 2,320
|
Quote:
Originally Posted by CyberRazzer
Wie beim Menü 
|
Schön nur weiss ich nicht wie sie bei einem Menü aussieht xD
|
|
|
12/27/2010, 10:03
|
#716
|
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
|
Quote:
Originally Posted by ToxicLibrary™
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:
Credits:
Hans211
NoName
WE11ington
Croner
Kernel
Shad0w
|
|
|
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??
|
|
|
12/27/2010, 12:37
|
#718
|
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
|
ne dioe is d3dx9
|
|
|
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....
|
|
|
12/27/2010, 13:02
|
#720
|
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?
|
|
|
 |
|
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.
|
|