|
You last visited: Today at 22:10
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/16/2011, 17:20
|
#5836
|
elite*gold: 27
Join Date: Sep 2011
Posts: 303
Received Thanks: 73
|
@request
Structs for opk
|
|
|
11/16/2011, 17:37
|
#5837
|
elite*gold: 26
Join Date: Dec 2010
Posts: 4,343
Received Thanks: 2,395
|
Code:
//head
if (headshot == 1)
{
*(double*) (ADR_HeadShot) = 1235;
}
if (headshot == 0)
{
*(double*) (ADR_HeadShot) = 1.237e3;
}
//bone
if (boneshot == 1)
{
*(double*) (MEM_BONESHOT) = 1235;
}
if (boneshot == 0)
{
*(double*) (MEM_BONESHOT) = 1.237e3;
}
Code:
#define ADR_HeadShot 0x0084DAB8
#define MEM_BONESHOT 0x84DAB8
was ist failed?
und wer hat ne gute WuW off Vaule? <-- gefunden
|
|
|
11/16/2011, 17:45
|
#5838
|
elite*gold: 15
Join Date: Apr 2011
Posts: 1,524
Received Thanks: 971
|
Quote:
Originally Posted by hero9910
Code:
//head
if (headshot == 1)
{
*(double*) (ADR_HeadShot) = 1235;
}
if (headshot == 0)
{
*(double*) (ADR_HeadShot) = 1.237e3;
}
//bone
if (boneshot == 1)
{
*(double*) (MEM_BONESHOT) = 1235;
}
if (boneshot == 0)
{
*(double*) (MEM_BONESHOT) = 1.237e3;
}
Code:
#define ADR_HeadShot 0x0084DAB8
#define MEM_BONESHOT 0x84DAB8
was ist failed?
und wer hat ne gute WuW off Vaule?
|
Probier mal das:
Code:
if(BONESHOT)
*(double*)ADR_BONESHOT = 1333;
else
*(double*)ADR_BONESHOT = 1337;
|
|
|
11/16/2011, 18:05
|
#5839
|
elite*gold: 26
Join Date: Dec 2010
Posts: 4,343
Received Thanks: 2,395
|
Quote:
Originally Posted by .Tiq3reye™
Probier mal das:
Code:
if(BONESHOT)
*(double*)ADR_BONESHOT = 1333;
else
*(double*)ADR_BONESHOT = 1337;
|
mhm jetzt bekommen die kein dmg mehr
|
|
|
11/16/2011, 18:23
|
#5840
|
elite*gold: 1
Join Date: Nov 2011
Posts: 437
Received Thanks: 421
|
Quote:
Originally Posted by hero9910
Code:
//head
if (headshot == 1)
{
*(double*) (ADR_HeadShot) = 1235;
}
if (headshot == 0)
{
*(double*) (ADR_HeadShot) = 1.237e3;
}
//bone
if (boneshot == 1)
{
*(double*) (MEM_BONESHOT) = 1235;
}
if (boneshot == 0)
{
*(double*) (MEM_BONESHOT) = 1.237e3;
}
Code:
#define ADR_HeadShot 0x0084DAB8
#define MEM_BONESHOT 0x84DAB8
was ist failed?
und wer hat ne gute WuW off Vaule? <-- gefunden
|
Naja abgesehen davon das du bei beiden Sourcen die gleiche Addy und Valuen hast... 
Erst hinschauen
|
|
|
11/16/2011, 19:05
|
#5841
|
elite*gold: 297
Join Date: Dec 2010
Posts: 1,129
Received Thanks: 1,687
|
Quote:
Originally Posted by hero9910
Code:
//head
if (headshot == 1)
{
*(double*) (ADR_HeadShot) = 1235;
}
if (headshot == 0)
{
*(double*) (ADR_HeadShot) = 1.237e3;
}
//bone
if (boneshot == 1)
{
*(double*) (MEM_BONESHOT) = 1235;
}
if (boneshot == 0)
{
*(double*) (MEM_BONESHOT) = 1.237e3;
}
Code:
#define ADR_HeadShot 0x0084DAB8
#define MEM_BONESHOT 0x84DAB8
was ist failed?
|
1.)
0x0084DAB8 == 0x84DAB8
2.)
1.237e3 == 1237.0
3.)
*(double *)0x84DAB8 = boneshot ? 1237.0 : 1235.0;
|
|
|
11/16/2011, 21:50
|
#5842
|
elite*gold: 27
Join Date: Sep 2011
Posts: 303
Received Thanks: 73
|
@request]
Structs for opk
|
|
|
11/17/2011, 06:13
|
#5843
|
elite*gold: 1
Join Date: Nov 2011
Posts: 437
Received Thanks: 421
|
Quote:
Originally Posted by WARROCK_CODER
@request]
Structs for opk
|
Guck mal bei Ares Theras da hat cyberrazzeg aka biokingz oPk. Source nur Updated Structs gepostet ,ich würde die nich benutzen aber testen kannst du ja...
|
|
|
11/17/2011, 08:30
|
#5844
|
elite*gold: 27
Join Date: Sep 2011
Posts: 303
Received Thanks: 73
|
invalid passwort
|
|
|
11/17/2011, 17:06
|
#5845
|
elite*gold: 0
Join Date: Oct 2011
Posts: 89
Received Thanks: 64
|
Passwort sollte: TradEmArk0Wn3dYouAll. sein
Wobei ich meine die Base ist nicht mein fall vom Style her. So 0815 jeder hat sowas ^^
|
|
|
11/17/2011, 18:18
|
#5846
|
elite*gold: 27
Join Date: Sep 2011
Posts: 303
Received Thanks: 73
|
too invalid..
|
|
|
11/17/2011, 18:24
|
#5847
|
elite*gold: 0
Join Date: Nov 2011
Posts: 39
Received Thanks: 4
|
invalid
|
|
|
11/17/2011, 18:38
|
#5848
|
elite*gold: 0
Join Date: Aug 2011
Posts: 726
Received Thanks: 3,211
|
Quote:
Originally Posted by WarFk
Passwort sollte: TradEmArk0Wn3dYouAll. sein
Wobei ich meine die Base ist nicht mein fall vom Style her. So 0815 jeder hat sowas ^^
|
They really had tryed out ;p
|
|
|
11/17/2011, 18:49
|
#5849
|
elite*gold: 1
Join Date: Nov 2011
Posts: 437
Received Thanks: 421
|
Quote:
Originally Posted by _TradEmArk_ ™
Code:
Passwort: 363.0623423423424/143.6073873873874/348.7351351351351/143.5888288288288/286.7681081081081/428.3142342342342/348.8093693693694/91.1609009009009/380.9899099099099/424.8066666666666/315.36684684684684/405.26450450450454/219.82738738738738/443.82918918918915/414.50666666666666/423.89729729729726/230.03459459459458/410.2938738738739/129.16882882882882/428.6482882882883
(Crypted with:Hazz-15 > Feron-74 > Reverser > EZIP64 (Key: Mongo)
|
Ich bin mir zeimlich sicher das TradeMark seine Base nicht gepostet hat...!
Dieses CryptingShit ist auch nur Trick um alles glaubhafter zumachen...ich habe jetzt auch kein Bock drauf alles zu entcrypten und so..
|
|
|
11/18/2011, 08:00
|
#5850
|
elite*gold: 14
Join Date: Nov 2011
Posts: 139
Received Thanks: 170
|
Ich glaube nicht das das Passwort richtig ist.
Meiner Meinung nach geht es ehr um die bedeutung des Passworts:
|
|
|
 |
|
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 22:11.
|
|