If the high-order bit is 1, the key is down; otherwise, it is up.
If the low-order bit is 1, the key is toggled. A key, such as the CAPS LOCK key, is toggled if it is turned on. The key is off and untoggled if the low-order bit is 0. A toggle key's indicator light (if any) on the keyboard will be on when the key is toggled, and off when the key is untoggled.
low-order bit ist hier 0x0001, high-order bit ist hier 0x8000.
Hab ich je gesagt das es nicht funktioniert? NEIN!
Lern lesen. Ich habe lediglich gesagt das Premium2 UNNÖTIG ist!
Aber was wenn ich Premium days haben will? :O
Dinarcheat (Visuel) ist auch unnötig, aber wieso haben sie so viele in ihren Cheats?
Und ich meine von "unnötigen" Cheats/Source solltest du gar nicht erst anfangen.
Wieso hast du NXCash,Dinar, 6th und 7th Slot,Level 101 drinnen?
Sind auch alles unnötige funktionen!
Code:
#define OFS_NxCash 0xA36338
switch (CH_NXCash)
{
case 1 : *(int*)(OFS_NxCash)=1;break;
case 2 : *(int*)(OFS_NxCash)=1000;break;
case 3 : *(int*)(OFS_NxCash)=5000;break;
case 4 : *(int*)(OFS_NxCash)=10000;break;
case 5 : *(int*)(OFS_NxCash)=100000;break;
}
Aber was wenn ich Premium days haben will? :O
Dinarcheat (Visuel) ist auch unnötig, aber wieso haben sie so viele in ihren Cheats?
Und ich meine von "unnötigen" Cheats/Source solltest du gar nicht erst anfangen.
Wieso hast du NXCash,Dinar, 6th und 7th Slot,Level 101 drinnen?
Sind auch alles unnötige funktionen!
Code:
#define OFS_NxCash 0xA36338
switch (CH_NXCash)
{
case 1 : *(int*)(OFS_NxCash)=1;break;
case 2 : *(int*)(OFS_NxCash)=1000;break;
case 3 : *(int*)(OFS_NxCash)=5000;break;
case 4 : *(int*)(OFS_NxCash)=10000;break;
case 5 : *(int*)(OFS_NxCash)=100000;break;
}
xD Tolles Offset hahaha
Was willst du jetzt? Ich habe dich nur darauf hingewiesen das Premium2 Unnötig ist mehr nicht.
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.