Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 15:10

  • 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 11/24/2010, 21:22   #241
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,794
Received Thanks: 1,131
Hat jemand eine Idee wieso nur der Slothack in diesem Fall funktioniert?
Jump, No Recoil, oder No Spread funktionieren alle nicht


Angelυѕ is offline  
Old 11/24/2010, 21:22   #242
 
elite*gold: 6
Join Date: Nov 2010
Posts: 169
Received Thanks: 418
@xxfabbelxx:
Quote:
duffbier
C++ Anfänger
Und jetzt Chillt euch mal.

Ontopic:
Par Farben
Code:
#define White          D3DCOLOR_ARGB(255,255,255,255) 
#define Red            D3DCOLOR_ARGB(255,255,0,0) 
#define Green          D3DCOLOR_ARGB(255,0,255,0)
#define Blue           D3DCOLOR_ARGB(255,0,0,255)
#define MediumBlue     D3DCOLOR_ARGB(255,55,100,250)
#define Black          D3DCOLOR_ARGB(255,0,0,0)
#define Purple         D3DCOLOR_ARGB(255,125,0,255)
#define Grey           D3DCOLOR_ARGB(255,128,128,128)
#define Grey2          D3DCOLOR_ARGB(255,230,230,230)
#define Yellow         D3DCOLOR_ARGB(255,255,255,0)
#define Orange         D3DCOLOR_ARGB(255,255,140,0)
#define Cyan           D3DCOLOR_ARGB(255,0,139,200)
#define Cyan2           D3DCOLOR_ARGB(255,0,130,230)
#define Pink           D3DCOLOR_ARGB(255,255,192,203)
#define LightBlue      D3DCOLOR_ARGB(255, 66, 180, 210)
#define Transparent    D3DCOLOR_ARGB(115, 128, 128, 128)
Yazzn is offline  
Thanks
2 Users
Old 11/24/2010, 21:29   #243
 
duffbier's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 605
Received Thanks: 623
Quote:
Originally Posted by Cαlιgσ View Post
Hat jemand eine Idee wieso nur der Slothack in diesem Fall funktioniert?
Jump, No Recoil, oder No Spread funktionieren alle nicht


ich hab das so:

#define ADR_SERVERPOINTER 0x00C24B10
#define OFS_5SLOT 0x001021A4
#define OFS_6SLOT 0x001021A5
#define OFS_7SLOT 0x001021A6
#define OFS_8SLOT 0x001021A7

void Slots()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwPlayerPtr != 0)
{
*(long*)(dwPlayerPtr+OFS_5SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_6SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_7SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_8SLOT) = 1;
}
}
duffbier is offline  
Old 11/24/2010, 21:35   #244
 
elite*gold: 0
Join Date: Aug 2010
Posts: 269
Received Thanks: 41
Quote:
Originally Posted by Cαlιgσ View Post
Hat jemand eine Idee wieso nur der Slothack in diesem Fall funktioniert?
Jump, No Recoil, oder No Spread funktionieren alle nicht


no spread geht ers garnet weil die adys is alt die habe/hatte ich auch geht nicht mehr keider
♥Lorenzo™ is offline  
Old 11/24/2010, 21:36   #245
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,794
Received Thanks: 1,131
Quote:
Originally Posted by duffbier View Post
ich hab das so:

#define ADR_SERVERPOINTER 0x00C24B10
#define OFS_5SLOT 0x001021A4
#define OFS_6SLOT 0x001021A5
#define OFS_7SLOT 0x001021A6
#define OFS_8SLOT 0x001021A7

void Slots()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwPlayerPtr != 0)
{
*(long*)(dwPlayerPtr+OFS_5SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_6SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_7SLOT) = 1;
*(long*)(dwPlayerPtr+OFS_8SLOT) = 1;
}
}

Und deine Slots funktionieren? Also meine schon, noch so als Frage:

Wenn du als *(DWORD*)ADR_SERVERPOINTER angibst,
warum dann "dwPlayerPtr"?

DWORD dwServerPtr = *(DWORD*)ADR_SERVERPOINTER; ??

Naja egal, die Slots funktionieren ja,
dass ist nicht mein Problem, meins ist mehr der Superjump und No Recoil + No Spread

Angelυѕ is offline  
Old 11/24/2010, 21:47   #246
 
duffbier's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 605
Received Thanks: 623
Quote:
Und deine Slots funktionieren? Also meine schon, noch so als Frage:

Wenn du als *(DWORD*)ADR_SERVERPOINTER angibst,
warum dann "dwPlayerPtr"?

DWORD dwServerPtr = *(DWORD*)ADR_SERVERPOINTER; ??

Naja egal, die Slots funktionieren ja,
dass ist nicht mein Problem, meins ist mehr der Superjump und No Recoil + No Spread
slots funktionieren
aber NoSpread und FastAll nicht
duffbier is offline  
Old 11/25/2010, 00:14   #247
 
elite*gold: 2
Join Date: Jul 2009
Posts: 1,447
Received Thanks: 923
Quote:
Originally Posted by duffbier View Post
Code:
void NoSpread()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
if(GetAsyncKeyState(VK_NUMPAD9) &1<< 0xF)
{
	*(int*)ADR_NOSPREAD = 0;
}
}
}
Code:
void RoomMaster ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwPlayerPtr != 0)
{
*(int*)(dwPlayerPtr+OFS_ROOMMASTER) = 0;
}
}

void Supermaster ()
{
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwSrvrPtr != 0)
{
*(int*)(dwSrvrPtr+OFS_SUPERMASTER) = 1;
}
}

void Fastall()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(ADR_FASTAMMO) = 15.0f;
*(float*)(ADR_FASTMEDIC) = 15.0f;
*(float*)(ADR_FASTFLAG) = 15.0f;
*(float*)(ADR_FASTREPAIR) = 15.0f; 
}
}
was ist daran falsch
so funzt es auch nicht
NoSpread kann net funken, da die Richtige Addy im mom net Public is

und was soll am Rest falsch sein? alles richtig?

Noch was:

PHP Code:
#define Stride10 40

if(m_Stride == Stride10)
    {
        if(
wallcolor)pDevice->SetRenderStat(D3DRS_ZENABLE,false);
        if(
wallcolor==1)pDevice->SetTexture(0aRed);
        if(
wallcolor==2)pDevice->SetTexture(0aYellow);
        if(
wallcolor==3)pDevice->SetTexture(0aOrange);
}

Denke ichversteht ihr selbst
.Crasy is offline  
Old 11/25/2010, 09:50   #248
 
Rel0ad3dx3's Avatar
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,174
Received Thanks: 839
Meine Frage ist, ist es möglich die Koordinaten rauszufinden wo alle zombie´s stehen?
sozusagen das ich dann visuelles zombie opk hab? Und das halt in den Teleport hack mit reinbaue, so das ich mich direkt dort hin teleportieren kann? Müsste möglich sein oder?
Rel0ad3dx3 is offline  
Old 11/25/2010, 15:14   #249
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,794
Received Thanks: 1,131
Quote:
Originally Posted by Pasci97 View Post
Meine Frage ist, ist es möglich die Koordinaten rauszufinden wo alle zombie´s stehen?
sozusagen das ich dann visuelles zombie opk hab? Und das halt in den Teleport hack mit reinbaue, so das ich mich direkt dort hin teleportieren kann? Müsste möglich sein oder?
Frag da mal am besten Sirosix, der hats ja in seinem Perfektioniert
Aber, warum nimmst du nicht einfach Telekill?
Angelυѕ is offline  
Old 11/26/2010, 09:15   #250
 
Rel0ad3dx3's Avatar
 
elite*gold: 17
Join Date: Apr 2010
Posts: 1,174
Received Thanks: 839
Quote:
Originally Posted by Cαlιgσ View Post
Frag da mal am besten Sirosix, der hats ja in seinem Perfektioniert
Aber, warum nimmst du nicht einfach Telekill?
Ich hasse Telekill...Da kommt es schon manchmal vor das man von einem Zombie erwischt wird und stirbt.

Zu ZombieOPK: Sirosix? Kannst du mir mal helfen?

Kannst du mir die Koordinaten geben wo die Zombie´s stehen?

Würde mir sehr helfen
Rel0ad3dx3 is offline  
Old 11/26/2010, 14:13   #251
 
elite*gold: 2
Join Date: Jul 2009
Posts: 1,447
Received Thanks: 923
Quote:
Originally Posted by CyberPasci™ View Post
Ich hasse Telekill...Da kommt es schon manchmal vor das man von einem Zombie erwischt wird und stirbt.

Zu ZombieOPK: Sirosix? Kannst du mir mal helfen?

Kannst du mir die Koordinaten geben wo die Zombie´s stehen?

Würde mir sehr helfen
Lösung ist einfach, so macht es Siro auch: Structs.

Sturcts = VIP das sind so zu sagen Addys in einer Anderen Form, mit dennen kanst das machen:

- All ESP
- TeleKill
- Zombie OPK
- Follow User / Go to User / Kill User
und paar mehr, was mit addys net möglich ist.
.Crasy is offline  
Thanks
1 User
Old 11/26/2010, 14:48   #252
 
elite*gold: 1
Join Date: Jun 2010
Posts: 2,843
Received Thanks: 3,724
removed o.o
CyberRazzer is offline  
Thanks
1 User
Old 11/26/2010, 14:54   #253
 
OriginalFenistilGel's Avatar
 
elite*gold: 17
Join Date: Sep 2010
Posts: 2,166
Received Thanks: 861
Stimmt das so?

Quote:
//Teleport
{
if(GetAsyncKeyState(VK_F4))
{
CoordX = *(float*)(dwPlayerPtr+Ofs_X);
CoordY = *(float*)(dwPlayerPtr+Ofs_Y);
CoordZ = *(float*)(dwPlayerPtr+Ofs_Z);
}
if (GetAsyncKeyState(VK_F5))
{
*(float*)(dwPlayerPtr + Ofs_X) = CoordX;
*(float*)(dwPlayerPtr + Ofs_Y) = CoordY;
*(float*)(dwPlayerPtr + Ofs_Z) = CoordZ;
}
}
OriginalFenistilGel is offline  
Old 11/26/2010, 14:55   #254
 
elite*gold: 0
Join Date: Jun 2009
Posts: 2,794
Received Thanks: 1,131
Jemand eine Idee wie man No Spread an/ausschaltbar machen kann, per Hotkey?

Achja ich danke hier vielen Leuten für ein Paar Sourcen die sie gepostet haben:



@Original, versuchs mal so:



Quote:
void Teleport()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
if (GetAsyncKeyState(VK_F4))
{
posiX = *(float*)(dwPlayerPtr + Ofs_X);
posiY = *(float*)(dwPlayerPtr + Ofs_Y);
posiZ = *(float*)(dwPlayerPtr + Ofs_Z);
}
if (GetAsyncKeyState(VK_F5))
{
*(float*)(dwPlayerPtr + Ofs_X) = posiX;
*(float*)(dwPlayerPtr + Ofs_Y) = posiY;
*(float*)(dwPlayerPtr + Ofs_Z) = posiZ;
}
}
}
Unten im HackThread noch
Teleport(); einfügen und es klappt
Angelυѕ is offline  
Old 11/26/2010, 14:59   #255
 
OriginalFenistilGel's Avatar
 
elite*gold: 17
Join Date: Sep 2010
Posts: 2,166
Received Thanks: 861
Quote:
Originally Posted by Cαlιgσ View Post
Jemand eine Idee wie man No Spread an/ausschaltbar machen kann, per Hotkey?

Achja ich danke hier vielen Leuten für ein Paar Sourcen die sie gepostet haben:



@Original, versuchs mal so:





Unten im HackThread noch
Teleport(); einfügen und es klappt
Okey Dokey

War lange Zeit nicht mehr on und viele meinen NoSpread würde nicht gehen. Kennt jemand vllt die neue Addy

Hat jemand nen SourceCode für SmoothJump?
OriginalFenistilGel 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 15:11.


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.