Categories > Exploiting > Scripts >
Strucid Ripoff Game Script
Posted
Got bored so I made this with friend
Video:
https://cdn.discordapp.com/attachments/811972939243061298/811992503095394335/18_08-07-06_Trim.mp4
-- Game is: https://www.roblox.com/games/5210140727/Battle-Royale
local lp = game.Players.LocalPlayer
local chr = lp.Character
local fal = chr:FindFirstChild("FallDamageClient")
if fal ~= nil then
fal:Destroy()
end
-- roket launecher
for _, z in pairs(lp.Backpack:GetDescendants()) do
if z:IsA "Tool" and z.Name == "Rocket Launcher" then
z.Configuration.ShotEffect.Value = "Grenade"
z.Configuration.BulletSpeed.Value = 9e9
z.Configuration.ShotCooldown.Value = 0
z.Configuration.BlastRadius.Value = 9e9
z.Configuration.BlastPressure.Value = 9e9
end
end
-- granede launker
for _, z in pairs(lp.Backpack:GetDescendants()) do
if z:IsA "Tool" and z.Name == "Grenade Launcher" then
z.Configuration.BulletSpeed.Value = 9e9
z.Configuration.ShotCooldown.Value = 0
z.Configuration.BlastRadius.Value = 9e9
z.Configuration.ReloadTime.Value = 0
end
end
-- inf ammo
for _,z in pairs(lp.Backpack:GetChildren()) do
if z:IsA'Tool' then
z.CurrentAmmo.Changed:Connect(function()
z.CurrentAmmo.Value = 9e9
end)
end
end
hi
im bad at scripting
Replied
Vouch, thanks for making this I had fun using this in Strucid :D
Cancel
Post
Feens#7908 add im lonely
Replied
welcome to the community, my fwend
Cancel
Post
ã€Ëœâ€*°•.Ëœâ€*°• ð•šð•Ÿð••ð•šð•˜ð•šð•« •°*â€Ëœ.•°*â€Ëœã€‘
Replied
This is meant for https://www.roblox.com/games/5210140727/Battle-Royale not Strucid
Cancel
Post
hi
im bad at scripting
Replied
@xxaa
Well thats not reasonable, i thought i was playing strucid thanks for the script though i had fun :D
Cancel
Post
Feens#7908 add im lonely
hi
im bad at scripting
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post