|
You last visited: Today at 04:20
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% |
08/01/2011, 08:42
|
#4756
|
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
|
Quote:
Need Bypass
Kann mir wer zeigen bzw. ein tut schreiben wie man ein Bypass macht ???
Gäbe bestimmt viele Thanks ;D
|
das wird dir glaub ich keiner Zeigen
|
|
|
08/01/2011, 17:25
|
#4757
|
elite*gold: 0
Join Date: Jul 2011
Posts: 112
Received Thanks: 32
|
mein Bypass
Quote:
BOOL MemEditing (VOID *lpMem,VOID *lpSrc,DWORD len)
{
DWORD lpflOldProtect, flNewProtect = PAGE_READWRITE;
unsigned char * pDst = (unsigned char *)lpMem,
*pSrc = (unsigned char *)lpSrc;
if (VirtualProtect(lpMem,len,flNewProtect,&lpflOldPro tect))
{
while(len-- > 0) *pDst++ = *pSrc++;
return (0);
}
return (1);
}
void HSBYPASS (void)
{
Sleep (15000);
int hEhSvc = (int)GetModuleHandleA ("ehsvc.dll");
{
MemEditing((void*)(hEhSvc+0x701BC),(PBYTE)"\xC2\x0 4\x00",3);
MemEditing((void*)(hEhSvc+0x248F9),(PBYTE)"\x90\x9 0",2);
MemEditing((void*)(hEhSvc+0x33CAE),(PBYTE)"\x31",1 );
MemEditing((void*)(hEhSvc+0x312EF),(PBYTE)"\x31",1 );
MemEditing((void*)0x5343E0,(PBYTE)"\xEB",1);
}
}
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HSBYPASS, NULL, NULL, NULL);
|
|
|
|
08/01/2011, 17:38
|
#4758
|
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 4,650
Received Thanks: 5,731
|
Quote:
Originally Posted by |-LMAA-|
Need Bypass
Kann mir wer zeigen bzw. ein tut schreiben wie man ein Bypass macht ???
Gäbe bestimmt viele Thanks ;D
|
dump ehsvc.dll jump, return oder mach irgend was mit den richtigen addys dann haste ein bypass
oder du kaufst dirn bypass von mir für 10€ *hust*
Quote:
Originally Posted by FriendlyHacker
mein Bypass
|
du bist so cool gehst auf pastebin und postest king7 uralten bypass der nicht mehr geht und gibst in als dein eigenen aus
|
|
|
08/01/2011, 18:05
|
#4759
|
elite*gold: 0
Join Date: Jul 2011
Posts: 112
Received Thanks: 32
|
Quote:
Originally Posted by Angel-Piece
dump ehsvc.dll jump, return oder mach irgend was mit den richtigen addys dann haste ein bypass
oder du kaufst dirn bypass von mir für 10€ *hust*
du bist so cool gehst auf pastebin und postest king7 uralten bypass der nicht mehr geht und gibst in als dein eigenen aus
|
mein Bypass bezieht sich auf den den ich benutze !
jetzt da du das gesagt hast aber nicht mehr o.O
PHP Code:
if(stamina ==1)
{
*(float*)Stamina1=1000;
*(float*)Stamina2=1000;
*(float*)Stamina3=0;
*(float*)Stamina4=0;
*(float*)Stamina5=0;
}
|
|
|
08/01/2011, 19:24
|
#4760
|
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
|
Emm wie kann man von xKarka Sprite Menu das Desing ändern ...wie macht man so ein Bild in Byte ...
|
|
|
08/01/2011, 19:39
|
#4761
|
elite*gold: 13
Join Date: Feb 2011
Posts: 333
Received Thanks: 90
|
könnte mir wer no spread source geben ?
wer nett^^
|
|
|
08/01/2011, 20:04
|
#4762
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by *Pumio*
Emm wie kann man von xKarka Sprite Menu das Desing ändern ...wie macht man so ein Bild in Byte ...
|
image to byte converter ftw... bevor du fragst, google
Quote:
Originally Posted by Hanfi™
könnte mir wer no spread source geben ?
wer nett^^
|
*(unsigned long*)ADR_NOSPREAD = 0;
soweit ich weiß
|
|
|
08/01/2011, 21:28
|
#4763
|
elite*gold: 0
Join Date: Jul 2011
Posts: 166
Received Thanks: 317
|
NoSpread:
if (cHacks.CH_NoSpread)
{
*(float*)(cAddys::ADR_NOSPREAD) = 0.0F;
}
SuperNoSpread:
if (cHacks.CH_SuperNoSpread)
{
*(double*)(cAddys::ADR_SUPERNOSPREAD) = 0;
}
else
{
*(double*)(cAddys::ADR_SUPERNOSPREAD) = 5;
}
|
|
|
08/02/2011, 08:24
|
#4764
|
elite*gold: 0
Join Date: Jul 2011
Posts: 165
Received Thanks: 110
|
wie dumpt man ehsvc.dll dachte man kann nur exe dumpen und welche addys muss man dann finden ?
|
|
|
08/02/2011, 10:15
|
#4765
|
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
|
SelfCRC NanoCheck1/2 AntiRestore und ASMScan
glaub des sind alle
|
|
|
08/02/2011, 10:45
|
#4766
|
elite*gold: 0
Join Date: Jul 2011
Posts: 165
Received Thanks: 110
|
Quote:
Originally Posted by R3d~F!st
SelfCRC NanoCheck1/2 AntiRestore und ASMScan
glaub des sind alle
|
StaticCrc ^^ 1/2
|
|
|
08/02/2011, 10:51
|
#4767
|
elite*gold: 10
Join Date: Dec 2010
Posts: 561
Received Thanks: 98
|
Wäre dieser Code für eine Box (Ohne FUnktionen, also nur ein Text)
richtig:
Quote:
class Border
{
void DrawTextC(int x,int y,DWORD color,char *text, ID3DXFont* pFont1);
void DrawBox(LPDIRECT3DDEVICE9 pDevice, int x, int y, int w, int h, D3DCOLOR Color);
void DrawRectangle(LPDIRECT3DDEVICE9 pDevice,int x, int y, int w, int h, int s, DWORD Color);
void Boarder(LPDIRECT3DDEVICE9 pDevice,ID3DXFont* pFont)
{
DrawBox(pDevice,200,25,170,120,BLACK);
DrawRectangle(pDevice,200,25,170,120 ,1, WHITE);
DrawTextC(285,30,RED,"lujaluja",pFont);
DrawTextC(285,50,RED,":",pFont);
DrawTextC(285,65,RED,"",pFont);
DrawTextC(285,80,RED,"",pFont);
DrawTextC(285,95,RED,"",pFont);
DrawTextC(285,110,RED,"",pFont);
}
}
|
Kommen keine Fehler doch beim Erstellen,
Quote:
1>------ Erstellen gestartet: Projekt: Tests, Konfiguration: Debug Win32 ------
1> Main.cpp
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""void __cdecl DrawTextC(int,int,unsigned long,char *,struct ID3DXFont *)" (?DrawTextC@@YAXHHKPADPAUID3DXFont@@@Z)" in Funktion ""void __cdecl Boarder(struct IDirect3DDevice9 *,struct ID3DXFont *)" (?Boarder@@YAXPAUIDirect3DDevice9@@PAUID3DXFont@@@ Z)".
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""void __cdecl DrawRectangle(struct IDirect3DDevice9 *,int,int,int,int,int,unsigned long)" (?DrawRectangle@@YAXPAUIDirect3DDevice9@@HHHHHK@Z) " in Funktion ""void __cdecl Boarder(struct IDirect3DDevice9 *,struct ID3DXFont *)" (?Boarder@@YAXPAUIDirect3DDevice9@@PAUID3DXFont@@@ Z)".
1>Main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""void __cdecl DrawBox(struct IDirect3DDevice9 *,int,int,int,int,unsigned long)" (?DrawBox@@YAXPAUIDirect3DDevice9@@HHHHK@Z)" in Funktion ""void __cdecl Boarder(struct IDirect3DDevice9 *,struct ID3DXFont *)" (?Boarder@@YAXPAUIDirect3DDevice9@@PAUID3DXFont@@@ Z)".
1>C:\Users\Luca\Desktop\Jannik\Tests\Debug\Tests.d ll : fatal error LNK1120: 3 nicht aufgelöste externe Verweise.
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
|
Kann mir jemand sagen was ich machen sollte.
|
|
|
08/02/2011, 10:57
|
#4768
|
elite*gold: 0
Join Date: Jul 2011
Posts: 165
Received Thanks: 110
|
Kann jemand den fail mal Fixxen ;D Chams geht nur wenn Wallhack an ist -.-
Code:
if (lhams==1)
{
if (m_Stride==32||m_Stride==36)
{
pDevice->SetRenderState(D3DRS_AMBIENT,YELLOW);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhams==2)
{
if (m_Stride==32||m_Stride==36)
{
pDevice->SetRenderState(D3DRS_AMBIENT,RED);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhams==3)
{
if (m_Stride==32||m_Stride==36)
{
pDevice->SetRenderState(D3DRS_AMBIENT,GREEN);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhams==4)
{
if (m_Stride==32||m_Stride==36)
{
pDevice->SetRenderState(D3DRS_AMBIENT,BLACK);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhamss==1)
{
if (m_Stride==44)
{
pDevice->SetRenderState(D3DRS_AMBIENT,YELLOW);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhamss==2)
{
if (m_Stride==44)
{
pDevice->SetRenderState(D3DRS_AMBIENT,RED);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhamss==3)
{
if (m_Stride==44)
{
pDevice->SetRenderState(D3DRS_AMBIENT,GREEN);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if (lhamss==4)
{
if (m_Stride==44)
{
pDevice->SetRenderState(D3DRS_AMBIENT,BLACK);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if(iWallHack==1)
{
if (m_Stride==32||m_Stride==32)
{
pDevice->SetRenderState(D3DRS_ZENABLE,0);
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE,0);
}
}
if(fullbright==1)
{
if (m_Stride==32||m_Stride==32)
{
pDevice->SetRenderState(D3DRS_LIGHTING,0);
}
}
_asm popad;
return pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
}
lhams sind Chams
|
|
|
08/02/2011, 11:35
|
#4769
|
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
|
So:
Code:
if(iWallHack==1)
{
if (m_Stride==32||m_Stride==[COLOR="Red"]36[/COLOR])
{
pDevice->SetRenderState(D3DRS_ZENABLE,0);
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
pDevice->SetRenderState(D3DRS_ZENABLE,[COLOR="Red"]1[/COLOR]);
}
}
Kannst du bei Chams genauso machen!
|
|
|
08/02/2011, 16:22
|
#4770
|
elite*gold: 0
Join Date: Jul 2011
Posts: 112
Received Thanks: 32
|
ich habs anders ich gebe dir meinen source nachher oder morgen !!
aber credits to me ich hab den selber gemacht !
|
|
|
 |
|
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 04:21.
|
|