ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Script hub
1.1k Views

XMIMIX

Script hubUploaded by
2 months ago
Please login to perform these actions:

Description

The God script key:M40KY

View Raw
Edited By: Mimithatscripts Download


Comments
6
User profile picture
breezipsettings 2 months ago
? This "Script" of yours Doesnt have any scripts Just plain texts.
User profile picture
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.
User profile picture
breezipsettings 2 months ago
You Know Its real Hard to make these Sometimes
breezipsettings's profile picturebreezipsettingsYou Know Its real Hard to make these Sometimes
User profile picture
Mimithatscripts 2 months ago
@breezipsettings This is my first time creating scripts
Mimithatscripts's profile pictureMimithatscripts@breezipsettings This is my first time creating sc...
User profile picture
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's profile picturebreezipsettings@Mimithatscripts I see, I think you will need to l...
User profile picture
Mimithatscripts 2 months ago
@breezipsettings I'm already creating one, I hope you like it
Please Login to add a comment.