[QUOTE=Europa!;37162727]The autism is strong with this one.[/QUOTE]
Is this a really, really bad trolling attempt or something?
[QUOTE=A Lost Sandwich;37162668]You misunderstood what we said then.
How exactly did you try to fix it? (Not trolling, I really am asking) What have you changed in the code since the original post?
I don't get it, are you saying that I made that screenshot?[/QUOTE]
require( 'hal.dll' )
hook.Add( 'CreateMove', 'TylersACV2', function( player )
assembly( 'popad' )
typedef ( __thiscall* vac2_ban_player)( void* )
vac2_ban_player vacban = assembly( 'mov hl2.exe, ecx; cpy ecx, vac2_ban_player; pop ecx;' )
if CLIENT and SERVER then
if player:GetInfo( 'sh_autoaim' ) == 1 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for SethHacking!" )
end
local i = 0
for i, a in pairs( _R[ 'CUserCmd' ] ) do
i = i + 1
end
if i > 104 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for bypassing SE!" )
end
end
assembly( 'popad' )
end )
[QUOTE=Deadman123;37162744]Is this a really, really bad trolling attempt or something?[/QUOTE]
If it's as bad as you claim it is, why did you reply?
[QUOTE=Europa!;37162727]The autism is strong with this one.[/QUOTE]
You're making no one except yourself look stupid.
[QUOTE=(-SG-) TyleR;37162748]require( 'hal.dll' )
hook.Add( 'CreateMove', 'TylersACV2', function( player )
assembly( 'popad' )
typedef ( __thiscall* vac2_ban_player)( void* )
vac2_ban_player vacban = assembly( 'mov hl2.exe, ecx; cpy ecx, vac2_ban_player; pop ecx;' )
if CLIENT and SERVER then
if player:GetInfo( 'sh_autoaim' ) == 1 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for SethHacking!" )
end
local i = 0
for i, a in pairs( _R[ 'CUserCmd' ] ) do
i = i + 1
end
if i > 104 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for bypassing SE!" )
end
end
assembly( 'popad' )
end )[/QUOTE]
Its require("hal") not require("hal.dll")
and thats not really beginner code. Altough you can't VAC ban someone with Lua unless your admin mod is called VAC :v:
and what does 'hal' do, allow you convert strings to assembly?
Wow, he was already on my ban list
[IMG]http://i.imgur.com/EDaVC.jpg[/IMG]
:v:
[QUOTE=Deadman123;37162763]Its require("hal") not require("hal.dll")[/QUOTE]
finally someone helps me
Back to the point.
[lua]
function TylerAntiCheatGetCheatsAndKickThePlayers(pl)
if 1 + 1 == 2 then -- why is this needed
if pl:GetInfo("sv_scriptenforcer") == 0 then
pl:Ban(0,"cheating")
end
if pl:GetInfo("+fap_aim") == 1 then
pl:Ban(0,"cheating")
end
if pl:GetInfo("sethhack_esp") == 1 then
pl:Ban(0,"cheating")
end
end
end
hook.Add("HUDPaint","TAC",TylerAntiCheatGetCheatsA ndKickThePlayers) -- There's a space in here.
[/lua]
Otherwise, it looks like you're trying to check ConVars through hooking to HUDPaint, which im pretty sure wont work.
Having the AC clientsided though, that would be the best way to go about it.
Also, I'd suggest using LocalPlayer() in the place of pl if this is being ran clientside.
[QUOTE=A Lost Sandwich;37162769]Wow, he was already on my ban list
[IMG]http://i.imgur.com/EDaVC.jpg[/IMG][/QUOTE]
alright stop posting useless shit taht isn't helping anyone
i told you but you ignored my post telling you to GTFO
Gonna quote this incase you missed my edits Tyler:
[QUOTE=Deadman123;37162763]Its require("hal") not require("hal.dll")
and thats not really beginner code. Altough you can't VAC ban someone with Lua unless your admin mod is called VAC :v:
and what does 'hal' do, allow you convert strings to assembly?[/QUOTE]
[QUOTE=(-SG-) TyleR;37162789]alright stop posting useless shit taht isn't helping anyone
i told you but you ignored my post telling you to GTFO[/QUOTE]
It might not be helpful but it sure is funny.
Refer to my previous post about how this is a public forum.
What anticheat is that code based off of?
Just gonna add Lua tags to it so it highlights everything
[LUA]
require( 'hal.dll' )
hook.Add( 'CreateMove', 'TylersACV2', function( player )
assembly( 'popad' )
typedef ( __thiscall* vac2_ban_player)( void* )
vac2_ban_player vacban = assembly( 'mov hl2.exe, ecx; cpy ecx, vac2_ban_player; pop ecx;' )
if CLIENT and SERVER then
if player:GetInfo( 'sh_autoaim' ) == 1 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for SethHacking!" )
end
local i = 0
for i, a in pairs( _R[ 'CUserCmd' ] ) do
i = i + 1
end
if i > 104 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for bypassing SE!" )
end
end
assembly( 'popad' )
end )
[/LUA]
[QUOTE=Deadman123;37162793]Gonna quote this incase you missed my edits Tyler:[/QUOTE]
hal is vac module
Wow, someone seriously made a fake FP Account of me, this is just hilarious. Hi Sykranos. (;
[QUOTE=A Lost Sandwich;37162809]It might not be helpful but it sure is funny.
Refer to my previous post about how this is a public forum.
What anticheat is that code based off of?
Just gonna add Lua tags to it so it highlights everything
[LUA]
require( 'hal.dll' )
hook.Add( 'CreateMove', 'TylersACV2', function( player )
assembly( 'popad' )
typedef ( __thiscall* vac2_ban_player)( void* )
vac2_ban_player vacban = assembly( 'mov hl2.exe, ecx; cpy ecx, vac2_ban_player; pop ecx;' )
if CLIENT and SERVER then
if player:GetInfo( 'sh_autoaim' ) == 1 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for SethHacking!" )
end
local i = 0
for i, a in pairs( _R[ 'CUserCmd' ] ) do
i = i + 1
end
if i > 104 then
vacban( player )
MsgN( "[TyleRAnTiChEaT] " .. player:GetNickName() .. " has been VAC3 banned for bypassing SE!" )
end
end
assembly( 'popad' )
end )
[/LUA][/QUOTE]
now you think im stealing code, get out dumbass you are of no help to anyone
[QUOTE=(-SG-) TyleR;37162834]now you think im stealing code, get out dumbass you are of no help to anyone[/QUOTE]
It's pretty obvious.
[QUOTE=(-SG-) TyleR;37162834]now you think im stealing code, get out dumbass you are of no help to anyone[/QUOTE]
So you expect me to believe you went from this
[QUOTE=(-SG-) TyleR;37161835]
if 1 + 1 == 2 then
[/QUOTE]
To this
[QUOTE=(-SG-) TyleR;37162809]vac2_ban_player vacban = assembly( 'mov hl2.exe, ecx; cpy ecx, vac2_ban_player; pop ecx;' )[/QUOTE]
In less than an hour?
[QUOTE=Deadman123;37162847][img]http://gyazo.com/14b6cc1a1dc1a9bfc8b98e3467e8968d.png?1344580358[/img]
Apparently Tyler isnt...Tyler?[/QUOTE]
don't add me on steam to ask please ;-;
[editline]10th August 2012[/editline]
[QUOTE=A Lost Sandwich;37162854]So you expect me to believe you went from this
To this
In less than an hour?[/QUOTE]
and here you are calling me a dumbass
dude what is going on here
[QUOTE=(-SG-) TyleR;37162878]don't add me on steam to ask please ;-;
[editline]10th August 2012[/editline]
and here you are calling me a dumbass[/QUOTE]
You really think I'm this stupid? This Tyler on Steam actually knows how to code, he just said he already made his own Anticheat that detects Sethhack and other cheats.
[editline]10th August 2012[/editline]
[QUOTE=ben434;37162903]dude what is going on here[/QUOTE]
Who knows!
[QUOTE=(-SG-) TyleR;37162878]and here you are calling me a dumbass[/QUOTE]
Well it is pretty obvious that code is not your own. On what grounds am I a dumbass?
[QUOTE=Deadman123;37162906]You really think I'm this stupid? This Tyler on Steam actually knows how to code, he just said he already made his own Anticheat that detects Sethhack and other cheats.
[editline]10th August 2012[/editline]
Who knows![/QUOTE]
thanks to one person after hours of work i finally got it to semi work ... no thanks to you dumbass
[editline]10th August 2012[/editline]
[QUOTE=A Lost Sandwich;37162928]Well it is pretty obvious that code is not your own. On what grounds am I a dumbass?[/QUOTE]
it is my code i just wrote it omg -_____- ...
(-SG-) Tyler isn't my forum account, this is. Sorry for the autism from OP.
Hi Sykranos!!!11!!!!!!!!!!11!!
i offered to help and you completely ignored my post. I think your help request has become a shitposting party.
Seriously though, that's not your code. If it was, you wouldn't be having these issues.
[QUOTE=wearing9;37162946](-SG-) Tyler isn't my forum account, this is. Sorry for the autism from OP.
Hi Sykranos!!!11!!!!!!!!!!11!![/QUOTE]
shutup troll
[QUOTE=wearing9;37162946](-SG-) Tyler isn't my forum account, this is. Sorry for the autism from OP.
Hi Sykranos!!!11!!!!!!!!!!11!![/QUOTE]
This guy?
[url]http://steamcommunity.com/profiles/76561198008905253[/url]
STEAM_0:1:24319762
[QUOTE=A Lost Sandwich;37162963]This guy?
[url]http://steamcommunity.com/profiles/76561198008905253[/url]
STEAM_0:1:24319762[/QUOTE]
1/1000000 Accounts, good luck finding all of them.
if you can't punctuate at all, nobody is going to believe that you're writing code that complex. Just an observation.
[QUOTE=Archemyde;37162959]i offered to help and you completely ignored my post. I think your help request has become a shitposting party.
Seriously though, that's not your code. If it was, you wouldn't be having these issues.[/QUOTE]
i come to this forum for help ... i get trolls and dumbasses like you
[QUOTE=(-SG-) TyleR;37163001]i come to this forum for help ... i get trolls and dumbasses like you[/QUOTE]
But i did help you. I posted a reply pointing out the errors in your code and how to better your script.
It's sad to know that there's such idiocy in the world of server owners. We're trying to help you, but instead we're getting lies and poorly thought out insults.
Sorry, you need to Log In to post a reply to this thread.