|
You last visited: Today at 19:30
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/25/2011, 12:38
|
#4576
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
Quote:
Originally Posted by Neqqa™
mach es so:
|
ok ich probier es gleich aus
€:ne klappt nicht :/ naja also bei cyberrazer is due menuadditem funktion so:
Code:
AddMenuItem( char title[20], int *cvar, int min, int max, int GroupID, int vKey = NULL, char *Opt = NULL, ... );
und ich hab das so:
Code:
menu.AddMenuItem("WallColor", &CH_WallColor,0,9, GID[1],0,sColors);
is das denn so richtig das ich sColors am ende setzen muss?
|
|
|
07/25/2011, 12:43
|
#4577
|
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
|
Quote:
|
menu.AddMenuItem("WallColor", &CH_WallColor,0,9, GID[1],0,sColors);
|
vll. so:
Quote:
|
menu.AddMenuItem("WallColor", &CH_WallColor,0,9, GID[1],0,"Blue","Red","Weitere Farben");
|
|
|
|
07/25/2011, 12:44
|
#4578
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
Quote:
Originally Posted by Neqqa™
vll. so:
|
ya das hab ich auch schon gedacht aber ich wollte es in eine variable packen da ich es auch für crosshair ec. benutzen will aber ich probier es mal aus
€:
|
|
|
07/25/2011, 12:45
|
#4579
|
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
|
Quote:
Originally Posted by Dogukan47
ok ich probier es gleich aus
€:ne klappt nicht :/ naja also bei cyberrazer is due menuadditem funktion so:
Code:
AddMenuItem( char title[20], int *cvar, int min, int max, int GroupID, int vKey = NULL, char *Opt = NULL, ... );
und ich hab das so:
Code:
menu.AddMenuItem("WallColor", &CH_WallColor,0,9, GID[1],0,sColors);
is das denn so richtig das ich sColors am ende setzen muss?
|
menu.AddMenuItem( "WallColor", &CH_WallColor, 0, 8, GID[1], 0,"Red","Blue","Yellow","Green","Orange","Purple", "Black","White", NULL );
|
|
|
07/25/2011, 12:47
|
#4580
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
thx hat geklappt und hat jmd noch die supernospread source ohne asm bypass?
EDIT:
naja so richtig hats noch nicht geklappt ich habe es nun so:
Code:
menu.AddMenuItem("WallColor", &CH_WallColor,0,8, GID[1],0,"Red","Blue","Yellow","Green","Orange","Purple","Black","White");
wenn ich nun damit warrock starte crasht es direkt aber wenn ich wallcolor raus nehme passiert nix
|
|
|
07/25/2011, 12:47
|
#4581
|
elite*gold: 2
Join Date: Jun 2010
Posts: 748
Received Thanks: 170
|
hat jemand ein code für q.plant defuse?
und zwar ohne bypass
|
|
|
07/25/2011, 12:51
|
#4582
|
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
|
Quote:
Originally Posted by Dogukan47
thx hat geklappt und hat jmd noch die supernospread source ohne asm bypass?
|
if(supernospread==1)
{
*(double*)ADR_SUPERNOSPREAD=0;
}
else
{
*(double*)ADR_SUPERNOSPREAD=5;
}
#define ADR_SUPERNOSPREAD 0x007ECF00
|
|
|
07/25/2011, 12:53
|
#4583
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
thx blacklegend kannst mir auch dabei helfen^^:
naja so richtig hats noch nicht geklappt ich habe es nun so:
Code:
menu.AddMenuItem("WallColor", &CH_WallColor,0,8, GID[1],0,"Red","Blue","Yellow","Green","Orange","Purple","Black","White");
wenn ich nun damit warrock starte crasht es direkt aber wenn ich wallcolor raus nehme passiert nix
|
|
|
07/25/2011, 12:56
|
#4584
|
elite*gold: 2
Join Date: Jun 2010
Posts: 748
Received Thanks: 170
|
brauche dringend die Patch-Class von Yazzn.
|
|
|
07/25/2011, 13:08
|
#4585
|
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
|
Das SuperNoSpread is fail
so:
Code:
if(SNS)
{
*(double*)ADR_SNS = 0;
}
else
{
*(double*)ADR_SNS = 5;
}
|
|
|
07/25/2011, 13:09
|
#4586
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
Quote:
Originally Posted by R3d~F!st
Das SuperNoSpread is fail
so:
Code:
if(SNS)
{
*(double*)ADR_SNS = 0;
}
else
{
*(double*)ADR_SNS = 5;
}
|
thx kannst du mir bitte auch dabei helfen:
Code:
menu.AddMenuItem("WallColor", &CH_WallColor,0,8, GID[1],0,"Red","Blue","Yellow","Green","Orange","Purple","Black","White");
wenn ich nun damit warrock starte crasht es direkt aber wenn ich wallcolor raus nehme passiert nix
|
|
|
07/25/2011, 13:44
|
#4587
|
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
|
Quote:
|
menu.AddMenuItem("WallColor", &CH_WallColor,0,8, GID[1],0,"Red","Blue","Yellow","Green","Orange","Purple" ,"Black","White",NULL);
|
ka ob des geht^^
|
|
|
07/25/2011, 13:56
|
#4588
|
elite*gold: 21
Join Date: Nov 2010
Posts: 2,062
Received Thanks: 2,320
|
Anstatt jede Farbe einzeln rein zuhaun definierst dus einfach und packst definition da an letzte stelle <.<
|
|
|
07/25/2011, 13:57
|
#4589
|
elite*gold: 0
Join Date: Jul 2011
Posts: 21
Received Thanks: 0
|
Who helps me to create a Powerlevel Bot?
|
|
|
07/25/2011, 13:59
|
#4590
|
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
|
Quote:
Originally Posted by ToxicLibrary™
Anstatt jede Farbe einzeln rein zuhaun definierst dus einfach und packst definition da an letzte stelle <.<
|
das hab ich schon versucht aber es ging nicht
|
|
|
 |
|
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 19:31.
|
|