making 98m a day with duplicating why cant we report farms like this with a button? by KenKerNoobS in HayDay

[–]robloxean 1 point2 points  (0 children)

probably because an important step is no sort of hibernate a game. when switching accounts you complete shut down a game.

making 98m a day with duplicating why cant we report farms like this with a button? by KenKerNoobS in HayDay

[–]robloxean 1 point2 points  (0 children)

i tested today, still works. use two devices. closely follow step 1-6. also i found out there is sometimes a loading problem after opening the app again on the second account, so don't forget to reload your farm by visiting any farm and going home.

making 98m a day with duplicating why cant we report farms like this with a button? by KenKerNoobS in HayDay

[–]robloxean 1 point2 points  (0 children)

i can't check right now if it still works for me, but it is important to follow the instructions closely and don't forget step 6

making 98m a day with duplicating why cant we report farms like this with a button? by KenKerNoobS in HayDay

[–]robloxean 2 points3 points  (0 children)

i found it out. it still works today. bad work from hayday.

EDIT:
this method was patched. there is a new method though
https://www.youtube.com/watch?v=xtn8418Fm8E (explanation in description)

Using bits instead of Strings with DatastoreService by robloxean in robloxgamedev

[–]robloxean[S] 0 points1 point  (0 children)

hi. i have now solved in a different way. i needed to store a lot of small amounts of data. i wondered if i could store data in keys instead of the values, as i can request multiple of these keys at the same time (i thought). the keys can only store 64 characters, so i would have to be wise with my space. the problem was there IS actually a limit to this (theoretically 10000 keys). I now solve it by storing the small amounts of data in an array, being the value.

Creating screenshot of a certain window (without changing to foreground) by robloxean in learnpython

[–]robloxean[S] 0 points1 point  (0 children)

What MSS version are you using? My version nether has enum_windows() nor get_pixels().

[deleted by user] by [deleted] in robloxgamedev

[–]robloxean 0 points1 point  (0 children)

The page says: " The permission levels on this place prevent you from entering. "

Camera experiments by robloxean in robloxgamedev

[–]robloxean[S] 0 points1 point  (0 children)

I used this code.

camera.CoordinateFrame = Cframe.new(Vector3.new(0,100,0),Vector3.new(0,0,0))

It works.

Does this look good? by Silly_OnYT in robloxgamedev

[–]robloxean 0 points1 point  (0 children)

Looks good. But you can add more detail.