Jump to content

neves768

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by neves768

  1. I do not report your resource, but I did not know that your resource was 1 year old. Your resource anti-cheat is decompiled? Because for me, it is not advisable to publish my anti-cheat compiled. (Trust and more) That may be why your anti-cheat has been deleted. I'm sorry for my reaction MTAZ in private message, but I think it's understandable. My anti hack was removed by incorrect action of administrator. Accused resource is Nevesy Admin Advanced Panel, but i already removed the bad function of code.
  2. My AC never had backdoors. But my newer resource have in the version 1.0.0(already removed in 1.0.2).
  3. This resource don't have this. Other resource was set by "unsafe function", but i already removed this function. Admin removed wrong system(Anti Cheat, not the Panel). I REMOVED THE BAD FUNCTION OF ANOTHER RESOURCE! and this resource is safe.
  4. -------------------------A Function of code was removed. Before posted and developed (in Brazilian MTA:DayZ Forum named MTA[Z]) by Me. Need ACL for BAN and Kick! Informations: This is the best admin panel for MTA:DayZ OR the First panel, rsrs. In this panel you can: Give items, spawn vehicles without dayz vehicle pre-definition, kick, ban, fly with car and more! You need ADMIN to get right to open panel. This panel not is against MTA Admin Panel, you still can use for others functions. One video in Portuguese: Installing: NEED MTA:DayZ Bought or Decompiled: http://epicz.uphero.com/howto.swf.html http://epicz.uphero.com/howto.swf Search for: setVehiclesFuelPerMinute, onPlayerEnterDayzVehicle And made the change with: if not getElementData(veh,"newveh") == true then end Download: https://community.multitheftauto.com/index.php?p= ... ls&id=9480 /pegar TO GET ADMIN Printscreens? http://imgur.com/RIv66GN,VnNsn86,ACmFoT ... ,gW4jwjD#6
  5. Why my another topic was removed? Accusation of backdoor? Decompile it like other :@ Hi, after Remi posted AntiCheat and said: "Your anti cheat is copy of mine" in Private Message of MTA[Z], i posted new version in community and the links for older versions. MY ANTI HACK(ANTI CHEAT) HAVE MORE THAN 1 YEAR OLDER! Download Link of newer version: https://community.multitheftauto.com/index.php?p= ... ls&id=9496 (why was removed?) Mediafire: Version with death check: https://www.mediafire.com/?gqa1wzazvavihko Version without death check and with client connection check > Help to prevent items bug <: https://www.mediafire.com/?1pwl442xnxxr8np (Recommended) Protect against: GODMODE %, GODMODE BLOOD, GODMODE DAMAGE, TELEPORT(TEMP DISABLED), ANTI STATUS HACK AND ANTI FLY. Coming Soon in Ruby Version(FREE VERSION): Anti Wall Hack.
  6. Removed. Why have compiler, if anybody can decompile? ^^
  7. Before posted and developed (in Brazilian MTA:DayZ Forum named MTA[Z]) by Me. Need ACL for BAN and Kick! Informations: This is the best admin panel for MTA:DayZ OR the First panel, rsrs. In this panel you can: Give items, spawn vehicles without dayz vehicle pre-definition, kick, ban, fly with car and more! You need ADMIN to get right to open panel. This panel not is against MTA Admin Panel, you still can use for others functions. One video in Portuguese: Installing: NEED MTA:DayZ Bought or Decompiled: http://epicz.uphero.com/howto.swf.html http://epicz.uphero.com/howto.swf Search for: setVehiclesFuelPerMinute, onPlayerEnterDayzVehicle And made the change with: if not getElementData(veh,"newveh") == true then end Download: https://community.multitheftauto.com/index.php?p=resources&s=details&id=9496 /pegar TO GET ADMIN Printscreens?
  8. Hi, after Remi posted AntiCheat and said: "Your anti cheat is copy of mine" in Private Message of MTA[Z], i posted new version in community and the links for older versions. MY ANTI HACK(ANTI CHEAT) HAVE MORE THAN 1 YEAR OLDER! Download Link of newer version: https://community.multitheftauto.com/index.php?p= ... ls&id=9496 Protect against: GODMODE %, GODMODE BLOOD, GODMODE DAMAGE, TELEPORT(TEMP DISABLED), ANTI STATUS HACK AND ANTI FLY. Coming Soon in Ruby Version(FREE VERSION): Anti Wall Hack.
  9. Why you has said: "Your AC is copy of mine"? My AC have more than 1 year old and have more functions against hackers! Access and see description: https://community.multitheftauto.com/index.php?p= ... ls&id=9496 Ruby 1.7 Version had posted in 2014-06-20 18:51:54 in community, but you can see others links.
  10. It's possible. Not with MTA Functions, but with LUA functions.
  11. Not working All san andreas show, but object not(ps: it's objecet visibility without aim[sniper]) function xxz() local x,y,z = 5510.216796875,1459.1868896484,9.7500190734863 Naomexa = createObject(3900, x,y,z,0,0,0) agua = createObject(3900, x,y,z,0,0,0,true) setLowLODElement(Naomexa, agua) engineSetModelLODDistance(3900, 1000) setFarClipDistance(5000) setFogDistance(5000) end addEventHandler ( "onClientResourceStart", getRootElement(), xxz)
  12. Not working All san andreas show, but object not(ps: it's objecet visibility without aim[sniper])
  13. i have this: function xxz() local x,y,z = 5510.216796875,1459.1868896484,9.7500190734863 agua = createObject(3900, x,y,z,0,0,0,false) engineSetModelLODDistance(3900, 1000) -- I know the MAX! engineSetAsynchronousLoading(true,true) setFarClipDistance(5000) -- I Know the MAX! setFogDistance(5000) -- I Know the MAX! end addEventHandler ( "onClientResourceStart", getRootElement(), xxz) I Can see all San Andreas, but modified objects (.map or createObject) not show by high distance. Any solution?
  14. Marker bug resolved by me, not is simple bug.
  15. Marker 1 get passengers( to bus ) and Marker 2 too. Marker 1 = Stop 1, Marker 2 = Stop 2. Marker 2 only show after Marker 1 as hit. Passengers = setElementData(source,"passageiros",math.random(0,48)). PS: Markers are in Client-side
  16. My friend tested and... Hitting marker 1(okay now and okay before) it's okay(hide and save Elements), but after hitting other marker don't have actions.
  17. Thanks ^^ And... how to resolve markers bug?
  18. Like this? function aosair(thePlayer, thePreviousAccount, theCurrentAccount, autoLogin) if not (isGuestAccount (getPlayerAccount (source))) then account = getPlayerAccount (source) if (account) then local empp = getElementData(thePlayer,"empresa") setAccountData(theCurrentAccount,empp) end end end addEventHandler ("onPlayerQuit", getRootElement(), aosair) function aoentrar(thePlayer, thePreviousAccount, theCurrentAccount, autoLogin) if not (isGuestAccount (getPlayerAccount (source))) then if getAccountData (theCurrentAccount, "empresa") then local emp = getAccountData (theCurrentAccount, "empresa") setElementData(thePlayer,emp) setElementData(source,"nasceu",1) end end end addEventHandler ("onPlayerLogin", getRootElement(), aoentrar) Errors: [2013-12-19 16:47:25] WARNING: bussimu\server.lua:97: Bad argument @ 'getElementData' [Expected element at argument 1, got string 'Quit'] [2013-12-19 16:47:25] WARNING: bussimu\server.lua:98: Bad argument @ 'setAccountData' [Expected account at argument 1, got boolean]
  19. it's 2 bug, Please don't see client if you want to resolve markers... It's different systems... The GUI Window need only save system(Markers are Client-side[see "OnClientMarkerHit"])
  20. BUG 1: I Have this code(checkpoint system): -- Viação 1001 [RJ] rj1001 = createMarker(2939.0646972656,-588.25177001953,11.604391098022, 'cylinder', 2.0, 255, 0, 0, 150) function rj(hitPlayer, matchingDimension) if getElementData(hitPlayer,"empresa") == 1 then local playerelem = getPlayerName(hitPlayer) local veih = getPedOccupiedVehicle(hitPlayer) local pass = getElementData(hitPlayer,"passageiros") if pass > 10 and pass < 20 then setPlayerMoney(hitPlayer,500) elseif pass > 20 and pass < 35 then setPlayerMoney(hitPlayer,649) elseif pass > 35 and pass < 49 then setPlayerMoney(hitPlayer,809) end outputChatBox(playerelem..", Aguarde, passageiros subindo/descendo.", 255, 255, 0,true) setElementFrozen(veih, true) setTimer(function() destroyElement(rj1001) flo1001 = createMarker(2930.7834472656,-589.88006591797,11.629212379456, 'cylinder', 2.0, 255, 0, 0, 150) outputChatBox("CHEFE: Você tem que ir para Florianopolis", 255, 255, 0,true) setElementData(hitPlayer,"passageiros",math.random(5,48)) setElementFrozen(veih, false) end, 60000, 1) else outputChatBox("CHEFE: Estou zangado com você! Está tentando pegar a rota da outra empresa? Porque não se demite?", 255, 255, 0,true) end end addEventHandler("onClientMarkerHit", rj1001, rj) flo1001 = createMarker(2930.7834472656,-589.88006591797,11.629212379456, 'cylinder', 2.0, 255, 0, 0, 150) function flo(hitPlayer, matchingDimension) if getElementData(hitPlayer,"empresa") == 1 then local playerelem = getPlayerName(hitPlayer) local veih = getPedOccupiedVehicle(hitPlayer) local pass = getElementData(hitPlayer,"passageiros") if pass > 10 and pass < 20 then setPlayerMoney(hitPlayer,500) elseif pass > 20 and pass < 35 then setPlayerMoney(hitPlayer,649) elseif pass > 35 and pass < 49 then setPlayerMoney(hitPlayer,809) end outputChatBox(playerelem..", Aguarde, passageiros subindo/descendo.", 255, 255, 0,true) setElementFrozen(veih, true) setTimer(function() destroyElement(flo1001) outputChatBox("CHEFE: Você tem que ir para Florianopolis", 255, 255, 0,true) setElementData(hitPlayer,"passageiros",math.random(5,48)) setElementFrozen(veih, false) end, 60000, 1) else outputChatBox("CHEFE: Estou zangado com você! Está tentando pegar a rota da outra empresa? Porque não se demite?", 255, 255, 0,true) end end addEventHandler("onClientMarkerHit", flo1001, flo) setTimer(destroyElement,1000,1,flo1001) After player hit marker 1, marker 2 show, but if player hit marker 2 result: no actions Don't have console erros. This script create marker 1 and 2, delete marker 2 and if player hit marker 1 shows marker 2 again(If have "markerVisible" or somenthing please send. Another Bug: I Have this code(Client-side) and if player choose button, calls another function saving "setElementData(getLocalPlayer(),"empresas",1)" (1 = number of business, don't have bug) If player reconnect, don't save "empresas" Element. function empresas() local empresas = getElementData(player,"empresa") if not empresas then GUIEditor.window[1] = guiCreateWindow(0.27, 0.36, 0.48, 0.20, "Escolha a Empresa", true) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(11, 35, 148, 46, "Viação 1001\n3 Ônibus", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFFFFFF") GUIEditor.button[2] = guiCreateButton(169, 91, 148, 46, "Guanabara\n3 Ônibus", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFE3CB00") GUIEditor.button[3] = guiCreateButton(11, 91, 148, 46, "Viação Catarinense\n3 Ônibus", false, GUIEditor.window[1]) GUIEditor.button[4] = guiCreateButton(327, 35, 148, 46, "Expresso Brasileiro\n3 Ônibus", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF1FC100") GUIEditor.button[5] = guiCreateButton(169, 35, 148, 46, "Viação Cometa\n3 Ônibus", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF0024C1") GUIEditor.button[6] = guiCreateButton(327, 91, 148, 46, "VIP\nÔnibus 8x2", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF00F5FF") addEventHandler("onClientGUIClick", GUIEditor.button[1], empresa1, false) addEventHandler("onClientGUIClick", GUIEditor.button[2], empresa2, false) addEventHandler("onClientGUIClick", GUIEditor.button[3], empresa3, false) addEventHandler("onClientGUIClick", GUIEditor.button[4], empresa4, false) addEventHandler("onClientGUIClick", GUIEditor.button[5], empresa5, false) addEventHandler("onClientGUIClick", GUIEditor.button[6], empresavip, false) showCursor(true) else spawn() showCursor(false) end end addEvent("onPlayerSpawn_",true) addEventHandler("onPlayerSpawn_", getRootElement(), empresas)
  21. Sorry Double Post(It's up): The problem is solved(or not), i see the error: i'm calling player element(getElementData[works fine])... and without this work. But... Why show the login window ? don't have admin functions.
  22. The HTML Script don't require admin rights, but the login window require.
  23. If i remove all code and put text "Hello" or something, open login window again. The meta have only 1 line, this line is refering html page.
×
×
  • Create New...