Categories > Exploiting > Scripts >

NOCLIP | Limited Lua

Posts: 42

Threads: 17

Joined: Apr, 2018

Reputation: 0

Posted

This is a basic noclip script.
Do NOT fall of an edge! It will leave you suspended in air.
Be careful where you execute this script in! Some games have an auto-noclip detector.
Change on's value (default: "
true") to "false" to turn off the noclip.
Copy all below:
--------------------------------------------
local on = true;

game:GetService("Players")
.LocalPlayer
.Character
.HumanoidRootPart
.Anchored = on;
--------------------------------------------
~ Told you it was simple.

!WARNING!
Some games have an anti-noclip, so be careful where you execute this script in. (usually kick)
  • 0

Posts: 5

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

Thanks for the script!
  • 0

Posts: 6

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

If you do
local on = true;

game:GetService("Players")
.LocalPlayer
.Character
.HumanoidRootPart
.Anchored = off;

You will not be suspended in the air.
  • 0

Posts: 1

Threads: 0

Joined: Apr, 2018

Reputation: 0

Replied

But then you cant noclip
  • 0

Posts: 989

Threads: 34

Joined: Dec, 2016

Reputation: 104

Replied

Oh wow thats way simpler than I thought. I always thought that you need to affect the renderer or something. Thanks for sharing!
  • 0

Posts: 6

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

I meant to say you would stop floating but if execute the first script, you will no-clip again.
  • 0

Posts: 2

Threads: 1

Joined: Apr, 2018

Reputation: 0

Replied

How do i put this on JJSploit V4 with a push to activate?
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )