
1.1k Views
Description
The God script key:M40KY
Comments
6

Offline
breezipsettings 2 months ago
? This "Script" of yours Doesnt have any scripts Just plain texts.
Offline
breezipsettings 2 months ago - Edited
"--// This uses the Godmode character-desync method to prevent health from dropping Ye
local function Godmode()
local lp = game:GetService("Players").LocalPlayer
if lp.Character then
local pos = lp.Character.HumanoidRootPart.CFrame
lp.Character.Archivable = true
local clone = lp.Character:Clone()
clone.Parent = workspace
lp.Character = clone
task.wait(0.1)
lp.Character.HumanoidRootPart.CFrame = pos
end
end"
"--// Standard velocity-based fly script
local function StartFly()
local lp = game:GetService("Players").LocalPlayer
local mouse = lp:GetMouse()
local hrp = lp.Character:WaitForChild("HumanoidRootPart")
local bg = Instance.new("BodyGyro", hrp)
local bv = Instance.new("BodyVelocity", hrp)
bg.maxTorque = Vector3.new(450000, 450000, 450000)
bg.P = 9e4
bv.maxForce = Vector3.new(450000, 450000, 450000)
bv.Velocity = Vector3.new(0, 0.1, 0)
task.spawn(function()
while bg.Parent do
task.wait()
bg.CFrame = workspace.CurrentCamera.CFrame
local vel = Vector3.new(0, 0.1, 0)
if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.W) then
vel = workspace.CurrentCamera.CFrame.LookVector * 100
end
bv.Velocity = vel
end
end)"
"--// High-velocity physics manipulation to launch others on contact(Fling scripy ye)
local function Fling()
local lp = game:GetService("Players").LocalPlayer
local hrp = lp.Character:WaitForChild("HumanoidRootPart")
local originalVelocity = hrp.Velocity
task.spawn(function()
while task.wait() do
hrp.Velocity = Vector3.new(0, 10000, 0) -- Forcing physics engine spikes
task.wait(0.1)
hrp.Velocity = Vector3.new(0, 0, 0)
end
end)
end"
. thats all for these Fling,Fly,Godmode.
Offline
breezipsettings 2 months ago
You Know Its real Hard to make these Sometimes
breezipsettingsYou Know Its real Hard to make these Sometimes
Offline
Mimithatscripts 2 months ago
@breezipsettings This is my first time creating scripts
Mimithatscripts@breezipsettings This is my first time creating sc...
Offline
breezipsettings 2 months ago
@Mimithatscripts I see, I think you will need to learn Luau If you want to create scripts. You're gonna Learn It :D
breezipsettings@Mimithatscripts I see, I think you will need to l...
Offline
Mimithatscripts 2 months ago
@breezipsettings I'm already creating one, I hope you like it
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
