3rd person with out CMD cheats/ spawning

Started by Marlboro, July 13, 2005, 05:34:53 AM

Previous topic - Next topic

Marlboro

Hi,

   

   I have a 3rd mod, but when it turned on you can have god mode, all weapons, etc with SP cheats, and spawn some objects that makes lag....

   

   can you guys make some script/pk3 that if somebody uses cmd dog / cmd wuss / cmd noclip / cmd tele / cmd spawn / cmd lod_spawn / cmd lod_spawnlist etc..., that the one that typs something in console with cmd in it, KICK him from the server, and after 2 times kick a big ban :)...

   

   ty,

   Bouwe / Marlboro

Elgan {sfx}

we could but it is easily combated. Its pretty much impossible to get people who want to cheat to not to cheat on a server with cheats.

   

   My advice wud be to just turn them off:

Marlboro

i would be, but then the 3rd person doesen't works....

Elgan {sfx}

nope.

   

   but then no one is cheating;)

Marlboro

that's trough, i was forgotten that i post a 3rd person request, sry :P

   

   see the other post...

   

   so bussy find that mod that my brain gets confused :O_o:O_o


Marlboro

they dont have a 3rd person mod, or diddent see it, give the link plz

   

   can you give command line when somebody types something with cmd beforce in Console they get kicked? please

Marlboro

well, all of you, i will sort some mess out and google something,

   

   thanks for your help :)

Elgan {sfx}

please dont use anything like that, players now know what to type in order to cheat.

   

   hex edit each cmd out of your dll, Then ur fine. you also need to hex ur server exe for cmd.

   

   

   last but not least, delete that script.

Marlboro

players already know that you must type cmd dog or cmd wuss etc. some ppl come to a 3rd person server to do this! ARghhh

   

   about that hex editing stuff.....what do i must do then, because i don't understand it :con

Marlboro

i justed asked someone on msn about anti cheat, and know i know that i must disable cmd by hex editing, the only problem is.....i cannot hex edit :o_O

habsey

ya, i hex edited it to get rid of the cheats and i also added a nice little script so that players crosshair doesnt get in the way.  Here it is if you would like it, i also believe there a tutorial in the scripting section here.  But heres the script:

   

   

   setcvar "cheats" "1"
   setcvar "developer" "1"
   setcvar "thereisnomonkey" "1"
   force:
   while(1)
   {
   for(local.i=1;local.i<=$player.size;local.i++)
   {
   if($player[local.i].3rdperson == 1)
   {
   end
   }
   if($player[local.i].3rdperson != 1)
   {
   $player[local.i] scale 0.87
   $player[local.i] stufftext "cg_3rd_person 1;cg_cameraverticaldisplacement -18; bind 9 toggle cg_3rd_person"
   $player[local.i].3rdperson = 1
   }
   }
   wait 3
   }
   end
   
1[sky] Man[/sky]
1 Job
[pink]1[/pink][yellow] Vision[/yellow]

Marlboro

scripts looks good, but can u maybe send me your hex edit or something, cause i don't know wtf a hex edit is :O_o

Elgan {sfx}

oh you dont know how to hex, i see, ok.,well.

   

   you wil have to get a hex editor, like hex workshop. has a free trial.  google it.

   

   ok, open the gamex86.dll with the hex editor, press ctrl-F, type each cmd u have in the aliass above, find it, and replace it with something else, for example

   

   dog cud become log

   

   thats simple enough, as long as u only have the dll to urself,. sud be fine.

   

   you also need to hex the server mohaa.exe for the command 'cmd'

   

   

   stufftext is nice, stufftext ALIAS, is a no go, horrible, people HATE finding their contorls are aliased and if someone wants to know bad cmds for mohaa, where do they look? in theire own cfg and they find them all, written down for them by a server admin.

Marlboro

ok it works now :)

   

   Ty again elgan..i was trying to disable 3rd person cheats for allong time and now it works! :D