Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ¦FlapJack¦

Pages: [1] 2
1
Boneyard / Re: garrysmod.org
« on: March 31, 2010, 10:22:28 AM »

2
Server Requests/Suggestions / Re: ZS Music Replace by Krasher
« on: March 30, 2010, 05:44:54 AM »
lol i show you what it looks like in the luas


zs_options.lua


Code: [Select]
-- Set this to true if you want your admins to be able to use the 'noclip' concommand.
-- If they already have rcon then it's pointless to set this to false.
ALLOW_ADMIN_NOCLIP = true


-- Put your unoriginal, Rob Zombie and Metallica music here.
LASTHUMANSOUND = "lasthuman.mp3"


-- In seconds, the length of the above file. It's important to have this correct or you may get delayed or overlapping music.
LASTHUMANSOUNDLENGTH = 120


-- Sound to play for ambient Un-Life music. Depricated as of v2.0
UNLIFESOUND = "unlife1.mp3"
UNLIFESOUNDLENGTH = 210


-- Sound played to a person when they lose the game.
ALLLOSESOUND = "lose_test.mp3"


-- Sound played to a person when they win the game.
HUMANWINSOUND = "humanwin.mp3"


-- Sound played to a person when they die as a human.
DEATHSOUND = "music/stingers/HL1_stinger_song28.mp3"


-- Turn off/on the redeeming system. If you want a really unforgiving environment then you can turn this off.
REDEEM = true


-- Human kills needed for a zombie player to redeem (resurrect). Do not set this to 0. If you want to turn this
-- system off, set AUTOREDEEM to false.
REDEEM_KILLS = 4


-- Players don't have a choice if they want to redeem or not. Setting to false makes them press F2.
AUTOREDEEM = true


it is server-side like krasher said

Yes, because renaming sound files is something you need Lua for.

3
Boneyard / Re: garrysmod.org
« on: March 30, 2010, 05:42:35 AM »
Ok so any1 willing to share account with all us sad  pirate people, post here. I promise not to steal coz there is no point. Any1 who agrees to just download(no comments, no acc details/password changing) say "I agree"  :angel:

Buy the game rather than being a cheap bastard.

Edit: If you can afford the internet, you can afford GMod. So just buy it and stop complaining.

4
Boneyard / Re: Unban Request - Seth
« on: March 30, 2010, 05:09:50 AM »
well so far rubens anticheat has got about every hacker including seth

Oh my god, you are an idiot. It only catches:

A) People who try to use lua_openscript_cl (A dumb reason to ban)
B) People who try to use a public Lua aimbot such as JetBot or AutoAim.

It will never catch, without major changes:

A) Private aimbots
B) TF2 / CSS hacks

Learn2Lua.

5
Boneyard / Re: garrysmod.org
« on: March 29, 2010, 02:59:37 PM »
Stop QQing and buy the game like a real man.

6
Boneyard / Re: My Steam Accoutn has been hijacked :C
« on: March 10, 2010, 02:05:58 PM »
He didnt get phished

There is no other way to lose your Steam account, besides a comprimised account on another program or website with the same password, or having a backdoor on your PC.


Although, it is possible to spoof your SteamID to be like another person's - allowing you to get them banned. Though, this only affects the ingame details, so it's not as if they are using your account, though could get your account banned from certain servers (And theoretically by VAC)

7
Boneyard / Re: How to catch Name Changers.
« on: March 10, 2010, 02:03:07 PM »
lolwut, who can really be bothered to make a lua to tell ya whos haaxing

Yes, lets keep taking screenshots and comparing them while the namechanger can voice spam, speedhack and aimbot.

8
Boneyard / Re: " If you want to play, please delete your hacks"
« on: March 10, 2010, 12:30:05 PM »
Anticheats are never perfect. I am living proof of that - I pointed out the flaws in it, plus my own private hacks bypassed it without any problems. I'm permabanned now though, so don't bother slating me for it.


Not that banning has a point, really.

9
Boneyard / Re: My Steam Accoutn has been hijacked :C
« on: March 10, 2010, 12:28:48 PM »
A person: LOL GO HERE FOR FREE GAMES NVIDEAGAMESTEAM.TK

You deserved to lose your account if you fell for that.

10
Boneyard / Re: How to catch Name Changers.
« on: March 10, 2010, 12:22:02 PM »
All these techniques are shit. Untested.

Code: [Select]
local names = {}

for k , v in ipairs(player.GetAll()) do
table.insert(names , {v , v:Nick()})
end

function table.HasMember(tbl , val) -- table.HasValue only works on tables with singular indexes
for k ,v in ipairs(tbl) do
for a , b in ipairs(v) do
if val == b then
return true
end
end
if v == val then
return true
end
end
end

local function CheckNames(p , c , a)
for k , v in ipairs(player.GetAll()) do
if not table.HasMember(names , v) then
table.insert(names , {v , v:Nick()})
end
for a , b in pairs(names) do
if b[1] == v then
if b[2] != v:Nick() then
print(v:SteamID().. " is using a name changer")
end
end
end
end
end
concommand.Add("check_names" , CheckNames)

11
General / Re: Your PC Spec :D
« on: February 22, 2010, 02:42:01 PM »

12
Releases / Re: GHL GMod Hacker
« on: February 22, 2010, 10:41:46 AM »
I bet it rickrolls you when you press the "activate" button.

13
Community Admin Apps / Re: Admin apply
« on: February 22, 2010, 10:37:42 AM »
Why would you leave such a great place like Scotland to go to France?

14

im:.sf|SMasters9106


im not surprised if you don't know me from the forums, im mostly on the zs server or wire

(I started playing RND about a year and a half ago) :D

IIRC, it only appeared in May.

15
General Chat / Re: LOOK! my gmod has gone evil.....
« on: January 18, 2010, 03:21:00 PM »
KeyGen - Hidden porn folder of course  8)

Pages: [1] 2