generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Club Houses » Let's Make a Deal
Home Search
 

Re: The TC Is deadly..

Previous Thread :: Next Thread 
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:44 PM
Lost 13k because I mistyped 200k tix
I put 20k tix..
gg

~SquidIy R$62 Tx30 Rap: 2,477
Report Abuse
brickbuilder74 is not online. brickbuilder74
Joined: 23 Jun 2008
Total Posts: 8810
28 Jan 2015 06:44 PM
omy

doesnt r+ prevent u from doing that?

~Gen 2,534 R$, 72,015 Tix
Report Abuse
Zathara is not online. Zathara
Joined: 13 Mar 2009
Total Posts: 23424
28 Jan 2015 06:44 PM
lmaoooooooooooooooo
Report Abuse
revolver3879 is not online. revolver3879
Joined: 15 Jul 2009
Total Posts: 9383
28 Jan 2015 06:45 PM
what happened to your main?
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:45 PM
@brick
this was before he made that update.
I sold DI to get that 13k.
:c

~SquidIy R$62 Tx30 Rap: 2,473
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:46 PM
@revolver
I kinda using him as a storage atm.
I've got obc on here till 9/25/2015
My real life friend quit and gave this to me

~SquidIy R$62 Tx30 Rap: 2,473
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:46 PM
i dont get how all you noobs keep misclicking


R$4,732/R$5,000
Report Abuse
revolver3879 is not online. revolver3879
Joined: 15 Jul 2009
Total Posts: 9383
28 Jan 2015 06:46 PM
oh nice gg
Report Abuse
Salinas23 is not online. Salinas23
Joined: 28 Dec 2008
Total Posts: 37142
28 Jan 2015 06:46 PM
tc is not for weak people

I used it for 2 years

0 typos


brb sobbing R$1,340
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:46 PM
ya gg

~SquidIy R$62 Tx30 Rap: 2,473
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:47 PM
@sal word


R$4,732/R$5,000
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:47 PM
I hate to be a pleb but if im tired and know i might goof I just run a bot.


R$4,732/R$5,000
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:48 PM
Is it Mustyoshi's bot?

~SquidIy R$62 Tx30 Rap: 2,473
Report Abuse
BlockworkOrange is not online. BlockworkOrange
Joined: 22 Dec 2012
Total Posts: 11467
28 Jan 2015 06:49 PM
my tc bot doesnt ask how much tix u want
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:49 PM
idk tbh ive had it for some time now and after I quit for a bit I just forgot


R$4,732/R$5,000
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:50 PM
/* Buttons */ // (DELETE THIS ONCE U USE) AND THE //, Instructions: scroll down to Trading_robux and trading_tix make that the number of tix and robux u have.
var start_trade_class = "TradeCurrencyModalBtn";
var cancel_trade_class = "btn-negative";

/* Input */
var limit_order_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_LimitOrderRadioButton";
var give_currency_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_HaveCurrencyDropDownList";
var receive_currency_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_WantCurrencyDropDownList";
var give_box_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_HaveAmountTextBoxRestyle";
var receive_box_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_WantAmountTextBox";
var submit_trade_id = "ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_SubmitTradeButton";

/* Info */
var quote_panel_class = "CurrencyQuote";
var my_robux = "RobuxAlertCaption";
var my_tix = "TicketsAlertCaption";

/* History */ // Dp not touch these values. Or anything for that matter. Go away
var Previous_Tix_Traded = 0;
var Previous_Robux_Traded = 0;
var Current_Tix_Gained = 0; // "Current" variables are the ones that hold the values of the maximum to trade. They will not trade more money than you have gained.
var Current_Robux_Gained = 0;
var Trading_Robux = 128; // CHANGE NUMBER TO THE NUMBER OF ROBUX YOU CURRENTLY HAVE/ARE WILLING TO USE
var Trading_Tix = 1065;
var Previous_Bux_Rate = 0;
var Previous_Tix_Rate = 0;
var Current_Trading = "bux" // We start trading bux first
var InTrade = 0;
var Loading = 0;
var total_profit = 0;
var pending_profit = 0;

/* others */
var framedoc;
var tcinterval;
var currenttrading_element;
var expecting_element;
var giving_element;
var totalprofit_element;

// Multiply R$ by the right
// Divide TIX by the left
// Round only final value

function FetchExternalData(){
var d = "";
$.get("http://www.roblox.com/My/Money.aspx#/#TradeCurrency_tab", function(data){
d = data;
//console.log( $("#" + my_robux, data).text() );
});
return d;
}
/*
function getPos(ele){
var x=0;
var y=0;
while(true){
x += ele.offsetLeft;
y += ele.offsetTop;
if(ele.offsetParent === null){
break;
}
ele = ele.offsetParent;
}
return [x, y];
}
console.log( getPos( document.getElementById("frame1").contentDocument.getElementById("ctl00_ctl00_cphRoblox_cphMyRobloxContent_ctl00_SubmitTradeButton") ))*/

function GetBuxRate(Rates){ // What to multiply bux by
var tes = Rates.match(/(.*)\/(.*)/);
return tes[2];
}

function GetTixRate(Rates){ // What to divide tix by
var tes = Rates.match(/(.*)\/(.*)/);
return tes[1];
}

function GetSpread(){ // Get spread
var Spread = framedoc.getElementsByClassName("column")[0].childNodes[5]
console.log(Spread);
return Spread.innerHTML;
}

function Click(String, isClass, d){
if (isClass == true){
$("." + String, d)[0].click();
}else{
$("#" + String, d).click()
}
}

function OpenTradeWindow(d){
Click(start_trade_class, true, d);
Click(limit_order_id, false, d);
}

function SetTradeTo(currency, d){
if (currency === "tix"){
$("#" + give_currency_id, d).val("Tickets");
$("#" + receive_currency_id, d).val("Robux");
}else if(currency === "bux"){
$("#" + give_currency_id, d).val("Robux");
$("#" + receive_currency_id, d).val("Tickets");
}
}

function MakeIFrame(){
var f = document.createElement("iframe");
f.width = window.innerWidth;
f.height = 350
f.style.position = "absolute"
f.style.top = "0px";
f.style.left = "0px";
f.style.zIndex = 100001;
f.setAttribute("src", "http://www.roblox.com/My/Money.aspx#/#TradeCurrency_tab");
f.id = "frame1";
document.body.outerHTML = "";
document.body.appendChild(f);

currenttrading_element = document.createElement("span");
currenttrading_element.style.display = "block";
currenttrading_element.style.width = "400px"
currenttrading_element.style.backgroundColor = "rgb(200,200,200)";
currenttrading_element.style.position = "absolute";
currenttrading_element.style.top = "360px";
currenttrading_element.style.left = "10px";
currenttrading_element.style.fontSize = "25px";
currenttrading_element.style.textAlign = "center";
currenttrading_element.style.borderRadius = "5px";
currenttrading_element.innerHTML = "Currently exchanging: R$";
document.body.appendChild(currenttrading_element);

giving_element = document.createElement("span");
giving_element.style.display = "block";
giving_element.style.borderRadius = "5px";
giving_element.style.width = "400px"
giving_element.style.backgroundColor = "rgb(200,200,200)";
giving_element.style.position = "absolute";
giving_element.style.top = "400px";
giving_element.style.left = "10px";
giving_element.style.fontSize = "25px";
giving_element.style.textAlign = "center";
document.body.appendChild(giving_element);

expected_element = document.createElement("span");
expected_element.style.display = "block";
expected_element.style.borderRadius = "5px";
expected_element.style.width = "400px"
expected_element.style.backgroundColor = "rgb(200,200,200)";
expected_element.style.position = "absolute";
expected_element.style.top = "440px";
expected_element.style.left = "10px";
expected_element.style.fontSize = "25px";
expected_element.style.textAlign = "center";
document.body.appendChild(expected_element);

totalprofit_element = document.createElement("span");
totalprofit_element.style.display = "block";
totalprofit_element.style.borderRadius = "5px";
totalprofit_element.style.width = "400px"
totalprofit_element.style.backgroundColor = "rgb(200,200,200)";
totalprofit_element.style.position = "absolute";
totalprofit_element.style.top = "360px";
totalprofit_element.style.right = "10px";
totalprofit_element.style.fontSize = "25px";
totalprofit_element.style.textAlign = "center";
totalprofit_element.innerHTML = "Total Profit: 0 R$";
document.body.appendChild(totalprofit_element);
}

function simulatedClick(target, options) {

var event = target.ownerDocument.createEvent('MouseEvents'),
options = options || {};

//Set your default options to the right of ||
var opts = {
type: options.type || 'click',
canBubble:options.canBubble || true,
cancelable:options.cancelable || true,
view:options.view || target.ownerDocument.defaultView,
detail:options.detail || 1,
screenX:options.screenX || 0, //The coordinates within the entire page
screenY:options.screenY || 0,
clientX:options.clientX || 0, //The coordinates within the viewport
clientY:options.clientY || 0,
ctrlKey:options.ctrlKey || false,
altKey:options.altKey || false,
shiftKey:options.shiftKey || false,
metaKey:options.metaKey || false, //I *think* 'meta' is 'Cmd/Apple' on Mac, and 'Windows key' on Win. Not sure, though!
button:options.button || 0, //0 = left, 1 = middle, 2 = right
relatedTarget:options.relatedTarget || null,
}

//Pass in the options
event.initMouseEvent(
opts.type,
opts.canBubble,
opts.cancelable,
opts.view,
opts.detail,
opts.screenX,
opts.screenY,
opts.clientX,
opts.clientY,
opts.ctrlKey,
opts.altKey,
opts.shiftKey,
opts.metaKey,
opts.button,
opts.relatedTarget
);

//Fire the event
target.dispatchEvent(event);
}

MakeIFrame();
console.log("Giving 5 seconds for page to load.");

setTimeout(function(){
tcinterval = setInterval(function(){
$d = $("#frame1").contents()
console.log("===================== NEW TRANSACTION ======================");
if ((InTrade == 0) && (Loading == 0) && ($("." + start_trade_class, $d)[0]) ){
Loading = 1;
$.get("http://www.roblox.com/My/Money.aspx#/#TradeCurrency_tab", function(data){
Loading = 0;
$my_robux = $("#" + my_robux, data).text();
$my_tix = $("#" + my_tix, data).text();
$tix_rate = Number(GetTixRate($("." + quote_panel_class, data)[0].childNodes[3].childNodes[2].innerHTML));
$bux_rate = Number(GetBuxRate($("." + quote_panel_class, data)[0].childNodes[3].childNodes[2].innerHTML));
$spread = Number($(".column", data)[0].childNodes[5].innerHTML);
// check if any offers or bids are pending (bids = tix, offers = bux)
$offers = $('.offer', data).length/2;
$bids = $('.bid', data).length/2;
$offerspending = $offers + $bids
console.log( $offerspending + " offers pending.");
if ( ($offerspending) < 1){
total_profit = (total_profit + pending_profit);
pending_profit = 0;
totalprofit_element.innerHTML = "Total Profit: " + total_profit + " R$";
$expected_bux = Math.round(Trading_Tix/$tix_rate);
$bux_profit = ($expected_bux - Trading_Robux);
$expected_tix = Math.round(Trading_Robux*$bux_rate);
$tix_profit = ($expected_tix - Trading_Tix);
console.log($tix_profit);
if ((Math.abs($spread) < 550) && ($spread < 0) && ($bux_profit > 0) && (Current_Trading === "tix")){
console.log("Profit to be made on TIX to R$: " + $spread + " - Rate: " + $tix_rate);
InTrade = 1;
console.log("Expected to profit " + $bux_profit + " R$ from this trade.");
OpenTradeWindow($d);
//SetTradeTo("tix", $d);
$("#"+give_box_id, $d).val(Trading_Tix);
$("#"+receive_box_id, $d).val($expected_bux);
Trading_Robux = $expected_bux;
Current_Trading = "bux"
currenttrading_element.innerHTML = "Currently exchanging: R$";
giving_element.innerHTML = "Gave: " + Trading_Tix + " TIX";
expected_element.innerHTML = "Expecting: " + $expected_bux + " R$";
pending_profit = $bux_profit;
setTimeout(function(){
simulatedClick( document.getElementById("frame1").contentDocument.getElementById(submit_trade_id) )
//simulatedClick($("#"+submit_trade_id, $d));
//$("#"+submit_trade_id, $d).trigger('click');
InTrade = 0;
}, 1500
);
}else if((Math.abs($spread) < 550) && ($bux_profit < 0) && (Current_Trading === "tix")){
console.log("Will lose profit on TIX to R$. Not trading.");
}else if ((Math.abs($spread) < 550) && ($spread > 0) && ($tix_profit > 20) && (Current_Trading === "bux")){
console.log("Good spread to trade R$ to TIX: " + $spread + " - Rate: " + $bux_rate);
InTrade = 1;
console.log("Expected to profit " + $tix_profit + " TIX from this trade.");
OpenTradeWindow($d);
SetTradeTo("bux", $d);
$("#"+give_box_id, $d).val(Trading_Robux);
$("#"+receive_box_id, $d).val($expected_tix);
Trading_Tix = $expected_tix;
Current_Trading = "tix"
currenttrading_element.innerHTML = "Currently exchanging: TIX";
giving_element.innerHTML = "Gave: " + Trading_Robux + " R$";
expected_element.innerHTML = "Expecting: " + $expected_tix + " TIX";
setTimeout(function(){
simulatedClick( document.getElementById("frame1").contentDocument.getElementById(submit_trade_id) )
//simulatedClick($("#"+submit_trade_id, $d));
//$("#"+submit_trade_id, $d).trigger('click');
InTrade = 0;
}, 1500
);
}else if ((Math.abs($spread) < 550) && ($tix_profit < 20) && (Current_Trading === "bux")){
console.log("Will lose profit on R$ to TIX. Not trading.");
}else{
console.log("Bad spread. Not trading: " + $spread + " - Currently trying to exchange: " + Current_Trading);
}
}else{
console.log("Waiting for current offer to finish...");
}
});
}else{
console.log("Currently in trade or loading page. Waiting...");
}
}, 5000);
}, 1000);


R$4,732/R$5,000
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:51 PM
http://pastebin.com/MStV3J7L

~SquidIy R$2 Tx179 Rap: 2,473
Report Abuse
BlockworkOrange is not online. BlockworkOrange
Joined: 22 Dec 2012
Total Posts: 11467
28 Jan 2015 06:51 PM
kinda slow :/
Report Abuse
brickbuilder74 is not online. brickbuilder74
Joined: 23 Jun 2008
Total Posts: 8810
28 Jan 2015 06:51 PM
look at dat inefficiency

my my my

~Gen 4,801 R$, 23,136 Tix
Report Abuse
tigertazcat3172 is not online. tigertazcat3172
Joined: 01 Sep 2012
Total Posts: 10104
28 Jan 2015 06:51 PM

is that legit does it work?


-The Tiger goes meow-
Report Abuse
5000yellow is not online. 5000yellow
Joined: 26 Aug 2011
Total Posts: 12018
28 Jan 2015 06:52 PM
I like how you posted the same thread about a month ago lol



▂▃▄▅▆▇█▓▒░5̶̷̲̅0̶̷̲̅0̶̷̲̅0̶̷̲̅ʏ̶̷̲̅ᴇ̶̷̲̅ʟ̶̷̲̅ʟ̶̷̲̅ᴏ̶̷̲̅ᴡ̶̷̲̅░▒▓█▇▆▅▄▃▂
Report Abuse
025110 is not online. 025110
Joined: 23 Nov 2012
Total Posts: 57661
28 Jan 2015 06:52 PM
lol you'll MAYBE make 10 tix a day


R$2,734
Report Abuse
earlyzombieassassin is not online. earlyzombieassassin
Joined: 21 Mar 2014
Total Posts: 1379
28 Jan 2015 06:52 PM
@brick
I know
:c

~SquidIy R$2 Tx1,109 Rap: 2,473
Report Abuse
SimplyTix is not online. SimplyTix
Joined: 27 May 2014
Total Posts: 1370
28 Jan 2015 06:53 PM
which


R$4,732/R$5,000
Report Abuse
tigertazcat3172 is not online. tigertazcat3172
Joined: 01 Sep 2012
Total Posts: 10104
28 Jan 2015 06:54 PM
is it legit caus ei want 10+ tix a day



-The Tiger goes meow-
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Club Houses » Let's Make a Deal
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image