Jump to content

d3vilspawnz

Members
  • Joined

  • Last visited

  1. d3vilspawnz replied to Stoked's post in a topic in 317
    hey there im gonna try this now thanks alot
  2. d3vilspawnz replied to Juice's post in a topic in 317
    thanks gonna try right now thanks alot
  3. d3vilspawnz replied to Juice's post in a topic in 317
    thank im gonna try this today
  4. d3vilspawnz replied to Bananastreet's post in a topic in 317
    hello hello hello hello hello hello hello hello hello hello
  5. d3vilspawnz replied to Juice's post in a topic in 317
    hello hello hello hello hello hello hello hello hello
  6. d3vilspawnz replied to Jack's post in a topic in 317
    hellhellhellhellhellhellhell
  7. OK so dreamscape source was released and i was just browsing through the files and i saw those sql donation filesso i was curious how much money these folks make and i wrote a dirty python script to calculate that for me*note i assumed nobody would ever donate more than 30000$ so i made it so if the amount of donation in a transaction is over 30k i wont add that to the totalheres the script: Code: split1 = "INSERT INTO `paymentauthenticity`(`id`, `totalPrice`, `checkoutId`, `storeId`) VALUES (" total = 0 def handle_line(line: str): global idx global total firstsplit = line.split(split1[1:])[1] amount = int(firstsplit.split(",")[1]) if amount < 30000: total += amount print(total) with open("paymentauthenticity.sql", "r") as ins: for line in ins: handle_line(line) the file says they made 6863583 dollarsand thats only since they implemented the sql donation system till the end of jan. 2019don't forget about RSGP donations, i would say these people made over 10 million dollars overalland for those who would say that the file is fake, its obviously not
  8. d3vilspawnz replied to blem's post in a topic in 317
    check
  9. d3vilspawnz replied to Jack's post in a topic in RSPS WEB Downloads
    thanks
  10. d3vilspawnz replied to Archer's post in a topic in Other (377-742)
    thank you!
  11. d3vilspawnz replied to Mrcastiel's post in a topic in 317
    thanks