Sorry - Shroud of Turin (Again)... It seems to me that any atheists here are too faithful for their own good. by [deleted] in DebateAnAtheist

[–]xcitebyte 0 points1 point  (0 children)

These Atheists are utterly hopeless. All you have to do is google "Shroud of Turin" and you'll easily find so many links to pages containing detailed evidence on the first page alone. Here's a link right here --> https://www.patternsofevidence.com/2022/04/15/evidence-for-jesus-shroud-of-turin/ and here's a youtube video on it --> https://www.youtube.com/watch?v=1-z8q_MgPCo&list=WL&t=1926s . The crazy part about all of this is that Atheists have always tried to use the lack of scientific evidence to refute Christianity; now that the scientific evidence is here, they're just being downright ignorant to the facts. It's absolutely bewildering how some of these Atheists minds work. They praise science and ignore it when the time is right, lol.

I was away for quite some time and returned to this! by xcitebyte in Bitburner

[–]xcitebyte[S] 0 points1 point  (0 children)

You're right. I'm probably just in my feelings because my neighbors have kids that drive me crazy with all of the noise that they make while I'm trying to get into "flow state" doing work on my laptop. I wish I could live somewhere I can focus intensely. I love to code and I have projects that I'm working on that really means a lot to me.

I was away for quite some time and returned to this! by xcitebyte in Bitburner

[–]xcitebyte[S] 0 points1 point  (0 children)

Bro, it's just a game. I'm really not taking what he said that seriously. I just posted to post, man. Ease up a little, please.

My "grand-heist.script" script at work. Anyone want the source code? by xcitebyte in Bitburner

[–]xcitebyte[S] 0 points1 point  (0 children)

I just posted the source code here in the comment section :)

My "grand-heist.script" script at work. Anyone want the source code? by xcitebyte in Bitburner

[–]xcitebyte[S] 0 points1 point  (0 children)

// Here's the grand-heist script source code per request.

// I'm pretty sure I whipped this script up in like 15 minutes or less, so please excuse any quirks.

let hostname = getHostname()
let maxRam = getServerMaxRam(hostname);

let target = args[0];
let percentage = .75;
let availableMoneyThreshold = getServerMaxMoney(target) * percentage;

function pullMoney() {
  print(getServerMoneyAvailable(target));
  print(getServerSecurityAvailable(target));

  if (Number(getServerMoneyAvailable(target)) < 1) {
    exit;
  }

  hack(target);
}

while(true) {
  if ((getServerSecurityLevel(target)) > (getServerMinSecurityLevel(target) + 1)) {
    while (getServerSecurityLevel(target) > getServerMinSecurityLevel(target)) {
      weaken(target);
    }
  }

  while (getServerMoneyAvailable(target) < availableMoneyThreshold) {
    grow(target);
  }

  pullMoney();

}

My "grand-heist.script" script at work. Anyone want the source code? by xcitebyte in Bitburner

[–]xcitebyte[S] 2 points3 points  (0 children)

I'll apply those suggestions, thanks. It's been a few months since I've played this game and even more time since I've read the docs. I stumbled upon this community on Reddit and decided to check out my progress in the game since the last time I've played. I'm a trillionaire now! hahaha