Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. made by kosacid
  2. compiled by TheIDE
  3. took a while to iron out all the bugs but i got there in the end
  4.  
  5. what the anti cheat can do here goes
  6. Basicly when the player logs on the AC ask if the client is there if not they are kicked of the server
  7.  
  8. Next it asks .process eny key words in hook.ini it will look for them and report. Best to keep it acurate key words
  9. say some thing like utorrent.exe on the server i run ive made it kick the player when found
  10.  
  11. Next is the crcs simple realy just supply the path to the files you want to protect and there crcs just look in flhook.ini to see examples
  12. you are best to supply the ini files you want the crcs to be acurate. when the crcs dont match the player is beamed to the base you name in
  13. [General] Prison=li01_01_base basicly they cant undock till the crcs match
  14.  
  15. Next is the time test it based over 10sec uasaly when they first log in it registers 0 but after that it will hover between 9 and 10 sec
  16. enything othere than that you can class that as a speed hack i even noticed when you even hook into it it efects the time
  17. it is tested on processor ticks and freelancers internal game speed so its prity acurate
  18. there is a bit of a bug about the timer thread some times it hangs when closing freelancer not worked out why yet
  19.  
  20. Ive built in Auto Wide Screen but still your better supplying a Cameras.ini for fish eye and stuff and crcing that file
  21.  
  22. Next the attached process .freelancer that tells you what dlls are hooked into freelancer ive not done mutch work on that
  23. but i supose you can make a list up off every dll in the exe folder and compare it to the recived list
  24. if its not in that list you can send them to prison or auto ban
  25.  
  26. You can do the commands manuel
  27. in hook console just do the following
  28.  
  29. msgu .test will do the logon test on every player on the server basicly rerun all the tests again
  30. msg playername .test will do a single player
  31.  
  32. msgu .process will look for the key words in flhook.ini
  33. msg playername .process for single player
  34.  
  35. msgu .freelancer will test all the attached dlls to freelancer.exe
  36. msg playername .freelancer for single player
  37.  
  38. msgu .time will test everyones game speed rember 9 to 10 is normal
  39. msg playername .time for single player
  40.  
  41. its prity well noted in FLHookSRC what ive done to make it work so feel free to add your own ideas and maby some one will add it to
  42. the module version of hook i havent had time to have a look at that yet but i might get round to it
  43. so happy programming have fun
  44.  
  45. if you get stuck or that just mail me at mode_x3@hotmail.com
  46.  
  47. credits to
  48. M0tah for helping me out when i got stuck and puting up with me lol
  49. Crazy for giving me info on how to hook the chat interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement