SERIOUSLY FOLKS!

Posted by s on Sept. 10, 2007, 2:56 p.m.

I guess you don't want to CopyPaste a code into a room,so…

http://64digits.com/users/serprex/onlineMAP.gm6

If you can't be bothered to read the code in my previous blog…

LeftButton creates/deletes a block

RightButton sets SpawnPoint

Space saves 256bools of LvData+2bytes of SpawnData

Enter+Shift clears the level

(I hate you all.Visiting my blog …

LvEditor

Posted by s on Sept. 9, 2007, 5:39 p.m.

Putting this in the RoomCreate event of a 256x256room(and turning off BGdrawing just because)and you will have an LvEditor I created for my current project

window_set_visible(1);xx=8;yy=8;mx=0;my=0
repeat(16){repeat(16){v[x,y]=0;x+=16}y+=16;x=0}
do{io_handle()
x=0;y=0;draw_set_color(0)
draw_rectangle(0,0,256,256,0)
draw_set_color(-1)
repeat(16){repeat(16){if v[x,y]{draw_rectangle(x,y,x+15,y+15,1)}x+=16}y+=16;x=0}
draw_circle(xx,yy,7,1)
if mouse_check_button(mb_left)&&(mx!=floor(mouse_x/16)*16||my!=floor(mouse_y/16)*16){v[floor(mouse_x/16)*16,floor(mouse_y/16)*16]=!v[floor(mouse_x/16)*16,floor(mouse_y/16)*16]}
if mouse_check_button(mb_right){xx=floor(mouse_x/16)*16+8;yy=floor(mouse_y/16)*16+8}
if keyboard_check(vk_space){v2=get_save_filename("","");if v2!=""{v2=file_text_open_write(v2);x=0;y=0
repeat(16){repeat(16){file_text_write_string(v2,string(v[x,y]));file_text_writeln(v2);x+=16}y+=16;x=0}
file_text_write_string(v2,string(xx));file_text_writeln(v2);file_text_write_string(v2,string(yy));file_text_close(v2)}}
if keyboard_check(vk_enter)&&keyboard_check(vk_shift){x=0;y=0;repeat(16){repeat(16){v[x,y]=0;x+=16}y+=16;x=0}}
if mouse_check_button(mb_left){mx=max(min(floor(mouse_x/16)*16,256),0);my=max(min(floor(mouse_y/16)*16,256),0)}else{mx=1;my=1}
screen_refresh();sleep(24)}until keyboard_check(vk_escape);room=0

.llama

Posted by s on Sept. 8, 2007, 8:53 p.m.

As a site note,little serpydo,go fuck yourself and die

-Jake,hardcoding a simple ban mechanism(just for me^O^)that took no time to bypass in SnY(Specially since manual login just requires creating an object>_>)
I had a special ban made JUST FOR ME:3

RSW2

Posted by s on Sept. 7, 2007, 2:35 p.m.

I sent Freddy RSW,he responded slightly set off by my using of his scripts but said he'd be willing to help with making a better one that doesn't need User/Pass and exports an XML so that there isn't as many queries

[img]http://64digits.com/users/serprex/Console.PNG[/img]

Posted by s on Sept. 6, 2007, 3:44 p.m.

DO YOU SEE DOOM?

BTW,I got this from me.So for those of you who think Jake knows everything about me and can thus call on whether or not I'm a ScriptKiddie…you really need to learn some

ReflectServerWatcher IllegalWarz?ONOZ!

Posted by s on Sept. 4, 2007, 5:54 p.m.

RSW will monitor RG's servers,updating about every minute.It watches all games(can disable those you don't want to watch)and makes a ping if a new one is detected.This means you can open the app,and leave it running while you do stuff while waiting for a server

I'd have to agree with …

Finally the dates are in order

Posted by s on Sept. 2, 2007, 5:14 p.m.

Bit long?Not really,I don't actually think anyone will read 100lines of code

R G B

I started learning 39dll,I already understood the concept and all(Hilarious when I posted on forums and helped those who are doing things I don't even care to do(Yes,the same goes for d3d.The need to use …

Jaxx said NO U

Posted by s on Aug. 28, 2007, 5:02 p.m.

I added something to mono8

So…I made a blog like he told me to

Oh,and I made a banner for TwinSoul(Second request^^)

x=0;y=0;draw_set_font(fnt);draw_set_color(-1)
do{do{
draw_set_alpha(y/((x+1)/(6+cos(degtorad(x)))))
draw_point(x,y)
x+=1}until x=480
x=0;y+=1}until y=80
draw_text(424,0,"Twin")
draw_set_color(0)
draw_text(0,64,"Soul")
I'm thinking I could of made the bottom left also fade to black

SERPREDIT=I changed,so now …

[h1]NO U GAT ME![/h1]

Posted by s on Aug. 16, 2007, 1:06 p.m.

ONOZ IMA HAV TEH LZR CHRGIN NAO!!

LOWERCASE PWNZ JOO ALL1

@Twin=I remembered your fractal,but I need to sleep cuz I have to help with moving in the morning.So not now

yey

Posted by s on Aug. 15, 2007, 8:56 a.m.

I've taken advantage of Projects,and made a gallery