[Custom]ControlPanel

03/26/2010 16:32 Nullable#31
Quote:
Originally Posted by .Light View Post
This is taking my files and editing the disclosure I specifically said in it not to edit the files and re-post without permission. Again your post will be deleted.
Seriously.. use an obfuscator/protector, that'll get the job done ;)
03/26/2010 17:30 Øblivion#32
Well i got bored and made one for my source

[Only registered and activated users can see links. Click Here To Register...]

Mines sends it directly so you don't have to copy it but it still needs fixed
Cause it repeatedly sends it instead of just once
03/26/2010 18:40 -impulse-#33
Quote:
Originally Posted by .Light View Post
This is taking my files and editing the disclosure I specifically said in it not to edit the files and re-post without permission. Again your post will be deleted.
Hello!? I didn't modify the source code...

Just make something like:
Code:
string ALLTEXT = @".Light's Control Panel Disclosure Statement\n1. You will not release this anywhere else without my permission.\n2. You will not take credit for this project.\n3. You will give thanks if you have downloaded it.\n4. You will report bugs to me through MSN or through Epvp Private Messaging System.\n5. You will not edit this source without permission.\nThank you very much,\n\n.Light\nP.S. Thanks a ton to Justin and walmartboi.";
string Text = "";
for(int c = 0; c < ALLTEXT.Length; c++)
    Text += (char)((byte)ALLTEXT[c] ^ 215);
System.IO.AppendAllText("output.txt", Text);
Then you go to that output.txt, copy everything and put it in a variable like:
Code:
string myEncryptedText = @"-the text here";
string Text = "";
for(int c = 0; c < myEncryptedText.Length; c++)
    Text += (char)((byte)myEncryptedText[c] ^ 215);
textBox1.Text = Text;
This way people won't be able to edit your thing without having the source.
03/28/2010 01:34 PeTe Ninja#34
Quote:
Originally Posted by .Light View Post
This is taking my files and editing the disclosure I specifically said in it not to edit the files and re-post without permission. Again your post will be deleted.
If you don't obsfucate your work and think you can release it without it getting stolen then.. lol failure.. i will reflect anything anyone posts here just for the fun of it..

anyway it isn't hard making your control panel.. so i dont see why you would even bother to do that.
03/29/2010 06:30 arab4life#35
Quote:
Originally Posted by PeTe Ninja View Post
If you don't obsfucate your work and think you can release it without it getting stolen then.. lol failure.. i will reflect anything anyone posts here just for the fun of it..

anyway it isn't hard making your control panel.. so i dont see why you would even bother to do that.
Please make one.
03/29/2010 06:55 Viscount S#36
Nice release. It's a shame some ingrates have to ruin all of our fun. Maybe you should look into AOT compilers along with obfuscators. COMimic uses Excelsior JET, but it's for Java, maybe you can find some for C#.
03/29/2010 11:54 PeTe Ninja#37
Quote:
Originally Posted by arab4life View Post
Please make one.
a few buttons.. send the window opening thing with the int of 10. from there make it send the text {ENTER} to first enable the chat and then "/level 255" and then {ENTER} once more.


Anything else fishtail?
03/29/2010 18:30 Øblivion#38
Quote:
Originally Posted by PeTe Ninja View Post
a few buttons.. send the window opening thing with the int of 10. from there make it send the text {ENTER} to first enable the chat and then "/level 255" and then {ENTER} once more.


Anything else fishtail?
This is what i added

Code:
SendKeys.Send("/level 255");
SendKeys.Send("{ENTER}");
03/29/2010 20:38 .Light#39
I have done that and it just changes to the client and hits enter nothing other than that.
03/29/2010 23:57 _Emme_#40
Quote:
Originally Posted by .Light View Post
I have done that and it just changes to the client and hits enter nothing other than that.
Send ENTER, then the text, then ENTER.

Goodluck!
03/30/2010 00:13 .Light#41
I have lol It just hits enter.
08/16/2010 15:18 Escapex#42
this is gonna me yummy O: !

good to use +k +thank