Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<code class=" language-autohotkey" expanded="false" style="height: 200px; max-height: unset;"><span class="token comment">;##################################################################################################################################################</span>
<span class="token comment">;##################################################################################################################################################</span>
<span class="token comment">; Written By: Hellbent aka CivReborn (https://www.youtube.com/user/CivReborn)</span>
<span class="token comment">; Date Started: March 1st, 2019</span>
<span class="token comment">; Date of Last Edit: June 6th, 2019</span>
<span class="token comment">; Current Version: v0.1.7 Early Alpha </span>
<span class="token comment">; Credits: Speed Master , </span>
@nnnik
nnnik / ahkrules_v1.04.txt
Last active October 27, 2017 16:32 — forked from joedf/ahkrules_v1.04.txt
[WIP] AHK Forum rules
AutoHotkey Community Rules
Version [INSERT VERSION], [INSERT DATE]
General Policy and Clauses
----------------------------------------------
A. FORUM TOS: https://autohotkey.com/boards/viewtopic.php?f=2&t=29155
NOTE: "This list is non-exhaustive - the Moderating team reserves the right to close any thread that they feel is contrary to the ethos of the forum."
B. The Moderation team will do their best to act in a fair and reasonable manner. Sanctions will only be applied as a last resort and any action taken will be explained in the relevant thread.
C. If moderation action is taken, you will need to acknowledge this through a dialog or you will be unable to post further in the forum. Please note that this dialog is not an agreement that the warning was justified - it is only there so that members are aware that moderation action has been taken and that they may have certain restrictions applied to their account.
D. If you feel that you have been unfairly moderated then contact the Moderator concerned or an ad
#define Parameter_Count 2
loeschen();
groesse( 10,10);
farben(0xFFFFFF);
flaeche(0xFFFFFF) ;
formen("s");
char *FormNames[] = {"c\0","*\0","+\0","d\0","s\0","tld\0","tlu\0","trd\0","tru\0","|\0","-\0","/\0","\\\0"};
int Parameter [Parameter_Count];
int BeforeLeave [Parameter_Count];
int Data[] = {
Add:
MOV EAX, [ESP+4]
MOV ECX, [ESP+8]
JECXZ AddLOOPEND
AddLOOP:
MOV EDX, EAX
AND EDX,ECX
XOR EAX,ECX
SHL EDX,1
MOV ECX,EDX
@nnnik
nnnik / gist:7600443
Last active December 29, 2015 02:29
1::gg("1")
2::gg("2")
F3::gg("")
3::gg("3")
gg(button)
{
static LastKey,running,LastTick=A_TickCount
If running
return