Arma 3 How to Draw on Map TUTORIAL
We strive to provide all our services for free and not interrupt your visit with intrusive advertisements or restrictions - support u.s. past disabling your ad blocker or whitelisting our site.
|
|
Thread Tools |
Arma 3 Map Marker Exploit (finddisplay 46) closeDisplay 0; |
tertiary January 2019, 03:32 PM | #1 | |||||||||||
Super l337 Join Appointment: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: vi,912, Level: 9 Level up: 38%, 688 Points needed Activity: 2.five% | Arma 3 Map Marker Exploit (finddisplay 46) closeDisplay 0; http://prntscr.com/mt3ohx patched How to use : https://youtu.be/OdqVhoXzbDs Utilise At Your ain run a risk !!! FindDisplay: For noobs Code: (finddisplay 46) closeDisplay 0; Some map marking scripts Lawmaking: if(isNil "life_markers") then { life_markers = false; }; life_markers = !life_markers; if (life_markers) then { hint "Marker Acildi"; life_markers_active = findDisplay 12 displayCtrl 51 ctrlAddEventHandler ["Draw", " private _vehicles = []; private _crewNames = []; private _entitiesInVehicle = []; private _allUnits = []; private _allDeads = []; private ['_text','_vehicleTexture','_sideColor']; {_entitiesInVehicle pushBackUnique _x;} forEach (allUnits select {!(isNull objectParent _x) && !(isNull _x)}); {_vehicles pushBackUnique _x;} forEach (vehicles select {((_x isKindOf ""LandVehicle"")||(_x isKindOf ""Air"")||(_x isKindOf ""Ship"")) && !(isNull _x)}); {_allUnits pushBackUnique _x;} forEach (allUnits select {!isNull _x}); {_allDeads pushBackUnique _x;} forEach (allDeadMen select {!(isNull _x) && !(_x in _allUnits)}); { if !(isNull _x) then { _vehicleTexture = [getText (configfile >> ""CfgVehicles"" >> typeOf _x >> ""icon"")] call BIS_fnc_textureVehicleIcon; _sideColor = [side grouping _x] call BIS_fnc_sideColor; if (_x in _vehicles) then { if (crew _x isEqualTo []) so { _text = getText (configfile >> 'CfgVehicles' >> typeOf _x >> 'displayName') } else { _crewNames = []; {_crewNames pushBackUnique (_x getVariable['realname',proper noun _x]);} forEach (coiffure _x select {live _x}); _text = format ['%1',_crewNames joinString ' , ']; }; } else { if (_x in _allDeads) then { _text = _x getVariable['realname','']; _sideColor = [East] call BIS_fnc_sideColor; _vehicleTexture = ""pictureHeal""; } else { _text = _x getVariable['realname',proper name _x]; }; }; _this select 0 drawIcon [_vehicleTexture, _sideColor, getPosASLVisual _x, 24.0, 24.0, getDirVisual _x, _text, 0, 0.04, 'TahomaB', 'correct']; }; } forEach (_allUnits + _allDeads + _vehicles - _entitiesInVehicle); "]; } else { hint "Marker Kapatildi"; findDisplay 12 displayCtrl 51 ctrlRemoveEventHandler ["Draw", life_markers_active]; }; Code: disableserialization; _display = (findDisplay 12); _map = _display displayCtrl 51; _event = _map ctrlAddEventHandler["Draw",{ _units = allPlayers; if(!ismultiplayer) and then {_units = allunits; }; { if(vehicle _x == _x && alive _x) then { _this select 0 drawIcon [ getText(configFile >> "cfgVehicles" >> typeof(vehicle _x) >> "Ic" + "on"), [0,0.half-dozen,1,ane], getPos _x, 24, 24, getDir _x, proper name _x, i.75, 0.075, "PuristaSemiBold", "right" ]; }; } forEach _units; { if(count(crew _x) > 0) then { _text = ""; { if(isPlayer _x) then { if(live _x) then { _text = _text + (proper name _x) + " "; }; }; } forEach (coiffure _x); _this select 0 drawIcon [ getText(configFile >> "cfgVehicles" >> typeof(vehicle _x) >> "Ic" + "on"), [ane,0,0,1], getPos _x, 24, 24, getDir _x, name _x, 1.75, 0.035, "PuristaSemiBold", "right" ]; }; } forEach vehicles; }]; __________________ Discord: Expiry's Trip the light fantastic toe#0001 Last edited by Deaths Dance; 13th July 2021 at 11:57 AM. | |||||||||||
|
4th January 2019, 01:07 PM | #2 | |||||||||||
UC Supporter Join Date: Aug 2018 Location: arma3_x64.exe Posts: 302 Reputation: 3512 Points: seven,514, Level: ix Level up: 93%, 86 Points needed Activity: 7.0% | Thanks for sharing | |||||||||||
|
4th January 2019, 04:56 PM | #3 | |||||||||||
Super l337 Bring together Appointment: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: 6,912, Level: 9 Level up: 38%, 688 Points needed Activity: two.5% | Quote: Originally Posted by G0ldenEy3 Thanks for sharing no problem bro yous are welcome __________________ Discord: Death'due south Trip the light fantastic toe#0001 | |||||||||||
|
quaternary January 2019, 05:52 PM | #iv | |||||||||||
n00bie Join Date: Sep 2018 Posts: nine Reputation: 10 Points: 596, Level: 1 Level up: 40%, 304 Points needed Activity: 1.vii% | Damn bro beloved it, thanks for sharing! | |||||||||||
|
4th January 2019, 05:54 PM | #5 | |||||||||||
Super l337 Join Date: Aug 2018 Location: [e-mail protected]:~$ Posts: 217 Reputation: 1514 Points: 6,912, Level: 9 Level up: 38%, 688 Points needed Activity: 2.5% | Quote: Originally Posted by aSDadsDaWa Damn bro dearest information technology, thanks for sharing! accept fun __________________ Discord: Decease's Dance#0001 | |||||||||||
|
quaternary January 2019, 06:10 PM | #6 | |||||||||||
n00bie Bring together Date: Jan 2019 Posts: 1 Reputation: x Points: 1, Level: 1 Level upward: 0%, one Points needed Activity: 0% | Tutorial looks awesome, thanks for such a decent caption. A question though, since my noesis of battleye et al is really limited; This can't get you globally banned right? (Banned By battleeye), since you're not really modifying any game files? Am i understanding this correctly? Likewise accept you tested this on servers with infiStar ( Altis life?) | |||||||||||
|
4th Jan 2019, 06:26 PM | #7 | |||||||||||
Super l337 Bring together Date: Aug 2018 Location: [electronic mail protected]:~$ Posts: 217 Reputation: 1514 Points: six,912, Level: nine Level upwards: 38%, 688 Points needed Activity: 2.5% | Quote: Originally Posted by zwarterdanzwart Tutorial looks crawly, thanks for such a decent caption. A question though, since my noesis of battleye et al is actually limited; This tin can't get you globally banned right? (Banned By battleeye), since you're not actually modifying any game files? Am i understanding this correctly? Also have you tested this on servers with infiStar ( Altis life?) i judge %0 risk of battleye global ban im not sure about some altis lifes anticheats it can be detectedable by custom anticheats but its %100 safe to utilize on exile and male monarch of the hill servers correct know __________________ Discord: Decease's Trip the light fantastic#0001 | |||||||||||
|
fifth January 2019, eleven:04 PM | #8 | |||||||||||
Hacker Supreme Join Date: Sep 2018 Location: REALNAZIAUSTRIA Posts: 231 Reputation: 591 Points: 4,088, Level: 6 Level up: 55%, 412 Points needed Activity: 7.0% | Quote: Originally Posted past Deaths Dance How to apply : https://youtu.be/OdqVhoXzbDs FindDisplay: For noobs Code: (finddisplay 46) closeDisplay 0; Some map marker scripts Lawmaking: if(isNil "life_markers") and then { life_markers = false; }; life_markers = !life_markers; if (life_markers) then { hint "Marker Acildi"; life_markers_active = findDisplay 12 displayCtrl 51 ctrlAddEventHandler ["Draw", " private _vehicles = []; private _crewNames = []; private _entitiesInVehicle = []; private _allUnits = []; private _allDeads = []; individual ['_text','_vehicleTexture','_sideColor']; {_entitiesInVehicle pushBackUnique _x;} forEach (allUnits select {!(isNull objectParent _x) && !(isNull _x)}); {_vehicles pushBackUnique _x;} forEach (vehicles select {((_x isKindOf ""LandVehicle"")||(_x isKindOf ""Air"")||(_x isKindOf ""Ship"")) && !(isNull _x)}); {_allUnits pushBackUnique _x;} forEach (allUnits select {!isNull _x}); {_allDeads pushBackUnique _x;} forEach (allDeadMen select {!(isNull _x) && !(_x in _allUnits)}); { if !(isNull _x) then { _vehicleTexture = [getText (configfile >> ""CfgVehicles"" >> typeOf _x >> ""icon"")] call BIS_fnc_textureVehicleIcon; _sideColor = [side group _x] phone call BIS_fnc_sideColor; if (_x in _vehicles) then { if (crew _x isEqualTo []) so { _text = getText (configfile >> 'CfgVehicles' >> typeOf _x >> 'displayName') } else { _crewNames = []; {_crewNames pushBackUnique (_x getVariable['realname',name _x]);} forEach (coiffure _x select {alive _x}); _text = format ['%1',_crewNames joinString ' , ']; }; } else { if (_x in _allDeads) then { _text = _x getVariable['realname','']; _sideColor = [E] call BIS_fnc_sideColor; _vehicleTexture = ""pictureHeal""; } else { _text = _x getVariable['realname',proper noun _x]; }; }; _this select 0 drawIcon [_vehicleTexture, _sideColor, getPosASLVisual _x, 24.0, 24.0, getDirVisual _x, _text, 0, 0.04, 'TahomaB', 'correct']; }; } forEach (_allUnits + _allDeads + _vehicles - _entitiesInVehicle); "]; } else { hint "Marking Kapatildi"; findDisplay 12 displayCtrl 51 ctrlRemoveEventHandler ["Draw", life_markers_active]; }; Code: disableserialization; _display = (findDisplay 12); _map = _display displayCtrl 51; _event = _map ctrlAddEventHandler["Depict",{ _units = allPlayers; if(!ismultiplayer) and so {_units = allunits; }; { if(vehicle _x == _x && alive _x) so { _this select 0 drawIcon [ getText(configFile >> "cfgVehicles" >> typeof(vehicle _x) >> "Ic" + "on"), [0,0.half dozen,1,1], getPos _x, 24, 24, getDir _x, name _x, 1.75, 0.075, "PuristaSemiBold", "correct" ]; }; } forEach _units; { if(count(crew _x) > 0) then { _text = ""; { if(isPlayer _x) and then { if(alive _x) then { _text = _text + (proper name _x) + " "; }; }; } forEach (coiffure _x); _this select 0 drawIcon [ getText(configFile >> "cfgVehicles" >> typeof(vehicle _x) >> "Ic" + "on"), [ane,0,0,1], getPos _x, 24, 24, getDir _x, name _x, 1.75, 0.035, "PuristaSemiBold", "right" ]; }; } forEach vehicles; }]; Accept fun until it will be fixed past bohemia or infiSHÄ°T Nice Release and thanks for sharing yet some people will use this to scam people :P | |||||||||||
|
5th January 2019, 11:08 PM | #ix | |||||||||||
Super l337 Bring together Engagement: Aug 2018 Location: [electronic mail protected]:~$ Posts: 217 Reputation: 1514 Points: vi,912, Level: nine Level upward: 38%, 688 Points needed Activity: two.v% | Quote: Originally Posted by M3th3mby Nice Release and thanks for sharing still some people will use this to scam people :P thanks ye i know braindead people are trying to sell this simply who cares __________________ Discord: Expiry's Dance#0001 | |||||||||||
|
5th Jan 2019, xi:44 PM | #ten | |||||||||||
1337 H4x0!2 Join Date: April 2016 Location: [RCX] Posts: 124 Reputation: 683 Points: four,635, Level: seven Level upwardly: 15%, 765 Points needed Activity: iv.4% | Quote: Originally Posted past Deaths Trip the light fantastic toe thanks ye i know braindead people are trying to sell this but who cares this volition probably be the best release of the yr in this department xD, thanks for sharing! | |||||||||||
|
fifth January 2019, xi:47 PM | #eleven | |||||||||||
Super l337 Join Engagement: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: 6,912, Level: 9 Level upwards: 38%, 688 Points needed Activity: 2.five% | Quote: Originally Posted by helloand this will probably be the all-time release of the year in this section xD, thanks for sharing! thanks bro x) __________________ Discord: Death's Trip the light fantastic toe#0001 | |||||||||||
|
6th January 2019, 12:03 PM | #12 | |||||||||||
Member Join Date: Mar 2015 Posts: 65 Reputation: 36 Points: v,471, Level: eight Level upwards: 7%, one,029 Points needed Activity: 2.8% | Thanks for this, y'all're awesome, but I've been thinking, is non it possible to employ the lawmaking to go more functions? how esp or non recoil? __________________ Share is lov | |||||||||||
|
sixth January 2019, 02:58 PM | #13 | |||||||||||
Super l337 Bring together Date: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: six,912, Level: 9 Level up: 38%, 688 Points needed Action: 2.5% | Quote: Originally Posted by BESTA666 Thanks for this, you're awesome, but I've been thinking, is not it possible to utilize the code to get more functions? how esp or not recoil? yes i tried soo many scripts with this exploit but only map drawing its working. __________________ Discord: Decease's Dance#0001 | |||||||||||
|
sixth January 2019, 06:36 PM | #fourteen | |||||||||||
n00bie Bring together Date: Jul 2014 Posts: 11 Reputation: -2 Points: iii,304, Level: 5 Level up: 63%, 296 Points needed Activeness: viii.3% | Thanks for sharing. I utilise it for become functions from a server. | |||||||||||
|
6th January 2019, 07:23 PM | #fifteen | |||||||||||
Super l337 Bring together Date: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: 6,912, Level: 9 Level up: 38%, 688 Points needed Activity: ii.v% | Quote: Originally Posted by sor5 Cheers for sharing. I use it for get functions from a server. accept fun x) __________________ Discord: Death's Trip the light fantastic#0001 | |||||||||||
|
6th Jan 2019, 09:32 PM | #16 | |||||||||||
n00bie Join Date: Dec 2018 Posts: 6 Reputation: vi Points: 49, Level: 1 Level up: 13%, 351 Points needed Action: 5.0% | But got banned with this, been using it for like 4-five hours. WS77095 or something was the Battleye admin ban. ''i guess %0 chance of battleye global ban'' xd | |||||||||||
|
6th January 2019, 09:41 PM | #17 | |||||||||||
Hacker Supreme Join Date: Sep 2018 Location: REALNAZIAUSTRIA Posts: 231 Reputation: 591 Points: 4,088, Level: vi Level up: 55%, 412 Points needed Action: vii.0% | Quote: Originally Posted by Alimeister Merely got banned with this, been using information technology for like 4-five hours. WS77095 or something was the Battleye admin ban. ''i gauge %0 risk of battleye global ban'' xd Thats non an Battleye Ban Code its an KOTH and Wasteland ban lawmaking you need to go to Samatras dc to entreatment it | |||||||||||
|
sixth January 2019, 09:l PM | #18 | |||||||||||
Member Bring together Date: Mar 2015 Posts: 65 Reputation: 36 Points: five,471, Level: 8 Level up: seven%, 1,029 Points needed Activity: two.8% |
Quote: Originally Posted by Alimeister Just got banned with this, been using it for similar 4-v hours. WS77095 or something was the Battleye admin ban. ''i guess %0 chance of battleye global ban'' xd You've washed something incorrect in koth, I'm using the script all solar day long on multiple servers and with no ban: iii __________________ Share is lov | |||||||||||
|
sixth January 2019, ten:42 PM | #19 | |||||||||||
Super l337 Bring together Appointment: Aug 2018 Location: [email protected]:~$ Posts: 217 Reputation: 1514 Points: 6,912, Level: 9 Level up: 38%, 688 Points needed Activity: two.v% | Quote: Originally Posted by Alimeister Just got banned with this, been using it for like iv-5 hours. WS77095 or something was the Battleye admin ban. ''i estimate %0 chance of battleye global ban'' xd i approximate you are flagged by battleye open a new steam business relationship and buy a new re-create of arma and play legit if u still got a ban you are flagged. BTW(its non bcz of this exploit this is fully undetected method its not ban able) __________________ Discord: Death's Dance#0001 | |||||||||||
|
6th January 2019, 10:58 PM | #xx | |||||||||||
n00bie Bring together Date: December 2018 Posts: half dozen Reputation: 6 Points: 49, Level: one Level upwardly: 13%, 351 Points needed Activeness: v.0% | Quote: Originally Posted past Deaths Dance i guess you are flagged by battleye open up a new steam business relationship and buy a new copy of arma and play legit if u nevertheless got a ban you are flagged. BTW(its not bcz of this exploit this is fully undetected method its not ban able) it's a new steam acc and I've never used whatever scripts or shit before other than this one and so it's 1000000% this ane and method as it'south the only 1 I've used xD. It'south detected! Don't apply this shit. you'll exist banned from koth servers very presently | |||||||||||
|
|
Nosotros strive to provide all our services for gratuitous and not interrupt your visit with intrusive advertisements or restrictions - back up us by disabling your advertising blocker or whitelisting our site.
Like Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Release] ARMA 3 KING OF THE Loma SERVER FILES (v9.five) | GDPR_Anonymous | ARMA 3 | 60 | 23rd January 2019 02:59 AM |
[Information] ARMA 3 KING OF THE HILL Profile MODIFICATION INSTRUCTIONS | GDPR_Anonymous | ARMA three | seven | 21st Baronial 2017 03:58 PM |
[Help] ARMA 3 King Of The Hill 1944 Mission file [OBFUSCATED] | MartyTurbo1 | ARMA 3 | 3 | 13th June 2016 05:35 AM |
[Question] Arma 3 King of the hill View Distance hack? | a1994114a | ARMA 3 | 0 | second Jan 2016 12:42 AM |
IOP hill exploit/hill climbing | bf1942_cheataz | Battlefield 1942 | 17 | 19th Jan 2004 09:42 PM |
Tags |
_x;, foreach, select, _text, private, [];, isnull, _alldeads, _vehicles, mark |
« Previous Thread | Next Thread »
|
All times are GMT. The time now is 02:34 AM.
no new posts
DOWNLOAD HERE
Arma 3 How to Draw on Map TUTORIAL
Posted by: joseamust1992.blogspot.com
Comments
Post a Comment