Author Topic: Vehicles,players map mark  (Read 10276 times)

0 Members and 1 Guest are viewing this topic.

link757

  • Intentional Cheater
  • **
  • Posts: 37
    • View Profile
Re: Vehicles,players map mark
« Reply #30 on: June 11, 2012, 03:38:40 am »
Much better to teach them by pointing them in the right direction , or they will keep doing it.

Copy paste is a sure fire way to get lazy.
They see an example look how it works and alter it to their liking if they actually want to learn, if they don't they get working code to have fun with, everyone wins.

Thats how I learned lol

xylef

  • Poptart
  • *
  • Posts: 7
    • View Profile
Re: Vehicles,players map mark
« Reply #31 on: June 11, 2012, 03:41:58 am »
Is the vehicle marker you (joopig) posted undetected?

joopig

  • Insane Joker
  • ****
  • Posts: 602
    • View Profile
    • A Place Of Dreams
Re: Vehicles,players map mark
« Reply #32 on: June 11, 2012, 05:34:59 am »
Is the vehicle marker you (joopig) posted undetected?
As it stands now if you dont have a bypass for script detection then it can and is detected on some servers, use at your own risk.

xylef

  • Poptart
  • *
  • Posts: 7
    • View Profile
Re: Vehicles,players map mark
« Reply #33 on: June 11, 2012, 05:55:27 am »

ZOldDude

  • The Unknown Rank!
  • Administrator
  • MasstKer
  • *
  • Posts: 20874
  • Old School TKC
    • View Profile
    • Admin
Re: Vehicles,players map mark
« Reply #34 on: June 11, 2012, 06:28:20 am »
Would this work as a bypass? http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=237

That is a Battle Eye bypass.
What you asked for and answered was:
Quote
if you dont have a bypass for script detection then it can and is detected on some servers

How to bypass script detection has been post INSIDE other threads.
Read.

*While we crash and burn, small, low tech, agrarian societies such as the Hmong in the mountains of Laos will continue on without so much as blinking an eye.*

joopig

  • Insane Joker
  • ****
  • Posts: 602
    • View Profile
    • A Place Of Dreams
Re: Vehicles,players map mark
« Reply #35 on: June 11, 2012, 06:48:52 am »
Thanks Z. :icon_thumbsup

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Vehicles,players map mark
« Reply #36 on: June 11, 2012, 01:08:30 pm »
Would this work as a bypass? http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=237

That is a Battle Eye bypass.
What you asked for and answered was:
Quote
if you dont have a bypass for script detection then it can and is detected on some servers

How to bypass script detection has been post INSIDE other threads.
Read.

Twice...
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

archie1989

  • Cheater Apprentice
  • *
  • Posts: 13
    • View Profile
Re: Vehicles,players map mark
« Reply #37 on: June 11, 2012, 01:49:18 pm »
Code: [Select]
hint "Adding Player Markers";

unitList = allUnits;
j = count unitList;
i = 0;
markPos = true;

while {markPos} do
{
unitList = allUnits;
j = count unitList;
i = 0;

for "i" from 0 to j do
{
unit = unitList select i;
pos = position unit;
deleteMarkerLocal ("playerMarker"+ (str i));
marker = "playerMarker" + (str i);
marker = createMarkerLocal [marker,pos];
marker setMarkerTypeLocal "mil_dot";
marker setMarkerPosLocal (pos);
marker setMarkerColorLocal("ColorRed");
marker setMarkerTextLocal format ["%1",name unit];
};
sleep 0.5;
};
hint "Player Marking Stopping";

or copy paste it and learn nothing.  :icon_laugh
how to stop this script?

Fury

  • Online Villain
  • ***
  • Posts: 124
  • i̺͇̯̟̗m̤̬p͈̠̖o̫̭̦̼ͅrt͈̝̞ antigravity
    • View Profile
Re: Vehicles,players map mark
« Reply #38 on: June 11, 2012, 02:08:48 pm »
how to stop this script?



Code: [Select]
hint "Adding Player Markers";

unitList = allUnits;
j = count unitList;
i = 0;
markPos = true;

unitList = allUnits;
j = count unitList;
i = 0;

for "i" from 0 to j do
{
unit = unitList select i;
pos = position unit;
deleteMarkerLocal ("playerMarker"+ (str i));
marker = "playerMarker" + (str i);
marker = createMarkerLocal [marker,pos];
marker setMarkerTypeLocal "mil_dot";
marker setMarkerPosLocal (pos);
marker setMarkerColorLocal("ColorRed");
marker setMarkerTextLocal format ["%1",name unit];
};
sleep 1;
hint "Player Marking Stopping";
Try that. I haven't tested it.
My programming language is common sense and communication. ♥

joopig

  • Insane Joker
  • ****
  • Posts: 602
    • View Profile
    • A Place Of Dreams
Re: Vehicles,players map mark
« Reply #39 on: June 11, 2012, 02:52:30 pm »
how to stop this script?
Run a script with
Code: [Select]
markPos = false;To remove them you will have to go through the list deleting them.

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: Vehicles,players map mark
« Reply #40 on: June 11, 2012, 04:49:39 pm »
Could someone please tell me, how to execute scripts from like pressing e? Because medics free bypass does execute all the scripts if you open the server control.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: Vehicles,players map mark
« Reply #41 on: June 11, 2012, 04:53:43 pm »
Could someone please tell me, how to execute scripts from like pressing e? Because medics free bypass does execute all the scripts if you open the server control.

Keywords... Free.  :smile
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: Vehicles,players map mark
« Reply #42 on: June 11, 2012, 05:48:17 pm »
Just give me an example on how to execute a script by pressing a key. I cant figure it out

Learning from examples is way better than always getting bothered with stupid information!

Fury

  • Online Villain
  • ***
  • Posts: 124
  • i̺͇̯̟̗m̤̬p͈̠̖o̫̭̦̼ͅrt͈̝̞ antigravity
    • View Profile
Re: Vehicles,players map mark
« Reply #43 on: June 11, 2012, 05:49:49 pm »
Just give me an example on how to execute a script by pressing a key. I cant figure it out

Learning from examples is way better than always getting bothered with stupid information!

http://forums.bistudio.com/showthread.php?130624-KeyDown-issue
My programming language is common sense and communication. ♥

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: Vehicles,players map mark
« Reply #44 on: June 11, 2012, 06:19:37 pm »
Just give me an example on how to execute a script by pressing a key. I cant figure it out

Learning from examples is way better than always getting bothered with stupid information!

http://forums.bistudio.com/showthread.php?130624-KeyDown-issue

thanks you very much!