Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.76 KB | None | 0 0
  1. --By Kaldr, Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
  2.  
  3. -- Instances:
  4.  
  5. local TS2_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 info = Instance.new("TextButton")
  11. local infogui = Instance.new("Frame")
  12. local thanks = Instance.new("TextLabel")
  13. local includes = Instance.new("TextLabel")
  14. local godmode = Instance.new("TextLabel")
  15. local noclip = Instance.new("TextLabel")
  16. local noslowguns = Instance.new("TextLabel")
  17. local nomovementpause = Instance.new("TextLabel")
  18. local close = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. TS2_GOD.Name = "TS2_GOD"
  23. TS2_GOD.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. TS2_GOD.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25. TS2_GOD.ResetOnSpawn = false
  26.  
  27. main.Name = "main"
  28. main.Parent = TS2_GOD
  29. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  30. main.BackgroundTransparency = 0.100
  31. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  32. main.Position = UDim2.new(0.457664251, 0, 0.490976453, 0)
  33. main.Size = UDim2.new(0, 159, 0, 110)
  34.  
  35. title.Name = "title"
  36. title.Parent = main
  37. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. title.BackgroundTransparency = 1.000
  39. title.Size = UDim2.new(0, 159, 0, 34)
  40. title.Font = Enum.Font.SourceSansLight
  41. title.Text = "GOD MODE"
  42. title.TextColor3 = Color3.fromRGB(31, 61, 234)
  43. title.TextSize = 27.000
  44. title.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  45. title.TextStrokeTransparency = 0.550
  46.  
  47. author.Name = "author"
  48. author.Parent = main
  49. author.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. author.BackgroundTransparency = 1.000
  51. author.Position = UDim2.new(0, 0, 0.243243247, 0)
  52. author.Size = UDim2.new(0, 159, 0, 24)
  53. author.Font = Enum.Font.SourceSansLight
  54. author.Text = "by Kaldr"
  55. author.TextColor3 = Color3.fromRGB(31, 61, 234)
  56. author.TextSize = 16.000
  57. author.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  58. author.TextStrokeTransparency = 0.450
  59.  
  60. button.Name = "button"
  61. button.Parent = main
  62. button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. button.BorderSizePixel = 0
  64. button.Position = UDim2.new(0.113207549, 0, 0.513513505, 0)
  65. button.Size = UDim2.new(0, 123, 0, 40)
  66. button.Font = Enum.Font.SciFi
  67. button.Text = "E N A B L E"
  68. button.TextColor3 = Color3.fromRGB(31, 61, 234)
  69. button.TextSize = 14.000
  70. button.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  71. button.TextStrokeTransparency = 0.450
  72.  
  73. info.Name = "info"
  74. info.Parent = main
  75. info.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  76. info.BackgroundTransparency = 0.100
  77. info.BorderSizePixel = 0
  78. info.Position = UDim2.new(0.899999976, -1, 0.240909085, 0)
  79. info.Rotation = 90.000
  80. info.Size = UDim2.new(0, 50, 0, 16)
  81. info.Font = Enum.Font.SourceSansBold
  82. info.Text = "INFO"
  83. info.TextColor3 = Color3.fromRGB(31, 61, 234)
  84. info.TextSize = 14.000
  85. info.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  86. info.TextStrokeTransparency = 0.700
  87.  
  88. infogui.Name = "infogui"
  89. infogui.Parent = TS2_GOD
  90. infogui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. infogui.BackgroundTransparency = 0.100
  92. infogui.Position = UDim2.new(0.432846725, 0, 0.135135129, 0)
  93. infogui.Size = UDim2.new(0, 215, 0, 176)
  94. infogui.Visible = false
  95.  
  96. thanks.Name = "thanks"
  97. thanks.Parent = infogui
  98. thanks.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. thanks.BackgroundTransparency = 1.000
  100. thanks.Position = UDim2.new(0.0139534883, 0, 0.0671068504, 0)
  101. thanks.Size = UDim2.new(0, 208, 0, 24)
  102. thanks.Font = Enum.Font.SourceSansLight
  103. thanks.Text = "Hello! Thanks for using this."
  104. thanks.TextColor3 = Color3.fromRGB(31, 61, 234)
  105. thanks.TextSize = 20.000
  106. thanks.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  107. thanks.TextStrokeTransparency = 0.700
  108.  
  109. includes.Name = "includes"
  110. includes.Parent = infogui
  111. includes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. includes.BackgroundTransparency = 1.000
  113. includes.Position = UDim2.new(0.0139534883, 0, 0.203470498, 0)
  114. includes.Size = UDim2.new(0, 177, 0, 31)
  115. includes.Font = Enum.Font.SourceSansLight
  116. includes.Text = "\"GOD MODE\" includes:"
  117. includes.TextColor3 = Color3.fromRGB(31, 61, 234)
  118. includes.TextSize = 20.000
  119. includes.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  120. includes.TextStrokeTransparency = 0.700
  121.  
  122. godmode.Name = "god mode"
  123. godmode.Parent = infogui
  124. godmode.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. godmode.BackgroundTransparency = 1.000
  126. godmode.Position = UDim2.new(0.172093034, 0, 0.385288626, 0)
  127. godmode.Size = UDim2.new(0, 93, 0, 24)
  128. godmode.Font = Enum.Font.SourceSansLight
  129. godmode.Text = "- God mode"
  130. godmode.TextColor3 = Color3.fromRGB(31, 61, 234)
  131. godmode.TextSize = 18.000
  132. godmode.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  133. godmode.TextStrokeTransparency = 0.700
  134.  
  135. noclip.Name = "noclip"
  136. noclip.Parent = infogui
  137. noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. noclip.BackgroundTransparency = 1.000
  139. noclip.Position = UDim2.new(0.172093034, 0, 0.521652341, 0)
  140. noclip.Size = UDim2.new(0, 70, 0, 24)
  141. noclip.Font = Enum.Font.SourceSansLight
  142. noclip.Text = "- Noclip"
  143. noclip.TextColor3 = Color3.fromRGB(31, 61, 234)
  144. noclip.TextSize = 18.000
  145. noclip.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  146. noclip.TextStrokeTransparency = 0.700
  147.  
  148. noslowguns.Name = "no slow guns"
  149. noslowguns.Parent = infogui
  150. noslowguns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. noslowguns.BackgroundTransparency = 1.000
  152. noslowguns.Position = UDim2.new(0.223255828, 0, 0.658015966, 0)
  153. noslowguns.Size = UDim2.new(0, 93, 0, 24)
  154. noslowguns.Font = Enum.Font.SourceSansLight
  155. noslowguns.Text = "- No Slow Guns"
  156. noslowguns.TextColor3 = Color3.fromRGB(31, 61, 234)
  157. noslowguns.TextSize = 18.000
  158. noslowguns.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  159. noslowguns.TextStrokeTransparency = 0.700
  160.  
  161. nomovementpause.Name = "no movement pause"
  162. nomovementpause.Parent = infogui
  163. nomovementpause.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  164. nomovementpause.BackgroundTransparency = 1.000
  165. nomovementpause.Position = UDim2.new(0.172093034, 0, 0.794379532, 0)
  166. nomovementpause.Size = UDim2.new(0, 150, 0, 23)
  167. nomovementpause.Font = Enum.Font.SourceSansLight
  168. nomovementpause.Text = "- No Movement Pause"
  169. nomovementpause.TextColor3 = Color3.fromRGB(31, 61, 234)
  170. nomovementpause.TextSize = 18.000
  171. nomovementpause.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  172. nomovementpause.TextStrokeTransparency = 0.700
  173.  
  174. close.Name = "close"
  175. close.Parent = infogui
  176. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  177. close.BorderColor3 = Color3.fromRGB(255, 76, 76)
  178. close.Position = UDim2.new(0.683720946, 0, 0.414772719, 0)
  179. close.Size = UDim2.new(0, 52, 0, 29)
  180. close.Font = Enum.Font.SourceSans
  181. close.Text = "CLOSE"
  182. close.TextColor3 = Color3.fromRGB(255, 76, 76)
  183. close.TextSize = 14.000
  184.  
  185. -- Scripts:
  186.  
  187. local function CIHWWTC_fake_script() -- button.colors
  188. local script = Instance.new('LocalScript', button)
  189.  
  190. script.Parent.MouseButton1Click:Connect(function()
  191. if script.Parent.TextColor3 == Color3.fromRGB(31, 61, 234) then
  192. script.Parent.TextColor3 = Color3.fromRGB(218, 6, 255)
  193. script.Parent.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  194. script.Parent.TextStrokeTransparency = 0.45
  195. _G.gm0de = true
  196. else
  197. script.Parent.TextColor3 = Color3.fromRGB(31, 61, 234)
  198. script.Parent.TextStrokeColor3 = Color3.fromRGB(161, 10, 255)
  199. script.Parent.TextStrokeTransparency = 0.45
  200. _G.gm0de = false
  201. end
  202. end)
  203. end
  204. coroutine.wrap(CIHWWTC_fake_script)()
  205. local function ICPRAHY_fake_script() -- main.drag
  206. local script = Instance.new('LocalScript', main)
  207.  
  208. local UserInputService = game:GetService("UserInputService")
  209.  
  210. local gui = script.Parent
  211.  
  212. local dragging
  213. local dragInput
  214. local dragStart
  215. local startPos
  216.  
  217. local function update(input)
  218. local delta = input.Position - dragStart
  219. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  220. end
  221.  
  222. gui.InputBegan:Connect(function(input)
  223. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  224. dragging = true
  225. dragStart = input.Position
  226. startPos = gui.Position
  227.  
  228. input.Changed:Connect(function()
  229. if input.UserInputState == Enum.UserInputState.End then
  230. dragging = false
  231. end
  232. end)
  233. end
  234. end)
  235.  
  236. gui.InputChanged:Connect(function(input)
  237. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  238. dragInput = input
  239. end
  240. end)
  241.  
  242. UserInputService.InputChanged:Connect(function(input)
  243. if input == dragInput and dragging then
  244. update(input)
  245. end
  246. end)
  247. end
  248. coroutine.wrap(ICPRAHY_fake_script)()
  249. local function WOZORE_fake_script() -- main.stuff
  250. local script = Instance.new('LocalScript', main)
  251.  
  252. _G.gm0de = false
  253.  
  254. local Kaldr =[[
  255. _
  256. | |
  257. | |__ _ _
  258. | '_ \| | | |
  259. | |_) | |_| |
  260. |_.__/ \__, |
  261. __/ | Profile: https://v3rmillion.net/member.php?action=profile&uid=1110292
  262. _ __ |___/ _
  263. | |/ / | | | |
  264. | ' / __ _| | __| |_ __
  265. | < / _` | |/ _` | '__|
  266. | . \ (_| | | (_| | |
  267. |_|\_\__,_|_|\__,_|_|
  268.  
  269. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  270. @@@@@@@@@@@@@@@@@@@&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  271. @@@@@@@@@@@@@@&&%/////**/(%&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  272. @@@@@@@@@&&%*/**(*/*,(*(/*/,(/*/*&&&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  273. @@@@@&%((*/*,(*//*(/#((((//**%#(((**(*//#%&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  274. @@@@&(/**/////**//#(&#/(*##*(/(//(*(/&/(/(/(,(#//(%&&&&@@@@@@@@@@@@@@@@@@@@@@@@@
  275. @@&**&*//*/**(%@@@@@@@,%,(*//,/*/(/*(/(*/**#*(/*/*/(,*//#(//(&&&&@@@@@@@@@@@@@@@
  276. &/*,////*(&@@@@@@@@@&//(#**(///**/*(%%(//(//,/**/***(/(/*/(#//*(///(&&@@@@@@@@@@
  277. @&&&&&&@@@@@@@@@@@%/#*/**(*(*,/*%%/%(((%/,//*(**//(/, //*#&*(*(**#*#*/**(#&&@@@
  278. @@@@@@@@@@@@@@@@((*(**/*#*//,%(*/*(/(///&%&/,(*&#***, %%/(*(*/(*/**%%((*//(&&
  279. @@@@@@@@@@@@@@@(/**////**/#(**/*(//(/&&&&%(*((//*//(/*/%/(/*////*/*((*//*(((////
  280. @@@@@@@@@@@@@@%,,#&(,*(%#*///(/*/(&&&&&&&//(**/#/**,(//#///%%/(/*(*(**(/%&&#*(/*
  281. @@@@@@@@@@@@@&,,/,,/*%(/(/(/%#%#(((**###*//*(*/(*/*/(*(&/(* %**(((/#(//#*#/*
  282. @@@@@@@@@@@@@@%***/&*(*/#(@@@@@@@@@@@@&*,/(/**/,*%#*(((/*(/////*#//(*/(/(**/*///
  283. @@@@@@@@@@@@@&//#*/*/(&&@@@@@@@@@@@&&//(***/(*/*&@&(#,/*( (/(/(**//%#/*//(#/*/
  284. @@@@@@@@@@@@@@#*//%&@@@@@@@@@@@@@@&/#/%/*/*///&@@@&*,/, //((/*//%&//*((*#**//(
  285. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&#/(**((//*/&@@@&#/(** *(//&@@@@@&(/((*/**(///*/
  286. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&*/,/(*/*(((@@@@&%*(/.(//%&@@@@@@@@&%(/*(///*///(
  287. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(,//*(/*/(&@@@@%//**////#@@@@@@@@@@@@@@&&%///(%(((
  288. @@@@@@@@@@@@@@@@@@@@@@@@@@@&**(//(*/*%&@@@##/(**#//*&#@@@@@@@@@@@@@@@@@@@@@@@@&&
  289. @@@@@@@@@@@@@@@@@@@@@@@@@&*#*/#//*(&@@@@@//*,#*/*&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  290. @@@@@@@@@@@@@@@@@@@@@@@@&#*(&%*/((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  291. @@@@@@@@@@@@@@@@@@@@@@@@&,,**((@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  292. ]]
  293. print(Kaldr)
  294.  
  295. --Variables
  296. local me = game.Players.LocalPlayer
  297. local mec = me.Character
  298. local hum = mec.Humanoid
  299.  
  300. local lhand = mec.LeftHand
  301. local l_larm = mec.LeftLowerArm
  302. local l_uarm = mec.LeftUpperArm
  303. local lfoot = mec.LeftFoot
  304. local l_lleg = mec.LeftLowerLeg
  305. local l_uleg = mec.LeftUpperLeg
  306.  
  307. local rhand = mec.RightHand
  308. local r_larm = mec.RightLowerArm
  309. local r_uarm = mec.RightUpperArm
  310. local rfoot = mec.RightFoot
  311. local r_uleg = mec.RightUpperLeg
  312. local r_lleg = mec.RightLowerLeg
  313.  
  314. local upt = mec.UpperTorso
  315. local lt = mec.LowerTorso
  316. local root = mec.HumanoidRootPart
  317. local head = mec.Head
  318.  
  319. --LeftHand
  320. lhand.DescendantAdded:Connect(function(obj)
  321. if _G.gm0de then
  322. wait()
  323. lhand.LeftWrist.Part0 = l_larm
  324. lhand.LeftWrist.Part1 = lhand
  325. end
  326. end)
  327. --LeftLowerArm
  328. l_larm.DescendantAdded:Connect(function(obj)
  329. if _G.gm0de then
  330. wait()
  331. l_larm.LeftElbow.Part0 = l_uarm
  332. l_larm.LeftElbow.Part1 = l_larm
  333. end
  334. end)
  335. --LeftUpperArm
  336. l_uarm.DescendantAdded:Connect(function(obj)
  337. if _G.gm0de then
  338. wait()
  339. l_uarm.LeftShoulder.Part0 = upt
  340. l_uarm.LeftShoulder.Part1 = l_uarm
  341. end
  342. end)
  343. --LeftFoot
  344. lfoot.DescendantAdded:Connect(function(obj)
  345. if _G.gm0de then
  346. wait()
  347. lfoot.LeftAnkle.Part0 = l_lleg
  348. lfoot.LeftAnkle.Part1 = lfoot
  349. end
  350. end)
  351. --LeftLowerLeg
  352. l_lleg.DescendantAdded:Connect(function(obj)
  353. if _G.gm0de then
  354. wait()
  355. l_lleg.LeftKnee.Part0 = l_uleg
  356. l_lleg.LeftKnee.Part1 = l_lleg
  357. end
  358. end)
  359. --LeftUpperLeg
  360. l_uleg.DescendantAdded:Connect(function(obj)
  361. if _G.gm0de then
  362. wait()
  363. l_uleg.LeftHip.Part0 = lt
  364. l_uleg.LeftHip.Part1 = l_uleg
  365. end
  366. end)
  367.  
  368. --RightHand
  369. rhand.DescendantAdded:Connect(function(obj)
  370. if _G.gm0de then
  371. wait()
  372. rhand.RightWrist.Part0 = r_larm
  373. rhand.RightWrist.Part1 = rhand
  374. end
  375. end)
  376. --RightLowerArm
  377. r_larm.DescendantAdded:Connect(function(obj)
  378. if _G.gm0de then
  379. wait()
  380. r_larm.RightElbow.Part0 = r_uarm
  381. r_larm.RightElbow.Part1 = r_larm
  382. end
  383. end)
  384. --RightUpperArm
  385. r_uarm.DescendantAdded:Connect(function(obj)
  386. if _G.gm0de then
  387. wait()
  388. r_uarm.RightShoulder.Part0 = upt
  389. r_uarm.RightShoulder.Part1 = r_uarm
  390. end
  391. end)
  392. --RightFoot
  393. rfoot.DescendantAdded:Connect(function(obj)
  394. if _G.gm0de then
  395. wait()
  396. rfoot.RightAnkle.Part0 = r_lleg
  397. rfoot.RightAnkle.Part1 = rfoot
  398. end
  399. end)
  400. --RightLowerLeg
  401. r_lleg.DescendantAdded:Connect(function(obj)
  402. if _G.gm0de then
  403. wait()
  404. r_lleg.RightKnee.Part0 = r_uleg
  405. r_lleg.RightKnee.Part1 = r_lleg
  406. end
  407. end)
  408. --RightUpperLeg
  409. r_uleg.DescendantAdded:Connect(function(obj)
  410. if _G.gm0de then
  411. wait()
  412. r_uleg.RightHip.Part0 = lt
  413. r_uleg.RightHip.Part1 = r_uleg
  414. end
  415. end)
  416.  
  417.  
  418. --UpperTorso
  419. upt.DescendantAdded:Connect(function(obj)
  420. if _G.gm0de then
  421. wait()
  422. upt.Waist.Part0 = lt
  423. upt.Waist.Part1 = upt
  424. end
  425. end)
  426. --LowerTorso
  427. lt.DescendantAdded:Connect(function(obj)
  428. if _G.gm0de then
  429. wait()
  430. lt.Root.Part0 = root
  431. lt.Root.Part1 = lt
  432. end
  433. end)
  434. --Head
  435. head.DescendantAdded:Connect(function(obj)
  436. if _G.gm0de then
  437. wait()
  438. head.Neck.Part0 = upt
  439. head.Neck.Part1 = head
  440. end
  441. end)
  442.  
  443. --Additions
  444. --1
  445. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  446. if v.Name == "KOd" and v:IsA("BoolValue") and _G.gm0de then
  447. v:Destroy()
  448. end
  449. end
  450.  
  451. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  452. if obj:IsA("BoolValue") and obj.Name == "KOd" and _G.gm0de then
  453. wait()
  454. obj:Destroy()
  455. end
  456. end)
  457. --2
  458. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  459. if v.Name == "Bone" and v:IsA("Part") and _G.gm0de then
  460. v:Destroy()
  461. end
  462. end
  463.  
  464. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(obj)
  465. if obj:IsA("Part") and obj.Name == "Bone" and _G.gm0de then
  466. wait()
  467. obj:Destroy()
  468. end
  469. end)
  470. --3
  471. while true do
  472. wait()
  473. if _G.gm0de then
  474. hum.PlatformStand = false
  475. end
  476. end
  477. --4
  478. for i,v in pairs(game:GetService("Players")["LocalPlayer"].Character:GetDescendants()) do
  479. if v.Name == "KOd" and v:IsA("Folder") and _G.gm0de then
  480. v:Destroy()
  481. end
  482. end
  483. --5
  484. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  485. if obj:IsA("Folder") and obj.Name == "KOd" and _G.gm0de then
  486. wait()
  487. obj:Destroy()
  488. end
  489. end)
  490. --6
  491. game:GetService("Players")["LocalPlayer"].Character.DescendantAdded:Connect(function(obj)
  492. if _G.gm0de then
  493. if obj.Name == "GunSlow" or obj.Name == "Action" then
  494. obj:Destroy()
  495. wait()
  496. obj:Destroy()
  497. end
  498. end
  499. end)
  500. --7
  501. game:GetService("RunService").Stepped:Connect(function()
  502. for i,v in pairs(mec:GetDescendants()) do
  503. if v:IsA("BasePart") and _G.gm0de then
  504. v.CanCollide = false
  505. end
  506. end
  507. end)
  508.  
  509.  
  510. end
  511. coroutine.wrap(WOZORE_fake_script)()
  512. local function OBRIAY_fake_script() -- info.LocalScript
  513. local script = Instance.new('LocalScript', info)
  514.  
  515. script.Parent.MouseButton1Click:Connect(function()
  516. script.Parent.Parent.Parent.infogui.Visible = true
  517. end)
  518. end
  519. coroutine.wrap(OBRIAY_fake_script)()
  520. local function VGZYFJN_fake_script() -- close.LocalScript
  521. local script = Instance.new('LocalScript', close)
  522.  
  523. script.Parent.MouseButton1Click:Connect(function()
  524. script.Parent.Parent.Visible = false
  525. end)
  526. end
  527. coroutine.wrap(VGZYFJN_fake_script)()
  528. local function BUQPXP_fake_script() -- infogui.drag
  529. local script = Instance.new('LocalScript', infogui)
  530.  
  531. local UserInputService = game:GetService("UserInputService")
  532.  
  533. local gui = script.Parent
  534.  
  535. local dragging
  536. local dragInput
  537. local dragStart
  538. local startPos
  539.  
  540. local function update(input)
  541. local delta = input.Position - dragStart
  542. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  543. end
  544.  
  545. gui.InputBegan:Connect(function(input)
  546. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  547. dragging = true
  548. dragStart = input.Position
  549. startPos = gui.Position
  550.  
  551. input.Changed:Connect(function()
  552. if input.UserInputState == Enum.UserInputState.End then
  553. dragging = false
  554. end
  555. end)
  556. end
  557. end)
  558.  
  559. gui.InputChanged:Connect(function(input)
  560. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  561. dragInput = input
  562. end
  563. end)
  564.  
  565. UserInputService.InputChanged:Connect(function(input)
  566. if input == dragInput and dragging then
  567. update(input)
  568. end
  569. end)
  570. end
  571. coroutine.wrap(BUQPXP_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement