|
You last visited: Today at 02:04
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% |
11/21/2011, 20:21
|
#5896
|
elite*gold: 26
Join Date: Dec 2010
Posts: 4,343
Received Thanks: 2,395
|
Quote:
Originally Posted by ραιɳ
Request STW Source
|
ganz erlich wenn ihr schon leechen wollt benutzt vorher mal GOOGLE!!!!
Code:
if(CH_STW==1)
{
*(float*)(MEM_STW) = 700;
}
if(CH_STW==0)
{
*(float*)(MEM_STW) = 0;
}
|
|
|
11/21/2011, 20:27
|
#5897
|
elite*gold: 0
Join Date: Oct 2011
Posts: 81
Received Thanks: 40
|
Quote:
Originally Posted by hero9910
ganz erlich wenn ihr schon leechen wollt benutzt vorher mal GOOGLE!!!!
Code:
if(CH_STW==1)
{
*(float*)(MEM_STW) = 700;
}
if(CH_STW==0)
{
*(float*)(MEM_STW) = 0;
}
|
Maik ist halt nicht so schlau, mach ihn nicht runter du leecher.
ich empfehle dir es so zu machen:
*(float*)ADR_STW = 200.0f;
|
|
|
11/21/2011, 20:29
|
#5898
|
elite*gold: 0
Join Date: Sep 2010
Posts: 10,215
Received Thanks: 5,781
|
Quote:
Originally Posted by Venom'
Nein, zeigt keinen error an und klappt auch InGame.
|
Jo sorry mein Denkfehler. Ich geh mal davon aus UnlAmmo speichert bei dir ob die Funktion an oder aus ist? Dann geht das natürlich ...
|
|
|
11/21/2011, 20:43
|
#5899
|
elite*gold: 1
Join Date: Nov 2011
Posts: 437
Received Thanks: 421
|
Quote:
Originally Posted by hero9910
ganz erlich wenn ihr schon leechen wollt benutzt vorher mal GOOGLE!!!!
Code:
if(CH_STW==1)
{
*(float*)(MEM_STW) = 700;
}
if(CH_STW==0)
{
*(float*)(MEM_STW) = 0;
}
|
Du hast sicherlich noch nie nach irgendeiner Source gefragt ! [Ironie OFF]
Wie mich solche Sätze wie "ganz erlich wenn ihr schon leechen wollt benutzt vorher mal GOOGLE!!!!" vorallem wenns genau von solchen Leuten kommt die selbst nicht ausser Leechen können
Quote:
Originally Posted by xMicroX
When you exit room crashed
|
Yes your right and thats the Reason why i dont use a OFF Value in my UnlAmmo Source 
But i think there's a Way how to bypass this Problem...
|
|
|
11/21/2011, 23:23
|
#5900
|
elite*gold: 297
Join Date: Dec 2010
Posts: 1,129
Received Thanks: 1,687
|
Quote:
Originally Posted by Nomad'
Normalerweise müsste das einen Error geben weil das if-Statement kein booleanscher Ausdruck ist. Zumindest in Delphi müsste man da UnlAmmo als bool casten. Ob in cpp der Compiler da großzügig drüberhinweg sieht weiß ich nicht.
|
const bool &operator(void) const;
Der VC++ Compiler benutzt diesen Cast Standardmäßig. Für alle Standardtypen ist dieser definiert, für Klassen und Strukturen muss man das häufig selbst machen oder mit einem Pointer auf eine Klasse arbeiten, weil der Cast auch für void * definiert ist.
Fehler erhält er aber trotzdem - weil hier keiner zu verstehen scheint, dass float für floating point number steht, zu deutsch Fließkommazahl, deswegen ein Komma hat und mit dem Suffix 'f' oder 'F' abgeschlossen wird.
|
|
|
11/22/2011, 08:41
|
#5901
|
elite*gold: 0
Join Date: Nov 2007
Posts: 119
Received Thanks: 45
|
hey can you help me guys? i want to build my own menu hack.. can anybody help me about this.. this is the address
THIS ADDY IS FOR WR PH i have a bypass but i need function/snippets for this
Code:
#define ADR_PlayerPointer 0x00AF9C38
#define ADR_ServerPointer 0x009F4258
#define ADR_ClassPointer 0x00A304C8
#define ADR_WeaponPointer 0x009F5BBC
#define ADR_BasePointer 0x00A2E928
#define ADR_DevicePointer 0x0083F0D0
#define ADR_HealthPointer 0x00A304BC
#define ADR_UserPointer 0x00AF9C84
#define ADR_CQCProne 0x00897598
#define ADR_CQC Spawn 0x0030418B00
#define ADR_SuperNS 0x00818660
#define ADR_Glasswall 0x0097F568
#define ADR_Unliammo 0x009B2290
#define ADR_ImDrunk 0x009A91D8
#define ADR_Speed 0x0082785C
#define ADR_QuickSpawn 0x009AD458
#define ADR_NoBounds1 0x009A444C
#define ADR_NoBounds2 0x009A4450
#define ADR_NoBounds3 0x009A4454
#define ADR_NoWater 0x00B16F78
#define ADR_NoSpread 0x00B1AE4C
#define ADR_NoSpawnWait1 0x009AD458
#define ADR_NoSpawnWait2 0x009AD45C
#define ADR_NoSpawnWait3 0x009AD460
#define ADR_WaterColor1 0x0089764C
#define ADR_WaterColor2 0x00897650
#define ADR_WaterColor3 0x00897654
#define ADR_Ping 0x00FC8C8
#define ADR_SuperNoSpread 0x0081B2F8
#define ADR_Scope 0x008975A8
#define ADR_VirtualJump 0x00818A2C
#define ADR_NoWeaponGravity 0x0081B238
#define ASM_ForceKick 0x00F99C0
#define ASM_WTW 0x006D70F7
#define ASM_STW 0x005ADB20
#define ASM_Escalator1 0x006D7B27
#define ASM_Sniper 0x009796F0
#define ASM_QuickPlant 0x004F480E
#define ASM_QuickDefuse 0x004F383A
#define OFS_1th_Slot 0x001021A8
#define OFS_2th_Slot 0x001021A9
#define OFS_3th_Slot 0x001021AA
#define OFS_4th_Slot 0x001021AB
#define OFS_5th_Slot 0x001021AC
#define OFS_6th_Slot 0x001021AD
#define OFS_7th_Slot 0x001021AE
#define OFS_8th_Slot 0x001021AF
#define OFS_Level 0x009F4258
#define OFS_Dinar 0x0011A298
#define OFS_RoomMaster 0x0011B7F0
#define OFS_PlayerSize 0x001CF8
#define OFS_PlayerSlot 0x0011B7F0
#define BreakLimit 0x00818620
can you help me with that?? i don't know the snippets of some of them i want you to make this like one please
void spread()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr + ADR_SuperNS) = 0;
}
}
i don't know the snippets/function of some of them.
|
|
|
11/22/2011, 09:30
|
#5902
|
elite*gold: 0
Join Date: Feb 2011
Posts: 460
Received Thanks: 794
|
Old addy
|
|
|
11/22/2011, 09:59
|
#5903
|
elite*gold: 0
Join Date: Nov 2011
Posts: 41
Received Thanks: 2
|
Quote:
Originally Posted by xMicroX
When you exit room crashed
|
I agree
|
|
|
11/22/2011, 22:12
|
#5904
|
elite*gold: 0
Join Date: Jul 2011
Posts: 2,133
Received Thanks: 1,424
|
DWORD RoomStartPointer = //new is 0x9EC330;
DWORD RoomStartCall = //new is 0x50A0E6;
DWORD RoomStartSize = 0xA4; //search the new addy alone
Code:
VOID StartRoom()
{
DWORD dwStartPtr = *(DWORD*)RoomStartPointer ;
if ( dwStartPtr )
{
dwStartPtr = *(DWORD*)(RoomStartPointer+RoomStartSize);
if ( dwStartPtr )
{
Sleep(700);
__asm
{
PUSH dwStartPtr
CALL RoomStartCall
}
}
}
}
You have to find the last addy alone
Addys searched by me ^^
Credits(Source): Yazzn i think, but i don't know.
Mfg
|
|
|
11/22/2011, 22:25
|
#5905
|
elite*gold: 15
Join Date: Nov 2011
Posts: 556
Received Thanks: 1,002
|
Credits: UnknownPk!
Quote:
Originally Posted by .RedBull
DWORD RoomStartPointer = //new is 0x9EC330;
DWORD RoomStartCall = //new is 0x50A0E6;
DWORD RoomStartSize = 0xA4; //search the new addy alone
Code:
VOID StartRoom()
{
DWORD dwStartPtr = *(DWORD*)RoomStartPointer ;
if ( dwStartPtr )
{
dwStartPtr = *(DWORD*)(RoomStartPointer+RoomStartSize);
if ( dwStartPtr )
{
Sleep(700);
__asm
{
PUSH dwStartPtr
CALL RoomStartCall
}
}
}
}
You have to find the last addy alone
Addys searched by me ^^
Credits(Source): Yazzn i think, but i don't know.
Mfg
|

Von hier!
Credits: UnknownPk
|
|
|
11/23/2011, 01:37
|
#5906
|
elite*gold: 0
Join Date: Oct 2011
Posts: 9
Received Thanks: 0
|
#reg STW ASM addy. thanks
|
|
|
11/23/2011, 07:29
|
#5907
|
elite*gold: 0
Join Date: Feb 2011
Posts: 460
Received Thanks: 794
|
#define ADR_STW 0x00820EE4
//Credit MicroX
|
|
|
11/23/2011, 12:19
|
#5908
|
elite*gold: 0
Join Date: Nov 2011
Posts: 39
Received Thanks: 4
|
request glasswall addys
|
|
|
11/23/2011, 14:02
|
#5909
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by GameOva2
#reg STW ASM addy. thanks
|
Quote:
Originally Posted by Wolf0fmusic
request glasswall addys 
|
No more Addy requests allowed.
|
|
|
11/23/2011, 15:38
|
#5910
|
elite*gold: 1
Join Date: Oct 2011
Posts: 1,117
Received Thanks: 1,520
|
Bullets Memory (Visual)
Code:
if(CH_Bullets == 1)
{
*(float*)(MEM_STW) = 999999;
}
|
|
|
 |
|
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 02:05.
|
|