wait how do I make it interact with stuff once called back

    -wyi What I usually do is define a variable at the start of the program, and in the draw loop, I have it call getKeyValue to get... well, whatever you need to get, and then set the variable to the response.

    • -wyi replied to this.

      -wyi

      var score = 0;
      function draw() {
        getKeyValue("score", function (rec) {
          score = rec;
        });
      }

      -wyi Well i don't have time at the moment to put up something I may just put up a separate post going over how it works that is if i don't feel like doo doo by then but I'll get around to doing it soon, hopefully you won't mind waiting

      ASmartCoder changed the title to GUYS ITS POSSIBLE .

      this is literally what went on im my brain when i discovered key values, back when i was important 😪

      ive been meaning to ask you guys, how tf do you make an auto reporting bot?

        person its quite easy.. reports are made with a single request. you find the endpoint for reporting a project, find the api for public projects, and cycle through every single one and use that reporting api to send hundreds of reports per minute.

        oh wow
        interesting

        ASmartCoder Locus is a project listing that actually had users so it was doing ok then code.org deleted it and 1 day away from the revamp release

        Chat