Edward The Man-Eating Train Script | SERVER CRASHER, SEMI GOD MODE & MORE!

[ad_1]

Created by HTDBarsi#3056

Features:

  • SEMI-GOD MODE
local re = game:GetService("ReplicatedStorage").Medical_ReplicatedStorage.RemoteEvent_RequestHealth
if game:GetService("Workspace").ScrollingTerrainBounds:FindFirstChild("Ground") then
   game:GetService("Workspace").ScrollingTerrainBounds.Ground:Destroy()
end
while task.wait(0.1) do
   re:FireServer(25)
end
  • SHOOT 500 BULLETS AT ONCE
old = hookmetamethod(game, "__namecall", function(self, ...)
if getnamecallmethod() == "FireServer" and self.name == "RemoteEvent_ShootFastCastProjectile" then
   for i = 1,499 do
       old(self,...)
   end
end
return old(self, ...)
end)
  • WALKSPEED
while task.wait(0.1) do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 end
  • SERVER CRASHER
local a = game:GetService("Players").LocalPlayer.Backpack.Weapon_SP1911.Handle.Attachment_Muzzle
while task.wait() do
   for i = 1,250 do
       task.spawn(function()
       game:GetService("ReplicatedStorage").Weapons_ReplicatedStorage.RemoteEvent_ShootFastCastProjectile:FireServer(1, Vector3.zero, Vector3.zero, 500, 1, a, 1, 0, {})
       end)
   end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]