Re: Renegade Launcher [message #282192 is a reply to message #282148] |
Mon, 03 September 2007 09:34 |
|
cheesesoda
Messages: 6507 Registered: March 2003 Location: Jackson, Michigan
Karma: 0
|
General (5 Stars) |
|
|
Goztow wrote on Mon, 03 September 2007 05:07 | If it's not him, then he got a questionable source of inspiration...
|
You're either very brazen to accuse someone of such things with little to no basis or you're just that much of an idiot. I'm half-tempted to believe the latter.
Edit: Nice work on that program. It's always nice to see people putting effort into the game, even if you catch a lot of slag from random people.
whoa.
[Updated on: Mon, 03 September 2007 09:36] Report message to a moderator
|
|
|
|
Re: Renegade Launcher [message #282194 is a reply to message #281712] |
Mon, 03 September 2007 09:38 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
If you know anything about code, C# is completely different from VB.NET.
Get as hyped up as you want, but I'm not Mandai. I've been a member of this community for quite some time. I also have accounts with cnc Reborn, a Path Beyond, and n00bless.com
Make as many random accusations as you want.
If you want any evidence, feel free to ask. I'm completely open. I have nothing to hide.
In fact, knock yourself out. Here's the source for launching Renegade and the other programs.
Try
For Each lviApp As ListViewItem In gobjProgList.lstProgs.Items
Start(lviApp.SubItems(1).Text)
Next
Catch ex As Exception
MessageBox.Show("An error occurred while loading the other programs. Please try again.", _
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
Exit Sub
End Try
Try
Dim strLaunchCommand As String
strLaunchCommand = txtRenPath.Text
strLaunchCommand += " +connect "
strLaunchCommand += txtIP.Text
strLaunchCommand += ":" & mstPort.Text
strLaunchCommand += " +netplayername"
strLaunchCommand += " " & ControlChars.Quote & txtNick.Text _
& ControlChars.Quote
strLaunchCommand += " " & txtCommands.Text
Start(strLaunchCommand)
Catch ex As Exception
MessageBox.Show("An error occurred while launching Renegade. " _
& "Please make sure that the Renegade executable path is correct", _
"Error launching Renegade", MessageBoxButtons.OK, MessageBoxIcon.Error)
End Try
End Sub
cheesesoda wrote on Mon, 03 September 2007 11:34 |
Goztow wrote on Mon, 03 September 2007 05:07 | If it's not him, then he got a questionable source of inspiration...
|
You're either very brazen to accuse someone of such things with little to no basis or you're just that much of an idiot. I'm half-tempted to believe the latter.
Edit: Nice work on that program. It's always nice to see people putting effort into the game, even if you catch a lot of slag from random people.
|
Thank you. Again, if you want me to bring forth any evidence, feel free to ask.
[Updated on: Mon, 03 September 2007 09:42] Report message to a moderator
|
|
|
Re: Renegade Launcher [message #282195 is a reply to message #281712] |
Mon, 03 September 2007 09:42 |
|
AoBfrost
Messages: 1248 Registered: March 2007
Karma: 0
|
General (1 Star) |
|
|
Well thats great because I used to use VB.net and have used C many times before, I'm not that good, But i can tell the difference in language, and you being sooo smart to code this program, your smart enough to recode it into another language I'd say, so then answer my question, why would 2 similar programs come out of the blue at the same time, using similar features, why?
Scrin wrote on Fri, 05 October 2007 12:19 | ''whoa im the photoshop''
|
KANE LIVES!!!
|
|
|
Re: Renegade Launcher [message #282196 is a reply to message #281712] |
Mon, 03 September 2007 09:44 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
Coincidence, perhaps? I apologize for coming out with a useful tool at the same time as this cheater. [/sarcasm]
Do you have some personal vandetta against me? What do I need to do to prove I'm not Mandai? I'll do it without question.
[Updated on: Mon, 03 September 2007 09:45] Report message to a moderator
|
|
|
|
|
Re: Renegade Launcher [message #282200 is a reply to message #282197] |
Mon, 03 September 2007 09:55 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
AoBfrost wrote on Mon, 03 September 2007 11:46 | show some proof then, anything, you said your open to show anything, then do so, you've posted twice now since you said you would show us proof and yet you haven't.
|
I've already showed you the source code to launch everything. What proof do you want to see? Name it and it will be there. It's amazing how you can come up with accusations out of thin air.
By the way, after just debugging 1.0.1 I found that you can't run System.Diagnostics.Processes.Start on the command line used to launch Renegade. Below is the fixed version.
And thank you for stating the blatent obvious, cheesesoda
[Updated on: Mon, 03 September 2007 09:56] Report message to a moderator
|
|
|
|
|
Re: Renegade Launcher [message #282216 is a reply to message #282194] |
Mon, 03 September 2007 13:10 |
scguy318
Messages: 37 Registered: October 2006
Karma: 0
|
Recruit |
|
|
slavik262 wrote on Mon, 03 September 2007 11:38 | If you know anything about code, C# is completely different from VB.NET.
|
While I have no clue as to what the argument is about, the assertion that C# is "completely different" from VB.NET is a bit wrong IMHO. While VB.NET and C# clearly differ in syntax and compiler semantics (the C# compiler tends to emit a certain instruction for function calls, and VB.NET injects calls that you wouldn't see on C#), they ultimately both compile to CIL (or MSIL, if that's what you want to call it) and are executed by the CLR.
|
|
|
|
|
Re: Renegade Launcher [message #282231 is a reply to message #282219] |
Mon, 03 September 2007 16:04 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
Hex wrote on Mon, 03 September 2007 15:38 | Regardless of anything, acusing someone of being a cheat and creating a program for using cheats without proof is wrong and tbh insulting someone that has been nice enough to share something that he has done
|
Thank you. Whatever happened to innocent until proven guilty? I could accuse Goztow of cheating because he was on the forum with the cheat program. Why the hell would you come at me? I've just given you a tool, and you randomly accuse me of cheating. Thanks for the support.
|
|
|
|
|
Re: Renegade Launcher [message #282293 is a reply to message #281712] |
Tue, 04 September 2007 00:13 |
|
Goztow
Messages: 9737 Registered: March 2005 Location: Belgium
Karma: 13
|
General (5 Stars) Goztoe |
|
|
Cheesesoda, personal insults are the perfect way to proove you're right on everything! Keep on going like that!
Slavik, I'll admit that I shouldn't have written 99,99 % sure, because obviously I can't be. From my experience, there aren't that many coincidences in our small Renegade community but ofcourse it could be one now.
I wouldn't blame you if you told me "I read that topic and thought it'd be good to make a useful one for non-cheating". Or maybe you did just think of the same thing at the exact same time. Unlucky coincidence then.
What bothered/bothers me a bit is the "launch a program at the same time as renegade". It just seems a lot of coincidence.
Bluethen, thanks but as we block direct connect from our servers, I don't think I'll need it for the moment. I suppose he doesn't have that many valid serial and xwis nicknames.
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
Re: Renegade Launcher [message #282328 is a reply to message #282318] |
Tue, 04 September 2007 06:59 |
|
Goztow
Messages: 9737 Registered: March 2005 Location: Belgium
Karma: 13
|
General (5 Stars) Goztoe |
|
|
cheesesoda wrote on Tue, 04 September 2007 14:33 |
Goztow wrote on Tue, 04 September 2007 03:13 | Cheesesoda, personal insults are the perfect way to proove you're right on everything! Keep on going like that!
|
I would agree... if I just left it at insulting your intelligence. In other posts I made my point clear by pointing out the blatantly obvious.
Just because you see something in the sky that "resembles" some picture of a "UFO" doesn't mean that what you're seeing is a UFO.
|
It probably would if I'm a jet-fighter with a lot of experience in everything that flies.
You can find me in The KOSs2 (TK2) discord while I'm playing. Feel free to come and say hi! TK2 discord
|
|
|
|
Re: Renegade Launcher [message #282397 is a reply to message #281712] |
Tue, 04 September 2007 13:39 |
slavik262
Messages: 79 Registered: February 2007
Karma: 0
|
Recruit |
|
|
Both of you have valid points. But getting personal won't help here. Goztow, sorry I came at you. But I have honestly never visited that forum in my life. The fact that I came out with my program at the same time as Mandai is pure coincidence. The launch additional programs came to me when I got sick of searching through a huge folder I have for my mIRC and TeamSpeak shortcuts. I just took offense that you would come at me so fast, and that the others would be so blatant as to agree.
[Updated on: Tue, 04 September 2007 13:39] Report message to a moderator
|
|
|
|
|
|
|