I wish i had somehting to show, but the whole point of my work is that it stays hidden (Kernel rootkit to use as a file hideing setup for some files)
[QUOTE=Ortzinator;25041409][img]http://dl.dropbox.com/u/313489/SS-2010-09-25_12.21.29.png[/img][/QUOTE]
he'll crawl back like the narcissistic retard he is.
[editline]12:35PM[/editline]
much like every other time.
[img]http://gyazo.com/4851b945d4337c50fb2cb624d1fbf7f8.png[/img]
Thought I'd hop on the bandwagon, syntax highlighting works on keywords and encapsulation like through quotation marks.
I have a problem with when more that one file is open at the same time, the Rich Text Box in the previous tab will disappear, I think this is because all the Rich Text Boxes have the same variable name or something, any ideas?
[url]http://pastebin.com/4cCNDRPd[/url] found this in a google search of nullsquared work for garry
[highlight](User was permabanned for this post ("Leaking GMF" - SteveUK))[/highlight]
[QUOTE=looped;25041693][img_thumb]http://gyazo.com/4851b945d4337c50fb2cb624d1fbf7f8.png[/img_thumb]
Thought I'd hop on the bandwagon, syntax highlighting works on keywords and encapsulation like through quotation marks.
I have a problem with when more that one file is open at the same time, the Rich Text Box in the previous tab will disappear, I think this is because all the Rich Text Boxes have the same variable name or something, any ideas?[/QUOTE]
Make a separate rich text box for each tab then.
[QUOTE=sim642;25041726]Make a separate rich text box for each tab then.[/QUOTE]
Or just have one RichTextBox and a TabStrip, and an ArrayList\other collection of RTF data. Every time you change tabs, populate the single RichTextBox with the appropriate RTF data. It'd save RAM usage because you'd only have the one control to manage, and there'd be less duplication of data.
[QUOTE=PuppyPop;25041695][url]http://pastebin.com/4cCNDRPd[/url] found this in a google search of nullsquared work for garry[/QUOTE]
That's from a thread in the GMF
[highlight](User was banned for this post ("hey don't quote leaked gmf stuff" - SteveUK))[/highlight]
It was just a matter of time. Everyone knew it was coming.
I wonder how long until he sets up an alt or gets someone else banned for posting on his behalf.
[QUOTE=eXeC64;25041997]I wonder how long until he sets up an alt or gets someone else banned for posting on his behalf.[/QUOTE]
If he sets up an alt, it should just instantly be permabanned without a reason.
I read this stuff with the climatic music from LOTR Return of the King playing, as Frodo and Gollum fight for the ring. It seems oddly appropriate!
was it just me or did anyone else try to make that virus aquarium mentioned in XKCD a while back?
[QUOTE=PuppyPop;25041695][URL]http://pastebin.com/4cCNDRPd[/URL] found this in a google search of nullsquared work for garry[/QUOTE]
[quote]
I guess this string is...
"Null Terminated"YEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
[/quote]
:v:
I think not getting paid enough is a good enough reason to quit but why have an internet breakdown over it?
[QUOTE=BlkDucky;25038480]
I don't get it. What is it?[/QUOTE]
Essentially, This:
[media]http://www.youtube.com/watch?v=tNIelg0Qu6c[/media]
Actual playing happens at 00:28 Onwards. The pauses are Loading and saving (Fraps didn't capture the Save and Open dialogs) :s
Really need to optimise the Grid drawing code (128*128 Grid), 12 FPS when it is on, 65 when it is off. The low FPS is causing timing issues when playing because it sometimes dips below 5 FPS :(.
[QUOTE=layla;25042513]I think not getting paid enough is a good enough reason to quit but why have an internet breakdown over it?[/QUOTE]
not enough maybe, but how is 4 days work equatable to a months pay? that's not not being paid enough, that's being an entitled idiot who is being greedy.
Yeah I agree, I don't know all the details. Really though, It's none of our business.
[QUOTE=layla;25042600]Yeah I agree, I don't know all the details. Really though, It's none of our business.[/QUOTE]
True, very true.
Agreed it's none of our business, so I can't comment on the job / payment stuff.
On the topic of the programming forum though, I'm sad to see nullsquared go. He was a good poster most of the time with awesome content. Too many times people jumped on the hate wagon against him in some kind of group mentality attack. Alright his ego and potential to argue caused some of the problems but some of the times he was obviously provoked.
I'm currently working on an advanced logging system. It saves your key presses and mouse clicks, then saves them to a .txt in your hard drive.
I'm working on getting it to send you an email with the logs.
Made with VB, here's a link to the current version: [URL="http://artifexgames.com/Adv.%20Logger.exe"]link[/URL]
The people in that pastebin are no better than him.
So basically you are making a keylogger.
[editline]06:32PM[/editline]
[QUOTE=layla;25042774]The people in that pastebin are no better than him.[/QUOTE]
100% agree.
[QUOTE=layla;25042774]The people in that pastebin are no better than him.[/QUOTE]
Agreed
[editline]06:33PM[/editline]
ninja'd
[editline]06:34PM[/editline]
[QUOTE=JG_Jazzy;25042748]I'm currently working on an advanced logging system. It saves your key presses and mouse clicks, then saves them to a .txt in your hard drive.
I'm working on getting it to send you an email with the logs.
Made with VB, here's a link to the current version: [URL="http://artifexgames.com/Adv.%20Logger.exe"]link[/URL][/QUOTE]
with vb? I am currently waist deep in C Windows kernel programming to do exactly the same thing.
[QUOTE=Tezzanator92;25042538]Essentially, This:
[URL="http://www.facepunch.com/#"]View YouTUBE video[/URL]
[URL]http://youtube.com/watch?v=tNIelg0Qu6c[/URL]
Actual playing happens at 00:28 Onwards. The pauses are Loading and saving (Fraps didn't capture the Save and Open dialogs) :s
Really need to optimise the Grid drawing code (128*128 Grid), 12 FPS when it is on, 65 when it is off. The low FPS is causing timing issues when playing because it sometimes dips below 5 FPS :(.[/QUOTE]
Wow. This is actually awesome. Give the thing an internal stack of values, add tiles for conditional branching, stack manipulation, arithmetic etc., And you have yourself a befunge-a-like. Think about it! By painting on the grid, you could program it to make random music, navigate mazes - anything! I for one would love to see this idea be developed :)
[QUOTE=r0b0tsquid;25042913]Wow. This is actually awesome. Give the thing an internal stack of values, add tiles for conditional branching, stack manipulation, arithmetic etc., And you have yourself a befunge-a-like. Think about it! By painting on the grid, you could program it to make random music, navigate mazes - anything! I for one would love to see this idea be developed :)[/QUOTE]
Wow, Nice idea. I never thought of taking it that far!
This most certainly something I am going to add (The way I have done the Tiles makes this quite easy to implement!), After I have finished the more core things out.
Thanks :)
I thought null would be banned months ago. I bet he still reads this thread.
[media]http://www.youtube.com/watch?v=YIh-6g1yP-s[/media]
Been a while since I worked on this, what with school and whatnot. I've made a few improvements. Check out the video description for information.
[url=http://rapidshare.com/files/421244674/wvle_0_1_a.rar.html]Download, if you want it.[/url] The rar contains the application, a few dlls that love needs to run, and a readme. The readme's probably the best place to go if you want more detailed information.
The gui is still a little ugly in places, I'll work on cleaning that up later, when I have a little more time to fire up the ol' gimp.
Did I mention that the file save format is interchangeable with that of the DS version? :D
Anyway, let me know what you think. Tips, advice, cc etc. are always welcome :)
Null quit because he didn't get a months pay for 4 days work?
Dayum.
I thought the 4 days thing was he'd "Done the equivalent of 4 days work in a month" - Not sure though, Don't really care.
Sorry, you need to Log In to post a reply to this thread.