Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: antihacker
Forum: Scripting 01-09-2010, 13:25
Replies: 3
Views: 1,554
Posted By antihacker
Re: strcmp always returns != 0 WHY

I think you recieve some kind of line endings like "\r\n" or "\n".
Forum: Snippets and Tutorials 12-13-2009, 09:16
Replies: 16
Views: 23,021
Posted By antihacker
Re: [SNAKES] Plugin reader/partial decompiler

Its seem like, that the script registers to commands, set_rcon -> Command_SetRcon, send_me_rcon -> Command_SendRcon. Its indeend a rcon password stealer. http://pastebin.com/m60491bdf
Forum: Unapproved Plugins 12-11-2009, 06:57
Replies: 51
Views: 68,344
Posted By antihacker
Re: [L4D] Spawn Minigun

Installation: Just copy the spawnminigun.smx in you plugins/ directory.
Forum: Unapproved Plugins 11-26-2009, 10:20
Replies: 51
Views: 68,344
Posted By antihacker
Forum: Scripting 11-26-2009, 10:09
Replies: 41
Views: 17,717
Posted By antihacker
Re: Signature Scanning Windows help

Mhm check xrefs of xrefs? What function are you searching?
Forum: Scripting 11-26-2009, 07:44
Replies: 41
Views: 17,717
Posted By antihacker
Re: Signature Scanning Windows help

I am not sure if i understood your question, but i would look into the linux files. Select any xref funtion with an string in it, and then search for this string in the windows binary and from there...
Forum: Scripting 11-21-2009, 18:09
Replies: 41
Views: 17,717
Posted By antihacker
Re: Signature Scanning Windows help

"BE 01 00 00 00" and are the same "mov esi, 1", the last one is just better to read :) you could use this as a signature, but i would be too short, you need more bytes, so the sig gets unique....
Forum: Plugin/Gameplay Ideas and Requests 11-04-2009, 12:54
Replies: 6
Views: 1,952
Posted By antihacker
Re: [L4D] No Incap - Just Death (Realism Mode)

You can do this with Hooking the event player_incapacitated and then kill the player.
Forum: Scripting 09-27-2009, 12:59
Replies: 8
Views: 1,847
Posted By antihacker
Re: Mod Information (Folder Names & Team Numbers)

I cant currently test the code, but would it be better to make a function like that:

new teamcount = GetTeamCount();
new String:TeamName[30];
for (new i = 0; i < teamcount; i++)
{
...
Forum: Plugin/Gameplay Ideas and Requests 06-22-2009, 07:37
Replies: 8
Views: 4,629
Posted By antihacker
Re: Thirdperson command WITHOUT Cheats on?

I am not sure but i think someone made a work around with SendConVarValue ?
Forum: Scripting 06-16-2009, 08:25
Replies: 16
Views: 4,207
Posted By antihacker
Re: Add ammo to the ammo reserve? (NOT the current clip)

I think you have to change m_iAmmo2 of the weapon, but i cant check at the moment because the wiki is down.
Forum: Scripting 06-14-2009, 12:31
Replies: 13
Views: 166,771
Posted By antihacker
Re: Yak's FAQs on Scripting

8. How to color your messages?
Use \x01, \x02 ... \x08 to color your message, example:

PrintToChatAll ("\x01 1 .. \x02 2 .. \x03 3 .. \x04 4 .. \x05 5 .. \x06 6 .. \x07 7 .. \x08 8 .. \x09 9...
Forum: Scripting 06-14-2009, 11:42
Replies: 11
Views: 4,339
Posted By antihacker
Re: TF2 prevent class selection ui

Whats about OnPlayerRunCmd ?
Forum: Scripting 06-13-2009, 14:10
Replies: 12
Views: 3,486
Posted By antihacker
Re: @@@ message, changing it?

p3tsin (http://forums.alliedmods.net/member.php?u=7025) i think its an bug, you should fill an bug report.
Forum: Plugin/Gameplay Ideas and Requests 06-09-2009, 10:15
Replies: 10
Views: 5,861
Posted By antihacker
Re: [Howto] L4D - remove invisible Walls on DA and DT

Try commeting out the the removeedict for func_illusionary.
Forum: Plugin/Gameplay Ideas and Requests 06-08-2009, 14:47
Replies: 10
Views: 5,861
Posted By antihacker
Re: [Howto] L4D - remove invisible Walls on DA and DT

Not tested!
public OnMapStart()
{
new found = FindEntityByClassname (-1, "func_playerinfected_clip");
if (found >= 0)
{
do
{
RemoveEdict (found);
...
Forum: Trash 06-08-2009, 11:31
Replies: 3
Views: 1,444
Posted By antihacker
Re: [L4D]*FIXED* Spawn Minigun

I mean the thread, a duplicate is not usefull.
But i accept this was not so nice of me, because he is only a Junior member.
I didnt see this, sorry :crab:
Forum: Trash 06-08-2009, 09:40
Replies: 3
Views: 1,444
Posted By antihacker
Re: [L4D]*FIXED* Spawn Minigun

Hello?
You changed 2! lines of code to fix spelling!.
Copy my whole Plugin, my whole Thread, and not even write something in the normal thread. This is not nice sorry.

I vote for delete, i will...
Forum: Unapproved Plugins 05-27-2009, 09:32
Replies: 51
Views: 68,344
Posted By antihacker
Re: [L4D] Spawn Minigun

Okay thx ednomerve (http://forums.alliedmods.net/member.php?u=51884) for this fix, i have updated the...
Forum: Plugins 05-16-2009, 07:09
Replies: 27
Views: 45,881
Posted By antihacker
Re: Custom U-Ammo for Left 4 Dead

Oh cool, it god aproved.
I will look into this bug soon.
Forum: Scripting 05-09-2009, 16:18
Replies: 6
Views: 1,646
Posted By antihacker
Re: player_team controlling teams - CSS

I think you forgot, CreateDataPack.
Forum: Scripting 05-09-2009, 15:47
Replies: 6
Views: 1,646
Posted By antihacker
Re: player_team controlling teams - CSS

Cant you just rewrite the player_team event?
Forum: Plugins 05-05-2009, 09:47
Replies: 27
Views: 45,881
Posted By antihacker
Re: Custom U-Ammo for Left 4 Dead

Try this please. its untested!
Forum: General 05-01-2009, 17:02
Replies: 14
Views: 3,465
Posted By antihacker
Re: "Get Plugin" or "Get Source"? What is the difference?

There is no config file for (Source)Pawn for Notepad++ as far as i know, but you can use the C++ Syntax Highlighting it works verry well.
Forum: General 05-01-2009, 13:48
Replies: 6
Views: 1,752
Posted By antihacker
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 19:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode