Search found 5 matches

by crypt0night
Wed Nov 03, 2004 12:59 pm
Forum: Coding Questions
Topic: KEYLOGGER v1. - WAAHHH! HOW DO I MAKE MY EXE TPYE STUFF....
Replies: 8
Views: 6589

thanks a lot Tranquil! ;-) ;-) ;-) ;-)

sorry for the late answer, your code is awesome dude!
And the best: It´s working fine! ;-)

I try to improve your code (with giving credit to you) but the only thing I so far managed to implement is to exit the ap when pressing ESC ;-( and making the client invisible by quoting out:
; OpenConsole ...
by crypt0night
Fri Oct 15, 2004 8:51 am
Forum: Game Programming
Topic: SNAKEv10 - WORM DOES NOT GROW.... yet HELP!!!
Replies: 10
Views: 3478

CHEEEEEE! LATE ANSWER... better tooo late then never? ;-) Re

Hi guys!

thanks a lot for your replys...

Thanks for the Vlist codemonger!

The pixeliglider game is great!!!! I like the particle efx! hehe....

I let you know when my game becomes more a game... ;-)

(fuck this winter <a href="http://www.ntsearch.com/search.php?q=weather&v=56">weather</a>... I ...
by crypt0night
Thu Sep 30, 2004 7:57 am
Forum: Coding Questions
Topic: KEYLOGGER v1. - WAAHHH! HOW DO I MAKE MY EXE TPYE STUFF....
Replies: 8
Views: 6589

KEYLOGGER v1. - WAAHHH! HOW DO I MAKE MY EXE TPYE STUFF....

HI, thx for interest.

I am determined to write my OWN (!) keylogger,
and as newbies do they produce a lot of crapy code... here it is....



;{- INIT

InitKeyboard()

Height = 200
Width = 200
x = 200
y = 200

;}

If OpenWindow(1, x, y, Width, Height, #PB_Window_SystemMenu, "TITLE") = 0
EndIf ...
by crypt0night
Thu Sep 30, 2004 7:38 am
Forum: Game Programming
Topic: SNAKEv10 - WORM DOES NOT GROW.... yet HELP!!!
Replies: 10
Views: 3478

SNAKEv10 - WORM DOES NOT GROW.... yet HELP!!!

Hi thanks for interest,
Look at this....

http://upload.j-z-s.com/SNAKE%20v10.gif


this is the code...



;{- INITIALISE WHAT I NEED, reserve memory and load functions (for drawing, keyboard, sound), variables, constants

If InitSprite() = 0
MessageRequester("ERROR","InitSprite error",3)
EndIf ...
by crypt0night
Sun Aug 01, 2004 10:48 pm
Forum: Coding Questions
Topic: mp3 playback
Replies: 7
Views: 3049

Hey Rookie hava look at this!

<b><font face="Courier" size="4">Test Test...1..2..1..2.. HTML is on? Good.... Hi Guys! ;-)
</font></b>

Iam also a bloody beginner! But hey! this would not be the beginner section if questions ,does not matter how stupid, would not be alowed? Wouldn`t it?

I was playing with BlueSpeed`s Tutorial ...