Code Monkey home page Code Monkey logo

Comments (8)

NNickey avatar NNickey commented on August 20, 2024

cookieTime.txt is the time that the cookie was made, not a random number. This is to compare it with the next time to save a new cookie in the folder Private which stores your true cookie.

EDIT: If you read on line file_put_contents($cookieTime,time()), it clearly shows that it's putting the current OS time in the variable to the file named cookieTime.txt.

Login is managed on the login function and manages the cookie separately on a different script.

from roblox-bots.

NNickey avatar NNickey commented on August 20, 2024

@Zlecktov You never said what the problem is? If you follow from top to bottom in the script, it already checks the current time against the cookieTime.txt which was the time the login to refresh a new cookie was made, so that it'll make a new cookie over time.

from roblox-bots.

Zlecktov avatar Zlecktov commented on August 20, 2024

The script is not renewing the cookie is my problem.

from roblox-bots.

NNickey avatar NNickey commented on August 20, 2024

The script is renewing your cookie, but you keep thinking cookieTime.txt is your cookie file, when it's not, and your true cookie file is in the Private folder.

from roblox-bots.

Zlecktov avatar Zlecktov commented on August 20, 2024

The script is not renewing my cookie as I keep having to delete my cookie and let it login in again. I do not see how you think that isn't an error. I understand what you are saying I re-read the code and get that time()-cookietime yes I understand this. I am saying that the script is failing to renew my cookie.

from roblox-bots.

sentanos avatar sentanos commented on August 20, 2024

Your issue is much too vague. I cannot reproduce it and there does not seem to be any actual error. I have reviewed the code itself and can find no logic errors. If I'm wrong on any of these please point it out.

Please review your apache and PHP error logs and check for errors. If you find any, make a new issue that describes the problem and at least attempt to fix it yourself.

You are currently claiming there is some type of logic error without actually telling me what it is. Until you can introduce an actual issue, this one is closed.

from roblox-bots.

NNickey avatar NNickey commented on August 20, 2024

As I state one more time, the script IS renewing your cookie, but it doesn't renew it if the last cookie failed, of course. It expects you to at least not change your password and not to unlink from all devices.

from roblox-bots.

Zlecktov avatar Zlecktov commented on August 20, 2024

It seems that my error was my co-worker messing with the account. I am sorry for wasting your time.

from roblox-bots.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.