Categories > Exploiting > Scripts >

NoClip Script (Lua)

Posts: 3

Threads: 1

Joined: May, 2018

Reputation: 0

Posted

I made a script for noclipping. It works well, and on FE games. All you have to do is press E to toggle noclip on/off.

noclip = false
game:GetService('RunService').Stepped:connect(function()
if noclip then
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end
end)
plr = game.Players.LocalPlayer
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)

if key == "e" then
noclip = not noclip
game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
end
end)
print('Loaded')
print('Press "E" to noclip')
  • 0

Posts: 11

Threads: 1

Joined: Mar, 2018

Reputation: 0

Replied

But it will not work at Jailbreak because asimo3089(admin of the game) are know this and if you use, the server will kick you out
  • 1

Posts: 12

Threads: 3

Joined: Apr, 2018

Reputation: 0

Replied

Thx man it works pretty good I used it on fe games
  • 0

Posts: 3

Threads: 0

Joined: May, 2018

Reputation: 0

Replied

This is great thanks, toggling "e" makes it much much better
  • 0

Posts: 1

Threads: 0

Joined: Jul, 2019

Reputation: 0

Replied

It just kills me.

  • 0

Posts: 1

Threads: 0

Joined: Nov, 2019

Reputation: 0

Replied

Mostly because of how in some games they have protection against the function that noclip uses to actually give you noclip.

  • 0

JustDudeZero

inactive guy ver120

Posts: 97

Threads: 1

Joined: Oct, 2018

Reputation: 0

Replied

Works well on some games, except on some games that have anti-exploit, anyways good script!

  • 0

                                                                                                                         

jex

yes

Posts: 1983

Threads: 128

Joined: Nov, 2019

Reputation: 13

Replied

RDU2 has a strong anti-cheat.

 

which makes it hard to hack on with free exploits

  • 0

yes

Posts: 1

Threads: 0

Joined: Feb, 2020

Reputation: 0

Replied

@Barito974 Yeah it has a good Anti-Cheat

  • 0

Posts: 1498

Threads: 89

Joined: May, 2018

Reputation: 24

Replied

@littlerobbo07

 

 

Do you know how odl this thread is

  • 0

Hello there

#StayHome

 

Posts: 1

Threads: 0

Joined: Mar, 2020

Reputation: 0

Replied

Pretty good for my own exploit.

  • 0

Posts: 5

Threads: 1

Joined: Apr, 2020

Reputation: 0

Replied

Amazing Nice work

 

  • 0

Users viewing this thread:

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