|
You last visited: Today at 14:56
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% |
07/19/2011, 17:45
|
#4501
|
elite*gold: 0
Join Date: Jun 2011
Posts: 161
Received Thanks: 470
|
Code:
void BackToLobby()
{
__asm
{
mov eax,dword ptr ds:[0C46960h];
push 0h;
lea ecx, [eax+0F99B8h];
mov esi, 54ECA0h;
call esi;
}
}
Beispiel-Code:
Code:
if(strlen(gmname)>2)
{
BackToLobby();
Sleep(90);
WriteMsg("An admin spectated your room. Moved you back to lobby!");
}
|
|
|
07/19/2011, 19:08
|
#4502
|
elite*gold: 0
Join Date: Jun 2011
Posts: 261
Received Thanks: 237
|
Quote:
void BackToLobby()
{
__asm
{
mov eax,dword ptr ds:[0C46960h];
push 0h;
lea ecx, [eax+0F99B8h];
mov esi, 54ECA0h;
call esi;
}
}
|
verstehe den code aber warum "lea ecx, [eax+0F99B8h];" ?
|
|
|
07/19/2011, 19:17
|
#4503
|
elite*gold: 0
Join Date: Apr 2009
Posts: 36
Received Thanks: 13
|
I need:
Plant Any Where memory.
my source:
Code:
void plant()
{
if(Planteverywhere)//Memory
{
/*DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{*/
if (Planteverywhere==0)//Memory
{
*(BYTE*)(ADR_PLANTEVERYWHERE) = 0x2;
}
if (Planteverywhere==1)//Memory
{
*(BYTE*)(ADR_PLANTEVERYWHERE) = 0x1;
}
}
if (Planteverywhere==1)
{
*(BYTE*)(ADR_PLANTEVERYWHERE+0x1) = 0x1;
}
And i have sleep 1
|
|
|
07/19/2011, 22:06
|
#4504
|
elite*gold: 0
Join Date: Jun 2011
Posts: 261
Received Thanks: 237
|
Pointer: 0x00D4A730 (PlayerPointer)
Offset: 0x00100EC
Source: *(float*)(dwPlayer+OFS_DINARUP) = 999; // 500 DINAR UP
Pointer: 0x00D4A730 (PlayerPointer)
Offset: 0x00100F0
Source: *(float*)(dwPlayer+OFS_EXPUP) = 999; // 500 EXP UP
Full Credits to IceVisionzX
-Only Visual!
|
|
|
07/19/2011, 22:37
|
#4505
|
elite*gold: 0
Join Date: Jul 2011
Posts: 91
Received Thanks: 73
|
Quote:
Originally Posted by IceVisionzX
Pointer: 0x00D4A730 (PlayerPointer)
Offset: 0x00100EC
Source: *(float*)(dwPlayer+OFS_DINARUP) = 999; // 500 DINAR UP
Pointer: 0x00D4A730 (PlayerPointer)
Offset: 0x00100F0
Source: *(float*)(dwPlayer+OFS_EXPUP) = 999; // 500 EXP UP
Full Credits to IceVisionzX
-Only Visual!
|
lol xD
antispam
*(float*) ADR_SPEED = 97;
|
|
|
07/20/2011, 04:01
|
#4506
|
elite*gold: 0
Join Date: Aug 2010
Posts: 68
Received Thanks: 20
|
como hacer hack con menu¿?
|
|
|
07/20/2011, 15:42
|
#4507
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by .FamasStyle™
lol xD
antispam
supernospread
ist double
|
Dieses Antospam gibt es nicht und das habe ich jetzt auch schon mehrmals erwähnt.
Quote:
Originally Posted by tivor
como hacer hack con menu¿?
|
please write in english. this is a german/english forum. And please do not use google translator
|
|
|
07/21/2011, 00:11
|
#4508
|
elite*gold: 0
Join Date: Jul 2011
Posts: 91
Received Thanks: 73
|
kann mir jemand helfen ..
ich bin gerade dabei an meinem 1. D3D hack zu coden
bin eig. auch fertig aber wenn ich
F7 Debug drücke kommt diese fehler meldung
Quote:
|
base.cpp(5) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "d3dx9.h": No such file or directory
|
owohl ich microsoft sdk summer 2004 installiert habe (brauche hilfe !)
|
|
|
07/21/2011, 00:30
|
#4509
|
elite*gold: 17
Join Date: Apr 2010
Posts: 1,174
Received Thanks: 839
|
musst sdk noch einbinden.
|
|
|
07/21/2011, 01:00
|
#4510
|
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
|
Hat wer die Neue Addy und die Source
von dem einen Hack wo man sich so frei in Warrock bewegen(Fly) kann
das heißst irgent wie (speka irgent was kp ...
|
|
|
07/21/2011, 01:03
|
#4511
|
elite*gold: 0
Join Date: Jul 2011
Posts: 91
Received Thanks: 73
|
Quote:
Originally Posted by *Pumio*
Hat wer die Neue Addy und die Source
von dem einen Hack wo man sich so frei in Warrock bewegen(Fly) kann
das heißst irgent wie (speka irgent was kp ...
|
nennt man das nicht noclip ?
na egal ich habs nicht
|
|
|
07/21/2011, 11:44
|
#4512
|
elite*gold: 0
Join Date: Jul 2011
Posts: 91
Received Thanks: 73
|
ich fühle mich verarscht xD
Quote:
|
Datei (Include) kann nicht geöffnet werden: "detours.h": No such file or directory
|
|
|
|
07/21/2011, 17:28
|
#4513
|
elite*gold: 0
Join Date: May 2011
Posts: 313
Received Thanks: 323
|
Quote:
Originally Posted by .FamasStyle™
ich fühle mich verarscht xD
|
Vllt. Detours im falschen Ordner?
|
|
|
07/21/2011, 17:33
|
#4514
|
elite*gold: 0
Join Date: Jul 2011
Posts: 91
Received Thanks: 73
|
Quote:
Originally Posted by SubZerom_
Vllt. Detours im falschen Ordner?
|
konnte nicht auf epvp vugreifen hat sich schon lange geklärt bekommst aber thx für mühe xD
|
|
|
07/21/2011, 21:28
|
#4515
|
elite*gold: 0
Join Date: Dec 2010
Posts: 100
Received Thanks: 30
|
any no menu source code my hack
|
|
|
 |
|
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 14:56.
|
|