Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
hummerz5 wrote:▼if you want chatthis is c#
not java or flash or something...▼but it is c#Xfrogman43 wrote:ninjasupeatsninja wrote:(such as doing Int32.TryParse instead of try{Convert.ToInt32()}catch(exception idc){} all the time)
As a programmer, I disapprove of all of your try catches. TBH they aren't needed and can be erased. Please explain why you use them.
My brain thinks of all possible errors, especially if dealing with user-editable data.
Then learn you as3. I read EE's as3 code to update my sites. No problem with that.
Shouldn't be that hard to convert that as3 code that hummerz5 posted. Or maybe you want finished code?
Offline
Then learn you as3. I read EE's as3 code to update my sites. No problem with that.
Shouldn't be that hard to convert that as3 code that hummerz5 posted. Or maybe you want finished code?
Yeesh, no need for talk like that. All code is alike in ways.
I learned c# via making bots. I programmed in batch before that.
Offline
I considered telling you to divide the chat bubble into nine sections and then just writing in Tahoma on top of that
But I didn't find the code that said "divide into three parts" so I figured I was off somewhere. :b
Offline
v1.0 out -
added blocks
added some effects 'n stuff
made it so that on run time, the pic folder has to be there.
one notable error is that if you remove a file from the pics, it will cause errors in the program when trying to use it.
Offline
After much consideration, I have one suggestion to share with you:
Consider fixing errors you know exist
One question - should I check if the file is missing constantly in a background worker - or should I do it at the time a user needs to use the picture?
The background worker -> Instant Checking -> Cpu Usage
At the time needed -> Not Instant -> No Extra Cpu Usage.
I'm thinking at the time needed, as it would be more reasonable. Do you agree?
ninja edit: added At the time needed -> Not Instant -> No Extra Cpu Usage.
Offline
The first page of this topic makes my page crash...
Offline
The first page of this topic makes my page crash...
don't use chrome? idk what's making it crash.
Offline
anch159 wrote:The first page of this topic makes my page crash...
don't use chrome? idk what's making it crash.
/// summary: offtopic post ///
//his MOOnbiko4ewjsip02wynd9ilopmskiorplutoedjciujkfrdcs-pluto.exe is broken (mozilla's pluto-sized browser)
//just a joke
//why am i using c# comments
//idk
//maybe im coding
namespace SaySomething
{
class pleaseDoIt
{
void okayComeOnDoIt(string YesThisIsWorthless)
{
m.Send("say", "yayWeDidIt");
}
}
}
//mods plz dont ban me thats in offtopic
Hey look a bunch of stats about me
Offline
ninjasupeatsninja wrote:anch159 wrote:The first page of this topic makes my page crash...
don't use chrome? idk what's making it crash.
/// summary: offtopic post ///
//his MOOnbiko4ewjsip02wynd9ilopmskiorplutoedjciujkfrdcs-pluto.exe is broken (mozilla's pluto-sized browser)
//just a joke
//why am i using c# comments
//idk
//maybe im coding
namespace SaySomething
{
class pleaseDoIt
{
void okayComeOnDoIt(string YesThisIsWorthless)
{
m.Send("say", "yayWeDidIt");
}
}
}
//mods plz dont ban me thats in offtopic
if it's offtopic don't say it...?
Offline
Offline
v1.0 has a virus wow so cool
wait what?
Offline
Fist off, neat - this is pretty nify.
Second off, fixes:
• You can have a line of smileys (if you grab the smiley images from the source they are like this) and then tell your program in which order the smileys are in and then just display the index of the name 26×index across 26 wide and 26 tall, this is the easiest way to have all smileys and names.
• Same with blocks, backgrounds and actions
Once again, I haven't come across this before and with a couple needed updates this will be an awesome tool.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Br0k3n wrote:v1.0 has a virus wow so cool
wait what?
Something that you added threw some flags on virustotal, 6/56. I checked the 2nd demo there earlier on virustotal, it didn't find anything then. So it was something recently added that are showing those results.
Offline
ninjasupeatsninja wrote:Br0k3n wrote:v1.0 has a virus wow so cool
wait what?
Something that you added threw some flags on virustotal, 6/56. I checked the 2nd demo there earlier on virustotal, it didn't find anything then. So it was something recently added that are showing those results.
What could the virus thingy have detected?
EDIT:
You guys are uploading the .zip
why not just upload the .exe? This is what I got:
https://www.virustotal.com/en/file/22db … 444268180/
EDIT: That wasn't the actual one, I did the one directly from the zip and got this:
https://www.virustotal.com/en/file/caf8 … 444268309/
The last one was the current build. I'll upload a new version, v1.2 soon
EDIT: I know why it was detected as a virus.
I used an obsfucator on it.
Offline
It looks nice... I'll probably never-ever use it as I have Photoshop, but I'll give positive feedback for now... The negative criticism will come later...
Despite what people say, Different55 is the best mod.
Offline
Why do you even obfuscate? I mean what is it that someone want from your tool?
Offline
Why do you even obfuscate? I mean what is it that someone want from your tool?
Ofc all ppl want to download the textures from the tool
Offline
Why do you even obfuscate? I mean what is it that someone want from your tool?
Just because i found an obsfucator.
Offline
hummerz5, AlphaJon, Era, SirJosh3917, capasha, ewoke, Koya, xJeex, Anch, Xfrogman43
Offline
capasha wrote:Why do you even obfuscate? I mean what is it that someone want from your tool?
He doesn't want us to see how he hardcodes each letter.
@ninjasupeatsninja all letters are 5x5 except for I - you only have to look out for I or any letter after I by removing 4 from the X direction
static int Lett_XPos(string letter)
{
int asciiModVal = ((int)((letter.ToUpper())[0])) - 65;
return (asciiModVal > 8) ? (asciiModVal * 5) - 4 : asciiModVal * 5;
}
static int Lett_Width(string letter)
{
return (letter.ToUpper() == "I") ? 1 : 5;
}
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Offline
[ Started around 1732444502.9463 - Generated in 0.135 seconds, 12 queries executed - Memory usage: 1.86 MiB (Peak: 2.15 MiB) ]