Hello and welcome back to part 99 of me screaming about roblox updates.
So I am certain most people are aware of what “Rank Bots” are. Let me give you a quick explanation:
These bots can be remotely logged in via a cookie (a unique key) & then we can perform actions through this bot.
Now, let’s go through this step by step, to log into an account without the password, you need something called a “cookie”.
A cookie looks something like this:
_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_9F4C8E8DCBD9504A5AF8F2749766C8667A18AC1636C94FC3E3D55831C9483CB5883F299F6835D859D8A3632FDC2C6058B165378E92FB02F9D97FA5ED1766101133874AAB8880D16C8913B1359189B3BBFD808298F29EC81CE24AB092A614AF56F77E4E4E8BE36C1FEAE48B9E1C272BAF839FAF9B08B041E24D7C1CC96BA09DCBE576746033626119A4D5395DFB28361FC71CC2C82F6E98D2C716F01C6270C47E5B57E767216DBEC13E1F6C9635386A4A3B714A8DB438E15AD5D1A2EB83B7613351337E630953BC291102084CCACE1C92327710C2C840AD4580FEB57EDCFBCEBFA0CF7598F205652195662A5BE5FFFAD24321DEF66E16F2B5BC42EF9C6238E78262CA9B0CDC5BB3B3774FA0A5085D9F550611E7ED76CC429C6FC8A0F7C9FCD7B2C7C0C9C6DE7A34B97B8593A123AE658E26FBEAF53B6298CF3B39B239D50A54AFC2B96790
(Yeh, it’s very long)
Now, when we create bots we use a cookie to log in to our bot account, then we perform actions in the bot’s name, such as promoting demoting accepting and exiling users.
Roblox recently pushed out an issue that made it so that cookies automatically stop working when logged in from a different location.
Now, this is a big issue. Let me explain…
When running the code that controls your bot you run it on something called a “Server”. A server is basically a computer in a different location.
Let’s say me (@Noah) created a bot called “CookieTechIsEpic” while being in the UK with an IP of 12.345.67.89 , then get the cookie to put inside of my code: So that my code can control the bot.
Now, your server will never have the same IP as you (unless you self host, which hardly anybody does).
Then I put my cookie inside some code running on my server.
Now my server has an ip of 1.2.3.4 which is different to my ip of 12.345.67.89.
(Canadian flag for @25swrld)
Now roblox goes “oh-no, the cookie was created on a different location and the cookie is trying to be logged in on a IP that isn’t the same, let’s stop them from using the cookie!”.
Now this is not good as I want to be logged in so my bot works!
Roblox probably added this feature as a “security” feature to prevent cookie loggers from working.
However this has broke ranking services, websites and many other things that use good roblox bots.
This makes me very angry as it stops my tutorial from working.
Keep in mind if your followed our tutorial on how to make a ranking bot it won’t work at this current time.
I will keep you all updated!
However all jokes aside (and my terrible drawing) roblox get’s this fixed.
I really don’t want to see tons of services, solo developers have projects ruined.
What are your opinions on this (feel free to take your rage out)?
I hope this get’s fixed soon too,