Advertisement
Guest User

DONT LEAK THIS - DDAY OP SCRIPT

a guest
Apr 9th, 2019
7,585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local gun = game.Players.LocalPlayer.Backpack.Kar98k -- Replace Kar98k With the gun name.
  2. local s = require(gun.Setting)
  3. s.Auto = true -- If you want the gun to be automatic then let it be true
  4. s.BaseDamage = 999999999999999999999999 -- The Damage the Bullet will do
  5. s.ExplosiveEnabled = true -- If the bullet is explosive like a rocket.
  6. s.Radius = 10000 -- Radius of the Explosion (Cant be higher than 10000)
  7. s.FireRate = 0.00001 -- Fire Rate how much time there is between the bullets.
  8. s.AmmoPerClip = 999999999999999999999999999999999999999999999999 -- How much ammo there is in a clip.
  9. s.CameraShakingEnabled = false -- If the camera shakes when you shoot
  10. s.BulletSize = Vector3.new(10,10,10) -- The Bullet size.
  11. s.BulletColor = BrickColor.Random() -- The bullet color (Buggy)
  12. -- There are more settings to the script, Just get dex and explore the "Setting" module in the gun.
  13. -- This only works for D-DAY https://www.roblox.com/games/901793731/D-DAY
  14. -- And
  15. -- D-Day ??? ???????? https://www.roblox.com/games/37688049/D-Day-72-PLAYER-SERVERS
  16.  
  17. -- Tested With: Synapse X
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement