Code Monkey home page Code Monkey logo

roblox-bots's People

Contributors

onlytwentycharacters avatar phoenixshay avatar sentanos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

roblox-bots's Issues

"Server returned nothing"

Not sure if this is an issue or not, but after following the instructions step by step and fixing any errors I made, I stumbled upon an error that doesn't seem to go away.

http://prntscr.com/d0bqd2

After many attempts of tweaking code and whatnot, this appears.

Sorry if I'm a bother, but PHP and such is relatively new to me. I am, though, unsure of why this appears.

...is this a legitimate issue?

Invalid promoting permissions.

There seems to be a problem with 'changeRank.php'.

Whenever I try to promote a player it gives me the error 'Invalid promoting permissions'. Yet when I try 'shout.php' it works. I'm not exactly sure what causes the problem since I'm pretty sure I did and followed the instructions correctly.

Also I noticed that when I manually tried (not sure if this is the correct way to do it) http://www.roblox.com/groups/api/change-member-rank?groupId=1068188&newRoleSetId=6&targetUserId=62387413 it ended up with the error 404? Could it be that ROBLOX changed their APIs or is there something wrong on my end?

0ca6a8e22fb6888cd21d9403668462e2

Nothing works...

I've updated my PHP and used the regular code. I've set it out correctly. When I use:

send('setRank',{2470023,13})
I get an internal server error

When I use:
send(game.Players.Froast,'setRank',{2470023,13})
I get "No Action"

It's all wrong!

Question more rather than an issue

Where exactly do I configure the username and password? I did not see it in the receiver.php file, and I am unsure whether or not to edit the string or the $ var in the Includes/login.php file.

Not logging in properly

I was attempting to use this and after about an hour I got it to SOMEWHAT work. It would work and all... but it doesn't actually login. I can tell in the cookie file it's acting as a guest, and manually adding the ROBLOSECURITY does not help. The specified username and password are 100% correct.

Edit: Going into login.php, and changing the login failure return to die makes the response body "Login Failure! Error: " Changing it back will make the error just pop up as "Invalid promoting permissions."

I'd assume this is a problem with the login function. There is no captcha when I log in through my browser to the same account.

GetPostArray error.

Fatal error : Call to a member function getAttribute() on null in /home/u855417763/public_html/roblox-bots-master/Includes/getPostArray.php on line 18

Any help?

Invalid Promotion Permissions Error

I seem to be getting an error with receiver.php and getRoles.php while attempting to use changeRank.

I am consistently receiving the "Invalid promoting permissions" error while testing with Postman. I am positive that my login is correct, because the shout action works flawlessly. Yes, the bot has proper permissions to change ranks because it owns the group. Is there something obvious that I am overlooking?

Here are the errors that are showing up in my error_log file:
[06-Nov-2016 15:56:39 America/Denver] PHP Notice: Undefined offset: 0 in receiver.php on line 39
[06-Nov-2016 15:56:40 America/Denver] PHP Warning: Invalid argument supplied for foreach() in getRoles.php on line 11

Pictures of the code for receiver.php and getRoles.php, my Postman setup, and my group setup follow below:

receiver

5dbb7a72fe6d110fb6cf6dee4a7c6b9f

postman

07c210765c4b094cd673acba0f301244

PHP errors

PHP Build 7.0

[11-May-2016 22:37:55 UTC] PHP Warning: DOMDocument::loadHTMLFile(http://www.roblox.com/Groups/group.aspx?gid=2820985): failed to open stream: Connection timed out in /home/u827506591/public_html/roblox-bots-master/Includes/getRoles.php on line 32
[11-May-2016 22:37:56 UTC] PHP Warning: simplexml_load_file(http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=27453460&groupid=2820985): failed to open stream: Operation now in progress in /home/u827506591/public_html/roblox-bots-master/Includes/misc.php on line 10
[11-May-2016 22:37:56 UTC] PHP Warning: DOMDocument::loadHTMLFile(http://www.roblox.com/Groups/group.aspx?gid=2820985): failed to open stream: Connection timed out in /home/u827506591/public_html/roblox-bots-master/Includes/getRoles.php on line 32
[11-May-2016 22:37:56 UTC] PHP Warning: DOMDocument::loadHTMLFile(http://www.roblox.com/Groups/group.aspx?gid=2820985): failed to open stream: Connection timed out in /home/u827506591/public_html/roblox-bots-master/Includes/getRoles.php on line 32
[11-May-2016 22:38:00 UTC] PHP Warning: simplexml_load_file(http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=27453460&groupid=2820985): failed to open stream: Operation now in progress in /home/u827506591/public_html/roblox-bots-master/Includes/misc.php on line 10
[11-May-2016 22:38:00 UTC] PHP Warning: simplexml_load_file(http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=27453460&groupid=2820985): failed to open stream: Operation now in progress in /home/u827506591/public_html/roblox-bots-master/Includes/misc.php on line 10

Shout not working

When I send a Post request, I get this back..


Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/u593369978/public_html/roblox-bots-master/shout.php on line 11

Fatal error: Call to a member function getAttribute() on a non-object in /home/u593369978/public_html/roblox-bots-master/Includes/getPostArray.php on line 18

Error with the cookies

I find that whenever I open the cookietime.txt it is a random number

image

This leads to a major issue as the cookie eventually expires and needs to be renewed. If you have any clue on how to fix this and I did what you said in the previous issue

image

Changed it to that and the problem persists.

Error when shouting or posting

I have set this up properly and it worked for a while, but now it seems to be not working for some odd reason. Every time I go to shout or post it does this:

The error it returns into console, because I print what it returns.

http://prntscr.com/a7bdk0

getPostArray() error

PHP Fatal error: Call to a member function getAttribute() on a non-object in /home/wijcorpo/public_html/Includes/getPostArray.php on line 18

Login errors?

Hey,
I know this is a pretty vague issue. However, I've been reading through the readme files and they are not very clear. In the receiver.php, I changed my group ID as well as my get and post keys. I believe I had to change the 'username' and 'password' to my bot's account too. I then used the send.lua to send the player to the server and according to roblox it send back, but the player was not promoted at all.

I am using hostinate.com/ as a server and I have put this entire folder into the server. Is there anything else that I need to edit?

Thanks
Luke
one
two
Receiver.txt

Join Request Bot doesn't accept user specified

It doesn't accept the specified user through the function. It only accepts the first person that sent the request out of all the others.

How i use the function:
handleJoinRequest($cookie,224398,"Bots","Accept");

(put random stuff in the fields to show just i how use the function.)

Log-in (not really an issue, more of a question...)

How exactly do I use it? The explanations in README are rather vague. I put in a random Post and Get key so that's fine, but the README said to also edit the username and password. So basically, I'm stuck on Step 4.

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.