Author Topic: Client_IDSearch V2  (Read 11409 times)

And if ya hate me now, I don't stuff a forget. If you look down at me as a scripter, or a gui maker, I still don't stuff a forget. Ban me from all your servers that you host, I still don't stuff a forget. Just ban me and forget off.
How's that defending yourself.

That's me trying to get you all to stop bitching at me and take it to drama. Guess it didn't work.

Just loving admit you stole my code and tried to hide the fact that it wasn't yours.

God, this is pathetic.

The client.cs isn't yours.

The client.cs isn't yours.

Stop saying that as an excuse. Just because you modified one file doesn't mean you didn't rip my code.

The only thing I'm defending against is the client.cs

The only thing I'm defending against is the client.cs

Why, because that's the only thing you even remotely changed?

Just loving admit you stole my code and tried to hide the fact that it wasn't yours.

The only thing similar in the client.cs were the keybinds, because I was to lazy to come up with a name, and some of the function names. Everything else, apart from what TomTom did, I wrote.

Everything else, apart from what TomTom did, I wrote.

No you loving didn't. Would you like me to quote my posts again?

Code: [Select]

// EXECUTE
exec("./gui/profiles.cs");
exec("./gui/IDL_Gui.gui");

// KEYBINDS
$remapDivision[$remapCount] = "ID Lookup";
$remapName[$remapCount] = "Open GUI";
$remapCmd[$remapCount] = "IDL_PushGui";
$remapCount++;

function IDL_PushGui()
{
canvas.pushDialog(IDL_Gui);
IDL_Lookup();
}
That's the part of your code you quote.
Here's the part you quote from mine.
Code: [Select]
exec("./gui/profiles.cs");
exec("./gui/IDS_Gui.gui");

$remapDivision[$remapCount] = "ID Lookup";
$remapName[$remapCount] = "Open GUI";
$remapCmd[$remapCount] = "IDS_PushGui";
$remapCount++;

function IDS_PushGui()
{
canvas.pushDialog(IDS_Gui);

    IDS_Header.setValue("Search Result");

%x = getWord(getRes(), 0);
%y = getWord(getRes(), 1);
    %x = %x/2-235;
    %y = %y/2-180;
    IDS_Window.position = %x@" "@%y;

    IDS_Name0.setValue("N/A");
    IDS_BLID0.setValue("N/A");
    IDS1.visible=0;
    IDS2.visible=0;
    IDS3.visible=0;
    IDS4.visible=0;
    IDS_link1.visible=1;
    IDS_link1.position=("116 155");
    IDS_Window.extent=("470 180");
    IDS_PageDisplay.visible=0;
    IDS_Page.visible=0;

    $IDS_Pages=0;
    $IDS_Page=1;
    $IDS_Errors=0;
}
The only thing similar in the client.cs were the keybinds, because I was to lazy to come up with a name, and some of the function names. Everything else, apart from what TomTom did, I wrote.
So tell me, how would the 60 line function I wrote, be a copy of your 29 line function?
And also by your logic, tell me how the next function called to connect to the database, get the required info, and call the results function be ripped off of yours, that just pulled the raw html off of a webpage and looked through the bullstuff for the name/last seen.
Also, where are you hiding your results function, error function, and your page functions. Because your logic states that I ripped those off of you as well. And your 5 line pushGui function is the EXACT same as the 28 lines mine takes. Because obviously I ripped all of that off of you, where are they? You can't take a picture of a function name, and two lines after it then say I copied the whole loving thing.
The only thing I'm defending against is the client.cs

*sigh*

Stop saying that as an excuse. Just because you modified one file doesn't mean you didn't rip my code.

They don't just "look the same," you stole the files.

I suppose this is just a coincidence, then?





Wrote from scratch my ass. You literally replaced IDL in profiles.cs with IDS



client.cs line 228 in yours:


I'm starting to think you're just mentally incapable of understanding.

I'm starting to think you're just mentally incapable of understanding.

*sigh*

I'm starting to thing the same.

The only thing I'm defending against is the client.cs
The only thing I'm defending against is the client.cs
The only thing I'm defending against is the client.cs
The only thing I'm defending against is the client.cs

*sigh*

I'm starting to thing the same.


So you're not defending against the fact you stole the GUI?

Just loving admit you stole my code and tried to hide the fact that it wasn't yours.

I won't apologize for him saying I stole the client.cs, but I will say sorry for using the GUI without asking.

Code: [Select]
//-------------------------------------------------Thor--------------------------------------------------//
//GUI Scripts by: Thorfin25
//Gui Bitmaps/Profiles by Zapk
//Thanks to TomTom for letting me do this, and some help.
//Special thanks to Wicked for idears as well helping me make this cleaner.

Code: [Select]
//-------------------------------------------------Thor--------------------------------------------------//
//GUI Scripts by: Thorfin25
//Gui Bitmaps/Profiles by Zapk
//Thanks to TomTom for letting me do this, and some help.
//Special thanks to Wicked for idears as well helping me make this cleaner.

That's not what I have.

Code: [Select]
//-------------------------------------------------Thor--------------------------------------------------//
//GUI by: Thorfin25
//Thanks to TomTom for letting me do this, and some help.
//Special thanks to Wicked for idears as well helping me make this cleaner.

You clearly released this add-on fully knowing you didn't create the GUI, and did not say anything about it. You only added any form of credit after I called you out for your bullstuff.