Mine Disc Script

AAhhhh gee just when u need some thing the dead wood comes
out and wants to put thier 2 cents into this. Just a simple
yes i know or dont post anything at all.lol
 
everytime u throw a mine it pulls the disc out gets annoying sometimes so i dont use it....

editActionMap("playMap.sae");
bindCommand(keyboard0, make, "f", TO, "mineswdisc();");
bindCommand(keyboard0, break, "f", TO, "");
function mineswdisc()
{
remoteEval(2048, throwItem, 40, 1000);
use("Disc Launcher");
}

copy paste name .cs
 
open notepad

copy and paste that code into it and name it minedisc.cs then put it in your config folder.

go to autoexec.cs file,(in config folder) open and add

exec("minedisc.cs");

somewhere by your other 'include' and 'exec' lines and it should work.
 
or u could
1) get a script that throws mines at full force
2) bind it to a key near your movement ones (probably wasd)
3) in options bind another key near your movement keys to use disc launcher.
4) press both buttons together

this way u can use mine plasma and other things as well, and it isnt that hard to do with out a script.
 
Carlitos1 said:
AAhhhh gee just when u need some thing the dead wood comes
out and wants to put thier 2 cents into this. Just a simple
yes i know or dont post anything at all.lol

shut the fuck up Vanster you fucking faggot
 
yeah i dont think he knows about maxthrow script

no one has a mine disc script, we all have a script that throws mines and grens at full force. then you coordinate as desired.
 
my script will run smoother, try it out.

Code:
function rag::minedisc()
{
  remoteEval(2048, throwItem, 40, 100);
  say(0, "woah l33t mine-disc skillz!!!~wdeath");
  use("Disc Launcher");
  remoteeval(2048, kill);
}
editActionMap("playMap.sae");
bindCommand(keyboard0, make, "f", TO, "rag::minedisc();");
bindCommand(keyboard0, break, "f", TO, "");
 
Ragnafrak said:
my script will run smoother, try it out.

Code:
function rag::minedisc()
{
  remoteEval(2048, throwItem, 40, 100);
  say(0, "woah l33t mine-disc skillz!!!~wdeath");
  use("Disc Launcher");
  remoteeval(2048, kill);
}
editActionMap("playMap.sae");
bindCommand(keyboard0, make, "f", TO, "rag::minedisc();");
bindCommand(keyboard0, break, "f", TO, "");
:rofl:
 
My my just because someone dosent know everthing about Tribes
doesnt mean he or she is a newbie. Hmmm been playing for
4 yrears and have over 50 matchs played under my belt. Its
just a shame that when you want to get an edge playing with
all those scripts put thier they think u dont know shit about this game. I mean i play this game with a passion
like it was for me the first time i played it. And yes the
cheats are out their. So if i am going to war i want all i
can use to make it happen with out cheating. If that means
using this to help me get to my objective and blow the hell
out of you i will with no problem what so ever.
 
Back
Top