2AreYouMental110

mineverse script (UPDATED FOR https://web.roblox.com/games/6604417568/Minerscave-1-3#!)

Jan 8th, 2022 (edited)
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.03 KB | None | 0 0
  1. -- use for https://web.roblox.com/games/6604417568/Minerscave-1-3#!
  2. -- made by jmuse
  3. -- Farewell Infortality.
  4. -- Version: 2.82
  5. -- Instances:
  6. local folder = Instance.new("Folder")
  7.  
  8. local MineverseBruh = Instance.new("ScreenGui")
  9. local MainGUI = Instance.new("Frame")
  10. local topbar = Instance.new("Frame")
  11. local close = Instance.new("TextButton")
  12. local littlebar = Instance.new("Frame")
  13. local Title = Instance.new("TextLabel")
  14. local MainButton = Instance.new("TextButton")
  15. local sidecolorframe = Instance.new("Frame")
  16. local InfoButton = Instance.new("TextButton")
  17. local mainstuff = Instance.new("Frame")
  18. local littletinybarbruh = Instance.new("Frame")
  19. local Frame = Instance.new("Frame")
  20. local bright = Instance.new("TextButton")
  21. local b = Instance.new("TextLabel")
  22. local killaura = Instance.new("TextButton")
  23. local ka = Instance.new("TextLabel")
  24. local noclip = Instance.new("TextButton")
  25. local nc = Instance.new("TextLabel")
  26. local nofall = Instance.new("TextButton")
  27. local nf = Instance.new("TextLabel")
  28. local speed = Instance.new("TextButton")
  29. local s = Instance.new("TextLabel")
  30. local xray = Instance.new("TextButton")
  31. local b_2 = Instance.new("TextLabel")
  32. local UIListLayout = Instance.new("UIListLayout")
  33. local mainstuffbruh = Instance.new("TextLabel")
  34. local infoframe = Instance.new("Frame")
  35. local littletinybarbruh_2 = Instance.new("Frame")
  36. local infoframetitle = Instance.new("TextLabel")
  37. local TextLabel = Instance.new("TextLabel")
  38. local TextLabel_2 = Instance.new("TextLabel")
  39. local OpenGUI = Instance.new("Frame")
  40. local open = Instance.new("TextButton")
  41.  
  42. folder.Name = "esps"
  43. folder.Parent = game.Workspace
  44. --Properties:
  45. MineverseBruh.Name = "MineverseBruh"
  46. MineverseBruh.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  47. MineverseBruh.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  48. MineverseBruh.DisplayOrder = 99999
  49. MineverseBruh.ResetOnSpawn = false
  50. MainGUI.Name = "MainGUI"
  51. MainGUI.Parent = MineverseBruh
  52. MainGUI.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  53. MainGUI.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  54. MainGUI.ClipsDescendants = true
  55. MainGUI.ZIndex = 999
  56. MainGUI.Position = UDim2.new(0, 659, 0, 280)
  57. MainGUI.Size = UDim2.new(0, 284, 0, 303)
  58. topbar.Name = "topbar"
  59. topbar.Parent = MainGUI
  60. topbar.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  61. topbar.BorderColor3 = Color3.new(0, 0.490196, 0.929412)
  62. topbar.BorderSizePixel = 0
  63. topbar.Size = UDim2.new(0, 284, 0, 14)
  64. close.Name = "close"
  65. close.Parent = topbar
  66. close.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  67. close.BorderSizePixel = 0
  68. close.Position = UDim2.new(0.915492952, 0, 0, 0)
  69. close.Size = UDim2.new(0, 24, 0, 14)
  70. close.Font = Enum.Font.SourceSansBold
  71. close.Text = "-"
  72. close.TextColor3 = Color3.new(0, 0, 0)
  73. close.TextSize = 14
  74. close.TextStrokeColor3 = Color3.new(1, 1, 1)
  75. littlebar.Name = "littlebar"
  76. littlebar.Parent = MainGUI
  77. littlebar.BackgroundColor3 = Color3.new(1, 1, 1)
  78. littlebar.BackgroundTransparency = 0.85000002384186
  79. littlebar.BorderSizePixel = 0
  80. littlebar.Position = UDim2.new(0.0176056344, 0, 0.243676543, 0)
  81. littlebar.Size = UDim2.new(0, 274, 0, 1)
  82. Title.Name = "Title"
  83. Title.Parent = MainGUI
  84. Title.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  85. Title.BorderSizePixel = 0
  86. Title.Position = UDim2.new(0.0352112688, 0, 0.0869565234, 0)
  87. Title.Size = UDim2.new(0, 70, 0, 41)
  88. Title.Font = Enum.Font.SourceSansBold
  89. Title.Text = "Mineverse GUI Xshin's v1.3"
  90. Title.TextColor3 = Color3.new(1, 1, 1)
  91. Title.TextScaled = true
  92. Title.TextSize = 14
  93. Title.TextWrapped = true
  94. MainButton.Name = "MainButton"
  95. MainButton.Parent = MainGUI
  96. MainButton.BackgroundColor3 = Color3.new(0.176471, 0.184314, 0.219608)
  97. MainButton.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  98. MainButton.BorderSizePixel = 0
  99. MainButton.Position = UDim2.new(0.387323976, 0, 0.0948616564, 0)
  100. MainButton.Size = UDim2.new(0, 64, 0, 36)
  101. MainButton.Font = Enum.Font.SourceSansBold
  102. MainButton.Text = "Main"
  103. MainButton.TextColor3 = Color3.new(1, 1, 1)
  104. MainButton.TextSize = 20
  105. MainButton.TextWrapped = true
  106. sidecolorframe.Name = "sidecolorframe"
  107. sidecolorframe.Parent = MainGUI
  108. sidecolorframe.BackgroundColor3 = Color3.new(1, 1, 1)
  109. sidecolorframe.BackgroundTransparency = 0.85000002384186
  110. sidecolorframe.Position = UDim2.new(0.309859157, 0, 0.0948616564, 0)
  111. sidecolorframe.Size = UDim2.new(0, 1, 0, 36)
  112. InfoButton.Name = "InfoButton"
  113. InfoButton.Parent = MainGUI
  114. InfoButton.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  115. InfoButton.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  116. InfoButton.BorderSizePixel = 0
  117. InfoButton.Position = UDim2.new(0.647887349, 0, 0.0948616564, 0)
  118. InfoButton.Size = UDim2.new(0, 64, 0, 36)
  119. InfoButton.Font = Enum.Font.SourceSansBold
  120. InfoButton.Text = "Info"
  121. InfoButton.TextColor3 = Color3.new(1, 1, 1)
  122. InfoButton.TextSize = 20
  123. InfoButton.TextWrapped = true
  124. mainstuff.Name = "mainstuff"
  125. mainstuff.Parent = MainGUI
  126. mainstuff.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  127. mainstuff.BackgroundTransparency = 0.85000002384186
  128. mainstuff.BorderColor3 = Color3.new(1, 1, 1)
  129. mainstuff.Position = UDim2.new(0.0422535241, 0, 0.333855152, 0)
  130. mainstuff.Size = UDim2.new(0, 261, 0, 186)
  131. littletinybarbruh.Name = "littletinybarbruh"
  132. littletinybarbruh.Parent = mainstuff
  133. littletinybarbruh.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  134. littletinybarbruh.BorderSizePixel = 0
  135. littletinybarbruh.Position = UDim2.new(0, 0, -0.00966125075, 0)
  136. littletinybarbruh.Size = UDim2.new(0, 261, 0, 1)
  137. Frame.Parent = littletinybarbruh
  138. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Frame.BackgroundTransparency = 1
  140. Frame.Position = UDim2.new(0.0613026805, 0, 17, 0)
  141. Frame.Size = UDim2.new(0, 245, 0, 100)
  142. Frame.ZIndex = 3
  143. bright.Name = "bright"
  144. bright.Parent = Frame
  145. bright.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  146. bright.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  147. bright.Position = UDim2.new(0.0265172422, 0, 0.748865426, 0)
  148. bright.Size = UDim2.new(0, 19, 0, 18)
  149. bright.Font = Enum.Font.SourceSans
  150. bright.Text = ""
  151. bright.TextColor3 = Color3.new(1, 0, 0)
  152. bright.TextSize = 14
  153. bright.TextStrokeColor3 = Color3.new(1, 1, 1)
  154. b.Name = "b"
  155. b.Parent = bright
  156. b.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  157. b.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  158. b.BorderSizePixel = 0
  159. b.Position = UDim2.new(0, 35, 0.100000001, 0)
  160. b.Size = UDim2.new(0, 75, 0, 13)
  161. b.Font = Enum.Font.SourceSansBold
  162. b.Text = "Full Brightness"
  163. b.TextColor3 = Color3.new(1, 1, 1)
  164. b.TextSize = 14
  165. b.TextXAlignment = Enum.TextXAlignment.Left
  166. killaura.Name = "killaura"
  167. killaura.Parent = Frame
  168. killaura.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  169. killaura.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  170. killaura.Position = UDim2.new(0.0268199258, 0, 0.153924167, 0)
  171. killaura.Size = UDim2.new(0, 19, 0, 18)
  172. killaura.Font = Enum.Font.SourceSans
  173. killaura.Text = ""
  174. killaura.TextColor3 = Color3.new(0, 0, 0)
  175. killaura.TextSize = 14
  176. ka.Name = "ka"
  177. ka.Parent = killaura
  178. ka.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  179. ka.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  180. ka.BorderSizePixel = 0
  181. ka.Position = UDim2.new(0, 35, 0.100000001, 0)
  182. ka.Size = UDim2.new(0, 75, 0, 13)
  183. ka.Font = Enum.Font.SourceSansBold
  184. ka.Text = "Kill Aura"
  185. ka.TextColor3 = Color3.new(1, 1, 1)
  186. ka.TextSize = 14
  187. ka.TextXAlignment = Enum.TextXAlignment.Left
  188. noclip.Name = "noclip"
  189. noclip.Parent = Frame
  190. noclip.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  191. noclip.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  192. noclip.Position = UDim2.new(0.0265172422, 0, 0.452865422, 0)
  193. noclip.Size = UDim2.new(0, 19, 0, 18)
  194. noclip.Font = Enum.Font.SourceSans
  195. noclip.Text = ""
  196. noclip.TextColor3 = Color3.new(1, 0, 0)
  197. noclip.TextSize = 14
  198. noclip.TextStrokeColor3 = Color3.new(1, 1, 1)
  199. nc.Name = "nc"
  200. nc.Parent = noclip
  201. nc.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  202. nc.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  203. nc.BorderSizePixel = 0
  204. nc.Position = UDim2.new(0, 35, 0.100000001, 0)
  205. nc.Size = UDim2.new(0, 75, 0, 13)
  206. nc.Font = Enum.Font.SourceSansBold
  207. nc.Text = "Noclip | Press \"G\""
  208. nc.TextColor3 = Color3.new(1, 1, 1)
  209. nc.TextSize = 14
  210. nc.TextXAlignment = Enum.TextXAlignment.Left
  211. nofall.Name = "nofall"
  212. nofall.Parent = Frame
  213. nofall.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  214. nofall.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  215. nofall.Position = UDim2.new(0.0265172422, 0, 0.600865424, 0)
  216. nofall.Size = UDim2.new(0, 19, 0, 18)
  217. nofall.Font = Enum.Font.SourceSans
  218. nofall.Text = ""
  219. nofall.TextColor3 = Color3.new(1, 0, 0)
  220. nofall.TextSize = 14
  221. nofall.TextStrokeColor3 = Color3.new(1, 1, 1)
  222. nf.Name = "nf"
  223. nf.Parent = nofall
  224. nf.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  225. nf.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  226. nf.BorderSizePixel = 0
  227. nf.Position = UDim2.new(0, 35, 0.100000001, 0)
  228. nf.Size = UDim2.new(0, 75, 0, 13)
  229. nf.Font = Enum.Font.SourceSansBold
  230. nf.Text = "Remove Fall Damage"
  231. nf.TextColor3 = Color3.new(1, 1, 1)
  232. nf.TextSize = 14
  233. nf.TextXAlignment = Enum.TextXAlignment.Left
  234. speed.Name = "speed"
  235. speed.Parent = Frame
  236. speed.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  237. speed.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  238. speed.Position = UDim2.new(0.0268199258, 0, 0.304915518, 0)
  239. speed.Size = UDim2.new(0, 19, 0, 18)
  240. speed.Font = Enum.Font.SourceSans
  241. speed.Text = ""
  242. speed.TextColor3 = Color3.new(1, 0, 0)
  243. speed.TextSize = 14
  244. s.Name = "s"
  245. s.Parent = speed
  246. s.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  247. s.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  248. s.BorderSizePixel = 0
  249. s.Position = UDim2.new(0, 35, 0.100000001, 0)
  250. s.Size = UDim2.new(0, 75, 0, 13)
  251. s.Font = Enum.Font.SourceSansBold
  252. s.Text = "Speed | Press \"H\""
  253. s.TextColor3 = Color3.new(1, 1, 1)
  254. s.TextSize = 14
  255. s.TextXAlignment = Enum.TextXAlignment.Left
  256. xray.Name = "xray"
  257. xray.Parent = Frame
  258. xray.BackgroundColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  259. xray.BorderColor3 = Color3.new(0.121569, 0.129412, 0.141176)
  260. xray.Position = UDim2.new(0.0265172422, 0, 0.896865427, 0)
  261. xray.Size = UDim2.new(0, 19, 0, 18)
  262. xray.Font = Enum.Font.SourceSans
  263. xray.Text = ""
  264. xray.TextColor3 = Color3.new(1, 0, 0)
  265. xray.TextSize = 14
  266. xray.TextStrokeColor3 = Color3.new(1, 1, 1)
  267. b_2.Name = "b"
  268. b_2.Parent = xray
  269. b_2.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  270. b_2.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  271. b_2.BorderSizePixel = 0
  272. b_2.Position = UDim2.new(0, 35, 0.100000001, 0)
  273. b_2.Size = UDim2.new(0, 75, 0, 13)
  274. b_2.Font = Enum.Font.SourceSansBold
  275. b_2.Text = "New X-Ray | Now Toggalable!"
  276. b_2.TextColor3 = Color3.new(1, 1, 1)
  277. b_2.TextSize = 14
  278. b_2.TextXAlignment = Enum.TextXAlignment.Left
  279. UIListLayout.Parent = Frame
  280. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  281. UIListLayout.Padding = UDim.new(0.100000001, 0)
  282. mainstuffbruh.Name = "mainstuffbruh"
  283. mainstuffbruh.Parent = mainstuff
  284. mainstuffbruh.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  285. mainstuffbruh.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  286. mainstuffbruh.BorderSizePixel = 0
  287. mainstuffbruh.Position = UDim2.new(0.363984674, 0, -0.0601503775, 0)
  288. mainstuffbruh.Size = UDim2.new(0, 74, 0, 13)
  289. mainstuffbruh.Font = Enum.Font.SourceSansBold
  290. mainstuffbruh.Text = "Main Stuff"
  291. mainstuffbruh.TextColor3 = Color3.new(1, 1, 1)
  292. mainstuffbruh.TextSize = 14
  293. infoframe.Name = "infoframe"
  294. infoframe.Parent = MainGUI
  295. infoframe.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  296. infoframe.BackgroundTransparency = 0.85000002384186
  297. infoframe.BorderColor3 = Color3.new(1, 1, 1)
  298. infoframe.Position = UDim2.new(0.0422535241, 0, 0.333855152, 0)
  299. infoframe.Size = UDim2.new(0, 261, 0, 186)
  300. infoframe.Visible = false
  301. littletinybarbruh_2.Name = "littletinybarbruh"
  302. littletinybarbruh_2.Parent = infoframe
  303. littletinybarbruh_2.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  304. littletinybarbruh_2.BorderSizePixel = 0
  305. littletinybarbruh_2.Position = UDim2.new(0, 0, -0.00966124982, 0)
  306. littletinybarbruh_2.Size = UDim2.new(0, 261, 0, 1)
  307. infoframetitle.Name = "infoframetitle"
  308. infoframetitle.Parent = infoframe
  309. infoframetitle.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  310. infoframetitle.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  311. infoframetitle.BorderSizePixel = 0
  312. infoframetitle.Position = UDim2.new(0.363984674, 0, -0.0601503775, 0)
  313. infoframetitle.Size = UDim2.new(0, 74, 0, 13)
  314. infoframetitle.Font = Enum.Font.SourceSansBold
  315. infoframetitle.Text = "Info"
  316. infoframetitle.TextColor3 = Color3.new(1, 1, 1)
  317. infoframetitle.TextSize = 14
  318. TextLabel.Parent = infoframe
  319. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  320. TextLabel.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  321. TextLabel.Position = UDim2.new(0.206896544, 0, 0.422224939, 0)
  322. TextLabel.Size = UDim2.new(0, 157, 0, 14)
  323. TextLabel.Font = Enum.Font.SourceSansBold
  324. TextLabel.Text = "GUI Made By: Jmuse#3982"
  325. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  326. TextLabel.TextSize = 14
  327. TextLabel_2.Parent = infoframe
  328. TextLabel_2.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  329. TextLabel_2.BorderColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  330. TextLabel_2.Position = UDim2.new(0.203065127, 0, 0.497493774, 0)
  331. TextLabel_2.Size = UDim2.new(0, 157, 0, 14)
  332. TextLabel_2.Font = Enum.Font.SourceSansBold
  333. TextLabel_2.Text = "X-Ray Script By: Xshin#1445"
  334. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  335. TextLabel_2.TextSize = 14
  336. OpenGUI.Name = "OpenGUI"
  337. OpenGUI.Parent = MineverseBruh
  338. OpenGUI.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  339. OpenGUI.Position = UDim2.new(0.0174779855, 0, 0.932432413, 0)
  340. OpenGUI.Size = UDim2.new(0, 112, 0, 39)
  341. open.Name = "open"
  342. open.Parent = OpenGUI
  343. open.BackgroundColor3 = Color3.new(0.176471, 0.188235, 0.219608)
  344. open.BorderColor3 = Color3.new(0, 0, 0)
  345. open.Size = UDim2.new(0, 112, 0, 39)
  346. open.Font = Enum.Font.SourceSansBold
  347. open.Text = "Open"
  348. open.TextColor3 = Color3.new(1, 1, 1)
  349. open.TextSize = 25
  350. open.TextStrokeTransparency = 0
  351. -- Scripts
  352. MainGUI.Draggable = true
  353. MainGUI.Selectable = true
  354. MainGUI.Active = true
  355. infoframe.Visible = true
  356. mainstuff.Visible = true
  357. MainGUI.Visible = false
  358. OpenGUI.Visible = true
  359. mainstuff.Position = UDim2.new(0.042, 0,0.334, 0)
  360. infoframe.Position = UDim2.new(-1.042, 0,0.334, 0)
  361. GUIopen = false
  362.  
  363. open.MouseButton1Click:Connect(function()
  364.     GUIopen = true
  365.     MainGUI.Visible = true
  366.     OpenGUI.Visible = false
  367. end)
  368. close.MouseButton1Click:Connect(function()
  369.     GUIopen = false
  370.     MainGUI.Visible = false
  371.     OpenGUI.Visible = true
  372. end)
  373. switchspeed = 0.4
  374. function cooldown()
  375.     if not switching then
  376.         switching = true
  377.         wait(switchspeed+0.01)
  378.         switching = false
  379.     end
  380. end
  381. switching = false
  382. MainButton.MouseButton1Click:Connect(function() if not switching then
  383.     mainstuff:TweenPosition(UDim2.new(0.042, 0,0.334, 0),"Out","Quint",switchspeed)
  384.     infoframe:TweenPosition(UDim2.new(-1.042, 0,0.334, 0),"Out","Quint",switchspeed)
  385.     cooldown()
  386. end end)
  387. InfoButton.MouseButton1Click:Connect(function() if not switching then
  388.     mainstuff:TweenPosition(UDim2.new(-1.042, 0,0.334, 0),"Out","Quint",switchspeed)
  389.     infoframe:TweenPosition(UDim2.new(0.042, 0,0.334, 0),"Out","Quint",switchspeed)
  390.     cooldown()
  391. end end)
  392. function ESP()
  393.         local bb = game.Workspace:GetDescendants()
  394.         local wlist = {"CoalOre", "Chest", "IronOre", "GoldOre", "DiamondOre", "EmeraldOre", "RedstoneOre", "LapisOre"}
  395.         local colors = {Color3.fromRGB(30, 30, 30), Color3.fromRGB(171, 136, 60), Color3.fromRGB(239, 181, 107), Color3.fromRGB(254, 245, 54), Color3.fromRGB(54, 163, 254), Color3.fromRGB(63, 254, 54), Color3.fromRGB(255, 8, 8), Color3.fromRGB(44, 27, 187)}
  396.        
  397.         for i,v in ipairs(bb) do
  398.         local ray = 1
  399.         local ree = v
  400.         local a = false
  401.         for e, p in ipairs(wlist) do
  402.         if p == ree.Name then
  403.         a = true
  404.         ray = e
  405.         end
  406.         end
  407.        
  408.         if a == true then
  409. local Box = Instance.new("BoxHandleAdornment")
  410. Box.Name = "XshinEsp"
  411. Box.Size = ree.Size
  412. Box.Adornee = ree
  413. Box.AlwaysOnTop = true
  414. Box.ZIndex = 10
  415. Box.Transparency = 0.4
  416. Box.Parent = ree
  417.             Box.Color3 = colors[ray]
  418.             end
  419.     end
  420.    
  421. end
  422. speedon = false
  423. game:GetService('RunService').Stepped:connect(function()
  424.     if speedon then
  425.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  426.     end
  427.     if noclipon then
  428.         game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  429.     end
  430. end)
  431. local ms = game.Players.LocalPlayer:GetMouse()
  432. ms.KeyDown:Connect(function(key)
  433.     if key == "h" then
  434.         if speedon then
  435.             speed.BackgroundColor3 = Color3.fromRGB(31,33,36)
  436.             speedon = false
  437.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  438.         else
  439.             speed.BackgroundColor3 = Color3.fromRGB(255,255,255)
  440.             speedon = true
  441.         end
  442.     end
  443.     if key == "g" then
  444.         if noclipon then
  445.             noclip.BackgroundColor3 = Color3.fromRGB(31,33,36)
  446.             noclipon = false
  447.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  448.         else
  449.             noclip.BackgroundColor3 = Color3.fromRGB(255,255,255)
  450.             noclipon = true
  451.         end
  452.     end
  453.     if key == "p" then
  454.         if GUIopen then GUIopen = false
  455.             MainGUI.Visible = false
  456.             OpenGUI.Visible = true
  457.         else GUIopen = true
  458.             MainGUI.Visible = true
  459.             OpenGUI.Visible = false
  460.         end
  461.     end
  462. end)
  463. brighton = false
  464. bright.MouseButton1Click:Connect(function()
  465.     if not brighton then brighton = true
  466.         bright.BackgroundColor3 = Color3.fromRGB(255,255,255)
  467.         game.Lighting.GlobalShadows = true
  468.         game.Lighting.Ambient = Color3.new(1,1,1)
  469.         game.Lighting.FogEnd = 1000000
  470.     end
  471. end)
  472. killauraon = false
  473. killaura.MouseButton1Click:Connect(function()
  474.     if not killauraon then killauraon = true
  475.         killaura.BackgroundColor3 = Color3.fromRGB(255,255,255)
  476.         local player = game.Players.LocalPlayer
  477. while wait() do
  478. for i,v in pairs(game.Players:GetPlayers()) do
  479. if v ~= player and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.Character.HumanoidRootPart.Position) < 16 then
  480. game.ReplicatedStorage.GameRemotes.Attack:InvokeServer(v.Character)
  481. end
  482. end
  483. end
  484.     end
  485. end)
  486. noclipon = false
  487. noclip.MouseButton1Click:Connect(function()
  488.     if not noclipon then noclipon = true
  489.         noclip.BackgroundColor3 = Color3.fromRGB(255,255,255)
  490.     else noclipon = false
  491.         noclip.BackgroundColor3 = Color3.fromRGB(31,33,36)
  492.     end
  493. end)
  494. nofallon = false
  495. nofall.MouseButton1Click:Connect(function()
  496.     if not nofallon then nofallon = true
  497.         nofall.BackgroundColor3 = Color3.fromRGB(255,255,255)
  498.         game.ReplicatedStorage.GameRemotes.RequestDamage:Destroy()
  499.     end
  500. end)
  501. speedon = false
  502. speed.MouseButton1Click:Connect(function()
  503.     if not speedon then speedon = true
  504.         speed.BackgroundColor3 = Color3.fromRGB(255,255,255)
  505.     else speedon = false
  506.         speed.BackgroundColor3 = Color3.fromRGB(31,33,36)
  507.     end
  508. end)
  509. xrayon = false
  510. xray.MouseButton1Click:Connect(function()
  511.     if not xrayon then xrayon = true
  512.         xray.BackgroundColor3 = Color3.fromRGB(255,255,255)
  513.        
  514.         ESP()
  515.        
  516.     else xrayon = false
  517.         xray.BackgroundColor3 = Color3.fromRGB(31,33,36)
  518.        
  519.         for i,v in pairs (game.Workspace:GetDescendants()) do
  520.            
  521.             if v.Name == "XshinEsp" then
  522.                
  523.                 v:Destroy()
  524.                
  525.             end
  526.            
  527.         end
  528.        
  529.     end
  530. end)
  531. print("Bruh")
Add Comment
Please, Sign In to add comment