Advertisement
gggaming

Untitled

Mar 14th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Enzo = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Credits = Instance.new("TextLabel")
  7. local JJK = Instance.new("TextLabel")
  8. local Blood = Instance.new("TextButton")
  9. local TPGUI = Instance.new("TextButton")
  10. local DirtThree = Instance.new("TextButton")
  11. local NoClip = Instance.new("TextButton")
  12. local Fly = Instance.new("TextButton")
  13. local Paint = Instance.new("TextButton")
  14. local AxeDupe = Instance.new("TextButton")
  15. local BluePrints = Instance.new("TextButton")
  16. local Flare = Instance.new("TextButton")
  17. local JumpPower = Instance.new("TextButton")
  18. local WalkSpeed = Instance.new("TextButton")
  19. local BTools = Instance.new("TextButton")
  20. local BaseDupe = Instance.new("TextButton")
  21. local LumberCracker = Instance.new("TextButton")
  22. local Syntax = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Enzo.Name = "Enzo"
  30. Enzo.Parent = ScreenGui
  31. Enzo.Active = true
  32. Enzo.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  33. Enzo.BorderColor3 = Color3.fromRGB(255, 255, 255)
  34. Enzo.BorderSizePixel = 4
  35. Enzo.Position = UDim2.new(0.148648649, 0, 0.366058916, 0)
  36. Enzo.Selectable = true
  37. Enzo.Size = UDim2.new(0, 624, 0, 388)
  38.  
  39. Title.Name = "Title"
  40. Title.Parent = Enzo
  41. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  42. Title.BorderSizePixel = 0
  43. Title.Size = UDim2.new(0, 624, 0, 50)
  44. Title.Font = Enum.Font.Cartoon
  45. Title.Text = "Stupid lt2"
  46. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. Title.TextSize = 30.000
  48.  
  49. Credits.Name = "Credits"
  50. Credits.Parent = Title
  51. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. Credits.BackgroundTransparency = 1.000
  53. Credits.BorderSizePixel = 0
  54. Credits.Position = UDim2.new(0, 0, 0.579999983, 0)
  55. Credits.Size = UDim2.new(0, 140, 0, 21)
  56. Credits.Font = Enum.Font.SourceSans
  57. Credits.Text = "YoungExploiter"
  58. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. Credits.TextSize = 20.000
  60.  
  61. Blood.Name = "Blood"
  62. Blood.Parent = Enzo
  63. Blood.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  64. Blood.BorderColor3 = Color3.fromRGB(255, 255, 255)
  65. Blood.BorderSizePixel = 3
  66. Blood.Position = UDim2.new(0.0320512839, 0, 0.14948453, 0)
  67. Blood.Size = UDim2.new(0, 175, 0, 45)
  68. Blood.Font = Enum.Font.Cartoon
  69. Blood.Text = "Blood V2"
  70. Blood.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. Blood.TextSize = 25.000
  72.  
  73. TPGUI.Name = "TPGUI"
  74. TPGUI.Parent = Enzo
  75. TPGUI.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  76. TPGUI.BorderColor3 = Color3.fromRGB(255, 255, 255)
  77. TPGUI.BorderSizePixel = 3
  78. TPGUI.Position = UDim2.new(0.6875, 0, 0.14948453, 0)
  79. TPGUI.Size = UDim2.new(0, 175, 0, 45)
  80. TPGUI.Font = Enum.Font.Cartoon
  81. TPGUI.Text = "TP Gui"
  82. TPGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. TPGUI.TextSize = 25.000
  84.  
  85. DirtThree.Name = "DirtThree"
  86. DirtThree.Parent = Enzo
  87. DirtThree.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  88. DirtThree.BorderColor3 = Color3.fromRGB(255, 255, 255)
  89. DirtThree.BorderSizePixel = 3
  90. DirtThree.Position = UDim2.new(0.358974367, 0, 0.14948453, 0)
  91. DirtThree.Size = UDim2.new(0, 175, 0, 45)
  92. DirtThree.Font = Enum.Font.Cartoon
  93. DirtThree.Text = "Dirt 3.0"
  94. DirtThree.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. DirtThree.TextSize = 25.000
  96.  
  97. NoClip.Name = "NoClip"
  98. NoClip.Parent = Enzo
  99. NoClip.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  100. NoClip.BorderColor3 = Color3.fromRGB(255, 255, 255)
  101. NoClip.BorderSizePixel = 3
  102. NoClip.Position = UDim2.new(0.6875, 0, 0.322164953, 0)
  103. NoClip.Size = UDim2.new(0, 175, 0, 45)
  104. NoClip.Font = Enum.Font.Cartoon
  105. NoClip.Text = "NoClip \"V\""
  106. NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. NoClip.TextSize = 25.000
  108.  
  109. Fly.Name = "Fly"
  110. Fly.Parent = Enzo
  111. Fly.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  112. Fly.BorderColor3 = Color3.fromRGB(255, 255, 255)
  113. Fly.BorderSizePixel = 3
  114. Fly.Position = UDim2.new(0.358974367, 0, 0.322164953, 0)
  115. Fly.Size = UDim2.new(0, 175, 0, 45)
  116. Fly.Font = Enum.Font.Cartoon
  117. Fly.Text = "Fly \"E\""
  118. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. Fly.TextSize = 25.000
  120.  
  121. Paint.Name = "Paint"
  122. Paint.Parent = Enzo
  123. Paint.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  124. Paint.BorderColor3 = Color3.fromRGB(255, 255, 255)
  125. Paint.BorderSizePixel = 3
  126. Paint.Position = UDim2.new(0.0320512839, 0, 0.322164953, 0)
  127. Paint.Size = UDim2.new(0, 175, 0, 45)
  128. Paint.Font = Enum.Font.Cartoon
  129. Paint.Text = "Paint"
  130. Paint.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. Paint.TextSize = 25.000
  132.  
  133. AxeDupe.Name = "AxeDupe"
  134. AxeDupe.Parent = Enzo
  135. AxeDupe.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  136. AxeDupe.BorderColor3 = Color3.fromRGB(255, 255, 255)
  137. AxeDupe.BorderSizePixel = 3
  138. AxeDupe.Position = UDim2.new(0.6875, 0, 0.685566962, 0)
  139. AxeDupe.Size = UDim2.new(0, 175, 0, 45)
  140. AxeDupe.Font = Enum.Font.Cartoon
  141. AxeDupe.Text = "Axe Dupe"
  142. AxeDupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. AxeDupe.TextSize = 25.000
  144.  
  145. BluePrints.Name = "BluePrints"
  146. BluePrints.Parent = Enzo
  147. BluePrints.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  148. BluePrints.BorderColor3 = Color3.fromRGB(255, 255, 255)
  149. BluePrints.BorderSizePixel = 3
  150. BluePrints.Position = UDim2.new(0.358974367, 0, 0.685566962, 0)
  151. BluePrints.Size = UDim2.new(0, 175, 0, 45)
  152. BluePrints.Font = Enum.Font.Cartoon
  153. BluePrints.Text = "BluePrints"
  154. BluePrints.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. BluePrints.TextSize = 25.000
  156.  
  157. Flare.Name = "Flare"
  158. Flare.Parent = Enzo
  159. Flare.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  160. Flare.BorderColor3 = Color3.fromRGB(255, 255, 255)
  161. Flare.BorderSizePixel = 3
  162. Flare.Position = UDim2.new(0.0320512839, 0, 0.685566962, 0)
  163. Flare.Size = UDim2.new(0, 175, 0, 45)
  164. Flare.Font = Enum.Font.Cartoon
  165. Flare.Text = "Flare"
  166. Flare.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. Flare.TextSize = 25.000
  168.  
  169. JumpPower.Name = "JumpPower"
  170. JumpPower.Parent = Enzo
  171. JumpPower.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  172. JumpPower.BorderColor3 = Color3.fromRGB(255, 255, 255)
  173. JumpPower.BorderSizePixel = 3
  174. JumpPower.Position = UDim2.new(0.6875, 0, 0.515463948, 0)
  175. JumpPower.Size = UDim2.new(0, 175, 0, 45)
  176. JumpPower.Font = Enum.Font.Cartoon
  177. JumpPower.Text = "JumpPower"
  178. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. JumpPower.TextSize = 25.000
  180.  
  181. WalkSpeed.Name = "WalkSpeed"
  182. WalkSpeed.Parent = Enzo
  183. WalkSpeed.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  184. WalkSpeed.BorderColor3 = Color3.fromRGB(255, 255, 255)
  185. WalkSpeed.BorderSizePixel = 3
  186. WalkSpeed.Position = UDim2.new(0.358974367, 0, 0.5, 0)
  187. WalkSpeed.Size = UDim2.new(0, 175, 0, 45)
  188. WalkSpeed.Font = Enum.Font.Cartoon
  189. WalkSpeed.Text = "Sonic Speed!"
  190. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  191. WalkSpeed.TextSize = 25.000
  192.  
  193. BTools.Name = "Stalker GUI"
  194. BTools.Parent = Enzo
  195. BTools.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  196. BTools.BorderColor3 = Color3.fromRGB(255, 255, 255)
  197. BTools.BorderSizePixel = 3
  198. BTools.Position = UDim2.new(0.0320512839, 0, 0.5, 0)
  199. BTools.Size = UDim2.new(0, 175, 0, 45)
  200. BTools.Font = Enum.Font.Cartoon
  201. BTools.Text = "StalkerGUI"
  202. BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
  203. BTools.TextSize = 25.000
  204.  
  205. BaseDupe.Name = "BaseDupe"
  206. BaseDupe.Parent = Enzo
  207. BaseDupe.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  208. BaseDupe.BorderColor3 = Color3.fromRGB(255, 255, 255)
  209. BaseDupe.BorderSizePixel = 3
  210. BaseDupe.Position = UDim2.new(0.6875, 0, 0.860824704, 0)
  211. BaseDupe.Size = UDim2.new(0, 175, 0, 45)
  212. BaseDupe.Font = Enum.Font.Cartoon
  213. BaseDupe.Text = "Base Dupe"
  214. BaseDupe.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. BaseDupe.TextSize = 25.000
  216.  
  217. LumberCracker.Name = "LumberCracker"
  218. LumberCracker.Parent = Enzo
  219. LumberCracker.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  220. LumberCracker.BorderColor3 = Color3.fromRGB(255, 255, 255)
  221. LumberCracker.BorderSizePixel = 3
  222. LumberCracker.Position = UDim2.new(0.358974367, 0, 0.860824704, 0)
  223. LumberCracker.Size = UDim2.new(0, 175, 0, 45)
  224. LumberCracker.Font = Enum.Font.Cartoon
  225. LumberCracker.Text = "Lumber Cracker"
  226. LumberCracker.TextColor3 = Color3.fromRGB(0, 0, 0)
  227. LumberCracker.TextSize = 25.000
  228. LumberCracker.TextWrapped = true
  229.  
  230. Syntax.Name = "Syntax"
  231. Syntax.Parent = Enzo
  232. Syntax.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
  233. Syntax.BorderColor3 = Color3.fromRGB(255, 255, 255)
  234. Syntax.BorderSizePixel = 3
  235. Syntax.Position = UDim2.new(0.0320512839, 0, 0.860824704, 0)
  236. Syntax.Size = UDim2.new(0, 175, 0, 45)
  237. Syntax.Font = Enum.Font.Cartoon
  238. Syntax.Text = "Syntax"
  239. Syntax.TextColor3 = Color3.fromRGB(0, 0, 0)
  240. Syntax.TextSize = 25.000
  241.  
  242. -- Scripts:
  243.  
  244. local function MDVGSL_fake_script() -- Blood.BLS
  245. local script = Instance.new('Script', Blood)
  246.  
  247. Blood.MouseButton1Down:connect(function()
  248. loadstring(game:HttpGetAsync("https://pastebin.com/raw/v5zpe4ab"))()
  249. end)
  250. end
  251. coroutine.wrap(MDVGSL_fake_script)()
  252. local function WKUXV_fake_script() -- TPGUI.TPS
  253. local script = Instance.new('Script', TPGUI)
  254.  
  255. TPGUI.MouseButton1Down:connect(function()
  256. loadstring(game:HttpGetAsync("https://pastebin.com/raw/sm1epVBC"))()
  257. end)
  258. end
  259. coroutine.wrap(WKUXV_fake_script)()
  260. local function UOUCYX_fake_script() -- DirtThree.Dirtthreesc
  261. local script = Instance.new('Script', DirtThree)
  262.  
  263. DirtThree.MouseButton1Down:connect(function()
  264. loadstring(game:HttpGetAsync("https://pastebin.com/raw/C0dKbz1F"))()
  265. end)
  266. end
  267. coroutine.wrap(UOUCYX_fake_script)()
  268. local function XKHD_fake_script() -- NoClip.NOCSC
  269. local script = Instance.new('Script', NoClip)
  270.  
  271. NoClip.MouseButton1Down:connect(function()
  272. noclip = false
  273. game:GetService('RunService').Stepped:connect(function()
  274. if noclip then
  275. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  276. end
  277. end)
  278. plr = game.Players.LocalPlayer
  279. mouse = plr:GetMouse()
  280. mouse.KeyDown:connect(function(key)
  281.  
  282. if key == "v" then
  283. noclip = not noclip
  284. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  285. end
  286. end)
  287. warn("Successfully Loaded *8xsp's NoClip Script*")
  288. end)
  289. end
  290. coroutine.wrap(XKHD_fake_script)()
  291. local function BGVEC_fake_script() -- Fly.FLYSC
  292. local script = Instance.new('Script', Fly)
  293.  
  294. Fly.MouseButton1Down:connect(function()
  295. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  296. end)
  297. end
  298. coroutine.wrap(BGVEC_fake_script)()
  299. local function DBTEK_fake_script() -- Paint.PaintSC
  300. local script = Instance.new('Script', Paint)
  301.  
  302. Paint.MouseButton1Down:connect(function()
  303. loadstring(game:HttpGetAsync("https://pastebin.com/raw/ixguDdpX"))()
  304. end)
  305. end
  306. coroutine.wrap(DBTEK_fake_script)()
  307. local function APUXKSR_fake_script() -- AxeDupe.ADS
  308. local script = Instance.new('Script', AxeDupe)
  309.  
  310. AxeDupe.MouseButton1Down:connect(function()
  311. loadstring(game:HttpGetAsync("https://pastebin.com/raw/LaAZp33E"))()
  312. end)
  313. end
  314. coroutine.wrap(APUXKSR_fake_script)()
  315. local function UQHTVY_fake_script() -- BluePrints.BPS
  316. local script = Instance.new('Script', BluePrints)
  317.  
  318. BluePrints.MouseButton1Down:connect(function()
  319. loadstring(game:HttpGetAsync("https://pastebin.com/raw/ZyuZBWgB"))()
  320. end)
  321. end
  322. coroutine.wrap(UQHTVY_fake_script)()
  323. local function EUCA_fake_script() -- Flare.Flare
  324. local script = Instance.new('Script', Flare)
  325.  
  326. Flare.MouseButton1Down:connect(function()
  327. loadstring(game:HttpGetAsync("https://pastebin.com/raw/VhK3PUe8"))()
  328. end)
  329. end
  330. coroutine.wrap(EUCA_fake_script)()
  331. local function JBPQO_fake_script() -- JumpPower.JPS
  332. local script = Instance.new('Script', JumpPower)
  333.  
  334. JumpPower.MouseButton1Down:connect(function()
  335. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  336. end)
  337. end
  338. coroutine.wrap(JBPQO_fake_script)()
  339. local function IPNAD_fake_script() -- WalkSpeed.WSPS
  340. local script = Instance.new('Script', WalkSpeed)
  341.  
  342. WalkSpeed.MouseButton1Down:connect(function()
  343. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  344. end)
  345. end
  346. coroutine.wrap(IPNAD_fake_script)()
  347. local function TYZRWR_fake_script() -- BTools.BTS
  348. local script = Instance.new('Script', BTools)
  349.  
  350. BTools.MouseButton1Down:connect(function()
  351. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/DABDABGAMES/StalkerGUI/master/LT2.txt"))()
  352. end)
  353. end
  354. coroutine.wrap(TYZRWR_fake_script)()
  355. local function BZELFN_fake_script() -- BaseDupe.BASESC
  356. local script = Instance.new('Script', BaseDupe)
  357.  
  358. BaseDupe.MouseButton1Down:connect(function()
  359. loadstring(game:HttpGet("https://pastebin.com/raw/XwLSKeAc", true))()
  360. end)
  361.  
  362. end
  363. coroutine.wrap(BZELFN_fake_script)()
  364. local function RFIFUIV_fake_script() -- LumberCracker.LCS
  365. local script = Instance.new('Script', LumberCracker)
  366.  
  367. LumberCracker.MouseButton1Down:connect(function()
  368. loadstring(game:HttpGetAsync("https://pastebin.com/raw/JuvduNJ2"))()
  369. end)
  370.  
  371. end
  372. coroutine.wrap(RFIFUIV_fake_script)()
  373. local function PGQWBQI_fake_script() -- Syntax.SYNSC
  374. local script = Instance.new('Script', Syntax)
  375.  
  376. Syntax.MouseButton1Down:connect(function()
  377. loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  378. end)
  379.  
  380. end
  381. coroutine.wrap(PGQWBQI_fake_script)()
  382. local function NEBSDB_fake_script() -- ScreenGui.Draggable
  383. local script = Instance.new('Script', ScreenGui)
  384.  
  385. frame = script.Parent.Enzo
  386. frame.Draggable = true
  387. frame.Active = true
  388. frame.Selectable = true
  389. end
  390. coroutine.wrap(NEBSDB_fake_script)()
  391. local function UKFDINI_fake_script() -- ScreenGui.drag
  392. local script = Instance.new('Script', ScreenGui)
  393.  
  394. Enzo.Draggable = true
  395. end
  396. coroutine.wrap(UKFDINI_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement