Advertisement
Guest User

shitty insoni v3 gui by tommy hilfiger

a guest
Oct 29th, 2019
6,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.32 KB | None | 0 0
  1. --hi
  2. game:GetService("ScriptContext"):SetTimeout(.1)
  3.  
  4. local plr = game:GetService("Players").LocalPlayer
  5. local char = plr.Character or plr.CharacterAdded:Wait()
  6. local light = game:GetService("Lighting")
  7. local runService = game:GetService("RunService")
  8. local uia = plr.PlayerGui
  9. local ui = uia:FindFirstChild("PlayerUi")
  10. local InSOnIv3 = Instance.new("ScreenGui")
  11. local Bar = Instance.new("Frame")
  12. local Back = Instance.new("Frame")
  13. local Stuff = Instance.new("Frame")
  14. local _1FullBright = Instance.new("TextLabel")
  15. local FullBrightToggle = Instance.new("TextButton")
  16. local UIListLayout = Instance.new("UIListLayout")
  17. local _2Speed = Instance.new("TextLabel")
  18. local Brackets = Instance.new("TextLabel")
  19. local SpeedAmount = Instance.new("TextBox")
  20. local _3NoDoor = Instance.new("TextLabel")
  21. local NoDoorToggle = Instance.new("TextButton")
  22. local _4MuteAll = Instance.new("TextLabel")
  23. local MuteToggle = Instance.new("TextButton")
  24. local _5NoEffects = Instance.new("TextLabel")
  25. local NoEffectsToggle = Instance.new("TextButton")
  26. local _6AntiMotionBlur = Instance.new("TextLabel")
  27. local AntiMotionBlurToggle = Instance.new("TextButton")
  28. local _7NoHeartBeat = Instance.new("TextLabel")
  29. local NoHeartToggle = Instance.new("TextButton")
  30. local _8NoJumpCool = Instance.new("TextLabel")
  31. local NoJumpCoolToggle = Instance.new("TextButton")
  32. local Title = Instance.new("TextLabel")
  33. local UIToggle = Instance.new("TextButton")
  34.  
  35. InSOnIv3.Name = "InSOnIv3"
  36. InSOnIv3.Parent = game:GetService("CoreGui")
  37. InSOnIv3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Bar.Name = "Bar"
  40. Bar.Parent = InSOnIv3
  41. Bar.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  42. Bar.BorderSizePixel = 0
  43. Bar.Position = UDim2.new(0.0500000007, 0, 0.0299999993, 0)
  44. Bar.Size = UDim2.new(0.125, 0, 0.0299999993, 0)
  45. Bar.Active = true
  46. Bar.Draggable = true
  47.  
  48. Back.Name = "Back"
  49. Back.Parent = Bar
  50. Back.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  51. Back.BorderSizePixel = 0
  52. Back.Position = UDim2.new(0, 0, 1, 0)
  53. Back.Size = UDim2.new(1, 0, 0, 0)
  54.  
  55. Stuff.Name = "Stuff"
  56. Stuff.Parent = Back
  57. Stuff.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Stuff.BackgroundTransparency = 1
  59. Stuff.ClipsDescendants = true
  60. Stuff.Position = UDim2.new(0.100000001, 0, 0.0500000007, 0)
  61. Stuff.Size = UDim2.new(0.899999976, 0, 0.949999988, 0)
  62.  
  63. _1FullBright.Name = "1FullBright"
  64. _1FullBright.Parent = Stuff
  65. _1FullBright.BackgroundColor3 = Color3.new(1, 1, 1)
  66. _1FullBright.BackgroundTransparency = 1
  67. _1FullBright.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  68. _1FullBright.Font = Enum.Font.SourceSans
  69. _1FullBright.Text = "full bright"
  70. _1FullBright.TextColor3 = Color3.new(1, 1, 1)
  71. _1FullBright.TextScaled = true
  72. _1FullBright.TextSize = 14
  73. _1FullBright.TextWrapped = true
  74. _1FullBright.TextXAlignment = Enum.TextXAlignment.Left
  75.  
  76. FullBrightToggle.Name = "FullBrightToggle"
  77. FullBrightToggle.Parent = _1FullBright
  78. FullBrightToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  79. FullBrightToggle.BackgroundTransparency = 1
  80. FullBrightToggle.Position = UDim2.new(1, 0, 0, 0)
  81. FullBrightToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  82. FullBrightToggle.Font = Enum.Font.SourceSans
  83. FullBrightToggle.Text = "off"
  84. FullBrightToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  85. FullBrightToggle.TextScaled = true
  86. FullBrightToggle.TextSize = 14
  87. FullBrightToggle.TextWrapped = true
  88.  
  89. UIListLayout.Parent = Stuff
  90. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  91. UIListLayout.Padding = UDim.new(0, 4)
  92.  
  93. _2Speed.Name = "2Speed"
  94. _2Speed.Parent = Stuff
  95. _2Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  96. _2Speed.BackgroundTransparency = 1
  97. _2Speed.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  98. _2Speed.Font = Enum.Font.SourceSans
  99. _2Speed.Text = "speed"
  100. _2Speed.TextColor3 = Color3.new(1, 1, 1)
  101. _2Speed.TextScaled = true
  102. _2Speed.TextSize = 14
  103. _2Speed.TextWrapped = true
  104. _2Speed.TextXAlignment = Enum.TextXAlignment.Left
  105.  
  106. Brackets.Name = "Brackets"
  107. Brackets.Parent = _2Speed
  108. Brackets.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Brackets.BackgroundTransparency = 1
  110. Brackets.Position = UDim2.new(0.949999988, 0, 0, 0)
  111. Brackets.Size = UDim2.new(0.400000006, 0, 1, 0)
  112. Brackets.Font = Enum.Font.SourceSans
  113. Brackets.Text = "[         ]"
  114. Brackets.TextColor3 = Color3.new(1, 1, 1)
  115. Brackets.TextScaled = true
  116. Brackets.TextSize = 14
  117. Brackets.TextWrapped = true
  118.  
  119. SpeedAmount.Name = "SpeedAmount"
  120. SpeedAmount.Parent = _2Speed
  121. SpeedAmount.BackgroundColor3 = Color3.new(1, 1, 1)
  122. SpeedAmount.BackgroundTransparency = 1
  123. SpeedAmount.Position = UDim2.new(1, 0, 0, 0)
  124. SpeedAmount.Size = UDim2.new(0.300000012, 0, 1, 0)
  125. SpeedAmount.Font = Enum.Font.SourceSans
  126. SpeedAmount.PlaceholderColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  127. SpeedAmount.PlaceholderText = "16"
  128. SpeedAmount.Text = ""
  129. SpeedAmount.TextColor3 = Color3.new(0.964706, 1, 0.631373)
  130. SpeedAmount.TextScaled = true
  131. SpeedAmount.TextSize = 14
  132. SpeedAmount.TextWrapped = true
  133.  
  134. _3NoDoor.Name = "3NoDoor"
  135. _3NoDoor.Parent = Stuff
  136. _3NoDoor.BackgroundColor3 = Color3.new(1, 1, 1)
  137. _3NoDoor.BackgroundTransparency = 1
  138. _3NoDoor.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  139. _3NoDoor.Font = Enum.Font.SourceSans
  140. _3NoDoor.Text = "remove doors"
  141. _3NoDoor.TextColor3 = Color3.new(1, 1, 1)
  142. _3NoDoor.TextScaled = true
  143. _3NoDoor.TextSize = 14
  144. _3NoDoor.TextWrapped = true
  145. _3NoDoor.TextXAlignment = Enum.TextXAlignment.Left
  146.  
  147. NoDoorToggle.Name = "NoDoorToggle"
  148. NoDoorToggle.Parent = _3NoDoor
  149. NoDoorToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  150. NoDoorToggle.BackgroundTransparency = 1
  151. NoDoorToggle.Position = UDim2.new(1, 0, 0, 0)
  152. NoDoorToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  153. NoDoorToggle.Font = Enum.Font.SourceSans
  154. NoDoorToggle.Text = "off"
  155. NoDoorToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  156. NoDoorToggle.TextScaled = true
  157. NoDoorToggle.TextSize = 14
  158. NoDoorToggle.TextWrapped = true
  159.  
  160. _4MuteAll.Name = "4MuteAll"
  161. _4MuteAll.Parent = Stuff
  162. _4MuteAll.BackgroundColor3 = Color3.new(1, 1, 1)
  163. _4MuteAll.BackgroundTransparency = 1
  164. _4MuteAll.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  165. _4MuteAll.Font = Enum.Font.SourceSans
  166. _4MuteAll.Text = "mute all sounds"
  167. _4MuteAll.TextColor3 = Color3.new(1, 1, 1)
  168. _4MuteAll.TextScaled = true
  169. _4MuteAll.TextSize = 14
  170. _4MuteAll.TextWrapped = true
  171. _4MuteAll.TextXAlignment = Enum.TextXAlignment.Left
  172.  
  173. MuteToggle.Name = "MuteToggle"
  174. MuteToggle.Parent = _4MuteAll
  175. MuteToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  176. MuteToggle.BackgroundTransparency = 1
  177. MuteToggle.Position = UDim2.new(1, 0, 0, 0)
  178. MuteToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  179. MuteToggle.Font = Enum.Font.SourceSans
  180. MuteToggle.Text = "off"
  181. MuteToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  182. MuteToggle.TextScaled = true
  183. MuteToggle.TextSize = 14
  184. MuteToggle.TextWrapped = true
  185.  
  186. _5NoEffects.Name = "5NoEffects"
  187. _5NoEffects.Parent = Stuff
  188. _5NoEffects.BackgroundColor3 = Color3.new(1, 1, 1)
  189. _5NoEffects.BackgroundTransparency = 1
  190. _5NoEffects.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  191. _5NoEffects.Font = Enum.Font.SourceSans
  192. _5NoEffects.Text = "no effects"
  193. _5NoEffects.TextColor3 = Color3.new(1, 1, 1)
  194. _5NoEffects.TextScaled = true
  195. _5NoEffects.TextSize = 14
  196. _5NoEffects.TextWrapped = true
  197. _5NoEffects.TextXAlignment = Enum.TextXAlignment.Left
  198.  
  199. NoEffectsToggle.Name = "NoEffectsToggle"
  200. NoEffectsToggle.Parent = _5NoEffects
  201. NoEffectsToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  202. NoEffectsToggle.BackgroundTransparency = 1
  203. NoEffectsToggle.Position = UDim2.new(1, 0, 0, 0)
  204. NoEffectsToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  205. NoEffectsToggle.Font = Enum.Font.SourceSans
  206. NoEffectsToggle.Text = "off"
  207. NoEffectsToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  208. NoEffectsToggle.TextScaled = true
  209. NoEffectsToggle.TextSize = 14
  210. NoEffectsToggle.TextWrapped = true
  211.  
  212. _6AntiMotionBlur.Name = "6AntiMotionBlur"
  213. _6AntiMotionBlur.Parent = Stuff
  214. _6AntiMotionBlur.BackgroundColor3 = Color3.new(1, 1, 1)
  215. _6AntiMotionBlur.BackgroundTransparency = 1
  216. _6AntiMotionBlur.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  217. _6AntiMotionBlur.Font = Enum.Font.SourceSans
  218. _6AntiMotionBlur.Text = "no motion blur"
  219. _6AntiMotionBlur.TextColor3 = Color3.new(1, 1, 1)
  220. _6AntiMotionBlur.TextScaled = true
  221. _6AntiMotionBlur.TextSize = 14
  222. _6AntiMotionBlur.TextWrapped = true
  223. _6AntiMotionBlur.TextXAlignment = Enum.TextXAlignment.Left
  224.  
  225. AntiMotionBlurToggle.Name = "AntiMotionBlurToggle"
  226. AntiMotionBlurToggle.Parent = _6AntiMotionBlur
  227. AntiMotionBlurToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  228. AntiMotionBlurToggle.BackgroundTransparency = 1
  229. AntiMotionBlurToggle.Position = UDim2.new(1, 0, 0, 0)
  230. AntiMotionBlurToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  231. AntiMotionBlurToggle.Font = Enum.Font.SourceSans
  232. AntiMotionBlurToggle.Text = "off"
  233. AntiMotionBlurToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  234. AntiMotionBlurToggle.TextScaled = true
  235. AntiMotionBlurToggle.TextSize = 14
  236. AntiMotionBlurToggle.TextWrapped = true
  237.  
  238. _7NoHeartBeat.Name = "7NoHeartBeat"
  239. _7NoHeartBeat.Parent = Stuff
  240. _7NoHeartBeat.BackgroundColor3 = Color3.new(1, 1, 1)
  241. _7NoHeartBeat.BackgroundTransparency = 1
  242. _7NoHeartBeat.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  243. _7NoHeartBeat.Font = Enum.Font.SourceSans
  244. _7NoHeartBeat.Text = "no heart beat"
  245. _7NoHeartBeat.TextColor3 = Color3.new(1, 1, 1)
  246. _7NoHeartBeat.TextScaled = true
  247. _7NoHeartBeat.TextSize = 14
  248. _7NoHeartBeat.TextWrapped = true
  249. _7NoHeartBeat.TextXAlignment = Enum.TextXAlignment.Left
  250.  
  251. NoHeartToggle.Name = "NoHeartToggle"
  252. NoHeartToggle.Parent = _7NoHeartBeat
  253. NoHeartToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  254. NoHeartToggle.BackgroundTransparency = 1
  255. NoHeartToggle.Position = UDim2.new(1, 0, 0, 0)
  256. NoHeartToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  257. NoHeartToggle.Font = Enum.Font.SourceSans
  258. NoHeartToggle.Text = "off"
  259. NoHeartToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  260. NoHeartToggle.TextScaled = true
  261. NoHeartToggle.TextSize = 14
  262. NoHeartToggle.TextWrapped = true
  263.  
  264. _8NoJumpCool.Name = "8NoJumpCool"
  265. _8NoJumpCool.Parent = Stuff
  266. _8NoJumpCool.BackgroundColor3 = Color3.new(1, 1, 1)
  267. _8NoJumpCool.BackgroundTransparency = 1
  268. _8NoJumpCool.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  269. _8NoJumpCool.Font = Enum.Font.SourceSans
  270. _8NoJumpCool.Text = "no jump cooldown"
  271. _8NoJumpCool.TextColor3 = Color3.new(1, 1, 1)
  272. _8NoJumpCool.TextScaled = true
  273. _8NoJumpCool.TextSize = 14
  274. _8NoJumpCool.TextWrapped = true
  275. _8NoJumpCool.TextXAlignment = Enum.TextXAlignment.Left
  276.  
  277. NoJumpCoolToggle.Name = "NoJumpCoolToggle"
  278. NoJumpCoolToggle.Parent = _8NoJumpCool
  279. NoJumpCoolToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  280. NoJumpCoolToggle.BackgroundTransparency = 1
  281. NoJumpCoolToggle.Position = UDim2.new(1, 0, 0, 0)
  282. NoJumpCoolToggle.Size = UDim2.new(0.300000012, 0, 1, 0)
  283. NoJumpCoolToggle.Font = Enum.Font.SourceSans
  284. NoJumpCoolToggle.Text = "off"
  285. NoJumpCoolToggle.TextColor3 = Color3.new(1, 0.701961, 0.701961)
  286. NoJumpCoolToggle.TextScaled = true
  287. NoJumpCoolToggle.TextSize = 14
  288. NoJumpCoolToggle.TextWrapped = true
  289.  
  290. Title.Name = "Title"
  291. Title.Parent = Bar
  292. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  293. Title.BackgroundTransparency = 1
  294. Title.Position = UDim2.new(0.150000006, 0, 0.174999997, 0)
  295. Title.Size = UDim2.new(0.699999988, 0, 0.649999976, 0)
  296. Title.Font = Enum.Font.Code
  297. Title.Text = "InSOnI v3"
  298. Title.TextColor3 = Color3.new(1, 1, 1)
  299. Title.TextScaled = true
  300. Title.TextSize = 14
  301. Title.TextWrapped = true
  302.  
  303. UIToggle.Name = "UIToggle"
  304. UIToggle.Parent = Bar
  305. UIToggle.BackgroundColor3 = Color3.new(1, 1, 1)
  306. UIToggle.BackgroundTransparency = 1
  307. UIToggle.Position = UDim2.new(0.824999988, 0, 0.150000006, 0)
  308. UIToggle.Size = UDim2.new(0.150000006, 0, 0.699999988, 0)
  309. UIToggle.Font = Enum.Font.SourceSans
  310. UIToggle.Text = "[-]"
  311. UIToggle.TextColor3 = Color3.new(1, 1, 1)
  312. UIToggle.TextScaled = true
  313. UIToggle.TextSize = 14
  314. UIToggle.TextWrapped = true
  315.  
  316. Back:TweenSize(UDim2.new(1, 0, 8, 0), "Out", "Quad", .1)
  317. wait(.1)
  318.  
  319. local UIOpen = true
  320. local doingShit = false
  321.  
  322. UIToggle.Activated:Connect(function()
  323.     if doingShit == false then
  324.         if UIOpen == true then
  325.             doingShit = true
  326.             Back:TweenSize(UDim2.new(1, 0, 0, 0), "Out", "Quad", .1)
  327.             wait(.1)
  328.             UIToggle.Text = "[+]"
  329.             UIOpen = false
  330.             doingShit = false
  331.         elseif UIOpen == false then
  332.             doingShit = true
  333.             Back:TweenSize(UDim2.new(1, 0, 8, 0), "Out", "Quad", .1)
  334.             wait(.1)
  335.             UIToggle.Text = "[-]"
  336.             UIOpen = true
  337.             doingShit = false
  338.         end
  339.     end
  340. end)
  341.  
  342. local colors = {
  343.     ["on"] = Color3.fromRGB(178, 195, 255),
  344.     ["off"] = Color3.fromRGB(255, 179, 179)
  345. }
  346.  
  347. local fullBright = false
  348. local currentSpeedValue = nil
  349. local noDoors = false
  350. local muteAudio = false
  351. local noEffects = false
  352. local noBlur = false
  353. local noHeart = false
  354. local noJumpLimit = false
  355.  
  356. runService.Heartbeat:Connect(function()
  357.     if fullBright == true then
  358.         light.Brightness = 2
  359.     end
  360.     if currentSpeedValue ~= nil then
  361.         char:FindFirstChild("Humanoid").WalkSpeed = currentSpeedValue
  362.     end
  363.     if noEffects == true then
  364.         ui.Faint.ImageTransparency = 1
  365.         ui.White.BackgroundTransparency = 1
  366.     end
  367. end)
  368.  
  369. FullBrightToggle.Activated:Connect(function()
  370.     if fullBright == false then
  371.         fullBright = true
  372.         light.Ambient = Color3.fromRGB(255, 255, 255)
  373.         FullBrightToggle.Text = "on"
  374.         FullBrightToggle.TextColor3 = colors["on"]
  375.     elseif fullBright == true then
  376.         fullBright = false
  377.         light.Ambient = Color3.fromRGB(0, 0, 0)
  378.         FullBrightToggle.Text = "off"
  379.         FullBrightToggle.TextColor3 = colors["off"]
  380.         light.Brightness = 0
  381.     end
  382. end)
  383.  
  384. SpeedAmount.Changed:Connect(function()
  385.     local value = ""
  386.     if SpeedAmount.Text == "" then
  387.         value = 0
  388.     else
  389.         value = tonumber(SpeedAmount.Text)
  390.     end
  391.     if value then
  392.         if value >= 1 then
  393.             currentSpeedValue = value
  394.         else
  395.             currentSpeedValue = nil
  396.             char:FindFirstChild("Humanoid").WalkSpeed = 16
  397.         end
  398.     end
  399. end)
  400.  
  401. NoDoorToggle.Activated:Connect(function()
  402.     if noDoors == false then
  403.         noDoors = true
  404.         NoDoorToggle.Text = "on"
  405.         NoDoorToggle.TextColor3 = colors["on"]
  406.         for i,v in pairs(game:GetDescendants()) do
  407.             if v.Name == "Door" then
  408.                 v.Transparency = 1
  409.                 v.CanCollide = false
  410.             end
  411.         end
  412.     elseif noDoors == true then
  413.         noDoors = false
  414.         NoDoorToggle.Text = "off"
  415.         NoDoorToggle.TextColor3 = colors["off"]
  416.         for i,v in pairs(game:GetDescendants()) do
  417.             if v.Name == "Door" then
  418.                 v.Transparency = 0
  419.                 v.CanCollide = true
  420.             end
  421.         end
  422.     end
  423. end)
  424.  
  425. MuteToggle.Activated:Connect(function()
  426.     if muteAudio == false then
  427.         muteAudio = true
  428.         MuteToggle.Text = "on"
  429.         MuteToggle.TextColor3 = colors["on"]
  430.         for i,v in pairs(game:GetDescendants()) do
  431.             if v.ClassName == "Sound" then
  432.                 v.Volume = 0
  433.             end
  434.         end
  435.     elseif muteAudio == true then
  436.         muteAudio = false
  437.         MuteToggle.Text = "off"
  438.         MuteToggle.TextColor3 = colors["off"]
  439.         for i,v in pairs(game:GetDescendants()) do
  440.             if v.ClassName == "Sound" then
  441.                 v.Volume = 1 -- cant be arsed to make it log each objects sound values and put them back into place
  442.             end
  443.         end
  444.     end
  445. end)
  446.  
  447. NoEffectsToggle.Activated:Connect(function()
  448.     if noEffects == false then
  449.         noEffects = true
  450.         NoEffectsToggle.Text = "on"
  451.         NoEffectsToggle.TextColor3 = colors["on"]
  452.     elseif noEffects == true then
  453.         noEffects = false
  454.         NoEffectsToggle.Text = "off"
  455.         NoEffectsToggle.TextColor3 = colors["off"]
  456.         ui.Faint.ImageTransparency = 0
  457.         ui.White.BackgroundTransparency = 0
  458.     end
  459. end)
  460.  
  461. AntiMotionBlurToggle.Activated:Connect(function()
  462.     if noBlur == false then
  463.         noBlur = true
  464.         AntiMotionBlurToggle.Text = "on"
  465.         AntiMotionBlurToggle.TextColor3 = colors["on"]
  466.         ui:FindFirstChild("PlayerScripts").MotionBlur.Disabled = true
  467.     elseif noBlur == true then
  468.         noBlur = false
  469.         AntiMotionBlurToggle.Text = "off"
  470.         AntiMotionBlurToggle.TextColor3 = colors["off"]
  471.         ui:FindFirstChild("PlayerScripts").MotionBlur.Disabled = false
  472.     end
  473. end)
  474.  
  475. NoHeartToggle.Activated:Connect(function()
  476.     if noHeart == false then
  477.         noHeart = true
  478.         NoHeartToggle.Text = "on"
  479.         NoHeartToggle.TextColor3 = colors["on"]
  480.         ui:FindFirstChild("FovHeart").Disabled = true
  481.     elseif noHeart == true then
  482.         noHeart = false
  483.         NoHeartToggle.Text = "off"
  484.         NoHeartToggle.TextColor3 = colors["off"]
  485.         ui:FindFirstChild("FovHeart").Disabled = false
  486.     end
  487. end)
  488.  
  489. NoJumpCoolToggle.Activated:Connect(function()
  490.     if noJumpLimit == false then
  491.         noJumpLimit = true
  492.         NoJumpCoolToggle.Text = "on"
  493.         NoJumpCoolToggle.TextColor3 = colors["on"]
  494.         char:FindFirstChild("Jump").Disabled = true
  495.     elseif noJumpLimit == true then
  496.         noJumpLimit = false
  497.         NoJumpCoolToggle.Text = "off"
  498.         NoJumpCoolToggle.TextColor3 = colors["off"]
  499.         char:FindFirstChild("Jump").Disabled = true
  500.     end
  501. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement