Advertisement
artbarte

Survivor GUI (best in my opinion)

Jul 17th, 2017
11,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.49 KB | None | 0 0
  1. --// V3RMILLION @NIJAE //--
  2. --// SURVIVAL (BETA) GUI //--
  3.  
  4. -- Objects
  5.  
  6. local SurvivorBeta = Instance.new("ScreenGui")
  7. local DRAGGABLE = Instance.new("TextButton")
  8. local UI = Instance.new("Frame")
  9. local Version = Instance.new("TextLabel")
  10. local Title = Instance.new("TextLabel")
  11. local Idols = Instance.new("TextButton")
  12. local Advantages = Instance.new("TextButton")
  13. local EnableMouselock = Instance.new("TextButton")
  14. local Teleport = Instance.new("TextButton")
  15. local PNAME = Instance.new("TextBox")
  16. local ClickTele = Instance.new("TextButton")
  17. local TELEMODE = Instance.new("TextLabel")
  18. local PAGEN = Instance.new("TextBox")
  19. local WalkSpeed = Instance.new("TextButton")
  20. local Coins = Instance.new("TextButton")
  21. local NOCLIPMODE = Instance.new("TextLabel")
  22. local WALKSPEEDMODE = Instance.new("TextLabel")
  23. local NoGrav = Instance.new("TextButton")
  24. local NOGRAVMODE = Instance.new("TextLabel")
  25. local COINSMODE = Instance.new("TextLabel")
  26. local Noclip = Instance.new("TextButton")
  27. local SETNAME = Instance.new("TextBox")
  28. local cName = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. SurvivorBeta.Name = "Survivor (Beta)"
  33. SurvivorBeta.Parent = game.CoreGui
  34.  
  35. DRAGGABLE.Name = "DRAGGABLE"
  36. DRAGGABLE.Parent = SurvivorBeta
  37. DRAGGABLE.BackgroundColor3 = Color3.new(1, 1, 1)
  38. DRAGGABLE.BackgroundTransparency = 1
  39. DRAGGABLE.BorderSizePixel = 0
  40. DRAGGABLE.Draggable = true
  41. DRAGGABLE.Position = UDim2.new(0.5, -250, 0.5, -200)
  42. DRAGGABLE.Size = UDim2.new(0, 500, 0, 400)
  43. DRAGGABLE.Font = Enum.Font.SourceSans
  44. DRAGGABLE.FontSize = Enum.FontSize.Size14
  45. DRAGGABLE.Text = ""
  46. DRAGGABLE.TextSize = 14
  47.  
  48. UI.Name = "UI"
  49. UI.Parent = DRAGGABLE
  50. UI.BackgroundColor3 = Color3.new(0.0392157, 0.847059, 0.933333)
  51. UI.BackgroundTransparency = 0.80000001192093
  52. UI.BorderColor3 = Color3.new(1, 1, 1)
  53. UI.BorderSizePixel = 5
  54. UI.Position = UDim2.new(0.5, -200, 0.5, -150)
  55. UI.Size = UDim2.new(0, 400, 0, 300)
  56.  
  57. Version.Name = "Version"
  58. Version.Parent = UI
  59. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Version.BackgroundTransparency = 1
  61. Version.Position = UDim2.new(0, 345, 0, 265)
  62. Version.Size = UDim2.new(0, 50, 0, 50)
  63. Version.Font = Enum.Font.Code
  64. Version.FontSize = Enum.FontSize.Size14
  65. Version.Text = "V.1.3.6"
  66. Version.TextColor3 = Color3.new(1, 1, 1)
  67. Version.TextSize = 14
  68.  
  69. Title.Name = "Title"
  70. Title.Parent = UI
  71. Title.BackgroundColor3 = Color3.new(0.658824, 0.658824, 0.658824)
  72. Title.BackgroundTransparency = 0.30000001192093
  73. Title.BorderColor3 = Color3.new(0, 0, 0)
  74. Title.BorderSizePixel = 0
  75. Title.Size = UDim2.new(0, 400, 0, 50)
  76. Title.Font = Enum.Font.SourceSansLight
  77. Title.FontSize = Enum.FontSize.Size48
  78. Title.Text = "Survivor (Beta) Gui"
  79. Title.TextColor3 = Color3.new(1, 1, 1)
  80. Title.TextSize = 45
  81.  
  82. Idols.Name = "Idols"
  83. Idols.Parent = UI
  84. Idols.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  85. Idols.BackgroundTransparency = 0.5
  86. Idols.BorderSizePixel = 0
  87. Idols.Position = UDim2.new(0, 25, 0, 75)
  88. Idols.Size = UDim2.new(0, 150, 0, 50)
  89. Idols.Font = Enum.Font.SourceSansLight
  90. Idols.FontSize = Enum.FontSize.Size28
  91. Idols.Text = "Idols"
  92. Idols.TextColor3 = Color3.new(1, 1, 1)
  93. Idols.TextSize = 25
  94.  
  95. Advantages.Name = "Advantages"
  96. Advantages.Parent = UI
  97. Advantages.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  98. Advantages.BackgroundTransparency = 0.5
  99. Advantages.BorderSizePixel = 0
  100. Advantages.Position = UDim2.new(0, 25, 0, 150)
  101. Advantages.Size = UDim2.new(0, 150, 0, 50)
  102. Advantages.Font = Enum.Font.SourceSansLight
  103. Advantages.FontSize = Enum.FontSize.Size28
  104. Advantages.Text = "Advantages"
  105. Advantages.TextColor3 = Color3.new(1, 1, 1)
  106. Advantages.TextSize = 25
  107.  
  108. EnableMouselock.Name = "EnableMouselock"
  109. EnableMouselock.Parent = UI
  110. EnableMouselock.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  111. EnableMouselock.BackgroundTransparency = 0.5
  112. EnableMouselock.BorderSizePixel = 0
  113. EnableMouselock.Position = UDim2.new(0, 25, 0, 225)
  114. EnableMouselock.Size = UDim2.new(0, 150, 0, 50)
  115. EnableMouselock.Font = Enum.Font.SourceSansLight
  116. EnableMouselock.FontSize = Enum.FontSize.Size28
  117. EnableMouselock.Text = "EnableMouselock"
  118. EnableMouselock.TextColor3 = Color3.new(1, 1, 1)
  119. EnableMouselock.TextSize = 25
  120.  
  121. Teleport.Name = "Teleport"
  122. Teleport.Parent = UI
  123. Teleport.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  124. Teleport.BackgroundTransparency = 0.5
  125. Teleport.BorderSizePixel = 0
  126. Teleport.Position = UDim2.new(0, 225, 0, 75)
  127. Teleport.Size = UDim2.new(0, 150, 0, 50)
  128. Teleport.Font = Enum.Font.SourceSansLight
  129. Teleport.FontSize = Enum.FontSize.Size28
  130. Teleport.Text = "Teleport"
  131. Teleport.TextColor3 = Color3.new(1, 1, 1)
  132. Teleport.TextSize = 25
  133.  
  134. PNAME.Name = "PNAME"
  135. PNAME.Parent = UI
  136. PNAME.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  137. PNAME.BackgroundTransparency = 0.20000000298023
  138. PNAME.BorderSizePixel = 0
  139. PNAME.Position = UDim2.new(0, 225, 0, 125)
  140. PNAME.Size = UDim2.new(0, 150, 0, 30)
  141. PNAME.Font = Enum.Font.SourceSansLight
  142. PNAME.FontSize = Enum.FontSize.Size24
  143. PNAME.Text = "Enter Playername"
  144. PNAME.TextColor3 = Color3.new(1, 1, 1)
  145. PNAME.TextSize = 20
  146.  
  147. ClickTele.Name = "ClickTele"
  148. ClickTele.Parent = UI
  149. ClickTele.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  150. ClickTele.BackgroundTransparency = 0.5
  151. ClickTele.BorderSizePixel = 0
  152. ClickTele.Position = UDim2.new(0, 225, 0, 178)
  153. ClickTele.Size = UDim2.new(0, 150, 0, 50)
  154. ClickTele.Font = Enum.Font.SourceSansLight
  155. ClickTele.FontSize = Enum.FontSize.Size28
  156. ClickTele.Text = "ClickTele"
  157. ClickTele.TextColor3 = Color3.new(1, 1, 1)
  158. ClickTele.TextSize = 25
  159.  
  160. TELEMODE.Name = "TELEMODE"
  161. TELEMODE.Parent = UI
  162. TELEMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  163. TELEMODE.BackgroundTransparency = 0.20000000298023
  164. TELEMODE.BorderSizePixel = 0
  165. TELEMODE.Position = UDim2.new(0, 225, 0, 228)
  166. TELEMODE.Size = UDim2.new(0, 150, 0, 30)
  167. TELEMODE.Font = Enum.Font.SourceSans
  168. TELEMODE.FontSize = Enum.FontSize.Size24
  169. TELEMODE.Text = "DISABLED"
  170. TELEMODE.TextColor3 = Color3.new(1, 1, 1)
  171. TELEMODE.TextSize = 20
  172.  
  173. PAGEN.Name = "PAGEN"
  174. PAGEN.Parent = UI
  175. PAGEN.BackgroundColor3 = Color3.new(0.658824, 0.658824, 0.658824)
  176. PAGEN.BorderSizePixel = 0
  177. PAGEN.LayoutOrder = 1
  178. PAGEN.Position = UDim2.new(0, 0, 0, 280)
  179. PAGEN.Size = UDim2.new(0, 20, 0, 20)
  180. PAGEN.Font = Enum.Font.SourceSans
  181. PAGEN.FontSize = Enum.FontSize.Size14
  182. PAGEN.Text = "1"
  183. PAGEN.TextColor3 = Color3.new(1, 1, 1)
  184. PAGEN.TextScaled = true
  185. PAGEN.TextSize = 14
  186. PAGEN.TextWrapped = true
  187.  
  188. WalkSpeed.Name = "WalkSpeed"
  189. WalkSpeed.Parent = UI
  190. WalkSpeed.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  191. WalkSpeed.BackgroundTransparency = 0.5
  192. WalkSpeed.BorderSizePixel = 0
  193. WalkSpeed.Position = UDim2.new(0, 225, 0, 75)
  194. WalkSpeed.Size = UDim2.new(0, 150, 0, 50)
  195. WalkSpeed.Visible = false
  196. WalkSpeed.Font = Enum.Font.SourceSansLight
  197. WalkSpeed.FontSize = Enum.FontSize.Size28
  198. WalkSpeed.Text = "WalkSpeed"
  199. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  200. WalkSpeed.TextSize = 25
  201.  
  202. Coins.Name = "Coins"
  203. Coins.Parent = UI
  204. Coins.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  205. Coins.BackgroundTransparency = 0.5
  206. Coins.BorderSizePixel = 0
  207. Coins.Position = UDim2.new(0, 25, 0, 178)
  208. Coins.Size = UDim2.new(0, 150, 0, 50)
  209. Coins.Visible = false
  210. Coins.Font = Enum.Font.SourceSansLight
  211. Coins.FontSize = Enum.FontSize.Size28
  212. Coins.Text = "BringCoins"
  213. Coins.TextColor3 = Color3.new(1, 1, 1)
  214. Coins.TextSize = 25
  215.  
  216. NOCLIPMODE.Name = "NOCLIPMODE"
  217. NOCLIPMODE.Parent = UI
  218. NOCLIPMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  219. NOCLIPMODE.BackgroundTransparency = 0.20000000298023
  220. NOCLIPMODE.BorderSizePixel = 0
  221. NOCLIPMODE.Position = UDim2.new(0, 225, 0, 228)
  222. NOCLIPMODE.Size = UDim2.new(0, 150, 0, 30)
  223. NOCLIPMODE.Visible = false
  224. NOCLIPMODE.Font = Enum.Font.SourceSans
  225. NOCLIPMODE.FontSize = Enum.FontSize.Size24
  226. NOCLIPMODE.Text = "DISABLED"
  227. NOCLIPMODE.TextColor3 = Color3.new(1, 1, 1)
  228. NOCLIPMODE.TextSize = 20
  229.  
  230. WALKSPEEDMODE.Name = "WALKSPEEDMODE"
  231. WALKSPEEDMODE.Parent = UI
  232. WALKSPEEDMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  233. WALKSPEEDMODE.BackgroundTransparency = 0.20000000298023
  234. WALKSPEEDMODE.BorderSizePixel = 0
  235. WALKSPEEDMODE.Position = UDim2.new(0, 225, 0, 125)
  236. WALKSPEEDMODE.Size = UDim2.new(0, 150, 0, 30)
  237. WALKSPEEDMODE.Visible = false
  238. WALKSPEEDMODE.Font = Enum.Font.SourceSans
  239. WALKSPEEDMODE.FontSize = Enum.FontSize.Size24
  240. WALKSPEEDMODE.Text = "DISABLED"
  241. WALKSPEEDMODE.TextColor3 = Color3.new(1, 1, 1)
  242. WALKSPEEDMODE.TextSize = 20
  243.  
  244. NoGrav.Name = "NoGrav"
  245. NoGrav.Parent = UI
  246. NoGrav.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  247. NoGrav.BackgroundTransparency = 0.5
  248. NoGrav.BorderSizePixel = 0
  249. NoGrav.Position = UDim2.new(0, 25, 0, 75)
  250. NoGrav.Size = UDim2.new(0, 150, 0, 50)
  251. NoGrav.Visible = false
  252. NoGrav.Font = Enum.Font.SourceSansLight
  253. NoGrav.FontSize = Enum.FontSize.Size28
  254. NoGrav.Text = "NoGrav"
  255. NoGrav.TextColor3 = Color3.new(1, 1, 1)
  256. NoGrav.TextSize = 25
  257.  
  258. NOGRAVMODE.Name = "NOGRAVMODE"
  259. NOGRAVMODE.Parent = UI
  260. NOGRAVMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  261. NOGRAVMODE.BackgroundTransparency = 0.20000000298023
  262. NOGRAVMODE.BorderSizePixel = 0
  263. NOGRAVMODE.Position = UDim2.new(0, 25, 0, 125)
  264. NOGRAVMODE.Size = UDim2.new(0, 150, 0, 30)
  265. NOGRAVMODE.Visible = false
  266. NOGRAVMODE.Font = Enum.Font.SourceSans
  267. NOGRAVMODE.FontSize = Enum.FontSize.Size24
  268. NOGRAVMODE.Text = "DISABLED"
  269. NOGRAVMODE.TextColor3 = Color3.new(1, 1, 1)
  270. NOGRAVMODE.TextSize = 20
  271.  
  272. COINSMODE.Name = "COINSMODE"
  273. COINSMODE.Parent = UI
  274. COINSMODE.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  275. COINSMODE.BackgroundTransparency = 0.20000000298023
  276. COINSMODE.BorderSizePixel = 0
  277. COINSMODE.Position = UDim2.new(0, 25, 0, 228)
  278. COINSMODE.Size = UDim2.new(0, 150, 0, 30)
  279. COINSMODE.Visible = false
  280. COINSMODE.Font = Enum.Font.SourceSans
  281. COINSMODE.FontSize = Enum.FontSize.Size24
  282. COINSMODE.Text = "DISABLED"
  283. COINSMODE.TextColor3 = Color3.new(1, 1, 1)
  284. COINSMODE.TextSize = 20
  285.  
  286. Noclip.Name = "Noclip"
  287. Noclip.Parent = UI
  288. Noclip.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  289. Noclip.BackgroundTransparency = 0.5
  290. Noclip.BorderSizePixel = 0
  291. Noclip.Position = UDim2.new(0, 225, 0, 178)
  292. Noclip.Size = UDim2.new(0, 150, 0, 50)
  293. Noclip.Visible = false
  294. Noclip.Font = Enum.Font.SourceSansLight
  295. Noclip.FontSize = Enum.FontSize.Size28
  296. Noclip.Text = "Noclip"
  297. Noclip.TextColor3 = Color3.new(1, 1, 1)
  298. Noclip.TextSize = 25
  299.  
  300. SETNAME.Name = "SETNAME"
  301. SETNAME.Parent = UI
  302. SETNAME.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  303. SETNAME.BackgroundTransparency = 0.20000000298023
  304. SETNAME.BorderSizePixel = 0
  305. SETNAME.Position = UDim2.new(0, 135, 0, 125)
  306. SETNAME.Size = UDim2.new(0, 150, 0, 30)
  307. SETNAME.Visible = false
  308. SETNAME.Font = Enum.Font.SourceSansLight
  309. SETNAME.FontSize = Enum.FontSize.Size24
  310. SETNAME.Text = "SetName"
  311. SETNAME.TextColor3 = Color3.new(1, 1, 1)
  312. SETNAME.TextSize = 20
  313.  
  314. cName.Name = "cName"
  315. cName.Parent = UI
  316. cName.BackgroundColor3 = Color3.new(0.14902, 0.929412, 1)
  317. cName.BackgroundTransparency = 0.5
  318. cName.BorderSizePixel = 0
  319. cName.Position = UDim2.new(0, 135, 0, 75)
  320. cName.Size = UDim2.new(0, 150, 0, 50)
  321. cName.Visible = false
  322. cName.Font = Enum.Font.SourceSansLight
  323. cName.FontSize = Enum.FontSize.Size28
  324. cName.Text = "ChangeName"
  325. cName.TextColor3 = Color3.new(1, 1, 1)
  326. cName.TextSize = 25
  327.  
  328. --// Script
  329.  
  330. warn('--// V3RMILLION @NIJAE K. //--')
  331. warn('Idea Inspired by: V3RMILLION @TOHAK')
  332.  
  333. --// Anti-Exploit //--
  334.  
  335. for _,v in pairs(game.Players.LocalPlayer.PlayerGui:GetChildren()) do
  336. if v:IsA('LocalScript') then
  337. v:Destroy()
  338. end
  339. end
  340.  
  341. for _,v in pairs(game.StarterGui:GetChildren()) do
  342. if v:IsA('LocalScript') then
  343. v:Destroy()
  344. end
  345. end
  346.  
  347. if game.StarterGui.Scripts.Speed and game.Players.LocalPlayer.PlayerGui.Scripts.Speed then
  348. game.StarterGui.Scripts.Speed:Destroy()
  349. game.Players.LocalPlayer.PlayerGui.Scripts.Speed:Destroy()
  350. end
  351.  
  352.  
  353. --// Variables //--
  354.  
  355. survivorgui = game.CoreGui['Survivor (Beta)']
  356. UI = survivorgui.DRAGGABLE.UI
  357. page1 = {'Advantages','ClickTele','EnableMouselock','Idols','PNAME','Teleport','TELEMODE'}
  358. page2 = {'WalkSpeed','Noclip','NOCLIPMODE','WALKSPEEDMODE','NoGrav','NOGRAVMODE','Coins','COINSMODE'}
  359. page3 = {'cName','SETNAME'}
  360. ignore = {'Title','Version','PAGEN'}
  361. pagenum = UI.PAGEN
  362. defaultws = 16
  363. nograv = 0
  364. _runcoins = false
  365. defaultjp = 50
  366.  
  367. --// PAGE SWITCHER //--
  368.  
  369. -- PAGE#1
  370.  
  371. pagenum.FocusLost:connect(function(a)
  372. if pagenum.Text=='1' then
  373. local pg1string = table.concat(page1, '-')
  374. for _,v in pairs(UI:GetChildren()) do
  375. if string.find(pg1string,v.Name) then
  376. print(v.Name)
  377. v.Visible=true
  378. elseif not string.find(table.concat(ignore, '-'), v.Name) then
  379. v.Visible=false
  380. end
  381. end
  382. end
  383. end)
  384.  
  385. -- PAGE#2
  386.  
  387. pagenum.FocusLost:connect(function(a)
  388. if pagenum.Text=='2' then
  389. local pg2string = table.concat(page2, '-')
  390. for _,v in pairs(UI:GetChildren()) do
  391. if string.find(pg2string,v.Name) then
  392. print(v.Name)
  393. v.Visible=true
  394. elseif not string.find(table.concat(ignore, '-'), v.Name) then
  395. v.Visible=false
  396. end
  397. end
  398. end
  399. end)
  400.  
  401. --[[ PAGE#3
  402.  
  403. pagenum.FocusLost:connect(function(a)
  404. if pagenum.Text=='3' then
  405. local pg3string = table.concat(page3, '-')
  406. for _,v in pairs(UI:GetChildren()) do
  407. if string.find(pg3string,v.Name) then
  408. print(v.Name)
  409. v.Visible=true
  410. elseif not string.find(table.concat(ignore, '-'), v.Name) then
  411. v.Visible=false
  412. end
  413. end
  414. end
  415. end)
  416. ]]
  417.  
  418. --// Idols (CREDITS: Santa Muerte) //--
  419.  
  420. UI.Idols.MouseButton1Down:connect(function()
  421. local idols = game.Workspace.Misc.Idols:GetChildren()
  422. local lp = game.Players.LocalPlayer.Character
  423.  
  424. for _, v in pairs(workspace.Misc.Idols:GetChildren()) do
  425. v.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
  426. end
  427.  
  428. if #idols == 0 then
  429. print('No idols were found.')
  430. end
  431. end)
  432.  
  433. --// Advantages (CREDITS: Santa Muerte) //--
  434.  
  435. UI.Advantages.MouseButton1Down:connect(function()
  436. local advantages = game.Workspace.Misc.Advantages:GetChildren()
  437. local lp = game.Players.LocalPlayer.Character
  438.  
  439. for _, v in pairs(workspace.Misc.Advantages:GetChildren()) do
  440. v.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
  441. end
  442.  
  443. if #advantages == 0 then
  444. print('No advantages were found.')
  445. end
  446. end)
  447.  
  448. --// EnableMouselock //--
  449.  
  450. UI.EnableMouselock.MouseButton1Down:connect(function()
  451. game.ReplicatedStorage.LocalEvents.Mouselock:FireServer(true)
  452. end)
  453.  
  454. --// Teleport //--
  455.  
  456. UI.Teleport.MouseButton1Down:connect(function()
  457. game.Players.LocalPlayer.Character:MoveTo(game.Players[UI.PNAME.Text].Character.Torso.Position)
  458. end)
  459.  
  460. --// ClickTele //--
  461.  
  462. UI.ClickTele.MouseButton1Down:connect(function(a)
  463. if UI.TELEMODE.Text=='DISABLED' then
  464. UI.TELEMODE.Text='ENABLED'
  465. local mouse=game.Players.LocalPlayer:GetMouse()
  466. mouse.Button1Down:connect(function(b)
  467. if UI.TELEMODE.Text=='ENABLED' then
  468. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=mouse.Hit+Vector3.new(0,10,0)
  469. end
  470. end)
  471. else
  472. UI.TELEMODE.Text='DISABLED'
  473. end
  474. end)
  475.  
  476. --// WalkSpeed //--
  477.  
  478. UI.WalkSpeed.MouseButton1Down:connect(function(a)
  479. if UI.WALKSPEEDMODE.Text=='DISABLED' then
  480. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=45
  481. UI.WALKSPEEDMODE.Text='ENABLED'
  482. else UI.WALKSPEEDMODE.Text='DISABLED'
  483. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=defaultws
  484. end
  485. end)
  486.  
  487. --// NoClip (Needs Rewrite, Semi-Glitchy) //--
  488.  
  489. UI.Noclip.MouseButton1Down:connect(function(a)
  490. if UI.NOCLIPMODE.Text=='DISABLED' then
  491. UI.NOCLIPMODE.Text='ENABLED'
  492. game:GetService('RunService').Stepped:connect(function()
  493. if UI.NOCLIPMODE.Text=='ENABLED' then
  494. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  495. game.Players.LocalPlayer.Character.Head.CanCollide = false
  496. end
  497. end)
  498. game.Players.LocalPlayer.Character.Torso.Changed:connect(function()
  499. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  500. game.Players.LocalPlayer.Character.Head.CanCollide = false
  501. end)
  502. else
  503. UI.NOCLIPMODE.Text='DISABLED'
  504. end
  505. end)
  506.  
  507. --// Coins (CREDITS: Santa Muerte) //--
  508.  
  509. UI.Coins.MouseButton1Down:connect(function(a)
  510. if UI.COINSMODE.Text=="DISABLED" then
  511. UI.COINSMODE.Text="ENABLED"
  512. _runcoins=true
  513. while wait(.25) do
  514. if _runcoins==true then
  515. for _, v in pairs(workspace.Misc.Coins:GetChildren()) do
  516. for _, q in pairs (v:GetChildren()) do
  517. q.CFrame = CFrame.new(workspace[game:GetService("Players").LocalPlayer.Name].Torso.Position)
  518. end
  519. end
  520. end
  521. end
  522. else
  523. UI.COINSMODE.Text="DISABLED"
  524. _runcoins=false
  525. end
  526. end)
  527.  
  528. --// NoGrav //--
  529.  
  530. UI.NoGrav.MouseButton1Down:connect(function(a)
  531. if UI.NOGRAVMODE.Text=="DISABLED" then
  532. UI.NOGRAVMODE.Text="ENABLED"
  533. game.Players.LocalPlayer.Character.Humanoid.JumpPower=150
  534. else
  535. game.Players.LocalPlayer.Character.Humanoid.JumpPower=defaultjp
  536. UI.NOGRAVMODE.Text="DISABLED"
  537. end
  538. end)
  539.  
  540. --// NameChanger (CREDITS: Santa Muerte) //--
  541.  
  542. UI.cName.MouseButton1Down:connect(function(a)
  543. game.ReplicatedStorage.LocalEvents.ChooseName:FireServer(UI.SETNAME.Text, 'SciFi', 1,1,1)
  544. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement