Needing Help with Exploson stuff/settings

So I caught the earliest version of the roblox exploison from an uncopied locked game. They Work/ But I have 2 problems. 2 Things I need help to remove these features.

  1. Their is a setting button I don’t want image
  2. It gives Items/Tools I don’t need (Some of it I need but I don’t know how to remove some items.
    Here are the 2 scripts (They are placed in the ServerScriptServuce)
    1st Script (Called GetRedBallExplosions):

require(4680040832)()

2nd Script (Called Master Script):

require(4664879632)(nil, false)
require(6101328137)(
{
BombJump = false,
Targeting = {

  },
  Bomb = {Damage = 201, SelfDamage = true},
  Rocket = {Damage = 201, SelfDamage = true},
  Sword = {LungeExtensionTime = .75},
  Explosions = {FlingYou = false},
  AllowHumanoidChanges = true,
  Doomspire = {SlingFly = false},
  --Security = {Master = false},
  Themes = {ExplosionType = "RedBall"},
  LocalSettingsDefaults = {BombExplosion = "Classic"}

}
)

I just need help to remove those 2 features (SOME OF THE ITEMS IT GIVES EVEN THOUGH I DIDN’T PUT IN STARTER PACK AND THE SETTING BUTTON). If you want more info or don’t understand I can give you more info in the reply section so you understand more.