Skip to content

add disablevehiclecamera & enablevehiclecamera - replace RunService.Heartbeat:wait() with RunService.Heartbeat:Wait(), improve hooks#293

Closed
loadstring1 wants to merge 0 commit intoEdgeIY:masterfrom
loadstring1:master
Closed

add disablevehiclecamera & enablevehiclecamera - replace RunService.Heartbeat:wait() with RunService.Heartbeat:Wait(), improve hooks#293
loadstring1 wants to merge 0 commit intoEdgeIY:masterfrom
loadstring1:master

Conversation

@loadstring1
Copy link
Copy Markdown
Contributor

this command disables this old roblox camera update: https://devforum.roblox.com/t/driving-a-better-vehicle-camera/881216
it disables those autocorrections and its very useful when you use ;vfly because sometimes your camera randomly starts spinning (and i blame this old roblox update for it bc when i disable it suddenly the camera doesnt spin in the vehicle during vfly anymore)

@loadstring1 loadstring1 changed the title add disablevehiclecamera add disablevehiclecamera & enablevehiclecamera Oct 16, 2025
@Toon-arch
Copy link
Copy Markdown
Collaborator

isnt there a way to do this without filtergc or nah

@loadstring1
Copy link
Copy Markdown
Contributor Author

nah roblox locked down their CameraModule and it doesn't return the camera table anymore so i have to use filtergc to get that internal camera table

@loadstring1
Copy link
Copy Markdown
Contributor Author

loadstring1 commented Oct 20, 2025

Zrzut ekranu 2025-10-20 171429

😭

@loadstring1
Copy link
Copy Markdown
Contributor Author

loadstring1 commented Oct 20, 2025

oh right i can do this with getgc im such a dumbass 💀

@Toon-arch
Copy link
Copy Markdown
Collaborator

oh right i can do this with getgc im such a dumbass 💀

🙏

@Toon-arch
Copy link
Copy Markdown
Collaborator

yes i love filtergc its a fire function but it would limit what executors could use it lol so getgc would be a better option here (unfortunately 💔)
well to be fair i have my own lua version of filtergc that only uses getgc so its not entirely impossible

@loadstring1
Copy link
Copy Markdown
Contributor Author

loadstring1 commented Oct 20, 2025

oh my god my dumbass removed new chat commands 🤦

@loadstring1
Copy link
Copy Markdown
Contributor Author

i will also improve antikick bc its easiely detectable
example of how somebody would easiely detect __namecall hook from the antikick command:

if pcall(function() game:GetService("Players").LocalPlayer:KICK() end) then
        --somebody probably ran ;antikick command in IY
end

@loadstring1
Copy link
Copy Markdown
Contributor Author

Zrzut ekranu 2025-10-20 215311

@loadstring1
Copy link
Copy Markdown
Contributor Author

Zrzut ekranu 2025-10-20 215337

@loadstring1
Copy link
Copy Markdown
Contributor Author

same shit with teleportservice ig i will improve it bc im bored and got nothing else to do

@loadstring1
Copy link
Copy Markdown
Contributor Author

lol i also noticed allowrejoin command does nothing because its not even implemented in the hooks

@loadstring1
Copy link
Copy Markdown
Contributor Author

Zrzut ekranu 2025-10-20 222727

@loadstring1 loadstring1 changed the title add disablevehiclecamera & enablevehiclecamera add disablevehiclecamera & enablevehiclecamera - replace all waits with task.wait, replace runservice:wait() with runservice:Wait(), improve hooks Oct 20, 2025
@loadstring1
Copy link
Copy Markdown
Contributor Author

my hooks are still ass but i patched basic pcall detections if you find anything else feel free to tell me so i can patch those detections

@Toon-arch
Copy link
Copy Markdown
Collaborator

some things are hardcoded to the original wait and task.wait breaks those 💔

@Toon-arch
Copy link
Copy Markdown
Collaborator

lol i also noticed allowrejoin command does nothing because its not even implemented in the hooks

tf 😭

@loadstring1
Copy link
Copy Markdown
Contributor Author

loadstring1 commented Oct 20, 2025

lol i also noticed allowrejoin command does nothing because its not even implemented in the hooks

tf 😭

i fixed allowrejoin in this pull request just for u

some things are hardcoded to the original wait and task.wait breaks those 💔

my bad ig please help me point out the things that i broke bc i cannot find things that are broken because of this change

@loadstring1
Copy link
Copy Markdown
Contributor Author

LOL THE FUNNY THING I NOTICED AFTER THIS TASK.WAIT UPDATE THE JERK COMMAND IS A LITTLE FASTER 😭💀💀💀

@loadstring1
Copy link
Copy Markdown
Contributor Author

Zrzut ekranu 2025-10-20 234326

@loadstring1
Copy link
Copy Markdown
Contributor Author

ok i see i broke antichatlogs

@loadstring1 loadstring1 changed the title add disablevehiclecamera & enablevehiclecamera - replace all waits with task.wait, replace runservice:wait() with runservice:Wait(), improve hooks add disablevehiclecamera & enablevehiclecamera - replace replace RunService.Heartbeat:wait() with RunService.Heartbeat:Wait(), improve hooks Oct 21, 2025
@loadstring1
Copy link
Copy Markdown
Contributor Author

some things are hardcoded to the original wait and task.wait breaks those 💔

alright i just reverted it

@loadstring1 loadstring1 changed the title add disablevehiclecamera & enablevehiclecamera - replace replace RunService.Heartbeat:wait() with RunService.Heartbeat:Wait(), improve hooks add disablevehiclecamera & enablevehiclecamera - replace RunService.Heartbeat:wait() with RunService.Heartbeat:Wait(), improve hooks Oct 21, 2025
@Toon-arch
Copy link
Copy Markdown
Collaborator

so many changes i wanna kms can some of these be separate PRs 💔💔

@loadstring1
Copy link
Copy Markdown
Contributor Author

loadstring1 commented Nov 5, 2025

so many changes i wanna kms can some of these be separate PRs 💔💔

please speed i need this!!!

check out this link
master...loadstring1:infiniteyield:master

scroll down btw u will see all changes i made without pressing every commit 1 by 1

@loadstring1
Copy link
Copy Markdown
Contributor Author

also i just synced this PR with latest IY again

@loadstring1
Copy link
Copy Markdown
Contributor Author

so many changes i wanna kms can some of these be separate PRs 💔💔

#301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants