View difference between Paste ID: b6yx12UF and VvjFBwYY
SHOW: | | - or go back to the newest paste.
1-
local RBX = "rbxassetid://"
1+
2
	local Module = Player.SavedPlayerStatsModule
3-
	local character = Player.Character
3+
		local Credits = Module.Credits
4-
		local GUI = Player.PlayerGui.MenusScreenGui.MainMenuWindow.Body.InfoFrame.MuteBGMusicButton
4+
		local Level = Module.Level
5-
		local backgroundMusicSound = character:WaitForChild("BackgroundMusicLocalScript"):WaitForChild("Sound")
5+
		local XP = Module.Xp
6-
	local Module = Player.TempPlayerStatsModule
6+
		local VIP = Module.VIP
7-
		local Crawl = Module.DisableCrawl
7+
		local Chance = Module.BeastChance
8-
		local Beast = Module.IsBeast
8+
Credits.Value = Credits.Value *2
9-
		local BeastActive = false
9+
Level.Value = Level.Value *2
10-
		local Speed = Module.NormalWalkSpeed
10+
XP.Value = XP.Value *2
11-
	local PlayerNames = Player.PlayerGui.ScreenGui.PlayerNamesFrame
11+
VIP.Value = VIP.Value *2
12-
		function onKeyPress(inputObject, gameProcessedEvent)
12+
Chance.Value = Chance.Value *2
13-
			if inputObject.KeyCode == Enum.KeyCode.LeftShift then
13+
printoutput("This script was made by Squid#6245")