FORUM
MANUAL
GET TREMULOUS
Tremulous forum
June 19, 2013, 03:18:36 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Come Chat with us live! Learn how
HERE!
Home
Help
Search
Login
Register
T R E M U L O U S
>
Mods
>
Mod Releases
>
Tools and Utilities
>
Tremulous Server Search
Pages: [
1
]
Go Down
Print
Author
Topic: Tremulous Server Search (Read 1783 times)
Foe of Eternity
Turrets: +6/-13
Posts: 168
Tremulous Server Search
«
on:
March 08, 2011, 04:13:35 AM »
Hey everyone, got really bored and decided to code a server searcher
it's basically the tremulous' built in server viewer, except this one is outside trem
So enjoy this pointless, yet interesting program
PS: since i was bored, i packed it with as much anti-cracking as i could (some antiviruses pick up a false positive although most major virus scanners show clean)
i prefer you download the first one for stability testing, but if you'd rather have an unobfuscated version, click the second link
Download:
http://www.mediafire.com/?usl2et3v5l6c7wx
No Obfuscation, etc:
http://www.mediafire.com/?ag1l071djveibbj
Once again, this is kinda pointless but fun to mess with when you're bored
(let me know if you find any bugs)
«
Last Edit: March 11, 2011, 08:13:37 PM by Foe of Eternity
»
Logged
Quote from: player1 on February 17, 2008, 06:50:45 PM
No. Let n00bs pick overly destructive Human weapons and then use them in their own base and around their own teammates. Maybe then they'll learn that doing that is a stupid idea. Meanwhile, I will be slashing at their damaged Armoury, after I vault their smoking turrets and the scattered bodies of their TK' d teammates. N00bs: they're what's for breakfast.
Demolution
Turrets: +157/-64
Posts: 1198
Re: Tremulous Server Search
«
Reply #1 on:
March 08, 2011, 04:50:54 AM »
Ah the good old days of TSB.
Logged
Clan [AC] - For all your air conditioning needs please visit:
http://s1.zetaboards.com/AC_NoS/index/
Quote from: swamp-cecil on October 05, 2010, 08:04:04 PM
my brain > your brain.
and i am VERY stupid.
DraZiLoX
Turrets: +24/-24
Posts: 844
Re: Tremulous Server Search
«
Reply #2 on:
March 08, 2011, 11:02:33 AM »
Got this when i clicked some server.
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ListView.SelectedListViewItemCollection.get_Item(Int32 index)
at
.
.
(Object , Int32 )
at
.
.
(Object , EventArgs )
at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3615 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Tremulous Server Search
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Home/User/Desktop/Tremulous%20Server%20Search.exe
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
15339528-2290-423d-9e34-c3c441d71231
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Home/User/Desktop/Tremulous%20Server%20Search.exe
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Otherwise, cool.
Logged
Foe of Eternity
Turrets: +6/-13
Posts: 168
Re: Tremulous Server Search
«
Reply #3 on:
March 08, 2011, 11:20:53 AM »
Thx, was able to replicate the error and working on fixing it (apparently the listbox deselects everything when the index changes and then selects the next item when selectedindexchanged is finished running >.<)
Updated the link so that it doesn't crash when the error occurs
«
Last Edit: March 08, 2011, 11:23:12 AM by Foe of Eternity
»
Logged
Quote from: player1 on February 17, 2008, 06:50:45 PM
No. Let n00bs pick overly destructive Human weapons and then use them in their own base and around their own teammates. Maybe then they'll learn that doing that is a stupid idea. Meanwhile, I will be slashing at their damaged Armoury, after I vault their smoking turrets and the scattered bodies of their TK' d teammates. N00bs: they're what's for breakfast.
Tremulant
Spam Killer
Turrets: +370/-58
Posts: 1037
It's not over 'til the tremulant sings...
Re: Tremulous Server Search
«
Reply #4 on:
March 08, 2011, 12:02:18 PM »
Quote from: Foe of Eternity on March 08, 2011, 04:13:35 AM
since i was bored, i packed it with
as much anti-cracking as i could
(some antiviruses pick up a false positive although most major virus scanners show clean)
What does this mean?
Logged
Quote from: Firstinaction on April 07, 2011, 02:36:46 AM
my knees by my face and my ass is being hammered
Demolution
Turrets: +157/-64
Posts: 1198
Re: Tremulous Server Search
«
Reply #5 on:
March 08, 2011, 03:41:33 PM »
Does one have to sign in to download the file or id you fudge the link?
Also what Tremulant asked.
Logged
Clan [AC] - For all your air conditioning needs please visit:
http://s1.zetaboards.com/AC_NoS/index/
Quote from: swamp-cecil on October 05, 2010, 08:04:04 PM
my brain > your brain.
and i am VERY stupid.
Foe of Eternity
Turrets: +6/-13
Posts: 168
Re: Tremulous Server Search
«
Reply #6 on:
March 08, 2011, 11:55:26 PM »
link works without signing in
as for anti-cracking...
it has stuff that prevents it from being opened in a debugger (without some extra steps)
and if you manage to open it in the debugger, it has anti-debugging stuff so it crashes when u try to debug it
and if you manage to get past that, all the code is obfuscated and encrypted
and if you manage to get past that, it has a bunch of checksumming to prevent modification
and if you get past all of the above, then you're one good reverse engineerer
a good example is in the error report:
Quote
Parameter name: index
at System.Windows.Forms.ListView.SelectedListViewIte
mCollection.get_Item(Int32 index)
at
.
.
(Object , Int32 )
at
.
.
(Object , EventArgs )
at System.Windows.Forms.ListView.OnSelectedIndexChan
ged(EventArgs e)Parameter name: index
at System.Windows.Forms.ListView.SelectedListViewIte
mCollection.get_Item(Int32 index)
at
.
.
(Object , Int32 )
at
.
.
(Object , EventArgs )
at System.Windows.Forms.ListView.OnSelectedIndexChan
ged(EventArgs e)
the reason why it has all those 's and such is because of name obfuscation that uses unprintable/untypable characters
«
Last Edit: March 08, 2011, 11:59:47 PM by Foe of Eternity
»
Logged
Quote from: player1 on February 17, 2008, 06:50:45 PM
No. Let n00bs pick overly destructive Human weapons and then use them in their own base and around their own teammates. Maybe then they'll learn that doing that is a stupid idea. Meanwhile, I will be slashing at their damaged Armoury, after I vault their smoking turrets and the scattered bodies of their TK' d teammates. N00bs: they're what's for breakfast.
SlackerLinux
Spam Killer
Turrets: +41/-62
Posts: 555
Linux User!!
Re: Tremulous Server Search
«
Reply #7 on:
March 09, 2011, 12:32:02 AM »
Quote from: Foe of Eternity on March 08, 2011, 11:55:26 PM
Wall of text
why would you bother would just make tracking down bugs next to impossible
Logged
Slackware64 13.1
SlackersQVM/
OhaiReapd
Spam Killer
Turrets: +7/-239
Posts: 942
Re: Tremulous Server Search
«
Reply #8 on:
March 09, 2011, 01:05:04 AM »
Quote from: SlackerLinux on March 09, 2011, 12:32:02 AM
Quote from: Foe of Eternity on March 08, 2011, 11:55:26 PM
Wall of text
why would you bother would just make tracking down bugs next to impossible
Why not?
Logged
your face
Community Moderators
Turrets: +109/-407
Posts: 3534
really your face here
Re: Tremulous Server Search
«
Reply #9 on:
March 09, 2011, 01:16:00 AM »
Quote from: Demolution on March 08, 2011, 04:50:54 AM
Ah the good old days of TSB.
Still the good days of TSB for some people.
Logged
{NoS}
Y
our
F
ace
Quote from: codercon
Tremulous is probally the best freeware you will ever play. whats better then being a humman gunning down aliens or an alied killing soem humans.
(11:53:30 AM) Koragg: Oh god all channels red
Demolution
Turrets: +157/-64
Posts: 1198
Re: Tremulous Server Search
«
Reply #10 on:
March 09, 2011, 01:48:41 AM »
Quote from: your face on March 09, 2011, 01:16:00 AM
Quote from: Demolution on March 08, 2011, 04:50:54 AM
Ah the good old days of TSB.
Still the good days of TSB for some people.
Wait, didn't someone modify the old one to work with GPP?? :O
Logged
Clan [AC] - For all your air conditioning needs please visit:
http://s1.zetaboards.com/AC_NoS/index/
Quote from: swamp-cecil on October 05, 2010, 08:04:04 PM
my brain > your brain.
and i am VERY stupid.
F50
Turrets: +16/-26
Posts: 740
Re: Tremulous Server Search
«
Reply #11 on:
March 09, 2011, 03:48:28 AM »
Quote from: Foe of Eternity on March 08, 2011, 04:13:35 AM
Hey everyone, got really bored and decided to code a server searcher
it's basically the tremulous' built in server viewer, except this one is outside trem
Is any of the source code in this server browser derived from the in-game server browser code?
Logged
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law
your face
Community Moderators
Turrets: +109/-407
Posts: 3534
really your face here
Re: Tremulous Server Search
«
Reply #12 on:
March 09, 2011, 05:25:40 AM »
Quote from: Demolution on March 09, 2011, 01:48:41 AM
Wait, didn't someone modify the old one to work with GPP?? :O
kevlarman did but now it stopped working again.
The serverlist works for viewing but you just can't join from it any more.
«
Last Edit: March 09, 2011, 06:07:24 AM by your face
»
Logged
{NoS}
Y
our
F
ace
Quote from: codercon
Tremulous is probally the best freeware you will ever play. whats better then being a humman gunning down aliens or an alied killing soem humans.
(11:53:30 AM) Koragg: Oh god all channels red
Tremulant
Spam Killer
Turrets: +370/-58
Posts: 1037
It's not over 'til the tremulant sings...
Re: Tremulous Server Search
«
Reply #13 on:
March 09, 2011, 02:10:01 PM »
Quote from: Foe of Eternity on March 08, 2011, 11:55:26 PM
as for anti-cracking...
*i'm severely retarded*
Thanks for clearing that one up, the only thing i love more than running apps from people i don't know is running heavily obfuscated apps from people i don't know, gj.
Logged
Quote from: Firstinaction on April 07, 2011, 02:36:46 AM
my knees by my face and my ass is being hammered
Foe of Eternity
Turrets: +6/-13
Posts: 168
Re: Tremulous Server Search
«
Reply #14 on:
March 11, 2011, 02:46:41 AM »
Quote from: Tremulant on March 09, 2011, 02:10:01 PM
Quote from: Foe of Eternity on March 08, 2011, 11:55:26 PM
as for anti-cracking...
*i'm severely retarded*
Thanks for clearing that one up, the only thing i love more than running apps from people i don't know is running heavily obfuscated apps from people i don't know, gj.
that's quite uncalled for
if you don't trust it, don't download it...flaming is pointless and unproductive
Logged
Quote from: player1 on February 17, 2008, 06:50:45 PM
No. Let n00bs pick overly destructive Human weapons and then use them in their own base and around their own teammates. Maybe then they'll learn that doing that is a stupid idea. Meanwhile, I will be slashing at their damaged Armoury, after I vault their smoking turrets and the scattered bodies of their TK' d teammates. N00bs: they're what's for breakfast.
F50
Turrets: +16/-26
Posts: 740
Re: Tremulous Server Search
«
Reply #15 on:
March 11, 2011, 08:22:13 AM »
Flaming is unproductive, but I think tremulant has the right idea, unless of course the source code can be examined and proven to be harmless.
Logged
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law
Tremulant
Spam Killer
Turrets: +370/-58
Posts: 1037
It's not over 'til the tremulant sings...
Re: Tremulous Server Search
«
Reply #16 on:
March 11, 2011, 08:39:27 AM »
Quote from: Foe of Eternity on March 11, 2011, 02:46:41 AM
that's quite uncalled for
No, quite uncalled for is going to the trouble of obfuscating some silly little server browser, it gives people every reason to be suspicious.
Quote from: Foe of Eternity on March 11, 2011, 02:46:41 AM
if you don't trust it, don't download it...
Good advice for the internet as a whole. Not that it matters, as the link appears to have died again.
Logged
Quote from: Firstinaction on April 07, 2011, 02:36:46 AM
my knees by my face and my ass is being hammered
Foe of Eternity
Turrets: +6/-13
Posts: 168
Re: Tremulous Server Search
«
Reply #17 on:
March 11, 2011, 08:10:40 PM »
Quote from: Tremulant on March 11, 2011, 08:39:27 AM
Quote from: Foe of Eternity on March 11, 2011, 02:46:41 AM
that's quite uncalled for
No, quite uncalled for is going to the trouble of obfuscating some silly little server browser, it gives people every reason to be suspicious.
Quote from: Foe of Eternity on March 11, 2011, 02:46:41 AM
if you don't trust it, don't download it...
Good advice for the internet as a whole. Not that it matters, as the link appears to have died again.
link fixed, thx for that
but i obfuscated it for stability testing...not so much to protect the source...i'll add a link to one that's not obfuscated if you want...
Logged
Quote from: player1 on February 17, 2008, 06:50:45 PM
No. Let n00bs pick overly destructive Human weapons and then use them in their own base and around their own teammates. Maybe then they'll learn that doing that is a stupid idea. Meanwhile, I will be slashing at their damaged Armoury, after I vault their smoking turrets and the scattered bodies of their TK' d teammates. N00bs: they're what's for breakfast.
Pages: [
1
]
Go Up
Print
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> General Discussion
=> Troubleshooting
=> Feedback
=> Official Servers
-----------------------------
Community
-----------------------------
=> Servers
===> Server Admin Contacts
=> Clans
===> Individual Clan Threads
=> Strategies and Tactics
=> Mod Ideas and Desires
=> Off Topic
-----------------------------
Media
-----------------------------
=> Mapping Center
=> Map Releases
=> Modeling Center
=> Other Tremulous Media
-----------------------------
Mods
-----------------------------
=> Modding Center
=> Mod Releases
===> HUDs
===> Gameplay Changing
===> Non-Gameplay Changing
===> Tools and Utilities
Loading...