Guest User

Untitled

a guest
Sep 16th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. /*
  2. Author: Chris(tian) "infiSTAR" Lorenzen
  3. #754
  4.  
  5. If you have given me no reason to not update you, you will receive updates at (your customers/paypal email address):
  6. */
  7. /* *******************Developer : infiSTAR ([email protected])******************* */
  8. /* **************infiSTAR Copyright®© 2011 - 2015 All rights reserved.************** */
  9. /* *********************************www.infiSTAR.de********************************* */
  10. _______________________________________________________________________________________
  11. Once you purchase, your paypal email will be added to my Updater.
  12. As soon as I am online, I will send you the most recent version,
  13. as that is always newer than what I have on the store (for several reasons).
  14. However updates and support are not part of the purchase!
  15.  
  16. CONTACT INFO
  17. http://board.infiSTAR.de
  18. http://support.infiSTAR.de
  19. http://dayzantihack.com/form.html ([email protected])
  20. _______________________________________________________________________________________
  21.  
  22. It is very important that you read through the "run.sqf".
  23. Most people want to run this on AltisLife and forget to change the settings for AltisLife in the "run.sqf".
  24. Also you may want to add/remove from the _devs or _testers arrays.
  25. _______________________________________________________________________________________
  26. IMPORTANT - DLLs:
  27. ===================
  28. The .dll files are not essential and not part of the purchase.
  29.  
  30. You NEEED "Visual C++ Redistributable Packages for Visual Studio 2013 - 32 Bit version"
  31.  
  32. ARMA_LOG.dll
  33. is creating (All Logs can be found in the server .rpt file as well, if you do not want to use this dll that is fine):
  34. A3_HACKLOG_DATE.txt
  35. A3_SURVEILLANCELOG_DATE.txt
  36. +[...],
  37.  
  38. ARMA_BAN.dll
  39. is writing a ban.txt file in your servers arma3 folder,
  40. Arma3 will kick players with the UIDs written in that ban.txt when they try to join and print the message "you have been banned"
  41.  
  42. ARMA_LOAD.dll
  43. Used to check for existing updates and resolving steam names of players.
  44. (more comming soon / so actually needed now for some of the functions)
  45. _______________________________________________________________________________________
  46. Installation-Guide (How to install):
  47. ===================
  48. RUS (thanks to ISP55):
  49. http://epochmod.ru/forum/index.php?/topic/251-ustanovka-a3-antihack-admintools-infistarde/
  50.  
  51.  
  52. ArmA3 Epoch:
  53. 01. Disable default AntiHack (SkaroKid copy paste *1) by going into "@EpochHive\epochAH.hpp"
  54. antihack_Enabled = false; // built-in Anti-Hack
  55. antihack_addOnCheck = false; //addon check
  56. 02. Go into "SERVER_ARMA3_FOLDER" folder and copy paste "a3_infiSTAR.pbo" on your server in the server pbo directory:
  57. "@EpochHive\Addons"
  58. so it is in the same folder as "a3_epoch_server.pbo"
  59. 05. Put the following files into your Arma3 server folder (no sub folder of the Arma3 server folder) as well.
  60. A3AH.sqf
  61. A3AT.sqf
  62. run.sqf
  63. all dlls
  64. examples:
  65. http://infiSTAR.de/readme/AH_files_location_picture.png
  66. http://infiSTAR.de/readme/AH_files_location_picture2.png
  67. 04. Open the "run.sqf" and add your AdminUID(s), then check if the different settings are fine for you :) - do not edit the other files.
  68. 05. Upload the BattleEye Filters from my folder "\SERVER_ARMA3_FOLDER\Epoch_BattleEye_Filters"
  69. into your instance folder (it should have a BEServer cfg file) - overwrite the existing filters but do not delete any file in this folder!
  70. 06. Default Open Menu Key is F1
  71.  
  72.  
  73. Altis-Life:
  74. 01. First we need to remove the spyglass start line.
  75. Open the Altis-Life MPMission folder and remove the spyglass init line from the "initPlayerLocal.sqf".
  76. 02. Make sure the folder you downloaded the pbo from "AltisLife\@life_server\Addons", only has the life_server.pbo in it.
  77. If that folder has a subfolder or the unpacked pbo in it -> DELETE that.
  78. should be looking like this:
  79. http://infiSTAR.de/readme/life_server_pbo_location.png
  80. 03. Once you are done, unpack your pbo file (google pbo manager or semilar)
  81. 04. copy paste the "a3_infiSTAR.pbo" right next to your life_server.pbo
  82. 05. Put the following files into your Arma3 server folder (no sub folder of the Arma3 server folder) as well.
  83. A3AH.sqf
  84. A3AT.sqf
  85. run.sqf
  86. all dlls
  87.  
  88. examples:
  89. http://infiSTAR.de/readme/AH_files_location_picture.png
  90. http://infiSTAR.de/readme/AH_files_location_picture2.png
  91. 06. Open the "run.sqf" and add your AdminUID(s), then check if the different settings are fine for you :) - do not edit the other files.
  92. It is the most important thing that you read carefully through the run.sqf and set all settings correctly for your server.
  93. 07. Upload the BattleEye Filters from my folder "\SERVER_ARMA3_FOLDER\AltisLife_BattleEye_Filters"
  94. into your instance folder (it should have a BEServer cfg file) - overwrite the existing filters but do not delete any file in this folder!
  95. 08. Default Open Menu Key is F1
  96.  
  97.  
  98. Wasteland and/or other mods:
  99. 01. Make sure to disabled and/or remove the antihack of this mod (wasteland has some small antihack in it which might make issues)
  100. 02. Now open the .zip file you have gotten from the store and go into the subfolder "SERVER_ARMA3_FOLDER"
  101. 03. Copy & Paste the folder "@infiSTAR_servermod" into your Arma3 server folder (no sub folder of the Arma3 server folder)
  102. 04. Modify your start .bat file or server init line so it has this "-servermod=@infiSTAR_servermod;"
  103. Example from my test-server:
  104. @start arma3server.exe -mod=@Epoch;@EpochHive; -servermod=@infiSTAR_servermod; -config=C:\Arma3\SC\config.cfg -ip=localhost -port=2302 -profiles=SC -cfg=C:\Arma3\SC\basic.cfg -name=SC -world=empty -nosplash -noSound -noPause -noCB -autoinit
  105. 05. Put the following files into your Arma3 server folder (no sub folder of the Arma3 server folder) as well.
  106. A3AH.sqf
  107. A3AT.sqf
  108. run.sqf
  109. all dlls
  110.  
  111. examples:
  112. http://infiSTAR.de/readme/AH_files_location_picture.png
  113. http://infiSTAR.de/readme/AH_files_location_picture2.png
  114. 06. Open the "run.sqf" and add your AdminUID(s), then check if the different settings are fine for you :) - do not edit the other files.
  115. It is the most important thing that you read carefully through the run.sqf and set all settings correctly for your server.
  116. 07. Default Open Menu Key is F1
  117.  
  118.  
  119.  
  120.  
  121.  
  122. MPMission - the hpp file (infiSTAR_AdminMenu):
  123. To use the infiSTAR_AdminMenu Dialog you will need to edit your current MPMission.
  124. Go into your servers MPMissions folder and unpack the mission pbo file you want to run.
  125. Now open the "description.ext" and add this (I did it at the very top):
  126. #include "infiSTAR_AdminMenu.hpp"
  127. Now you need to copy the "infiSTAR_AdminMenu.hpp" file from "MPMission Addition(s)" into the MPMission (so it is right next to your "description.ext").
  128. Repack the mission to a pbo again.
  129. You have to do this, or you will not be able to open the AdminMenu..!
  130.  
  131.  
  132.  
  133.  
  134.  
  135. Good to know:
  136. 1. You can spectate by double clicking the name of a player in the admin menu.
  137. 2. Keybinds:
  138. F1 - Default AdminMenu Key
  139. F6 - Heal Yourself
  140. F7 - Heal & Repair withing 15m
  141. F10 - Stop Spectating
  142. F11 - Add Ammo for current weapon
  143. 5 - Teleport in looking direction
  144. 6 - Eject CursorTarget
  145. 7 - Lock & Unlock closest vehicle you are aiming at.
  146. 8 - Upgrade building (Epoch).
  147. SHIFT & F2 - Adminconsole
  148. SHIFT & 4 - Fly Up
  149. SHIFT & TAB - Open Map
  150. SHIFT & I - Show Info about CursorTarget
  151. DELETE - Delete CursorTarget
  152. DIK_PGUP (PageUP) - Flip CursorTarget Vehicle
  153. 3. If the map is opened and you hold LEFT-ALT key, you can click on the map and teleport there!
  154. 4. If you are added in the run.sqf as an admin, you are able to change from admin to a normal player and back by typing !admin in the chat.
  155.  
  156. Have a great day and an awesome expierience,
  157. chris aka infiSTAR
  158. _______________________________________________
  159. infiSTAR.de is used and supported by the biggest and best Communities like:
  160. http://mgtrolls.eu
  161. http://customcombatgaming.com
  162. http://TrainwreckDayZ.com
  163.  
  164. I am doing this as a passionate 1-man Project.
  165. The tool is actively developed and updated, trying to get the best
  166. results vs Scripters, Hackers while implementing helpful features to administrate your server(s).
  167.  
  168. I ty to help anyone who needs help but it is very easy structured and self-explaining.
  169. The tool comes with a readme including install instructions and there is even pictures.
  170.  
  171. If you have seen my tool on another server and you are not convinced about purchasing it yourself or what it does, how it works or just unsure if you want to purchase it for your server/community.
  172. I can offer you to add your UID to a Test-server so you can at least get a feel of a few benefits you get.
  173.  
  174. Due to the nature of this software, it needs to be updated quite often, because of new mods, mod updates or new hacks.
  175. I provide Updates and support for my customers for more than 2 years now.
  176. I am happy to go on providing Updates as long as it is possible for me.
  177.  
  178. Thanks for your attention.
  179.  
  180. P.S.
  181. Thanks to those, who help(ed) me testing new features, bugs or sending in Hacks to check against them :)
  182. __________________________________________________
  183. problems?
  184. just contact me:
  185. http://infiSTAR.de/form.html
  186.  
  187. infiSTAR.de & DayzAntiHack.com & Arma-AntiHack.com
  188. altislifeantihack.com & arma3antihack.com & arma3-antihack.net
  189. __________________________________________________
  190. You(I) hereby agree to the following
  191.  
  192. TERMS AND CONDITIONS
  193. The script (which is a plain written text) stays property of infiSTAR.
  194. As author he is the only one allowed to modify, share (sell, post, [..]) it.
  195. You are not allowed to copy/modify any kind of intellectual property of infiSTAR (this),
  196. unless you are permitted by infiSTAR.
  197. This is a one time payment for the product in its present state.
  198. Commercial use is prohibited unless it is permitted by infiSTAR.
  199.  
  200. REFUND POLICY
  201. You agree that infiSTAR offers no refunds and all payments are final.
  202. Furthermore, you shall not institute any form or charge-back for any fees paid to infiSTAR.
  203. You acknowledge that you have read and agree to the above Policy.
  204.  
  205.  
  206. Urheber- und Leistungsschutzrechte
  207. Die infiSTAR Dateien und ihr Inhalt unterliegen dem deutschen Urheber- und Leistungsschutzrecht.
  208. Die unerlaubte Vervielfältigung oder Weitergabe einzelner Inhalte oder kompletter Dateien ist nicht gestattet und strafbar.
  209. Dies ist eine einmalige Zahlung für das Produkt im Gegenwärtigen Zustand zum Zeitpunkt des Verkaufs.
  210. Es ist ausschließlich der private und nicht kommerziellen Gebrauch erlaubt.
  211. § 11 UrhG
  212. Das Urheberrecht schützt den Urheber in seinen geistigen und persönlichen Beziehungen zum Werk und in der Nutzung des Werkes.
  213. Es dient zugleich der Sicherung einer angemessenen Vergütung für die Nutzung des Werkes.
  214. § 97 UrhG
  215. Anspruch auf Unterlassung und Schadensersatz
  216. § 98 UrhG
  217. Anspruch auf Vernichtung, Rückruf und Überlassung
  218. § 106 UrhG
  219. Unerlaubte Verwertung urheberrechtlich geschützter Werke
  220. (1) Wer in anderen als den gesetzlich zugelassenen Fällen ohne Einwilligung des Berechtigten ein Werk oder eine Bearbeitung oder Umgestaltung eines Werkes vervielfältigt, verbreitet oder öffentlich wiedergibt, wird mit Freiheitsstrafe bis zu drei Jahren oder mit Geldstrafe bestraft.
  221. (2) Der Versuch ist strafbar.
  222. /* *******************Developer : infiSTAR ([email protected])******************* */
  223. /* **************infiSTAR Copyright®© 2011 - 2015 All rights reserved.************** */
  224. /* *********************************www.infiSTAR.de********************************* */
Advertisement
Add Comment
Please, Sign In to add comment