Categories > Exploiting > Scripts >

Strucid Ripoff Game Script

Posts: 48

Threads: 4

Joined: Feb, 2021

Reputation: 0

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
  • 0

hi

im bad at scripting

Posts: 11

Threads: 2

Joined: Oct, 2020

Reputation: 0

Replied

Vouch, thanks for making this I had fun using this in Strucid :D

  • 0

Feens#7908 add im lonely

indigiz

google is best

Posts: 272

Threads: 8

Joined: Feb, 2021

Reputation: 0

Replied

welcome to the community, my fwend

  • 0

【˜”*°•.˜”*°• 𝕚𝕟𝕕𝕚𝕘𝕚𝕫 •°*”˜.•°*”˜】

 

Posts: 48

Threads: 4

Joined: Feb, 2021

Reputation: 0

Replied

@Feens

This is meant for https://www.roblox.com/games/5210140727/Battle-Royale not Strucid

  • 0

hi

im bad at scripting

Posts: 11

Threads: 2

Joined: Oct, 2020

Reputation: 0

Replied

@xxaa
Well thats not reasonable, i thought i was playing strucid thanks for the script though i had fun :D

  • 0

Feens#7908 add im lonely

Posts: 48

Threads: 4

Joined: Feb, 2021

Reputation: 0

Replied

@indigiz

Thanks

  • 0

hi

im bad at scripting

Users viewing this thread:

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