

duncanrp
-
Posts
10 -
Joined
-
Last visited
-
Feedback
0%
Posts posted by duncanrp
-
-
Well, that's your issue
It only works when it's in ascending order (1 being first, 78 being last)
Oh.... Well thats not very good :P Ah well. Suppose it doesn't matter.
-
Is your world selection in ascending order?
It is in order from most populated to least.
-
Hey, so the worldhopper script is terrible. (No offense) but when it tries to hop worlds it will click into world menu, select a world and then keep trying to select a world and will just end up in a loop of it going into the world menu then clicking on a world.
-
No it doesn't, you can debug this by adding this to the appropriate section in your script:
log("Message to log");
Yeah I realize that
I am currently doing this but I was testing my script whilst at work and I came back to find that osbot wasn't even running anymore and I wanted to see if osbot saved the console logs to a file so i could possibly determine why.
-
Hey,
I was wondering if the bot automatically logs everything that is stream to the console for debugging purposes?
Thanks.
-
100% Sure he's not going for performance. I remember a post similar to this a while back asking how they actually solve the random from a "1 post" member also that's why i'm a bit suspicious.
Edit: Post your source to your supposed bank pin solver, we will review it and give you the solution if its safe.
No offence, but I came to this community for a chance to develop some scripts and possibly help the community, not the best welcoming party in the world. Second, how am I able to post the source to a bank pin solver when I haven't even written it yet due to not be able to test it whatsoever because of the default Bank Pin Solver Script kicking in automatically.
-
Hacking accounts is against the rules. I'll leave this to a mod.
Im not trying to hack? Just want to make my own Pin Random
-
Trying to make a bank pin solver will most certainly get you banned from the forums. You don't need to know anything related to this.
Why's that? What's wrong with it?
-
Hey,
I want to make a script that overrides default bank pin script and uses this script to do it instead. How would I go about doing this?
Thanks.
Need Web Developing Help
in Web Development
Posted
I find a good project to learn everything, is obviously to have a project which involves everything you want to learn. Try this:
I want an admin panel where I can put my own private tools e.g.
- Notes page (Textarea I can type notes into and save for later editing/viewing)
- A page to add user/admin logins for the panel (Ability to create a user that can login to the panel, also be able to remove and/or change the user details)
With the login page I would like for it to login using an jQuery AJAX Post function.
This is very simple but it should teach you the basic of jQuery/PHP/MySQL/HTML and CSS. And will cover topics such as sessions, database and user security etc...