LOl2x234

TS2

Dec 12th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.51 KB | None | 0 0
  1. -- By Kaldr, Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
  2.  
  3. -- Instances:
  4.  
  5. local GOD = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local author = Instance.new("TextLabel")
  9. local button = Instance.new("TextButton")
  10. local infobutton = Instance.new("TextButton")
  11. local settingsbutton = Instance.new("TextButton")
  12. local destroy = Instance.new("ImageButton")
  13. local info = Instance.new("Frame")
  14. local thanks = Instance.new("TextLabel")
  15. local includes = Instance.new("TextLabel")
  16. local godmode = Instance.new("TextLabel")
  17. local noclip = Instance.new("TextLabel")
  18. local noslowguns = Instance.new("TextLabel")
  19. local nomovementpause = Instance.new("TextLabel")
  20. local close = Instance.new("TextButton")
  21. local settings = Instance.new("Frame")
  22. local settingslabel = Instance.new("TextLabel")
  23. local close_2 = Instance.new("TextButton")
  24. local noclipyn = Instance.new("Frame")
  25. local nclipsetting = Instance.new("TextLabel")
  26. local nclipyes = Instance.new("ImageButton")
  27. local nclipno = Instance.new("ImageButton")
  28. local nsgyn = Instance.new("Frame")
  29. local nsgsetting = Instance.new("TextLabel")
  30. local nsgyes = Instance.new("ImageButton")
  31. local nsgno = Instance.new("ImageButton")
  32. local nmpyn = Instance.new("Frame")
  33. local nmpsetting = Instance.new("TextLabel")
  34. local nmpyes = Instance.new("ImageButton")
  35. local nmpno = Instance.new("ImageButton")
  36. local destroyframe = Instance.new("Frame")
  37. local thanks_2 = Instance.new("TextLabel")
  38. local destryon = Instance.new("ImageButton")
  39. local destroyy = Instance.new("ImageButton")
  40.  
  41. --Properties:
  42.  
  43. GOD.Name = "GOD"
  44. GOD.Parent = game:GetService("CoreGui")
  45. GOD.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. main.Name = "main"
  48. main.Parent = GOD
  49. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. main.BackgroundTransparency = 0.100
  51. main.BorderColor3 = Color3.fromRGB(0, 85, 255)
  52. main.Position = UDim2.new(0.457664251, 0, 0.490976453, 0)
  53. main.Size = UDim2.new(0, 159, 0, 110)
  54.  
  55. title.Name = "title"
  56. title.Parent = main
  57. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. title.BackgroundTransparency = 1.000
  59. title.Size = UDim2.new(0, 159, 0, 34)
  60. title.Font = Enum.Font.SourceSansLight
  61. title.Text = "GOD MODE"
  62. title.TextColor3 = Color3.fromRGB(31, 61, 234)
  63. title.TextSize = 27.000
  64. title.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  65. title.TextStrokeTransparency = 0.550
  66.  
  67. author.Name = "author"
  68. author.Parent = main
  69. author.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. author.BackgroundTransparency = 1.000
  71. author.Position = UDim2.new(0, 0, 0.243243247, 0)
  72. author.Size = UDim2.new(0, 159, 0, 24)
  73. author.Font = Enum.Font.SourceSansLight
  74. author.Text = "by Kaldr"
  75. author.TextColor3 = Color3.fromRGB(31, 61, 234)
  76. author.TextSize = 16.000
  77. author.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  78. author.TextStrokeTransparency = 0.450
  79.  
  80. button.Name = "button"
  81. button.Parent = main
  82. button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  83. button.BorderSizePixel = 0
  84. button.Position = UDim2.new(0.113207549, 0, 0.513513505, 0)
  85. button.Size = UDim2.new(0, 123, 0, 40)
  86. button.Font = Enum.Font.SciFi
  87. button.Text = "E N A B L E"
  88. button.TextColor3 = Color3.fromRGB(31, 61, 234)
  89. button.TextSize = 14.000
  90. button.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  91. button.TextStrokeTransparency = 0.450
  92.  
  93. infobutton.Name = "infobutton"
  94. infobutton.Parent = main
  95. infobutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. infobutton.BackgroundTransparency = 0.100
  97. infobutton.BorderColor3 = Color3.fromRGB(0, 85, 255)
  98. infobutton.Position = UDim2.new(0, 143, 0.240909085, 0)
  99. infobutton.Rotation = 90.000
  100. infobutton.Size = UDim2.new(0, 50, 0, 16)
  101. infobutton.Font = Enum.Font.SourceSansBold
  102. infobutton.Text = "INFO"
  103. infobutton.TextColor3 = Color3.fromRGB(31, 61, 234)
  104. infobutton.TextSize = 14.000
  105. infobutton.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  106. infobutton.TextStrokeTransparency = 0.700
  107.  
  108. settingsbutton.Name = "settingsbutton"
  109. settingsbutton.Parent = main
  110. settingsbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  111. settingsbutton.BackgroundTransparency = 0.100
  112. settingsbutton.BorderColor3 = Color3.fromRGB(0, 85, 255)
  113. settingsbutton.Position = UDim2.new(-1.18238986, 143, 0.422727287, 0)
  114. settingsbutton.Rotation = -90.000
  115. settingsbutton.Size = UDim2.new(0, 72, 0, 16)
  116. settingsbutton.Font = Enum.Font.SourceSansBold
  117. settingsbutton.Text = "SETTINGS"
  118. settingsbutton.TextColor3 = Color3.fromRGB(31, 61, 234)
  119. settingsbutton.TextSize = 14.000
  120. settingsbutton.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  121. settingsbutton.TextStrokeTransparency = 0.700
  122.  
  123. destroy.Name = "destroy"
  124. destroy.Parent = main
  125. destroy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  126. destroy.BackgroundTransparency = 0.100
  127. destroy.BorderColor3 = Color3.fromRGB(0, 85, 255)
  128. destroy.Position = UDim2.new(0.165465921, 0, 0.0373635031, -24)
  129. destroy.Size = UDim2.new(0, 23, 0, 19)
  130. destroy.Image = "http://www.roblox.com/asset/?id=4751858121"
  131. destroy.ImageColor3 = Color3.fromRGB(255, 92, 92)
  132.  
  133. info.Name = "info"
  134. info.Parent = GOD
  135. info.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  136. info.BackgroundTransparency = 0.100
  137. info.BorderColor3 = Color3.fromRGB(0, 85, 255)
  138. info.Position = UDim2.new(0.432846725, 0, 0.135135129, 0)
  139. info.Size = UDim2.new(0, 215, 0, 176)
  140. info.Visible = false
  141.  
  142. thanks.Name = "thanks"
  143. thanks.Parent = info
  144. thanks.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. thanks.BackgroundTransparency = 1.000
  146. thanks.Position = UDim2.new(0.0139534883, 0, 0.0671068504, 0)
  147. thanks.Size = UDim2.new(0, 208, 0, 24)
  148. thanks.Font = Enum.Font.SourceSansLight
  149. thanks.Text = "Hello! Thanks for using this."
  150. thanks.TextColor3 = Color3.fromRGB(31, 61, 234)
  151. thanks.TextSize = 20.000
  152. thanks.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  153. thanks.TextStrokeTransparency = 0.700
  154.  
  155. includes.Name = "includes"
  156. includes.Parent = info
  157. includes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. includes.BackgroundTransparency = 1.000
  159. includes.Position = UDim2.new(0.0139534883, 0, 0.203470498, 0)
  160. includes.Size = UDim2.new(0, 177, 0, 31)
  161. includes.Font = Enum.Font.SourceSansLight
  162. includes.Text = "\"GOD MODE\" includes:"
  163. includes.TextColor3 = Color3.fromRGB(31, 61, 234)
  164. includes.TextSize = 20.000
  165. includes.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  166. includes.TextStrokeTransparency = 0.700
  167.  
  168. godmode.Name = "god mode"
  169. godmode.Parent = info
  170. godmode.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  171. godmode.BackgroundTransparency = 1.000
  172. godmode.Position = UDim2.new(0.172093034, 0, 0.385288626, 0)
  173. godmode.Size = UDim2.new(0, 93, 0, 24)
  174. godmode.Font = Enum.Font.SourceSansLight
  175. godmode.Text = "- God mode"
  176. godmode.TextColor3 = Color3.fromRGB(31, 61, 234)
  177. godmode.TextSize = 18.000
  178. godmode.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  179. godmode.TextStrokeTransparency = 0.700
  180.  
  181. noclip.Name = "noclip"
  182. noclip.Parent = info
  183. noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. noclip.BackgroundTransparency = 1.000
  185. noclip.Position = UDim2.new(0.172093034, 0, 0.521652341, 0)
  186. noclip.Size = UDim2.new(0, 70, 0, 24)
  187. noclip.Font = Enum.Font.SourceSansLight
  188. noclip.Text = "- Noclip"
  189. noclip.TextColor3 = Color3.fromRGB(31, 61, 234)
  190. noclip.TextSize = 18.000
  191. noclip.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  192. noclip.TextStrokeTransparency = 0.700
  193.  
  194. noslowguns.Name = "no slow guns"
  195. noslowguns.Parent = info
  196. noslowguns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  197. noslowguns.BackgroundTransparency = 1.000
  198. noslowguns.Position = UDim2.new(0.223255828, 0, 0.658015966, 0)
  199. noslowguns.Size = UDim2.new(0, 93, 0, 24)
  200. noslowguns.Font = Enum.Font.SourceSansLight
  201. noslowguns.Text = "- No Slow Guns"
  202. noslowguns.TextColor3 = Color3.fromRGB(31, 61, 234)
  203. noslowguns.TextSize = 18.000
  204. noslowguns.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  205. noslowguns.TextStrokeTransparency = 0.700
  206.  
  207. nomovementpause.Name = "no movement pause"
  208. nomovementpause.Parent = info
  209. nomovementpause.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. nomovementpause.BackgroundTransparency = 1.000
  211. nomovementpause.Position = UDim2.new(0.172093034, 0, 0.794379532, 0)
  212. nomovementpause.Size = UDim2.new(0, 150, 0, 23)
  213. nomovementpause.Font = Enum.Font.SourceSansLight
  214. nomovementpause.Text = "- No Movement Pause"
  215. nomovementpause.TextColor3 = Color3.fromRGB(31, 61, 234)
  216. nomovementpause.TextSize = 18.000
  217. nomovementpause.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  218. nomovementpause.TextStrokeTransparency = 0.700
  219.  
  220. close.Name = "close"
  221. close.Parent = info
  222. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  223. close.BorderColor3 = Color3.fromRGB(255, 76, 76)
  224. close.Position = UDim2.new(0.683720946, 0, 0.414772719, 0)
  225. close.Size = UDim2.new(0, 52, 0, 29)
  226. close.Font = Enum.Font.SourceSans
  227. close.Text = "CLOSE"
  228. close.TextColor3 = Color3.fromRGB(255, 76, 76)
  229. close.TextSize = 14.000
  230.  
  231. settings.Name = "settings"
  232. settings.Parent = GOD
  233. settings.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  234. settings.BackgroundTransparency = 0.100
  235. settings.BorderColor3 = Color3.fromRGB(0, 85, 255)
  236. settings.Position = UDim2.new(0.274452537, 0, 0.283549786, 0)
  237. settings.Size = UDim2.new(0, 188, 0, 152)
  238. settings.Visible = false
  239.  
  240. settingslabel.Name = "settingslabel"
  241. settingslabel.Parent = settings
  242. settingslabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. settingslabel.BackgroundTransparency = 1.000
  244. settingslabel.Position = UDim2.new(0.157570541, 0, 0.152915955, 0)
  245. settingslabel.Size = UDim2.new(0, 128, 0, 35)
  246. settingslabel.Font = Enum.Font.SourceSansLight
  247. settingslabel.Text = "SETTINGS"
  248. settingslabel.TextColor3 = Color3.fromRGB(31, 61, 234)
  249. settingslabel.TextSize = 25.000
  250. settingslabel.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  251. settingslabel.TextStrokeTransparency = 0.700
  252.  
  253. close_2.Name = "close"
  254. close_2.Parent = settings
  255. close_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  256. close_2.BorderColor3 = Color3.fromRGB(255, 76, 76)
  257. close_2.Position = UDim2.new(0.75, 0, 0.029160751, 0)
  258. close_2.Size = UDim2.new(0, 43, 0, 23)
  259. close_2.Font = Enum.Font.SourceSans
  260. close_2.Text = "CLOSE"
  261. close_2.TextColor3 = Color3.fromRGB(255, 76, 76)
  262. close_2.TextSize = 14.000
  263.  
  264. noclipyn.Name = "noclipyn"
  265. noclipyn.Parent = settings
  266. noclipyn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. noclipyn.BackgroundTransparency = 1.000
  268. noclipyn.Position = UDim2.new(0.0319148935, 0, 0.416073859, 0)
  269. noclipyn.Size = UDim2.new(0, 165, 0, 13)
  270.  
  271. nclipsetting.Name = "nclipsetting"
  272. nclipsetting.Parent = noclipyn
  273. nclipsetting.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  274. nclipsetting.BackgroundTransparency = 1.000
  275. nclipsetting.Position = UDim2.new(-0.0350000001, 0, -0.715557873, 0)
  276. nclipsetting.Size = UDim2.new(0, 61, 0, 31)
  277. nclipsetting.Font = Enum.Font.SourceSansLight
  278. nclipsetting.Text = "Noclip"
  279. nclipsetting.TextColor3 = Color3.fromRGB(31, 61, 234)
  280. nclipsetting.TextSize = 20.000
  281. nclipsetting.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  282. nclipsetting.TextStrokeTransparency = 0.700
  283.  
  284. nclipyes.Name = "nclipyes"
  285. nclipyes.Parent = noclipyn
  286. nclipyes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  287. nclipyes.BackgroundTransparency = 1.000
  288. nclipyes.Position = UDim2.new(0.351515174, 0, -0.307692289, 0)
  289. nclipyes.Size = UDim2.new(0, 26, 0, 22)
  290. nclipyes.Image = "http://www.roblox.com/asset/?id=4751845997"
  291. nclipyes.ImageColor3 = Color3.fromRGB(125, 255, 166)
  292.  
  293. nclipno.Name = "nclipno"
  294. nclipno.Parent = noclipyn
  295. nclipno.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. nclipno.BackgroundTransparency = 1.000
  297. nclipno.Position = UDim2.new(0.5090909, 0, -0.446153879, 0)
  298. nclipno.Size = UDim2.new(0, 32, 0, 26)
  299. nclipno.Image = "http://www.roblox.com/asset/?id=4751858121"
  300.  
  301. nsgyn.Name = "nsgyn"
  302. nsgyn.Parent = settings
  303. nsgyn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. nsgyn.BackgroundTransparency = 1.000
  305. nsgyn.Position = UDim2.new(0.154255331, 0, 0.554231763, 0)
  306. nsgyn.Size = UDim2.new(0, 165, 0, 13)
  307.  
  308. nsgsetting.Name = "nsgsetting"
  309. nsgsetting.Parent = nsgyn
  310. nsgsetting.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  311. nsgsetting.BackgroundTransparency = 1.000
  312. nsgsetting.Position = UDim2.new(-0.0626100451, 0, 0.0923074558, 0)
  313. nsgsetting.Size = UDim2.new(0, 65, 0, 32)
  314. nsgsetting.Font = Enum.Font.SourceSansLight
  315. nsgsetting.Text = "NoSlowGuns"
  316. nsgsetting.TextColor3 = Color3.fromRGB(31, 61, 234)
  317. nsgsetting.TextSize = 20.000
  318. nsgsetting.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  319. nsgsetting.TextStrokeTransparency = 0.700
  320.  
  321. nsgyes.Name = "nsgyes"
  322. nsgyes.Parent = nsgyn
  323. nsgyes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  324. nsgyes.BackgroundTransparency = 1.000
  325. nsgyes.Position = UDim2.new(0.466666728, 0, 0.461538494, 0)
  326. nsgyes.Size = UDim2.new(0, 26, 0, 22)
  327. nsgyes.Image = "http://www.roblox.com/asset/?id=4751845997"
  328. nsgyes.ImageColor3 = Color3.fromRGB(125, 255, 166)
  329.  
  330. nsgno.Name = "nsgno"
  331. nsgno.Parent = nsgyn
  332. nsgno.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. nsgno.BackgroundTransparency = 1.000
  334. nsgno.Position = UDim2.new(0.624242485, 0, 0.323076904, 0)
  335. nsgno.Size = UDim2.new(0, 32, 0, 26)
  336. nsgno.Image = "http://www.roblox.com/asset/?id=4751858121"
  337.  
  338. nmpyn.Name = "nmpyn"
  339. nmpyn.Parent = settings
  340. nmpyn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. nmpyn.BackgroundTransparency = 1.000
  342. nmpyn.Position = UDim2.new(0.0585106388, 0, 0.810810685, 0)
  343. nmpyn.Size = UDim2.new(0, 165, 0, 13)
  344.  
  345. nmpsetting.Name = "nmpsetting"
  346. nmpsetting.Parent = nmpyn
  347. nmpsetting.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  348. nmpsetting.BackgroundTransparency = 1.000
  349. nmpsetting.Position = UDim2.new(0.0700000003, 0, -0.869403601, 0)
  350. nmpsetting.Size = UDim2.new(0, 66, 0, 38)
  351. nmpsetting.Font = Enum.Font.SourceSansLight
  352. nmpsetting.Text = "NoMovePause"
  353. nmpsetting.TextColor3 = Color3.fromRGB(31, 61, 234)
  354. nmpsetting.TextSize = 20.000
  355. nmpsetting.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  356. nmpsetting.TextStrokeTransparency = 0.700
  357.  
  358. nmpyes.Name = "nmpyes"
  359. nmpyes.Parent = nmpyn
  360. nmpyes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. nmpyes.BackgroundTransparency = 1.000
  362. nmpyes.Position = UDim2.new(0.624242425, 0, -0.0769230425, 0)
  363. nmpyes.Size = UDim2.new(0, 26, 0, 22)
  364. nmpyes.Image = "http://www.roblox.com/asset/?id=4751845997"
  365. nmpyes.ImageColor3 = Color3.fromRGB(125, 255, 166)
  366.  
  367. nmpno.Name = "nmpno"
  368. nmpno.Parent = nmpyn
  369. nmpno.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  370. nmpno.BackgroundTransparency = 1.000
  371. nmpno.Position = UDim2.new(0.781818271, 0, -0.215384632, 0)
  372. nmpno.Size = UDim2.new(0, 32, 0, 26)
  373. nmpno.Image = "http://www.roblox.com/asset/?id=4751858121"
  374.  
  375. destroyframe.Name = "destroyframe"
  376. destroyframe.Parent = GOD
  377. destroyframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  378. destroyframe.BackgroundTransparency = 0.100
  379. destroyframe.BorderColor3 = Color3.fromRGB(0, 85, 255)
  380. destroyframe.Position = UDim2.new(0.343065679, 0, 0.148648649, 0)
  381. destroyframe.Size = UDim2.new(0, 417, 0, 170)
  382. destroyframe.Visible = false
  383.  
  384. thanks_2.Name = "thanks"
  385. thanks_2.Parent = destroyframe
  386. thanks_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. thanks_2.BackgroundTransparency = 1.000
  388. thanks_2.Position = UDim2.new(0.0787016898, 0, 0.161224544, 0)
  389. thanks_2.Size = UDim2.new(0, 350, 0, 35)
  390. thanks_2.Font = Enum.Font.SourceSansLight
  391. thanks_2.Text = "Do you want to delete \"GOD MODE\"?"
  392. thanks_2.TextColor3 = Color3.fromRGB(31, 61, 234)
  393. thanks_2.TextSize = 30.000
  394. thanks_2.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  395. thanks_2.TextStrokeTransparency = 0.700
  396.  
  397. destryon.Name = "destryon"
  398. destryon.Parent = destroyframe
  399. destryon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  400. destryon.BackgroundTransparency = 1.000
  401. destryon.Position = UDim2.new(0.230259597, 0, 0.417194694, 0)
  402. destryon.Size = UDim2.new(0, 87, 0, 69)
  403. destryon.Image = "http://www.roblox.com/asset/?id=4751858121"
  404. destryon.ImageColor3 = Color3.fromRGB(255, 92, 92)
  405.  
  406. destroyy.Name = "destroyy"
  407. destroyy.Parent = destroyframe
  408. destroyy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  409. destroyy.BackgroundTransparency = 1.000
  410. destroyy.Position = UDim2.new(0.569086492, 0, 0.434841722, 0)
  411. destroyy.Size = UDim2.new(0, 72, 0, 63)
  412. destroyy.Image = "http://www.roblox.com/asset/?id=4751845997"
  413. destroyy.ImageColor3 = Color3.fromRGB(125, 255, 166)
  414.  
  415. -- Scripts:
  416.  
  417. local function CAEBC_fake_script() -- button.colors
  418. local script = Instance.new('LocalScript', button)
  419.  
  420. script.Parent.MouseButton1Click:Connect(function()
  421. if script.Parent.TextColor3 == Color3.fromRGB(31, 61, 234) then
  422. script.Parent.TextColor3 = Color3.fromRGB(218, 6, 255)
  423. script.Parent.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  424. script.Parent.TextStrokeTransparency = 0.45
  425. script.Parent.Text = "D I S A B L E"
  426. _G.gm0de = true
  427. else
  428. script.Parent.TextColor3 = Color3.fromRGB(31, 61, 234)
  429. script.Parent.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  430. script.Parent.TextStrokeTransparency = 0.45
  431. _G.gm0de = false
  432. script.Parent.Text = "E N A B L E"
  433. end
  434. end)
  435. end
  436. coroutine.wrap(CAEBC_fake_script)()
  437. local function AYROOV_fake_script() -- infobutton.infobuttons
  438. local script = Instance.new('LocalScript', infobutton)
  439.  
  440. script.Parent.MouseButton1Click:Connect(function()
  441. script.Parent.Parent.Parent.info.Visible = true
  442. end)
  443. end
  444. coroutine.wrap(AYROOV_fake_script)()
  445. local function FVSOEXZ_fake_script() -- main.drag
  446. local script = Instance.new('LocalScript', main)
  447.  
  448. local UserInputService = game:GetService("UserInputService")
  449.  
  450. local gui = script.Parent
  451.  
  452. local dragging
  453. local dragInput
  454. local dragStart
  455. local startPos
  456.  
  457. local function update(input)
  458. local delta = input.Position - dragStart
  459. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  460. end
  461.  
  462. gui.InputBegan:Connect(function(input)
  463. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  464. dragging = true
  465. dragStart = input.Position
  466. startPos = gui.Position
  467.  
  468. input.Changed:Connect(function()
  469. if input.UserInputState == Enum.UserInputState.End then
  470. dragging = false
  471. end
  472. end)
  473. end
  474. end)
  475.  
  476. gui.InputChanged:Connect(function(input)
  477. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  478. dragInput = input
  479. end
  480. end)
  481.  
  482. UserInputService.InputChanged:Connect(function(input)
  483. if input == dragInput and dragging then
  484. update(input)
  485. end
  486. end)
  487. end
  488. coroutine.wrap(FVSOEXZ_fake_script)()
  489. local function FNXLAJK_fake_script() -- main.stuff
  490. local script = Instance.new('LocalScript', main)
  491.  
  492. _G.gm0de = false
  493.  
  494. local Kaldr =[[
  495.  
  496. _
  497. | |
  498. | |__ _ _
  499. | '_ \| | | |
  500. | |_) | |_| |
  501. |_.__/ \__, |
  502. __/ | Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
  503. _ __ |___/ _
  504. | |/ / | | | |
  505. | ' / __ _| | __| |_ __
  506. | < / _` | |/ _` | '__|
  507. | . \ (_| | | (_| | |
  508. |_|\_\__,_|_|\__,_|_|
  509.  
  510. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  511. @@@@@@@@@@@@@@@@@@@&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  512. @@@@@@@@@@@@@@&&%/////**/(%&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  513. @@@@@@@@@&&%*/**(*/*,(*(/*/,(/*/*&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  514. @@@@@&%((*/*,(*//*(/#((((//**%#(((**(*//#%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  515. @@@@&(/**/////**//#(&#/(*##*(/(//(*(/&/(/(/(,(#//(%&&&&@@@@@@@@@@@@@@@@@@@@@@@@@
  516. @@&**&*//*/**(%@@@@@@@,%,(*//,/*/(/*(/(*/**#*(/*/*/(,*//#(//(&&&&@@@@@@@@@@@@@@@
  517. &/*,////*(&@@@@@@@@@&//(#**(///**/*(%%(//(//,/**/***(/(/*/(#//*(///(&&@@@@@@@@@@
  518. @&&&&&&@@@@@@@@@@@%/#*/**(*(*,/*%%/%(((%/,//*(**//(/, //*#&*(*(**#*#*/**(#&&@@@
  519. @@@@@@@@@@@@@@@@((*(**/*#*//,%(*/*(/(///&%&/,(*&#***, %%/(*(*/(*/**%%((*//(&&
  520. @@@@@@@@@@@@@@@(/**////**/#(**/*(//(/&&&&%(*((//*//(/*/%/(/*////*/*((*//*(((////
  521. @@@@@@@@@@@@@@%,,#&(,*(%#*///(/*/(&&&&&&&//(**/#/**,(//#///%%/(/*(*(**(/%&&#*(/*
  522. @@@@@@@@@@@@@&,,/,,/*%(/(/(/%#%#(((**###*//*(*/(*/*/(*(&/(* %**(((/#(//#*#/*
  523. @@@@@@@@@@@@@@%***/&*(*/#(@@@@@@@@@@@@&*,/(/**/,*%#*(((/*(/////*#//(*/(/(**/*///
  524. @@@@@@@@@@@@@&//#*/*/(&&@@@@@@@@@@@&&//(***/(*/*&@&(#,/*( (/(/(**//%#/*//(#/*/
  525. @@@@@@@@@@@@@@#*//%&@@@@@@@@@@@@@@&/#/%/*/*///&@@@&*,/, //((/*//%&//*((*#**//(
  526. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&#/(**((//*/&@@@&#/(** *(//&@@@@@&(/((*/**(///*/
  527. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&*/,/(*/*(((@@@@&%*(/.(//%&@@@@@@@@&%(/*(///*///(
  528. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(,//*(/*/(&@@@@%//**////#@@@@@@@@@@@@@@&&%///(%(((
  529. @@@@@@@@@@@@@@@@@@@@@@@@@@@&**(//(*/*%&@@@##/(**#//*&#@@@@@@@@@@@@@@@@@@@@@@@@&&
  530. @@@@@@@@@@@@@@@@@@@@@@@@@&*#*/#//*(&@@@@@//*,#*/*&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  531. @@@@@@@@@@@@@@@@@@@@@@@@&#*(&%*/((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  532. @@@@@@@@@@@@@@@@@@@@@@@@&,,**((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  533. ]]
  534. print(Kaldr)
  535.  
  536. --Variables
  537. local me = game:GetService("Players").LocalPlayer
  538. local mec = me.Character
  539. local hum = mec:WaitForChild("Humanoid")
  540.  
  541. local lhand = mec.LeftHand
  542. local l_larm = mec.LeftLowerArm
  543. local l_uarm = mec.LeftUpperArm
  544. local lfoot = mec.LeftFoot
  545. local l_lleg = mec.LeftLowerLeg
  546. local l_uleg = mec.LeftUpperLeg
  547.  
  548. local rhand = mec.RightHand
  549. local r_larm = mec.RightLowerArm
  550. local r_uarm = mec.RightUpperArm
  551. local rfoot = mec.RightFoot
  552. local r_uleg = mec.RightUpperLeg
  553. local r_lleg = mec.RightLowerLeg
  554.  
  555. local upt = mec.UpperTorso
  556. local lt = mec.LowerTorso
  557. local root = mec.HumanoidRootPart
  558. local head = mec.Head
  559.  
  560. --LeftHand
  561. lhand.DescendantAdded:Connect(function(obj)
  562. if _G.gm0de then
  563. wait()
  564. lhand.LeftWrist.Part0 = l_larm
  565. lhand.LeftWrist.Part1 = lhand
  566. end
  567. end)
  568. --LeftLowerArm
  569. l_larm.DescendantAdded:Connect(function(obj)
  570. if _G.gm0de then
  571. wait()
  572. l_larm.LeftElbow.Part0 = l_uarm
  573. l_larm.LeftElbow.Part1 = l_larm
  574. end
  575. end)
  576. --LeftUpperArm
  577. l_uarm.DescendantAdded:Connect(function(obj)
  578. if _G.gm0de then
  579. wait()
  580. l_uarm.LeftShoulder.Part0 = upt
  581. l_uarm.LeftShoulder.Part1 = l_uarm
  582. end
  583. end)
  584. --LeftFoot
  585. lfoot.DescendantAdded:Connect(function(obj)
  586. if _G.gm0de then
  587. wait()
  588. lfoot.LeftAnkle.Part0 = l_lleg
  589. lfoot.LeftAnkle.Part1 = lfoot
  590. end
  591. end)
  592. --LeftLowerLeg
  593. l_lleg.DescendantAdded:Connect(function(obj)
  594. if _G.gm0de then
  595. wait()
  596. l_lleg.LeftKnee.Part0 = l_uleg
  597. l_lleg.LeftKnee.Part1 = l_lleg
  598. end
  599. end)
  600. --LeftUpperLeg
  601. l_uleg.DescendantAdded:Connect(function(obj)
  602. if _G.gm0de then
  603. wait()
  604. l_uleg.LeftHip.Part0 = lt
  605. l_uleg.LeftHip.Part1 = l_uleg
  606. end
  607. end)
  608.  
  609. --RightHand
  610. rhand.DescendantAdded:Connect(function(obj)
  611. if _G.gm0de then
  612. wait()
  613. rhand.RightWrist.Part0 = r_larm
  614. rhand.RightWrist.Part1 = rhand
  615. end
  616. end)
  617. --RightLowerArm
  618. r_larm.DescendantAdded:Connect(function(obj)
  619. if _G.gm0de then
  620. wait()
  621. r_larm.RightElbow.Part0 = r_uarm
  622. r_larm.RightElbow.Part1 = r_larm
  623. end
  624. end)
  625. --RightUpperArm
  626. r_uarm.DescendantAdded:Connect(function(obj)
  627. if _G.gm0de then
  628. wait()
  629. r_uarm.RightShoulder.Part0 = upt
  630. r_uarm.RightShoulder.Part1 = r_uarm
  631. end
  632. end)
  633. --RightFoot
  634. rfoot.DescendantAdded:Connect(function(obj)
  635. if _G.gm0de then
  636. wait()
  637. rfoot.RightAnkle.Part0 = r_lleg
  638. rfoot.RightAnkle.Part1 = rfoot
  639. end
  640. end)
  641. --RightLowerLeg
  642. r_lleg.DescendantAdded:Connect(function(obj)
  643. if _G.gm0de then
  644. wait()
  645. r_lleg.RightKnee.Part0 = r_uleg
  646. r_lleg.RightKnee.Part1 = r_lleg
  647. end
  648. end)
  649. --RightUpperLeg
  650. r_uleg.DescendantAdded:Connect(function(obj)
  651. if _G.gm0de then
  652. wait()
  653. r_uleg.RightHip.Part0 = lt
  654. r_uleg.RightHip.Part1 = r_uleg
  655. end
  656. end)
  657.  
  658.  
  659. --UpperTorso
  660. upt.DescendantAdded:Connect(function(obj)
  661. if _G.gm0de then
  662. wait()
  663. upt.Waist.Part0 = lt
  664. upt.Waist.Part1 = upt
  665. end
  666. end)
  667. --LowerTorso
  668. lt.DescendantAdded:Connect(function(obj)
  669. if _G.gm0de then
  670. wait()
  671. lt.Root.Part0 = root
  672. lt.Root.Part1 = lt
  673. end
  674. end)
  675. --Head
  676. head.DescendantAdded:Connect(function(obj)
  677. if _G.gm0de then
  678. wait()
  679. head.Neck.Part0 = upt
  680. head.Neck.Part1 = head
  681. end
  682. end)
  683.  
  684. --Additions
  685. --1
  686. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  687. if v.Name == "KOd" and v:IsA("BoolValue") and _G.gm0de then
  688. v:Destroy()
  689. end
  690. end
  691.  
  692. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  693. if obj:IsA("BoolValue") and obj.Name == "KOd" and _G.gm0de then
  694. wait()
  695. obj:Destroy()
  696. end
  697. end)
  698. --2
  699. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  700. if v.Name == "Bone" and v:IsA("Part") and _G.gm0de then
  701. v:Destroy()
  702. end
  703. end
  704.  
  705. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(obj)
  706. if obj:IsA("Part") and obj.Name == "Bone" and _G.gm0de then
  707. wait()
  708. obj:Destroy()
  709. end
  710. end)
  711. --3
  712. while true do
  713. wait()
  714. if _G.gm0de then
  715. hum.PlatformStand = false
  716. end
  717. end
  718. --4
  719. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  720. if v.Name == "KOd" and v:IsA("Folder") and _G.gm0de then
  721. v:Destroy()
  722. end
  723. end
  724. --5
  725. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  726. if obj:IsA("Folder") and obj.Name == "KOd" and _G.gm0de then
  727. wait()
  728. obj:Destroy()
  729. end
  730. end)
  731.  
  732. end
  733. coroutine.wrap(FNXLAJK_fake_script)()
  734. local function FJOL_fake_script() -- main.stuff2
  735. local script = Instance.new('LocalScript', main)
  736.  
  737. _G.nclip = true
  738. _G.nsg = true
  739. _G.nmp = true
  740. --1
  741. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  742. if obj:IsA("Folder") and obj.Name == "GunSlow" and _G.gm0de and _G.nsg then
  743. obj:Destroy()
  744. wait()
  745. obj:Destroy()
  746. end
  747. end)
  748. --2
  749. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(q)
  750. if q:IsA("Folder") and q.Name == "Action" and _G.gm0de and _G.nmp then
  751. q:Destroy()
  752. wait()
  753. q:Destroy()
  754. end
  755. end)
  756. --3
  757. game:GetService("RunService").Stepped:Connect(function()
  758. for i,e in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  759. if e:IsA("BasePart") and _G.gm0de and _G.nclip then
  760. e.CanCollide = false
  761. end
  762. end
  763. end)
  764. --5
  765. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  766. if obj:IsA("Folder") and obj.Name == "KOd" and _G.gm0de then
  767. wait()
  768. obj:Destroy()
  769. end
  770. end)
  771. --6
  772. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(hi)
  773. if hi:IsA("Part") and hi.Name == "Bone" then
  774. local step = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  775. wait(0.36)
  776. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = step
  777. end
  778. end)
  779. --7
  780. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(thing)
  781. if thing:IsA("Part") and thing.Name == "Bone" and _G.gm0de and _G.nclip then
  782. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  783. wait()
  784. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  785. end
  786. end)
  787. end
  788. coroutine.wrap(FJOL_fake_script)()
  789. local function QDFPF_fake_script() -- settingsbutton.settingsbuttons
  790. local script = Instance.new('LocalScript', settingsbutton)
  791.  
  792. script.Parent.MouseButton1Click:Connect(function()
  793. script.Parent.Parent.Parent.settings.Visible = true
  794. end)
  795. end
  796. coroutine.wrap(QDFPF_fake_script)()
  797. local function HTPYW_fake_script() -- destroy.destroys
  798. local script = Instance.new('LocalScript', destroy)
  799.  
  800. script.Parent.MouseButton1Click:Connect(function()
  801. script.Parent.Parent.Parent.destroyframe.Visible = true
  802. end)
  803. end
  804. coroutine.wrap(HTPYW_fake_script)()
  805. local function FSOZQQP_fake_script() -- close.LocalScript
  806. local script = Instance.new('LocalScript', close)
  807.  
  808. script.Parent.MouseButton1Click:Connect(function()
  809. script.Parent.Parent.Visible = false
  810. end)
  811. end
  812. coroutine.wrap(FSOZQQP_fake_script)()
  813. local function XZLMAM_fake_script() -- info.drag
  814. local script = Instance.new('LocalScript', info)
  815.  
  816. local UserInputService = game:GetService("UserInputService")
  817.  
  818. local gui = script.Parent
  819.  
  820. local dragging
  821. local dragInput
  822. local dragStart
  823. local startPos
  824.  
  825. local function update(input)
  826. local delta = input.Position - dragStart
  827. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  828. end
  829.  
  830. gui.InputBegan:Connect(function(input)
  831. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  832. dragging = true
  833. dragStart = input.Position
  834. startPos = gui.Position
  835.  
  836. input.Changed:Connect(function()
  837. if input.UserInputState == Enum.UserInputState.End then
  838. dragging = false
  839. end
  840. end)
  841. end
  842. end)
  843.  
  844. gui.InputChanged:Connect(function(input)
  845. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  846. dragInput = input
  847. end
  848. end)
  849.  
  850. UserInputService.InputChanged:Connect(function(input)
  851. if input == dragInput and dragging then
  852. update(input)
  853. end
  854. end)
  855. end
  856. coroutine.wrap(XZLMAM_fake_script)()
  857. local function XLKZYK_fake_script() -- settings.drag
  858. local script = Instance.new('LocalScript', settings)
  859.  
  860. local UserInputService = game:GetService("UserInputService")
  861.  
  862. local gui = script.Parent
  863.  
  864. local dragging
  865. local dragInput
  866. local dragStart
  867. local startPos
  868.  
  869. local function update(input)
  870. local delta = input.Position - dragStart
  871. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  872. end
  873.  
  874. gui.InputBegan:Connect(function(input)
  875. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  876. dragging = true
  877. dragStart = input.Position
  878. startPos = gui.Position
  879.  
  880. input.Changed:Connect(function()
  881. if input.UserInputState == Enum.UserInputState.End then
  882. dragging = false
  883. end
  884. end)
  885. end
  886. end)
  887.  
  888. gui.InputChanged:Connect(function(input)
  889. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  890. dragInput = input
  891. end
  892. end)
  893.  
  894. UserInputService.InputChanged:Connect(function(input)
  895. if input == dragInput and dragging then
  896. update(input)
  897. end
  898. end)
  899. end
  900. coroutine.wrap(XLKZYK_fake_script)()
  901. local function FUIWYJ_fake_script() -- close_2.LocalScript
  902. local script = Instance.new('LocalScript', close_2)
  903.  
  904. script.Parent.MouseButton1Click:Connect(function()
  905. script.Parent.Parent.Visible = false
  906. end)
  907. end
  908. coroutine.wrap(FUIWYJ_fake_script)()
  909. local function AAYFN_fake_script() -- nclipyes.nclipys
  910. local script = Instance.new('LocalScript', nclipyes)
  911.  
  912. script.Parent.MouseButton1Click:Connect(function()
  913. _G.nclip = true
  914. script.Parent.ImageColor3 = Color3.fromRGB(125, 255, 166)
  915. script.Parent.Parent.nclipno.ImageColor3 = Color3.fromRGB(255, 255, 255)
  916. end)
  917. end
  918. coroutine.wrap(AAYFN_fake_script)()
  919. local function SRLBR_fake_script() -- nclipno.nclipns
  920. local script = Instance.new('LocalScript', nclipno)
  921.  
  922. script.Parent.MouseButton1Click:Connect(function()
  923. _G.nclip = false
  924. script.Parent.ImageColor3 = Color3.fromRGB(255, 92, 92)
  925. script.Parent.Parent.nclipyes.ImageColor3 = Color3.fromRGB(255, 255, 255)
  926. end)
  927. end
  928. coroutine.wrap(SRLBR_fake_script)()
  929. local function YAQI_fake_script() -- nsgyes.nsgy
  930. local script = Instance.new('LocalScript', nsgyes)
  931.  
  932. script.Parent.MouseButton1Click:Connect(function()
  933. _G.nsg = true
  934. script.Parent.ImageColor3 = Color3.fromRGB(125, 255, 166)
  935. script.Parent.Parent.nsgno.ImageColor3 = Color3.fromRGB(255, 255, 255)
  936. end)
  937. end
  938. coroutine.wrap(YAQI_fake_script)()
  939. local function MOQEKJB_fake_script() -- nsgno.nsgn
  940. local script = Instance.new('LocalScript', nsgno)
  941.  
  942. script.Parent.MouseButton1Click:Connect(function()
  943. _G.nsg = false
  944. script.Parent.ImageColor3 = Color3.fromRGB(255, 92, 92)
  945. script.Parent.Parent.nsgyes.ImageColor3 = Color3.fromRGB(255, 255, 255)
  946. end)
  947. end
  948. coroutine.wrap(MOQEKJB_fake_script)()
  949. local function NUPUZQ_fake_script() -- nmpyes.nmpys
  950. local script = Instance.new('LocalScript', nmpyes)
  951.  
  952. script.Parent.MouseButton1Click:Connect(function()
  953. _G.nmp = true
  954. script.Parent.ImageColor3 = Color3.fromRGB(125, 255, 166)
  955. script.Parent.Parent.nmpno.ImageColor3 = Color3.fromRGB(255, 255, 255)
  956. end)
  957. end
  958. coroutine.wrap(NUPUZQ_fake_script)()
  959. local function VFVZCH_fake_script() -- nmpno.nmpns
  960. local script = Instance.new('LocalScript', nmpno)
  961.  
  962. script.Parent.MouseButton1Click:Connect(function()
  963. _G.nmp = false
  964. script.Parent.ImageColor3 = Color3.fromRGB(255, 92, 92)
  965. script.Parent.Parent.nmpyes.ImageColor3 = Color3.fromRGB(255, 255, 255)
  966. end)
  967. end
  968. coroutine.wrap(VFVZCH_fake_script)()
  969. local function WPLICY_fake_script() -- destryon.destroyns
  970. local script = Instance.new('LocalScript', destryon)
  971.  
  972. script.Parent.MouseButton1Click:Connect(function()
  973. script.Parent.Parent.Visible = false
  974. end)
  975. end
  976. coroutine.wrap(WPLICY_fake_script)()
  977. local function HYODHBP_fake_script() -- destroyy.destroys
  978. local script = Instance.new('LocalScript', destroyy)
  979.  
  980. script.Parent.MouseButton1Click:Connect(function()
  981. _G.nmp = false
  982. _G.nclip = false
  983. _G.nsg = false
  984. _G.gm0de = false
  985. script.Parent.Parent.Parent:Destroy()
  986. end)
  987. end
  988. coroutine.wrap(HYODHBP_fake_script)()
Add Comment
Please, Sign In to add comment