1

Tsm source code leaked 100% ✓

Comments:
Threaded Linear
#1
Ahmed_Fadel

for (int=0;i<infinity;i++)
{
tsm signNewPlayers;
tsm lose;
tsm getChmistry;
tsm lose;
tsm drop;
}

#2
Vortexy
4
Frags
+

kekw is this C or C#

#5
Ahmed_Fadel
0
Frags
+

c or c++ or java , same syntax i think cotlin too have same syntax

#12
Vortexy
0
Frags
+

tru tru

#3
idkmate99
15
Frags
+

You're over complicating it.

while(!winning) {
dropPlayerWhoIsntTheIssue();
signNewPlayerWhoWontFixTheIssue();
}

Unfortunately, they haven't been able to ever leave the loop. Also, the team has never had good chemistry.

#15
Ahmed_Fadel
0
Frags
+

genius, writing notes now

#4
Hasbulla
1
Frags
+

No its simply

if(game == lose)
{
Team.drop();
}

#6
W_Hold
0
Frags
+

Source code with tons of error

#8
Ahmed_Fadel
0
Frags
+

no error
tsm is a class
infinity is a variable

#19
W_Hold
0
Frags
+

Class name must starts with uppercase
tsm => Tsm

if signNewPlayers is a function/ method of class Tsm
then
Tsm.signNewPlayers();

Still no errors???????

#7
dexter000111
0
Frags
+

[Error] 'infinity' was not declared in this scope

#9
Ahmed_Fadel
0
Frags
+

nope thats just part of the code, pay me 2k and i will give u full source code

#10
dexter000111
0
Frags
+

I can tell you're new to coding
All g

#11
Ahmed_Fadel
0
Frags
+

yea new 4 years of coding with about 10 diffrent language

#13
dexter000111
0
Frags
+

and you still write "i < infinity"
Ask your uni for a refund

#14
Ahmed_Fadel
0
Frags
+

i told u thats part of the code, who know i may declared a variable name infinity ++ thats a joke i dont have to write an actual working code

#16
dexter000111
0
Frags
+

There's no value you can initialize a variable with that will keep iterating that loop infinitely
Either use a while loop or use for(int i=0; i>=0; i++)
Plus if you wanna make a joke at least make it accurate SMH

#22
Ahmed_Fadel
0
Frags
+

it is a joke on vlr site what part u dont understand, i know that ppl try to showoff by showing ppl mistake but this is a fuckin vlr it is not LinkedIn , recruiter will not pick u for your good comment

#17
MERATY
0
Frags
+

'"the god said let tsm suck and they sucked"
-the bible

#18
Kuuga
5
Frags
+
String TSM, fans;
boolean victory;
String opponent = "**enter team here**";

if (TSM == victory){
fans = opponent + " sucks";
System.out.println(fans);
}

else {
fans = "DISBAND";
System.out.println(fans);
}

Here's some code from my 1Head year of Java

#20
i_eat_chips
1
Frags
+

Y'all making it too complicated. Here's the true source code of TSM. They use javascript.

function tsmSourceCode() {

    function matchResult() {
        let wonOrLost = prompt("Please enter the result");
        return new Promise(function (resolve, reject) {
            console.log("Processing the result")
            setTimeout(() => {
                if (wonOrLost === "won") {
                    resolve("Team was not changed");
                }
                else {
                    reject("Team was changed");
                }
            }, 1500);
        })
    }

    async function tsmDecision() {
        try {
            let result = await matchResult();
            ifWon(result);

        }
        catch (err) {
            ifLose(err);
        }
    }
    tsmDecision();

}

tsmSourceCode();

function ifWon(res) {
    console.log(res);
}

function ifLose(rej) {
    console.log(rej)
}
#21
W_Hold
0
Frags
+

I_code_to_eat_chips
^

#23
i_eat_chips
0
Frags
+

Yes, otherwise I won't get paid & I won't get to eat chips.

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment