-PhoenixX- Posted January 22, 2015 Share Posted January 22, 2015 Is it possible for players to access commands like setElementData , and that way set their HP ? Because I've seen players hacking MTA ... Hackers are rare , I don't ussually meet them, but how do they do it . I really frkin' hate them. They are pretty annoying on DayZ servers.. Can they hack MTA and access this command ? setElementData(getPlayerFromName("PlayerName"),"blood",9999999) So they type their name in there , use the command to change their blood to example: 9999999 ? Or do they just do it with a program or what ? I know that MTA holds an anti-hack , anti-trainer and all that stuff... But those guys are freaking insane. I've also seen doing things like unbanning themselves... This is impossible to me... Also is there a way to stop them ... ? Link to comment
#RooTs Posted January 22, 2015 Share Posted January 22, 2015 if you ban by IP, they can come back, now banned by serial is difivil they return Link to comment
Gallardo9944 Posted January 22, 2015 Share Posted January 22, 2015 Pretty much any element data can be hacked. Never trust it. Link to comment
-PhoenixX- Posted January 23, 2015 Author Share Posted January 23, 2015 Yeah , of course they will come back if you ban IP. IP is the easiest thing to solve. If I ban serial , TamTam can still come back . They format their computer and install MTA again with new serial, also using some kind of a program. @Gallardo9944 How do they hack element data ? Program name ? I've never seen the program. Who knows what they do to hack this thing... Thanks for replying. Link to comment
LaCosTa Posted January 23, 2015 Share Posted January 23, 2015 Are you here asking us for the hack program or finding a solution to your problem ??? i've doubts Link to comment
-PhoenixX- Posted January 23, 2015 Author Share Posted January 23, 2015 I am trying to find the program , and that way somehow make another program/resource that will block off hackers. The only problem here is that they block the in-built Anti-Cheat/Anti-Trainer resource.I need that program, so you can set your server to kick the player who has that program using some scripting knowledge. *Hackers need to END* Link to comment
Gallardo9944 Posted January 23, 2015 Share Posted January 23, 2015 You can use element data events and undo all unauthorized changes. Link to comment
WASSIm. Posted January 23, 2015 Share Posted January 23, 2015 i think hackers can change only elements data client side only Link to comment
Moderators Citizen Posted January 24, 2015 Moderators Share Posted January 24, 2015 i think hackers can change only elements data client side only Element datas are synced between the two sides by default. Link to comment
Tekken Posted January 24, 2015 Share Posted January 24, 2015 use this for antibloodhack: function hackerS(thePlayer) local Blood = getElementData(thePlayer, "blood") or 0 if tonumber(Blood) >= 12001 then kickPlayer( thePlayer, "Hack: Blood Hack" ) end end setTimer(hackerS, 40000, 0) Link to comment
arezu Posted January 24, 2015 Share Posted January 24, 2015 If you want to prevent element data "blood" to be changed from client-side (by players), then check if "client" global variable is set in onElementDataChange when it's triggered when "blood" is changed, that means it was changed from client-side. Read this: https://wiki.multitheftauto.com/wiki/Script_security Link to comment
darhal Posted January 24, 2015 Share Posted January 24, 2015 He search how to hack to use it not to script a resource that block cheats ? His account is new he create it for that That what i understand Link to comment
-PhoenixX- Posted January 25, 2015 Author Share Posted January 25, 2015 @darhal , I don't know what you're talking about , My friends and I are running a DayZ server ... We have personally seen hackers there. Also what use would I have of hacking things ? *facepalm* ... Here is the IP: 195.154.97.9:22003 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now