Search found 112 matches

by waetherman
22 Jan 2018, 04:46
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

I use that asteroids code as the "loading screen entertainment" when streaming PUBG xD BTW, this topic is awesome, will try to understand how some of the functions really work, it's like reading chinese for me as of now. You could join Discord and we could talk about the code in chat. I must say, I...
by waetherman
20 Jan 2018, 16:16
Forum: Forum Issues
Topic: Code of conduct for staff
Replies: 15
Views: 5201

Re: Code of conduct for staff

I can only say it didn’t sound like a joke to me in the context it was written. Maybe it was, though it’s hard to understand why someone would make a joke towards someone he openly hates, in a heated argument. I’m not a racist. I will refrain from supplying evidence in my defense, because 1) off-top...
by waetherman
20 Jan 2018, 11:47
Forum: Forum Issues
Topic: Code of conduct for staff
Replies: 15
Views: 5201

Code of conduct for staff

Is there a set of rules for the staff members of this forum? I saw that a new rule-set is being discussed, as well as the admins care about the, lets say, moral quality of the posts: cheating in games, malware, closed source and maybe more. Therefore I was surprised to see a forum admin threaten ano...
by waetherman
16 Jan 2018, 13:11
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

But I can't create Game like space invaders u() { static p=320,v=0,px=0,py=0,sx=0,sy=0,row,number,numbers,aliens,alien=[[[0,0,1,0,0,0,0,0,1,0,0],[0,0,0,1,0,0,0,1,0,0,0],[0,0,1,1,1,1,1,1,1,0,0],[0,1,1,0,1,1,1,0,1,1,0],[1,1,1,1,1,1,1,1,1,1,1],[1,0,1,1,1,1,1,1,1,0,1],[1,0,1,0,0,0,0,0,1,0,1],[0,0,0,1,1...
by waetherman
15 Jan 2018, 13:29
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

I was surprised when I’ve read that I won, as I was sure Geekdude would win, because he had quite clever scripts, some were also very aesthetically pleasing: drawing was neat, cube was great, Mandelbrot was of course amazing as always; I was mostly impressed by the hacky method of kissing up, and in...
by waetherman
14 Jan 2018, 17:22
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Drunk Painter
Painter go home…

Code: Select all

u(){
static x=0,y=0
fc(x-r:=9+s(t-d)*7,y-r,r,h(t-d,.5))
MouseGetPos a,b
b-=c(t)*9,x=x*.999+a/999,y=y*.998+b/w
fc(x-r:=9+s(t)*7,y-r,r,h(t))
}
Character count: 140

Result:
Image
by waetherman
13 Jan 2018, 04:44
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

tidbit wrote:waetherman: how are you a master at math?
I’m not, I’m just a very fast typer and abuse infinite monkey theorem.
by waetherman
12 Jan 2018, 15:08
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Digiballs My digital balls are amazing u(r=2,i=99) { while i-->0,c=t-r*d/2,p=Mod(c/6+a(t(i)),1.5) fc(a(s(p))*w//9*9-r,h-a(c(c+i/9))*h*c(p)**2//9*9-r-9,2+r,h(i/9,1-r*.4)) r?u(0) } Character count: 139 (143 with indenting) Feel free to play with my balls ( ͡° ͜ʖ ͡°) decrease i for less balls, set r t...
by waetherman
12 Jan 2018, 12:32
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Bacteria u() { static x=0,y=9,a=1 q:=x+s(a)*99,e=y+c(a)*99 q>w||e>h||q<0||e<0?a-=1.5:x:=q+0*y:=e fc(q//8*8,e//8*8,2,r(w,,w,s(t*99))) } Character count: 125 (129 with indenting) Have fun playing with the width and height, as well as with the code. Computer memory u() { static x=0,y=9,a=1 q:=x+s(a)*9...
by waetherman
08 Jan 2018, 07:26
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Flappy Photon game Your name is Foton Partikel. Hold W to go up, do nothing to fall. Remain in the wave function or be collapsed. u(i=0) { f() while 9>i dl(x:=i/9*w,y:=h/5+c(i+t+9)*h/3,x,b:=h/2+y)i++==0&&pi>y&&pi<b?k:=1 k?fc(6,pi+=GetKeyState("w")?-t/99:.1,9):pi:=t:=0 } Character count: 140 (145 wi...
by waetherman
07 Jan 2018, 16:38
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Cogs

Code: Select all

u(j=0,@=1){
	f()
	while 3>j,i=.5,@*=-1,x=j++*w/2
		while 97>i,ᴀ=ɢ,ʀ=ᴇ,ɢ=x+s(p:=pi/48*i+t*@)*q:=(i&2?.26:.24)*w,ᴇ=h/2+c(p)*q
			i++>1?dl(ɢ,ᴇ,ᴀ,ʀ)
}
Character count: 139 (146 with indenting)

Result:
Image
by waetherman
04 Jan 2018, 10:26
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

rommmcek wrote:Critical mass

Code: Select all

u(){
i:=2*r:=A_Index/2
fc(0,0,r,i)
fc(w-i,0,r,i)
fc(0,h-i,r,i)
fc(w-i,h-i,r,i)
if i<100
	Sleep 1
if i>5000
	pause
}
123 char (125)
Amazing! This is why you leave your woman alone during her period.
by waetherman
03 Jan 2018, 19:02
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Look at my balls

Code: Select all

u() {
	f()
	Loop 2 {
		i := A_Index
		p := (Mod(t/9+a(t(i)),pi/2))
		fc(s(t/99)*20+a(s(p))*w*(1+i/99),h-a(c(t+i/9))*h*c(p)**2-8,4,h(i/9))
	}
}
Ball count: 2 (my balls are amazing)
by waetherman
03 Jan 2018, 06:49
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

guest2018 wrote:Guess one needs to remove half the pen size or radii from the x/y coordinates
yes
by waetherman
02 Jan 2018, 03:58
Forum: Off-topic Discussion
Topic: banned from discord lol
Replies: 6
Views: 3565

Re: banned from discord lol

It takes a lot of effort to be banned on Discord, so consider yourself special.
by waetherman
30 Dec 2017, 16:22
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Something more related to current global situation

Code: Select all

u(r=1){
	r?u(0)
	p:=Mod(t+.1*r,q:=pi/2),i=0
	loop 98
		fc(w/2+s(a:=++i/24*q)*d:=(s(p)*15)**2,h/3+c(a)*d+(p*3)**3,p*7-r*3,h(t//q/3+i/2,452/d*r))
}
Character count: 140 (145 with indenting)

Result:
Preview will be available tomorrow
by waetherman
30 Dec 2017, 11:41
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Something more related to current northern hemisphere situation u(i=0){ static s:=[] if (f()t<1) while 999>++i,s[i]:=r Random r,0,% w while 500>++i,a=i*2 sp(s[a+1]+s(t+i)*20,Mod(s[a]+t*99,h)) } Character count: 136 129 ( 146 139 with indenting) edit: removed ,8**8-1 , as apparently color defaults t...
by waetherman
30 Dec 2017, 05:21
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Interchange from hell u(i=1,y=-.5){ (t<1)?f(9999) while 4>++y,x=-.5,j=t-.2*i loop 4 fc(++x*s(j/x)*80+w/2,h/2+y*c(j/y)*80,s(j)+c(j)+7-i,h(x/y,.7-i)) i?u(0) } Character count: 139 (147 with indenting) Result: https://thumbs.gfycat.com/FabulousMeekFrillneckedlizard-size_restricted.gif
by waetherman
29 Dec 2017, 13:05
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Quanturd https://i.imgur.com/cLYYtCn.png u(i=.3){ j:=i?t-.2:t y=-.5 while 4>++y,x=-.5 loop 4 fc(w/2+ ++x*s(j)*80,h/2+y*c(j)*80,a(s(j))*3+c(j)*3+5,c:=h(x/y*.98+t/99,.7-i)) i?u(0) } Character count: 138 (147 with indenting) Look at it longer and it will change color. Preview: https://thumbs.gfycat.co...
by waetherman
29 Dec 2017, 05:39
Forum: Scripts and Functions (v1)
Topic: [Competition] AHK dwitter!
Replies: 49
Views: 16695

Re: [Competition] AHK dwitter!

Mandala

Code: Select all

u(){
	loop 3 {
		i := A_Index
		loop 3 {
			a := 9*t
			d := 4*t
			x := (A_Index-0.5)/3 * w + s(a)*d
			y := (i-0.5)/3 * h + c(a)*d
			sp( x, y, h(t/9) )
		}
	}
}
Character count: 140 (163 with indenting)

Result:
Image

Go to advanced search