Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1.  
  2. Simplac = Simplac or {}
  3. Simplac.settings = {}
  4. Simplac.settings.bantime = 0 -- Permanent (time is in seconds, 0= permanent)
  5. Simplac.settings.banreason = "You have been Banned from BlueRP for Cheating. Appeal on the forums @ blueservers.co/forum"
  6. Simplac.settings.telleveryoneaboutcheaters = 1 -- tell everyone who cheated 0/false = tell no one, 2 = everyone, 1 = admins only
  7.  
  8. Simplac.settings.testmode = true -- test mode (disable bans)
  9. Simplac.settings.testmode2 = false -- full test mode (no kicks)
  10.  
  11.  
  12. Simplac.settings.readdetectiondisclaimer = true -- Did you read the detection disclaimer?
  13.  
  14. --if you want to disable something because one of your addons causes issues
  15.  
  16. -- SET THIS TO FALSE FOR NON ROUND BASED GM AKA STUFF LIKE DARKRP, SANDBOX
  17. -- KEEP TO TRUE FOR GAMEMODES WITH ROUNDS LIKE TTT
  18.  
  19. Simplac.BotSuicide = false -- The bot suicides if he doesn't feel like living (aka needs to die) (round based gms only aka e.g. TTT, prop hunt)
  20.  
  21. -- If you want the bot gone set the detection Simplac.settings.Aimbot_MCheck to false
  22. Simplac.settings.Aimbot_MCheck = true -- AM = "DAMN THIS BOT IS SO ANNOYING LOL" - Aimbot check/breaker (uses bots, takes 1 slot of yo serv)
  23.  
  24. --MC is pretty cool but apperently currently doesn't work for every addon/gamemode setup
  25. Simplac.settings.MouseCheck2 = false -- MC = Mouse Check ( against aimbots etc. )
  26.  
  27. Simplac.settings.SeedCheck = true -- SC = Seed check ( against nospreads )
  28. Simplac.settings.AutofireCheck1 = true -- AF = Autofire toggle check
  29. Simplac.settings.AutofireCheck2 = true -- AF2 = Autofire toggle check 2
  30. Simplac.settings.BhopCheck = true --BH = Bunnyhop check
  31. Simplac.settings.Aimbot_NCheck = true -- AN = Aimbot check (also against aimbots etc. )
  32. Simplac.settings.MoveCheck = true -- MV check (against C++ cheats etc.)
  33.  
  34.  
  35. --these are disabled by default
  36. Simplac.settings.FlashlightCheck = false -- FL = Anti flashlight spam ( Sebastian wanted this lol )
  37. Simplac.settings.MouseCheck1 = false -- MC = Mouse Check ( against aimbots etc. )
  38. Simplac.settings.Aimbot_SCheck = true -- AS = Statistical aimbot check (also against aimbots etc.)
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -- DONT TOUCH THESE
  46. -- IF YOU EDIT THOSE AND HAVE PROBS; ITS YOUR OWN FAULT
  47. -- ONLY TOUCH IF YOU KNOW WHAT YOU'RE DOING
  48.  
  49. Simplac.settings.aimbot_mcheck_team = nil -- nil=default team
  50. Simplac.settings.aimbot_mcheck_wep = nil -- nil=default weapon
  51.  
  52. Simplac.settings.aimbot = {}
  53.  
  54. --statistical aimbot meme
  55. Simplac.settings.aimbot.maxdhits = 4 -- you can max hit these many targets in
  56. Simplac.settings.aimbot.dhitsint = 1 -- these many seconds
  57.  
  58. --norm aimbot meme
  59. Simplac.settings.aimbot.minsnapviolations = 2 -- more than 1 snaps within 60s = ban
  60. Simplac.settings.aimbot.storecmds = nil -- if you set this, then only the last set usercommands will be checked
  61. Simplac.settings.aimbot.SnapFov = 35 -- more than 35 degrees = snap
  62. Simplac.settings.aimbot.SnapWait = 0.5 -- if he killed the player faster than that and snapped, hes cheating
  63. Simplac.settings.aimbot.mindist = 250 -- minimum distance
  64. Simplac.settings.aimbot.mercy = true -- kanye wests best song
  65. Simplac.settings.aimbot.mercycooldown = 5 -- be merciful these many times a minute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement