Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Prodigy Hack Request (furniture)[HR] #826

Open
NoobyUh opened this issue Mar 29, 2021 · 33 comments
Open

Prodigy Hack Request (furniture)[HR] #826

NoobyUh opened this issue Mar 29, 2021 · 33 comments
Assignees
Labels
Hack Adding a new hack. Priority: Low Low priority Research Research further into this issue. WCM Cheat menu enhancement
Milestone

Comments

@NoobyUh
Copy link

NoobyUh commented Mar 29, 2021

| I would like to be able to place furniture wherever, like a setting I can flip on to turn on "advanced placing" or something. |

(Furniture hack)

{Its not available, and i have always wanted to merge furniture.}

@PatheticMustan PatheticMustan added this to the 3.0.0 milestone Mar 30, 2021
@PatheticMustan PatheticMustan added Hack Adding a new hack. Research Research further into this issue. WCM Cheat menu enhancement labels Mar 30, 2021
@Hamming-Zaza
Copy link

What if someone visits ur house?

It would prob be client-side but I am a beginner at coding so idk

@Alexander1907297
Copy link

can i get a hack request plz

@ghost
Copy link

ghost commented Apr 2, 2021

@Alexander1907297
Copy link

yes

@Alexander1907297
Copy link

what ur account stuff

@ghost
Copy link

ghost commented Apr 8, 2021

what ur account stuff

?

@ghost
Copy link

ghost commented Apr 8, 2021

also, stop going off-topic

@github-actions
Copy link

github-actions bot commented Jun 7, 2021

This issue has not received any activity in a while and is considered stale. Has this issue been solved? If so, request for it to be closed.

@ArcerionDev
Copy link
Contributor

image

@TheFinality
Copy link
Contributor

i made this, but its a lil glitchy. Dm me Phenomenon#9999 for it

@NoobyUh
Copy link
Author

NoobyUh commented Jun 27, 2021 via email

@TheFinality
Copy link
Contributor

?

On Sun, Jun 27, 2021 at 1:26 PM Phenomenon @.***> wrote: i made this, but its a lil glitchy. Dm me Phenomenon#9999 for it — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#826 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATOMXX3IHXCYJZEUYAJAW5DTU6CRBANCNFSM4Z73RRUQ .

dm me on discord Phenomenon#9999

@github-actions
Copy link

This issue has not received any activity in a while and is considered stale. Has this issue been solved? If so, request for it to be closed.

@da638
Copy link

da638 commented Aug 29, 2021

shut uppppppppppppppppppppppppppppppppp

@github-actions
Copy link

This issue has not received any activity in a while and is considered stale. Has this issue been solved? If so, request for it to be closed.

@ghost
Copy link

ghost commented Oct 29, 2021

make it die make it die make it die make it die

@ArcerionDev
Copy link
Contributor

we don't need this, honestly

@ArcerionDev
Copy link
Contributor

actually

@ArcerionDev
Copy link
Contributor

I'll just put it on low-priority for now

@ArcerionDev ArcerionDev added the Priority: Low Low priority label Oct 29, 2021
@ArcerionDev ArcerionDev reopened this Oct 29, 2021
@afkvido
Copy link
Contributor

afkvido commented Dec 17, 2021

What if someone visits ur house?

It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

@PatheticMustan
Copy link
Member

No

@ghost
Copy link

ghost commented Dec 17, 2021

What if someone visits ur house?
It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

i dont think it would have to be client side

but its just not privacy friendly or ethical - if someone says not to go to their house and turns on an option to block it, dont try to bypass it

@afkvido
Copy link
Contributor

afkvido commented Dec 17, 2021

What if someone visits ur house?

It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

i dont think it would have to be client side

but its just not privacy friendly or ethical - if someone says not to go to their house and turns on an option to block it, dont try to bypass it

wdym? this is a furniture hack, not a hack that lets you visit closed houses

@ghost
Copy link

ghost commented Dec 17, 2021

What if someone visits ur house?

It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

i dont think it would have to be client side
but its just not privacy friendly or ethical - if someone says not to go to their house and turns on an option to block it, dont try to bypass it

wdym? this is a furniture hack, not a hack that lets you visit closed houses

oh what nvm that was stupid

@TheFinality
Copy link
Contributor

What if someone visits ur house?
It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

i dont think it would have to be client side

but its just not privacy friendly or ethical - if someone says not to go to their house and turns on an option to block it, dont try to bypass it

i already made this, just is a bit glitchy. its not client sided

@afkvido
Copy link
Contributor

afkvido commented Dec 18, 2021

What if someone visits ur house?

It would prob be client-side but I am a beginner at coding so idk

Making it client-side would be kinda useless. That's why this is a challenging hack.

i dont think it would have to be client side

but its just not privacy friendly or ethical - if someone says not to go to their house and turns on an option to block it, dont try to bypass it

i already made this, just is a bit glitchy. its not client sided

Really? whats the hack called?

@afkvido
Copy link
Contributor

afkvido commented Dec 18, 2021

i want to try it! it would be something i wanted for a long time! :)

@PatheticMustan
Copy link
Member

line 162207 in 6.25.0.js

X.prototype.canPlaceItem = function(Q) {
            var X = Q.getRenderer();
            if (!this.isValidSpace(X.getWorld(), X.getWidth(), X.getHeight())) return !1;
            for (var J = 0; J < this.houseItems.length; ++J) {
                var Z = this.houseItems[J].findComponent(Ve.a);
                if (Q !== Z && this.checkOverlap(X, Z.getRenderer())) return !1
            }
            return !0
        }

just overwrite, return true

@PatheticMustan
Copy link
Member

where is this...????

@PatheticMustan
Copy link
Member

i am tired, can somebody find the gameObject where this is...? usage suggests something about "houseMap" and "houseParent". How useful it would be to just search for a certain name!

@afkvido
Copy link
Contributor

afkvido commented Jan 2, 2022

i am tired, can somebody find the gameObject where this is...? usage suggests something about "houseMap" and "houseParent". How useful it would be to just search for a certain name!

"houseWife"
yeah… sounds like Prodigy to me.

@PatheticMustan
Copy link
Member

what.

@afkvido
Copy link
Contributor

afkvido commented Jan 21, 2022

cmon people.. let's make this hack! we gotta get 3.0.0

@PatheticMustan PatheticMustan self-assigned this Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Hack Adding a new hack. Priority: Low Low priority Research Research further into this issue. WCM Cheat menu enhancement
Projects
None yet
Development

No branches or pull requests

8 participants