Advertisement
SekkayGod

KittyCheats [v1]

Feb 21st, 2024
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.58 KB | None | 0 0
  1. -- Instances: 86 | Scripts: 18 | Modules: 0
  2. local G2L = {};
  3.  
  4. -- StarterGui.KittyCheats
  5. G2L["1"] = Instance.new("ScreenGui", game.CoreGui);
  6. G2L["1"]["IgnoreGuiInset"] = true;
  7. G2L["1"]["DisplayOrder"] = 6;
  8. G2L["1"]["AutoLocalize"] = false;
  9. G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  10. G2L["1"]["Name"] = [[KittyCheats]];
  11. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  12.  
  13. -- StarterGui.KittyCheats.Toggle
  14. G2L["2"] = Instance.new("Frame", G2L["1"]);
  15. G2L["2"]["BackgroundTransparency"] = 1;
  16. G2L["2"]["Size"] = UDim2.new(1, 0, 0, 48);
  17. G2L["2"]["Position"] = UDim2.new(0, 0, 0, 10);
  18. G2L["2"]["Name"] = [[Toggle]];
  19.  
  20. -- StarterGui.KittyCheats.Toggle.Layout
  21. G2L["3"] = Instance.new("UIListLayout", G2L["2"]);
  22. G2L["3"]["FillDirection"] = Enum.FillDirection.Horizontal;
  23. G2L["3"]["Name"] = [[Layout]];
  24. G2L["3"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  25. G2L["3"]["Padding"] = UDim.new(0, 12);
  26. G2L["3"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  27.  
  28. -- StarterGui.KittyCheats.Toggle.TriggerPoint
  29. G2L["4"] = Instance.new("Frame", G2L["2"]);
  30. G2L["4"]["BackgroundTransparency"] = 1;
  31. G2L["4"]["LayoutOrder"] = 1;
  32. G2L["4"]["Size"] = UDim2.new(0, 44, 1, 0);
  33. G2L["4"]["Name"] = [[TriggerPoint]];
  34.  
  35. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background
  36. G2L["5"] = Instance.new("ImageButton", G2L["4"]);
  37. G2L["5"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  38. G2L["5"]["AnchorPoint"] = Vector2.new(0, 0.5);
  39. G2L["5"]["Size"] = UDim2.new(0, 44, 0, 44);
  40. G2L["5"]["Name"] = [[Background]];
  41. G2L["5"]["Position"] = UDim2.new(0, 0, 0.5, 0);
  42. G2L["5"]["BackgroundTransparency"] = 0.30000001192092896;
  43.  
  44. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.UICorner
  45. G2L["6"] = Instance.new("UICorner", G2L["5"]);
  46. G2L["6"]["CornerRadius"] = UDim.new(1, 0);
  47.  
  48. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.StateOverlayRound
  49. G2L["7"] = Instance.new("Frame", G2L["5"]);
  50. G2L["7"]["ZIndex"] = 2;
  51. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  52. G2L["7"]["BackgroundTransparency"] = 1;
  53. G2L["7"]["Size"] = UDim2.new(1, 0, 1, 0);
  54. G2L["7"]["Name"] = [[StateOverlayRound]];
  55.  
  56. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.StateOverlayRound.UICorner
  57. G2L["8"] = Instance.new("UICorner", G2L["7"]);
  58. G2L["8"]["CornerRadius"] = UDim.new(1, 0);
  59.  
  60. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.ImageLabel
  61. G2L["9"] = Instance.new("ImageLabel", G2L["5"]);
  62. G2L["9"]["BorderSizePixel"] = 0;
  63. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  64. G2L["9"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  65. G2L["9"]["Image"] = [[http://www.roblox.com/asset/?id=10814996508]];
  66. G2L["9"]["Size"] = UDim2.new(0, 32, 0, 32);
  67. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  68. G2L["9"]["BackgroundTransparency"] = 1;
  69. G2L["9"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  70.  
  71. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.LocalScript
  72. G2L["a"] = Instance.new("LocalScript", G2L["5"]);
  73.  
  74.  
  75. -- StarterGui.KittyCheats.Toggle.Padding
  76. G2L["b"] = Instance.new("UIPadding", G2L["2"]);
  77. G2L["b"]["PaddingTop"] = UDim.new(0, 2);
  78. G2L["b"]["Name"] = [[Padding]];
  79. G2L["b"]["PaddingRight"] = UDim.new(0, 17);
  80. G2L["b"]["PaddingBottom"] = UDim.new(0, 2);
  81. G2L["b"]["PaddingLeft"] = UDim.new(0, 88);
  82.  
  83. -- StarterGui.KittyCheats.KittyCheats
  84. G2L["c"] = Instance.new("Frame", G2L["1"]);
  85. G2L["c"]["ZIndex"] = 2;
  86. G2L["c"]["BorderSizePixel"] = 0;
  87. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
  88. G2L["c"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  89. G2L["c"]["Size"] = UDim2.new(0, 628, 0, 295);
  90. G2L["c"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  91. G2L["c"]["Visible"] = false;
  92. G2L["c"]["Name"] = [[KittyCheats]];
  93.  
  94. -- StarterGui.KittyCheats.KittyCheats.TopBar
  95. G2L["d"] = Instance.new("Frame", G2L["c"]);
  96. G2L["d"]["ZIndex"] = 999999999;
  97. G2L["d"]["BorderSizePixel"] = 0;
  98. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(0, 111, 255);
  99. G2L["d"]["BackgroundTransparency"] = 1;
  100. G2L["d"]["Size"] = UDim2.new(0, 628, 0, 4);
  101. G2L["d"]["Name"] = [[TopBar]];
  102.  
  103. -- StarterGui.KittyCheats.KittyCheats.BottomBar
  104. G2L["e"] = Instance.new("Frame", G2L["c"]);
  105. G2L["e"]["ZIndex"] = 100;
  106. G2L["e"]["BorderSizePixel"] = 0;
  107. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
  108. G2L["e"]["BackgroundTransparency"] = 1;
  109. G2L["e"]["Size"] = UDim2.new(0, 628, 0, 58);
  110. G2L["e"]["Position"] = UDim2.new(0, 0, 0.7997408509254456, 0);
  111. G2L["e"]["Name"] = [[BottomBar]];
  112.  
  113. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear
  114. G2L["f"] = Instance.new("TextButton", G2L["e"]);
  115. G2L["f"]["ZIndex"] = 100;
  116. G2L["f"]["BorderSizePixel"] = 0;
  117. G2L["f"]["AutoButtonColor"] = false;
  118. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  119. G2L["f"]["TextSize"] = 18;
  120. G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  121. G2L["f"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  122. G2L["f"]["Size"] = UDim2.new(0, 96, 0, 36);
  123. G2L["f"]["Name"] = [[clear]];
  124. G2L["f"]["Text"] = [[Clear]];
  125. G2L["f"]["Position"] = UDim2.new(0.2100008875131607, 0, 0.1818568855524063, 0);
  126. G2L["f"]["BackgroundTransparency"] = 0.8999999761581421;
  127.  
  128. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.UICorner
  129. G2L["10"] = Instance.new("UICorner", G2L["f"]);
  130. G2L["10"]["CornerRadius"] = UDim.new(0, 7);
  131.  
  132. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.UIStroke
  133. G2L["11"] = Instance.new("UIStroke", G2L["f"]);
  134. G2L["11"]["Transparency"] = 0.75;
  135. G2L["11"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  136.  
  137. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.C
  138. G2L["12"] = Instance.new("LocalScript", G2L["f"]);
  139. G2L["12"]["Name"] = [[C]];
  140.  
  141. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.Animate
  142. G2L["13"] = Instance.new("LocalScript", G2L["f"]);
  143. G2L["13"]["Name"] = [[Animate]];
  144.  
  145. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute
  146. G2L["14"] = Instance.new("TextButton", G2L["e"]);
  147. G2L["14"]["ZIndex"] = 100;
  148. G2L["14"]["BorderSizePixel"] = 0;
  149. G2L["14"]["AutoButtonColor"] = false;
  150. G2L["14"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  151. G2L["14"]["TextSize"] = 18;
  152. G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  153. G2L["14"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  154. G2L["14"]["Size"] = UDim2.new(0, 105, 0, 36);
  155. G2L["14"]["Name"] = [[execute]];
  156. G2L["14"]["Text"] = [[Execute]];
  157. G2L["14"]["Position"] = UDim2.new(0.02199999988079071, 0, 0.18199999630451202, 0);
  158. G2L["14"]["BackgroundTransparency"] = 0.8999999761581421;
  159.  
  160. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.UICorner
  161. G2L["15"] = Instance.new("UICorner", G2L["14"]);
  162. G2L["15"]["CornerRadius"] = UDim.new(0, 7);
  163.  
  164. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.Animate
  165. G2L["16"] = Instance.new("LocalScript", G2L["14"]);
  166. G2L["16"]["Name"] = [[Animate]];
  167.  
  168. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.UIStroke
  169. G2L["17"] = Instance.new("UIStroke", G2L["14"]);
  170. G2L["17"]["Transparency"] = 0.75;
  171. G2L["17"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  172.  
  173. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.E
  174. G2L["18"] = Instance.new("LocalScript", G2L["14"]);
  175. G2L["18"]["Name"] = [[E]];
  176.  
  177. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto
  178. G2L["19"] = Instance.new("TextButton", G2L["e"]);
  179. G2L["19"]["ZIndex"] = 100;
  180. G2L["19"]["BorderSizePixel"] = 0;
  181. G2L["19"]["AutoButtonColor"] = false;
  182. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  183. G2L["19"]["TextSize"] = 18;
  184. G2L["19"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  185. G2L["19"]["TextColor3"] = Color3.fromRGB(255, 76, 76);
  186. G2L["19"]["Size"] = UDim2.new(0, 69, 0, 36);
  187. G2L["19"]["Name"] = [[auto]];
  188. G2L["19"]["Text"] = [[Auto]];
  189. G2L["19"]["Position"] = UDim2.new(0.8644594550132751, 0, 0.1818568855524063, 0);
  190. G2L["19"]["BackgroundTransparency"] = 0.8999999761581421;
  191.  
  192. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.UICorner
  193. G2L["1a"] = Instance.new("UICorner", G2L["19"]);
  194. G2L["1a"]["CornerRadius"] = UDim.new(0, 7);
  195.  
  196. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.A
  197. G2L["1b"] = Instance.new("LocalScript", G2L["19"]);
  198. G2L["1b"]["Name"] = [[A]];
  199.  
  200. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.UIStroke
  201. G2L["1c"] = Instance.new("UIStroke", G2L["19"]);
  202. G2L["1c"]["Transparency"] = 0.75;
  203. G2L["1c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  204.  
  205. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.Animate
  206. G2L["1d"] = Instance.new("LocalScript", G2L["19"]);
  207. G2L["1d"]["Name"] = [[Animate]];
  208.  
  209. -- StarterGui.KittyCheats.KittyCheats.BottomBar.WAit
  210. G2L["1e"] = Instance.new("TextBox", G2L["e"]);
  211. G2L["1e"]["ZIndex"] = 555;
  212. G2L["1e"]["BorderSizePixel"] = 0;
  213. G2L["1e"]["TextSize"] = 18;
  214. G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  215. G2L["1e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  216. G2L["1e"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  217. G2L["1e"]["BackgroundTransparency"] = 0.8999999761581421;
  218. G2L["1e"]["PlaceholderText"] = [[0.1]];
  219. G2L["1e"]["Size"] = UDim2.new(0, 83, 0, 36);
  220. G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  221. G2L["1e"]["Text"] = [[0.1]];
  222. G2L["1e"]["Position"] = UDim2.new(0.7120000123977661, 0, 0.18199999630451202, 0);
  223. G2L["1e"]["Name"] = [[WAit]];
  224.  
  225. -- StarterGui.KittyCheats.KittyCheats.BottomBar.WAit.UICorner
  226. G2L["1f"] = Instance.new("UICorner", G2L["1e"]);
  227. G2L["1f"]["CornerRadius"] = UDim.new(0, 7);
  228.  
  229. -- StarterGui.KittyCheats.KittyCheats.BottomBar.WAit.UIStroke
  230. G2L["20"] = Instance.new("UIStroke", G2L["1e"]);
  231. G2L["20"]["Transparency"] = 0.75;
  232. G2L["20"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  233.  
  234. -- StarterGui.KittyCheats.KittyCheats.BottomBar.WAit.Animate
  235. G2L["21"] = Instance.new("LocalScript", G2L["1e"]);
  236. G2L["21"]["Name"] = [[Animate]];
  237.  
  238. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub
  239. G2L["22"] = Instance.new("TextButton", G2L["e"]);
  240. G2L["22"]["ZIndex"] = 100;
  241. G2L["22"]["BorderSizePixel"] = 0;
  242. G2L["22"]["AutoButtonColor"] = false;
  243. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  244. G2L["22"]["TextSize"] = 18;
  245. G2L["22"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  246. G2L["22"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  247. G2L["22"]["Size"] = UDim2.new(0, 96, 0, 36);
  248. G2L["22"]["Name"] = [[hub]];
  249. G2L["22"]["Text"] = [[Hub]];
  250. G2L["22"]["Position"] = UDim2.new(0.38038304448127747, 0, 0.1818568855524063, 0);
  251. G2L["22"]["BackgroundTransparency"] = 0.8999999761581421;
  252.  
  253. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.UICorner
  254. G2L["23"] = Instance.new("UICorner", G2L["22"]);
  255. G2L["23"]["CornerRadius"] = UDim.new(0, 7);
  256.  
  257. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.UIStroke
  258. G2L["24"] = Instance.new("UIStroke", G2L["22"]);
  259. G2L["24"]["Transparency"] = 0.75;
  260. G2L["24"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  261.  
  262. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.C
  263. G2L["25"] = Instance.new("LocalScript", G2L["22"]);
  264. G2L["25"]["Name"] = [[C]];
  265.  
  266. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.Animate
  267. G2L["26"] = Instance.new("LocalScript", G2L["22"]);
  268. G2L["26"]["Name"] = [[Animate]];
  269.  
  270. -- StarterGui.KittyCheats.KittyCheats.Title
  271. G2L["27"] = Instance.new("TextLabel", G2L["c"]);
  272. G2L["27"]["ZIndex"] = 100;
  273. G2L["27"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  274. G2L["27"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  275. G2L["27"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  276. G2L["27"]["TextSize"] = 24;
  277. G2L["27"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  278. G2L["27"]["Size"] = UDim2.new(0, 146, 0, 38);
  279. G2L["27"]["Text"] = [[Kitty Cheats]];
  280. G2L["27"]["Name"] = [[Title]];
  281. G2L["27"]["BackgroundTransparency"] = 1;
  282. G2L["27"]["Position"] = UDim2.new(0.06185932457447052, 0, 0.013559321872889996, 0);
  283.  
  284. -- StarterGui.KittyCheats.KittyCheats.ImageLabel
  285. G2L["28"] = Instance.new("ImageLabel", G2L["c"]);
  286. G2L["28"]["ZIndex"] = 10;
  287. G2L["28"]["BorderSizePixel"] = 0;
  288. G2L["28"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  289. G2L["28"]["ImageColor3"] = Color3.fromRGB(68, 68, 68);
  290. G2L["28"]["Size"] = UDim2.new(0, 615, 0, 183);
  291. G2L["28"]["BackgroundTransparency"] = 0.8999999761581421;
  292. G2L["28"]["Position"] = UDim2.new(0.009538867510855198, 0, 0.056521762162446976, 27);
  293.  
  294. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.security
  295. G2L["29"] = Instance.new("TextLabel", G2L["28"]);
  296. G2L["29"]["ZIndex"] = 100;
  297. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
  298. G2L["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  299. G2L["29"]["TextSize"] = 14;
  300. G2L["29"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  301. G2L["29"]["Size"] = UDim2.new(0, 552, 0, 258);
  302. G2L["29"]["Name"] = [[security]];
  303. G2L["29"]["Visible"] = false;
  304.  
  305. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame
  306. G2L["2a"] = Instance.new("ScrollingFrame", G2L["28"]);
  307. G2L["2a"]["Active"] = true;
  308. G2L["2a"]["ZIndex"] = 100;
  309. G2L["2a"]["BorderSizePixel"] = 0;
  310. G2L["2a"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  311. G2L["2a"]["BackgroundTransparency"] = 1;
  312. G2L["2a"]["Size"] = UDim2.new(1, 0, 1, 0);
  313. G2L["2a"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  314. G2L["2a"]["ScrollBarThickness"] = 0;
  315. G2L["2a"]["Name"] = [[EditorFrame]];
  316.  
  317. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Lines
  318. G2L["2b"] = Instance.new("TextLabel", G2L["2a"]);
  319. G2L["2b"]["ZIndex"] = 100;
  320. G2L["2b"]["BorderSizePixel"] = 0;
  321. G2L["2b"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  322. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(50, 50, 50);
  323. G2L["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  324. G2L["2b"]["TextSize"] = 15;
  325. G2L["2b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  326. G2L["2b"]["Size"] = UDim2.new(-0.012539184652268887, 30, 8, 0);
  327. G2L["2b"]["Text"] = [[1]];
  328. G2L["2b"]["Name"] = [[Lines]];
  329. G2L["2b"]["BackgroundTransparency"] = 1;
  330.  
  331. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source
  332. G2L["2c"] = Instance.new("TextBox", G2L["2a"]);
  333. G2L["2c"]["CursorPosition"] = -1;
  334. G2L["2c"]["PlaceholderColor3"] = Color3.fromRGB(183, 183, 183);
  335. G2L["2c"]["ZIndex"] = 100;
  336. G2L["2c"]["TextSize"] = 15;
  337. G2L["2c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  338. G2L["2c"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  339. G2L["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  340. G2L["2c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  341. G2L["2c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  342. G2L["2c"]["BackgroundTransparency"] = 1;
  343. G2L["2c"]["Size"] = UDim2.new(1, 0, 1, 0);
  344. G2L["2c"]["Text"] = [[print("kitty exe")]];
  345. G2L["2c"]["Position"] = UDim2.new(0, 30, 0, 0);
  346. G2L["2c"]["Name"] = [[Source]];
  347. G2L["2c"]["ClearTextOnFocus"] = false;
  348.  
  349. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Comments_
  350. G2L["2d"] = Instance.new("TextLabel", G2L["2c"]);
  351. G2L["2d"]["ZIndex"] = 100;
  352. G2L["2d"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  353. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  354. G2L["2d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  355. G2L["2d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  356. G2L["2d"]["TextSize"] = 15;
  357. G2L["2d"]["TextColor3"] = Color3.fromRGB(60, 201, 60);
  358. G2L["2d"]["Size"] = UDim2.new(1, 0, 1, 0);
  359. G2L["2d"]["Text"] = [[]];
  360. G2L["2d"]["Name"] = [[Comments_]];
  361. G2L["2d"]["BackgroundTransparency"] = 1;
  362.  
  363. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Globals_
  364. G2L["2e"] = Instance.new("TextLabel", G2L["2c"]);
  365. G2L["2e"]["ZIndex"] = 100;
  366. G2L["2e"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  367. G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  368. G2L["2e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  369. G2L["2e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  370. G2L["2e"]["TextSize"] = 15;
  371. G2L["2e"]["TextColor3"] = Color3.fromRGB(133, 215, 248);
  372. G2L["2e"]["Size"] = UDim2.new(1, 0, 1, 0);
  373. G2L["2e"]["Text"] = [[]];
  374. G2L["2e"]["Name"] = [[Globals_]];
  375. G2L["2e"]["BackgroundTransparency"] = 1;
  376.  
  377. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Keywords_
  378. G2L["2f"] = Instance.new("TextLabel", G2L["2c"]);
  379. G2L["2f"]["ZIndex"] = 100;
  380. G2L["2f"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  381. G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  382. G2L["2f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  383. G2L["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  384. G2L["2f"]["TextSize"] = 15;
  385. G2L["2f"]["TextColor3"] = Color3.fromRGB(249, 110, 125);
  386. G2L["2f"]["Size"] = UDim2.new(1, 0, 1, 0);
  387. G2L["2f"]["Text"] = [[]];
  388. G2L["2f"]["Name"] = [[Keywords_]];
  389. G2L["2f"]["BackgroundTransparency"] = 1;
  390.  
  391. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.RemoteHighlight_
  392. G2L["30"] = Instance.new("TextLabel", G2L["2c"]);
  393. G2L["30"]["ZIndex"] = 100;
  394. G2L["30"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  395. G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  396. G2L["30"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  397. G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  398. G2L["30"]["TextSize"] = 15;
  399. G2L["30"]["TextColor3"] = Color3.fromRGB(0, 145, 255);
  400. G2L["30"]["Size"] = UDim2.new(1, 0, 1, 0);
  401. G2L["30"]["Text"] = [[]];
  402. G2L["30"]["Name"] = [[RemoteHighlight_]];
  403. G2L["30"]["BackgroundTransparency"] = 1;
  404.  
  405. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Strings_
  406. G2L["31"] = Instance.new("TextLabel", G2L["2c"]);
  407. G2L["31"]["ZIndex"] = 100;
  408. G2L["31"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  409. G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  410. G2L["31"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  411. G2L["31"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  412. G2L["31"]["TextSize"] = 15;
  413. G2L["31"]["TextColor3"] = Color3.fromRGB(174, 242, 150);
  414. G2L["31"]["Size"] = UDim2.new(1, 0, 1, 0);
  415. G2L["31"]["Text"] = [[]];
  416. G2L["31"]["Name"] = [[Strings_]];
  417. G2L["31"]["BackgroundTransparency"] = 1;
  418.  
  419. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Tokens_
  420. G2L["32"] = Instance.new("TextLabel", G2L["2c"]);
  421. G2L["32"]["ZIndex"] = 100;
  422. G2L["32"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  423. G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  424. G2L["32"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  425. G2L["32"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  426. G2L["32"]["TextSize"] = 15;
  427. G2L["32"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  428. G2L["32"]["Size"] = UDim2.new(1, 0, 1, 0);
  429. G2L["32"]["Text"] = [[]];
  430. G2L["32"]["Name"] = [[Tokens_]];
  431. G2L["32"]["BackgroundTransparency"] = 1;
  432.  
  433. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.Source.Numbers_
  434. G2L["33"] = Instance.new("TextLabel", G2L["2c"]);
  435. G2L["33"]["ZIndex"] = 100;
  436. G2L["33"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  437. G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  438. G2L["33"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  439. G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  440. G2L["33"]["TextSize"] = 15;
  441. G2L["33"]["TextColor3"] = Color3.fromRGB(255, 199, 0);
  442. G2L["33"]["Size"] = UDim2.new(1, 0, 1, 0);
  443. G2L["33"]["Text"] = [[]];
  444. G2L["33"]["Name"] = [[Numbers_]];
  445. G2L["33"]["BackgroundTransparency"] = 1;
  446.  
  447. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.LocalScript
  448. G2L["34"] = Instance.new("LocalScript", G2L["2a"]);
  449.  
  450.  
  451. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.UICorner
  452. G2L["35"] = Instance.new("UICorner", G2L["28"]);
  453. G2L["35"]["CornerRadius"] = UDim.new(0, 7);
  454.  
  455. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.UIPadding
  456. G2L["36"] = Instance.new("UIPadding", G2L["28"]);
  457. G2L["36"]["PaddingTop"] = UDim.new(0, 6);
  458.  
  459. -- StarterGui.KittyCheats.KittyCheats.Dragify
  460. G2L["37"] = Instance.new("LocalScript", G2L["c"]);
  461. G2L["37"]["Name"] = [[Dragify]];
  462.  
  463. -- StarterGui.KittyCheats.KittyCheats.Logo
  464. G2L["38"] = Instance.new("ImageLabel", G2L["c"]);
  465. G2L["38"]["ZIndex"] = 555;
  466. G2L["38"]["BorderSizePixel"] = 0;
  467. G2L["38"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  468. G2L["38"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  469. G2L["38"]["Image"] = [[http://www.roblox.com/asset/?id=10814996508]];
  470. G2L["38"]["Size"] = UDim2.new(0, 32, 0, 32);
  471. G2L["38"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  472. G2L["38"]["Name"] = [[Logo]];
  473. G2L["38"]["BackgroundTransparency"] = 1;
  474. G2L["38"]["Position"] = UDim2.new(0.03343949094414711, 0, 0.0762711837887764, 0);
  475.  
  476. -- StarterGui.KittyCheats.KittyCheats.UIStroke
  477. G2L["39"] = Instance.new("UIStroke", G2L["c"]);
  478. G2L["39"]["Color"] = Color3.fromRGB(104, 160, 169);
  479. G2L["39"]["Thickness"] = 1.5;
  480.  
  481. -- StarterGui.KittyCheats.KittyCheats.UICorner
  482. G2L["3a"] = Instance.new("UICorner", G2L["c"]);
  483. G2L["3a"]["CornerRadius"] = UDim.new(0, 7);
  484.  
  485. -- StarterGui.KittyCheats.ScriptHub
  486. G2L["3b"] = Instance.new("Frame", G2L["1"]);
  487. G2L["3b"]["ZIndex"] = 2;
  488. G2L["3b"]["BorderSizePixel"] = 0;
  489. G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(27, 27, 27);
  490. G2L["3b"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  491. G2L["3b"]["Size"] = UDim2.new(0, 459, 0, 336);
  492. G2L["3b"]["ClipsDescendants"] = true;
  493. G2L["3b"]["Position"] = UDim2.new(0.47821101546287537, 0, 0.5319812893867493, 0);
  494. G2L["3b"]["Visible"] = false;
  495. G2L["3b"]["Name"] = [[ScriptHub]];
  496.  
  497. -- StarterGui.KittyCheats.ScriptHub.BottomBar
  498. G2L["3c"] = Instance.new("Frame", G2L["3b"]);
  499. G2L["3c"]["ZIndex"] = 100;
  500. G2L["3c"]["BorderSizePixel"] = 0;
  501. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
  502. G2L["3c"]["BackgroundTransparency"] = 1;
  503. G2L["3c"]["Size"] = UDim2.new(0, 517, 0, 58);
  504. G2L["3c"]["Position"] = UDim2.new(0, 0, 0.7997408509254456, 0);
  505. G2L["3c"]["Name"] = [[BottomBar]];
  506.  
  507. -- StarterGui.KittyCheats.ScriptHub.BottomBar.Cancel
  508. G2L["3d"] = Instance.new("TextButton", G2L["3c"]);
  509. G2L["3d"]["ZIndex"] = 100;
  510. G2L["3d"]["BorderSizePixel"] = 0;
  511. G2L["3d"]["AutoButtonColor"] = false;
  512. G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  513. G2L["3d"]["TextSize"] = 18;
  514. G2L["3d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  515. G2L["3d"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  516. G2L["3d"]["Size"] = UDim2.new(0, 96, 0, 36);
  517. G2L["3d"]["Name"] = [[Cancel]];
  518. G2L["3d"]["Text"] = [[Close]];
  519. G2L["3d"]["Position"] = UDim2.new(0.024561632424592972, 0, 0.3169823884963989, 0);
  520. G2L["3d"]["BackgroundTransparency"] = 1;
  521.  
  522. -- StarterGui.KittyCheats.ScriptHub.BottomBar.Cancel.UICorner
  523. G2L["3e"] = Instance.new("UICorner", G2L["3d"]);
  524. G2L["3e"]["CornerRadius"] = UDim.new(0, 7);
  525.  
  526. -- StarterGui.KittyCheats.ScriptHub.BottomBar.Cancel.UIStroke
  527. G2L["3f"] = Instance.new("UIStroke", G2L["3d"]);
  528. G2L["3f"]["Color"] = Color3.fromRGB(236, 236, 236);
  529. G2L["3f"]["Transparency"] = 0.699999988079071;
  530. G2L["3f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  531.  
  532. -- StarterGui.KittyCheats.ScriptHub.BottomBar.Cancel.LocalScript
  533. G2L["40"] = Instance.new("LocalScript", G2L["3d"]);
  534.  
  535.  
  536. -- StarterGui.KittyCheats.ScriptHub.Title
  537. G2L["41"] = Instance.new("TextLabel", G2L["3b"]);
  538. G2L["41"]["ZIndex"] = 100;
  539. G2L["41"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  540. G2L["41"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  541. G2L["41"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  542. G2L["41"]["TextSize"] = 24;
  543. G2L["41"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  544. G2L["41"]["Size"] = UDim2.new(0, 278, 0, 38);
  545. G2L["41"]["Text"] = [[Kitty Cheats - Script Hub]];
  546. G2L["41"]["Name"] = [[Title]];
  547. G2L["41"]["BackgroundTransparency"] = 1;
  548. G2L["41"]["Position"] = UDim2.new(0.19620661437511444, 0, 0.019511722028255463, 0);
  549.  
  550. -- StarterGui.KittyCheats.ScriptHub.Notification
  551. G2L["42"] = Instance.new("Frame", G2L["3b"]);
  552. G2L["42"]["ZIndex"] = 999999999;
  553. G2L["42"]["BorderSizePixel"] = 0;
  554. G2L["42"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  555. G2L["42"]["BackgroundTransparency"] = 0.4000000059604645;
  556. G2L["42"]["Size"] = UDim2.new(0, 628, 0, 291);
  557. G2L["42"]["Position"] = UDim2.new(-0.0014264043420553207, 0, 0.018960952758789062, 0);
  558. G2L["42"]["Visible"] = false;
  559. G2L["42"]["Name"] = [[Notification]];
  560.  
  561. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame
  562. G2L["43"] = Instance.new("Frame", G2L["42"]);
  563. G2L["43"]["ZIndex"] = 999999999;
  564. G2L["43"]["BorderSizePixel"] = 0;
  565. G2L["43"]["BackgroundColor3"] = Color3.fromRGB(56, 56, 56);
  566. G2L["43"]["Size"] = UDim2.new(0, 589, 0, 71);
  567. G2L["43"]["Position"] = UDim2.new(0.029918793588876724, 0, 0.6873332858085632, 0);
  568. G2L["43"]["Name"] = [[NotifFrame]];
  569.  
  570. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Heading
  571. G2L["44"] = Instance.new("TextLabel", G2L["43"]);
  572. G2L["44"]["ZIndex"] = 999999999;
  573. G2L["44"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  574. G2L["44"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  575. G2L["44"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  576. G2L["44"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  577. G2L["44"]["TextSize"] = 20;
  578. G2L["44"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  579. G2L["44"]["Size"] = UDim2.new(0, 325, 0, 24);
  580. G2L["44"]["Text"] = [[Notification]];
  581. G2L["44"]["Name"] = [[Heading]];
  582. G2L["44"]["BackgroundTransparency"] = 1;
  583. G2L["44"]["Position"] = UDim2.new(0, 9, 0, 12);
  584.  
  585. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Heading.SubHeading
  586. G2L["45"] = Instance.new("TextLabel", G2L["44"]);
  587. G2L["45"]["TextWrapped"] = true;
  588. G2L["45"]["ZIndex"] = 999999999;
  589. G2L["45"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  590. G2L["45"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  591. G2L["45"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  592. G2L["45"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  593. G2L["45"]["TextSize"] = 15;
  594. G2L["45"]["TextColor3"] = Color3.fromRGB(185, 185, 185);
  595. G2L["45"]["Size"] = UDim2.new(0, 324, 0, 24);
  596. G2L["45"]["Text"] = [[Welcome This Is Backdoor SS]];
  597. G2L["45"]["Name"] = [[SubHeading]];
  598. G2L["45"]["BackgroundTransparency"] = 1;
  599. G2L["45"]["Position"] = UDim2.new(0, 0, 1, 2);
  600.  
  601. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.TopBar
  602. G2L["46"] = Instance.new("Frame", G2L["43"]);
  603. G2L["46"]["ZIndex"] = 999999999;
  604. G2L["46"]["BorderSizePixel"] = 0;
  605. G2L["46"]["BackgroundColor3"] = Color3.fromRGB(171, 86, 255);
  606. G2L["46"]["Size"] = UDim2.new(0, 589, 0, 4);
  607. G2L["46"]["Name"] = [[TopBar]];
  608.  
  609. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok
  610. G2L["47"] = Instance.new("TextButton", G2L["43"]);
  611. G2L["47"]["ZIndex"] = 999999999;
  612. G2L["47"]["BorderSizePixel"] = 0;
  613. G2L["47"]["AutoButtonColor"] = false;
  614. G2L["47"]["BackgroundColor3"] = Color3.fromRGB(236, 236, 236);
  615. G2L["47"]["TextSize"] = 18;
  616. G2L["47"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  617. G2L["47"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  618. G2L["47"]["Size"] = UDim2.new(0, 140, 0, 30);
  619. G2L["47"]["Name"] = [[Ok]];
  620. G2L["47"]["Text"] = [[OK]];
  621. G2L["47"]["Position"] = UDim2.new(0.734649121761322, 0, 0.31351304054260254, 0);
  622. G2L["47"]["BackgroundTransparency"] = 0.8999999761581421;
  623.  
  624. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.UICorner
  625. G2L["48"] = Instance.new("UICorner", G2L["47"]);
  626. G2L["48"]["CornerRadius"] = UDim.new(0, 7);
  627.  
  628. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.Animate
  629. G2L["49"] = Instance.new("LocalScript", G2L["47"]);
  630. G2L["49"]["Name"] = [[Animate]];
  631.  
  632. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.UIStroke
  633. G2L["4a"] = Instance.new("UIStroke", G2L["47"]);
  634. G2L["4a"]["Transparency"] = 0.75;
  635. G2L["4a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  636.  
  637. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.LocalScript
  638. G2L["4b"] = Instance.new("LocalScript", G2L["47"]);
  639.  
  640.  
  641. -- StarterGui.KittyCheats.ScriptHub.Dragify
  642. G2L["4c"] = Instance.new("LocalScript", G2L["3b"]);
  643. G2L["4c"]["Name"] = [[Dragify]];
  644.  
  645. -- StarterGui.KittyCheats.ScriptHub.UICorner
  646. G2L["4d"] = Instance.new("UICorner", G2L["3b"]);
  647. G2L["4d"]["CornerRadius"] = UDim.new(0, 7);
  648.  
  649. -- StarterGui.KittyCheats.ScriptHub.UIStroke
  650. G2L["4e"] = Instance.new("UIStroke", G2L["3b"]);
  651. G2L["4e"]["Color"] = Color3.fromRGB(104, 160, 169);
  652. G2L["4e"]["Thickness"] = 1.5;
  653.  
  654. -- StarterGui.KittyCheats.ScriptHub.Logo
  655. G2L["4f"] = Instance.new("ImageLabel", G2L["3b"]);
  656. G2L["4f"]["ZIndex"] = 555;
  657. G2L["4f"]["BorderSizePixel"] = 0;
  658. G2L["4f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  659. G2L["4f"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  660. G2L["4f"]["Image"] = [[http://www.roblox.com/asset/?id=10814996508]];
  661. G2L["4f"]["Size"] = UDim2.new(0, 32, 0, 32);
  662. G2L["4f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  663. G2L["4f"]["Name"] = [[Logo]];
  664. G2L["4f"]["BackgroundTransparency"] = 1;
  665. G2L["4f"]["Position"] = UDim2.new(0.14751724898815155, 0, 0.08346448838710785, 0);
  666.  
  667. -- StarterGui.KittyCheats.ScriptHub.Scripts
  668. G2L["50"] = Instance.new("Frame", G2L["3b"]);
  669. G2L["50"]["ZIndex"] = 100;
  670. G2L["50"]["BorderSizePixel"] = 0;
  671. G2L["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  672. G2L["50"]["BackgroundTransparency"] = 1;
  673. G2L["50"]["Size"] = UDim2.new(0, 435, 0, 222);
  674. G2L["50"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  675. G2L["50"]["Position"] = UDim2.new(0.026143791154026985, 0, 0.15191686153411865, 0);
  676. G2L["50"]["Name"] = [[Scripts]];
  677.  
  678. -- StarterGui.KittyCheats.ScriptHub.Scripts.UIGridLayout
  679. G2L["51"] = Instance.new("UIGridLayout", G2L["50"]);
  680. G2L["51"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  681. G2L["51"]["CellSize"] = UDim2.new(0, 96, 0, 36);
  682.  
  683. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template
  684. G2L["52"] = Instance.new("TextButton", G2L["50"]);
  685. G2L["52"]["ZIndex"] = 100;
  686. G2L["52"]["BorderSizePixel"] = 0;
  687. G2L["52"]["AutoButtonColor"] = false;
  688. G2L["52"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  689. G2L["52"]["TextSize"] = 18;
  690. G2L["52"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal);
  691. G2L["52"]["TextColor3"] = Color3.fromRGB(236, 236, 236);
  692. G2L["52"]["Size"] = UDim2.new(0, 96, 0, 36);
  693. G2L["52"]["Name"] = [[Template]];
  694. G2L["52"]["Text"] = [[Template]];
  695. G2L["52"]["Position"] = UDim2.new(0.38038304448127747, 0, 0.1818568855524063, 0);
  696. G2L["52"]["BackgroundTransparency"] = 0.8999999761581421;
  697.  
  698. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.UICorner
  699. G2L["53"] = Instance.new("UICorner", G2L["52"]);
  700. G2L["53"]["CornerRadius"] = UDim.new(0, 7);
  701.  
  702. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.UIStroke
  703. G2L["54"] = Instance.new("UIStroke", G2L["52"]);
  704. G2L["54"]["Transparency"] = 0.75;
  705. G2L["54"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  706.  
  707. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.C
  708. G2L["55"] = Instance.new("LocalScript", G2L["52"]);
  709. G2L["55"]["Name"] = [[C]];
  710.  
  711. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.Animate
  712. G2L["56"] = Instance.new("LocalScript", G2L["52"]);
  713. G2L["56"]["Name"] = [[Animate]];
  714.  
  715. -- StarterGui.KittyCheats.Toggle.TriggerPoint.Background.LocalScript
  716. local function C_a()
  717. local script = G2L["a"];
  718. script.Parent.MouseButton1Click:Connect(function()
  719. script.Parent.Parent.Parent.Parent.KittyCheats.Visible = not script.Parent.Parent.Parent.Parent.KittyCheats.Visible
  720. end)
  721. end;
  722. task.spawn(C_a);
  723. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.C
  724. local function C_12()
  725. local script = G2L["12"];
  726. script.Parent.MouseButton1Click:Connect(function()
  727. script.Parent.Parent.Parent.ImageLabel.EditorFrame.Source.Text = ""
  728. end)
  729. end;
  730. task.spawn(C_12);
  731. -- StarterGui.KittyCheats.KittyCheats.BottomBar.clear.Animate
  732. local function C_13()
  733. local script = G2L["13"];
  734. local noob = script.Parent
  735.  
  736.  
  737. Tween = function(Obj, Time, Settings)
  738. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  739. end
  740.  
  741.  
  742. script.Parent.MouseEnter:Connect(function()
  743. Tween(noob, 0.5, {BackgroundTransparency = 0})
  744. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  745. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  746. end)
  747.  
  748. script.Parent.MouseLeave:Connect(function()
  749. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  750. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  751. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  752. end)
  753. end;
  754. task.spawn(C_13);
  755. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.Animate
  756. local function C_16()
  757. local script = G2L["16"];
  758. local noob = script.Parent
  759.  
  760.  
  761. Tween = function(Obj, Time, Settings)
  762. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  763. end
  764.  
  765.  
  766. script.Parent.MouseEnter:Connect(function()
  767. Tween(noob, 0.5, {BackgroundTransparency = 0})
  768. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  769. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  770. end)
  771.  
  772. script.Parent.MouseLeave:Connect(function()
  773. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  774. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  775. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  776. end)
  777. end;
  778. task.spawn(C_16);
  779. -- StarterGui.KittyCheats.KittyCheats.BottomBar.execute.E
  780. local function C_18()
  781. local script = G2L["18"];
  782. script.Parent.MouseButton1Click:Connect(function()
  783. assert(loadstring(script.Parent.Parent.Parent.ImageLabel.EditorFrame.Source.Text))()
  784. end)
  785. end;
  786. task.spawn(C_18);
  787. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.A
  788. local function C_1b()
  789. local script = G2L["1b"];
  790. getgenv().auto = false
  791. script.Parent.MouseButton1Click:Connect(function()
  792. getgenv().auto = not getgenv().auto
  793. if getgenv().auto then
  794. script.Parent.TextColor3 = Color3.fromRGB(0, 255, 127)
  795. else
  796. script.Parent.TextColor3 = Color3.fromRGB(255,75,75)
  797. end
  798. end)
  799.  
  800. local Time = script.Parent.Parent.WAit
  801. local rte = 0.1
  802.  
  803. while true do
  804. rte=Time.Text
  805. if getgenv().auto then
  806. assert(loadstring(script.Parent.Parent.Parent.ImageLabel.EditorFrame.Source.Text))()
  807. end
  808. wait(rte)
  809. end
  810. end;
  811. task.spawn(C_1b);
  812. -- StarterGui.KittyCheats.KittyCheats.BottomBar.auto.Animate
  813. local function C_1d()
  814. local script = G2L["1d"];
  815. local noob = script.Parent
  816.  
  817.  
  818. Tween = function(Obj, Time, Settings)
  819. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  820. end
  821.  
  822.  
  823. script.Parent.MouseEnter:Connect(function()
  824. Tween(noob, 0.5, {BackgroundTransparency = 0})
  825. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  826. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  827. end)
  828.  
  829. script.Parent.MouseLeave:Connect(function()
  830. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  831. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  832. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  833. end)
  834. end;
  835. task.spawn(C_1d);
  836. -- StarterGui.KittyCheats.KittyCheats.BottomBar.WAit.Animate
  837. local function C_21()
  838. local script = G2L["21"];
  839. local noob = script.Parent
  840.  
  841.  
  842. Tween = function(Obj, Time, Settings)
  843. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  844. end
  845.  
  846.  
  847. script.Parent.MouseEnter:Connect(function()
  848. Tween(noob, 0.5, {BackgroundTransparency = 0})
  849. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  850. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  851. end)
  852.  
  853. script.Parent.MouseLeave:Connect(function()
  854. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  855. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  856. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  857. end)
  858. end;
  859. task.spawn(C_21);
  860. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.C
  861. local function C_25()
  862. local script = G2L["25"];
  863. script.Parent.MouseButton1Down:Connect(function()
  864. script.Parent.Parent.Parent.Visible = false
  865. script.Parent.Parent.Parent.Parent.ScriptHub.Visible = true
  866. end)
  867. end;
  868. task.spawn(C_25);
  869. -- StarterGui.KittyCheats.KittyCheats.BottomBar.hub.Animate
  870. local function C_26()
  871. local script = G2L["26"];
  872. local noob = script.Parent
  873.  
  874.  
  875. Tween = function(Obj, Time, Settings)
  876. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  877. end
  878.  
  879.  
  880. script.Parent.MouseEnter:Connect(function()
  881. Tween(noob, 0.5, {BackgroundTransparency = 0})
  882. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  883. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  884. end)
  885.  
  886. script.Parent.MouseLeave:Connect(function()
  887. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  888. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  889. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  890. end)
  891. end;
  892. task.spawn(C_26);
  893. -- StarterGui.KittyCheats.KittyCheats.ImageLabel.EditorFrame.LocalScript
  894. local function C_34()
  895. local script = G2L["34"];
  896. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while", "is_synapse_function","is_protosmasher_caller", "execute","foreach","foreachi","insert","syn","HttpGet","HttpPost","__index","__namecall","__add","__call","__tostring","__tonumber","__div"}
  897. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16","run_secure_function","create_secure_function","hookfunc","hookfunction","newcclosure","replaceclosure","islclosure","getgc","gcinfo","rconsolewarn","rconsoleprint","rconsoleinfo","rconsoleinput","rconsoleinputasync","rconsoleclear","rconsoleerr",}
  898.  
  899. local src = script.Parent.Source
  900. local lin = script.Parent.Lines
  901.  
  902. local Highlight = function(string, keywords)
  903. local K = {}
  904. local S = string
  905. local Token =
  906. {
  907. ["="] = true,
  908. ["."] = true,
  909. [","] = true,
  910. ["("] = true,
  911. [")"] = true,
  912. ["["] = true,
  913. ["]"] = true,
  914. ["{"] = true,
  915. ["}"] = true,
  916. [":"] = true,
  917. ["*"] = true,
  918. ["/"] = true,
  919. ["+"] = true,
  920. ["-"] = true,
  921. ["%"] = true,
  922. [";"] = true,
  923. ["~"] = true
  924. }
  925. for i, v in pairs(keywords) do
  926. K[v] = true
  927. end
  928. S = S:gsub(".", function(c)
  929. if Token[c] ~= nil then
  930. return "\32"
  931. else
  932. return c
  933. end
  934. end)
  935. S = S:gsub("%S+", function(c)
  936. if K[c] ~= nil then
  937. return c
  938. else
  939. return (" "):rep(#c)
  940. end
  941. end)
  942.  
  943. return S
  944. end
  945.  
  946. local hTokens = function(string)
  947. local Token =
  948. {
  949. ["="] = true,
  950. ["."] = true,
  951. [","] = true,
  952. ["("] = true,
  953. [")"] = true,
  954. ["["] = true,
  955. ["]"] = true,
  956. ["{"] = true,
  957. ["}"] = true,
  958. [":"] = true,
  959. ["*"] = true,
  960. ["/"] = true,
  961. ["+"] = true,
  962. ["-"] = true,
  963. ["%"] = true,
  964. [";"] = true,
  965. ["~"] = true
  966. }
  967. local A = ""
  968. local B = [[]]
  969. string:gsub(".", function(c)
  970. if Token[c] ~= nil then
  971. A = A .. c
  972. elseif c == "\n" then
  973. A = A .. "\n"
  974. elseif c == "\t" then
  975. A = A .. "\t"
  976. else
  977. A = A .. "\32"
  978. end
  979. end)
  980. return A
  981. end
  982.  
  983.  
  984. local strings = function(string)
  985. local highlight = ""
  986. local quote = false
  987. string:gsub(".", function(c)
  988. if quote == false and c == "\"" then
  989. quote = true
  990. elseif quote == true and c == "\"" then
  991. quote = false
  992. end
  993. if quote == false and c == "\"" then
  994. highlight = highlight .. "\""
  995. elseif c == "\n" then
  996. highlight = highlight .. "\n"
  997. elseif c == "\t" then
  998. highlight = highlight .. "\t"
  999. elseif quote == true then
  1000. highlight = highlight .. c
  1001. elseif quote == false then
  1002. highlight = highlight .. "\32"
  1003. end
  1004. end)
  1005.  
  1006. return highlight
  1007. end
  1008.  
  1009. local comments = function(string)
  1010. local ret = ""
  1011. string:gsub("[^\r\n]+", function(c)
  1012. local comm = false
  1013. local i = 0
  1014. c:gsub(".", function(n)
  1015. i = i + 1
  1016. if c:sub(i, i + 1) == "--" then
  1017. comm = true
  1018. end
  1019. if comm == true then
  1020. ret = ret .. n
  1021. else
  1022. ret = ret .. "\32"
  1023. end
  1024. end)
  1025. ret = ret
  1026. end)
  1027.  
  1028. return ret
  1029. end
  1030.  
  1031. local numbers = function(string)
  1032. local A = ""
  1033. string:gsub(".", function(c)
  1034. if tonumber(c) ~= nil then
  1035. A = A .. c
  1036. elseif c == "\n" then
  1037. A = A .. "\n"
  1038. elseif c == "\t" then
  1039. A = A .. "\t"
  1040. else
  1041. A = A .. "\32"
  1042. end
  1043. end)
  1044.  
  1045. return A
  1046. end
  1047.  
  1048. local highlight_source = function(type)
  1049. if type == "Text" then
  1050. src.Text = script.Parent.Source.Text:gsub("\13", "")
  1051. src.Text = script.Parent.Source.Text:gsub("\t", " ")
  1052. local s = src.Text
  1053. src.Keywords_.Text = Highlight(s, lua_keywords)
  1054. src.Globals_.Text = Highlight(s, global_env)
  1055. src.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  1056. src.Tokens_.Text = hTokens(s)
  1057. src.Numbers_.Text = numbers(s)
  1058. src.Strings_.Text = strings(s)
  1059. local lin = 1
  1060. s:gsub("\n", function()
  1061. lin = lin + 1
  1062. end)
  1063. script.Parent.Lines.Text = ""
  1064. for i = 1, lin do
  1065. script.Parent.Lines.Text = script.Parent.Lines.Text .. i .. "\n"
  1066. end
  1067. end
  1068. end
  1069.  
  1070. local unhighlight = function()
  1071. src.Keywords_.Visible = false
  1072. src.Globals_.Visible = false
  1073. src.RemoteHighlight_.Visible = false
  1074. src.Tokens_.Visible = false
  1075. src.Numbers_.Visible = false
  1076. src.Strings_.Visible = false
  1077. end
  1078.  
  1079. local highlight = function()
  1080. src.Keywords_.Visible = true
  1081. src.Globals_.Visible = true
  1082. src.RemoteHighlight_.Visible = true
  1083. src.Tokens_.Visible = true
  1084. src.Numbers_.Visible = true
  1085. src.Strings_.Visible = true
  1086. end
  1087.  
  1088. highlight_source("Text")
  1089.  
  1090. src.Focused:Connect(function()
  1091. src.TextWrapped = true
  1092. unhighlight()
  1093. end)
  1094. src.FocusLost:Connect(function()
  1095. src.TextWrapped = false
  1096. highlight()
  1097. highlight_source(src.Text)
  1098. end)
  1099.  
  1100. src.Changed:Connect(highlight_source)
  1101. end;
  1102. task.spawn(C_34);
  1103. -- StarterGui.KittyCheats.KittyCheats.Dragify
  1104. local function C_37()
  1105. local script = G2L["37"];
  1106. local UserInputService = game:GetService("UserInputService")
  1107. local TweenService = game:GetService("TweenService")
  1108.  
  1109. local Frame = script.Parent
  1110. local StartPosition = nil
  1111. local DragStart = nil
  1112. local DragSpeed = 0.25
  1113. local DragToggle = nil
  1114.  
  1115. local function updateInput(Input)
  1116. local Delta = Input.Position - DragStart
  1117. local Position = UDim2.new(StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y)
  1118. TweenService:Create(Frame, TweenInfo.new(DragSpeed), {Position = Position}):Play()
  1119. end
  1120.  
  1121. Frame.InputBegan:Connect(function(Input)
  1122. if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) then
  1123. DragToggle = true
  1124. DragStart = Input.Position
  1125. StartPosition = Frame.Position
  1126. Input.Changed:Connect(function()
  1127. if Input.UserInputState == Enum.UserInputState.End then
  1128. DragToggle = false
  1129. end
  1130. end)
  1131. end
  1132. end)
  1133.  
  1134. UserInputService.InputChanged:Connect(function(Input)
  1135. if (Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch) then
  1136. if DragToggle then
  1137. updateInput(Input)
  1138. end
  1139. end
  1140. end)
  1141. end;
  1142. task.spawn(C_37);
  1143. -- StarterGui.KittyCheats.ScriptHub.BottomBar.Cancel.LocalScript
  1144. local function C_40()
  1145. local script = G2L["40"];
  1146. script.Parent.MouseButton1Down:Connect(function()
  1147. script.Parent.Parent.Parent.Parent.KittyCheats.Visible = true
  1148. script.Parent.Parent.Parent.Visible = false
  1149. end)
  1150. end;
  1151. task.spawn(C_40);
  1152. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.Animate
  1153. local function C_49()
  1154. local script = G2L["49"];
  1155. local noob = script.Parent
  1156.  
  1157.  
  1158. Tween = function(Obj, Time, Settings)
  1159. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  1160. end
  1161.  
  1162.  
  1163. script.Parent.MouseEnter:Connect(function()
  1164. Tween(noob, 0.5, {BackgroundTransparency = 0.75})
  1165. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  1166. end)
  1167.  
  1168. script.Parent.MouseLeave:Connect(function()
  1169. Tween(noob, 0.5, {BackgroundTransparency = 0.89})
  1170. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  1171. end)
  1172. end;
  1173. task.spawn(C_49);
  1174. -- StarterGui.KittyCheats.ScriptHub.Notification.NotifFrame.Ok.LocalScript
  1175. local function C_4b()
  1176. local script = G2L["4b"];
  1177. local D = true
  1178.  
  1179. script.Parent.MouseButton1Click:Connect(function()
  1180. if D == true then
  1181. script.Parent.Parent.Parent.NotifFrame:TweenPosition(UDim2.new(0.033, 0,1.028, 0),nil, nil, 0.7)
  1182. D = false
  1183. else
  1184. D = true
  1185. script.Parent.Parent.Parent.NotifFrame:TweenPosition(UDim2.new(0.174, 0,1, 0),nil, nil, 1.3)
  1186. end
  1187. wait(1)
  1188. script.Parent.Parent.Parent.Parent.Notification:Destroy()
  1189. end)
  1190. end;
  1191. task.spawn(C_4b);
  1192. -- StarterGui.KittyCheats.ScriptHub.Dragify
  1193. local function C_4c()
  1194. local script = G2L["4c"];
  1195. local UserInputService = game:GetService("UserInputService")
  1196. local TweenService = game:GetService("TweenService")
  1197.  
  1198. local Frame = script.Parent
  1199. local StartPosition = nil
  1200. local DragStart = nil
  1201. local DragSpeed = 0.25
  1202. local DragToggle = nil
  1203.  
  1204. local function updateInput(Input)
  1205. local Delta = Input.Position - DragStart
  1206. local Position = UDim2.new(StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y)
  1207. TweenService:Create(Frame, TweenInfo.new(DragSpeed), {Position = Position}):Play()
  1208. end
  1209.  
  1210. Frame.InputBegan:Connect(function(Input)
  1211. if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) then
  1212. DragToggle = true
  1213. DragStart = Input.Position
  1214. StartPosition = Frame.Position
  1215. Input.Changed:Connect(function()
  1216. if Input.UserInputState == Enum.UserInputState.End then
  1217. DragToggle = false
  1218. end
  1219. end)
  1220. end
  1221. end)
  1222.  
  1223. UserInputService.InputChanged:Connect(function(Input)
  1224. if (Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch) then
  1225. if DragToggle then
  1226. updateInput(Input)
  1227. end
  1228. end
  1229. end)
  1230. end;
  1231. task.spawn(C_4c);
  1232. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.C
  1233. local function C_55()
  1234. local script = G2L["55"];
  1235. script.Parent.MouseButton1Click:Connect(function()
  1236. print("Template")
  1237. end)
  1238. end;
  1239. task.spawn(C_55);
  1240. -- StarterGui.KittyCheats.ScriptHub.Scripts.Template.Animate
  1241. local function C_56()
  1242. local script = G2L["56"];
  1243. local noob = script.Parent
  1244.  
  1245.  
  1246. Tween = function(Obj, Time, Settings)
  1247. game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time), Settings):Play()
  1248. end
  1249.  
  1250.  
  1251. script.Parent.MouseEnter:Connect(function()
  1252. Tween(noob, 0.5, {BackgroundTransparency = 0})
  1253. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(103,159,168)})
  1254. Tween(noob.UIStroke, 0.5, {Transparency = 0.5})
  1255. end)
  1256.  
  1257. script.Parent.MouseLeave:Connect(function()
  1258. Tween(noob, 0.5, {BackgroundTransparency = 0.9})
  1259. Tween(noob, 0.5, {BackgroundColor3 = Color3.fromRGB(138, 138, 138)})
  1260. Tween(noob.UIStroke, 0.5, {Transparency = 0.75})
  1261. end)
  1262. end;
  1263. task.spawn(C_56);
  1264.  
  1265. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement