Advertisement
MasterExpoiter

Project Dex V1.0.1

Feb 2nd, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 KB | None | 0 0
  1. --------------------------------------------------------------------
  2. --Welcome to Project Dex V1.0.1-------------------------------------
  3. --Sharing the script to friends is a-okay----------------------------
  4. --but the God script wont work, go to line 231 and replace the name--
  5. --[UPDATE]--
  6. --Replaced Golden Ak47u with a Hammer!--
  7. ----------------------------------------
  8.  
  9. --Object
  10.  
  11. local Spawnerexe = Instance.new("ScreenGui")
  12. local SpawnerMainFrame = Instance.new("Frame")
  13. local Border = Instance.new("Frame")
  14. local ProjectDex = Instance.new("TextLabel")
  15. local GodMode = Instance.new("TextButton")
  16. local Nothing = Instance.new("TextButton")
  17. local Nothing_2 = Instance.new("TextButton")
  18. local Nothing_3 = Instance.new("TextButton")
  19. local Akdrum = Instance.new("TextButton")
  20. local Ak74u = Instance.new("TextButton")
  21. local Hammer = Instance.new("TextButton")
  22. local Glockdrum = Instance.new("TextButton")
  23. local Chips = Instance.new("TextButton")
  24. local Ram = Instance.new("TextButton")
  25. local PK = Instance.new("TextButton")
  26. local Tec9 = Instance.new("TextButton")
  27. local Taser = Instance.new("TextButton")
  28. local Amount = Instance.new("TextBox")
  29. local TextLabel = Instance.new("TextLabel")
  30. --Properties:
  31. Spawnerexe.Name = "Spawner.exe"
  32. Spawnerexe.Parent = game.CoreGui
  33.  
  34. SpawnerMainFrame.Name = "SpawnerMainFrame"
  35. SpawnerMainFrame.Parent = Spawnerexe
  36. SpawnerMainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  37. SpawnerMainFrame.BorderColor3 = Color3.new(1, 1, 1)
  38. SpawnerMainFrame.BorderSizePixel = 9
  39. SpawnerMainFrame.Position = UDim2.new(0.160919532, 0, 0.385199249, 0)
  40. SpawnerMainFrame.Size = UDim2.new(0, 472, 0, 308)
  41. SpawnerMainFrame.Active = true
  42. SpawnerMainFrame.Draggable = true
  43.  
  44. Border.Name = "Border"
  45. Border.Parent = SpawnerMainFrame
  46. Border.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Border.BorderColor3 = Color3.new(1, 1, 1)
  48. Border.Position = UDim2.new(0.205508471, 0, -0.019480519, 0)
  49. Border.Size = UDim2.new(0, 10, 0, 320)
  50.  
  51. ProjectDex.Name = "ProjectDex"
  52. ProjectDex.Parent = SpawnerMainFrame
  53. ProjectDex.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  54. ProjectDex.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  55. ProjectDex.Position = UDim2.new(0.381355941, 0, 0.038961038, 0)
  56. ProjectDex.Size = UDim2.new(0, 191, 0, 33)
  57. ProjectDex.Font = Enum.Font.SourceSansBold
  58. ProjectDex.Text = "Project DEX V1.0.0"
  59. ProjectDex.TextColor3 = Color3.new(1, 1, 1)
  60. ProjectDex.TextScaled = true
  61. ProjectDex.TextSize = 14
  62. ProjectDex.TextWrapped = true
  63.  
  64. GodMode.Name = "God Mode"
  65. GodMode.Parent = SpawnerMainFrame
  66. GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
  67. GodMode.Position = UDim2.new(0.0211864412, 0, 0.0324675329, 0)
  68. GodMode.Size = UDim2.new(0, 75, 0, 36)
  69. GodMode.Font = Enum.Font.SourceSans
  70. GodMode.Text = "God Mode"
  71. GodMode.TextColor3 = Color3.new(0, 0, 0)
  72. GodMode.TextScaled = true
  73. GodMode.TextSize = 14
  74. GodMode.TextWrapped = true
  75.  
  76. Nothing.Name = "Nothing"
  77. Nothing.Parent = SpawnerMainFrame
  78. Nothing.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Nothing.Position = UDim2.new(0.0211864412, 0, 0.288961053, 0)
  80. Nothing.Size = UDim2.new(0, 75, 0, 36)
  81. Nothing.Font = Enum.Font.SourceSans
  82. Nothing.Text = "Nothing"
  83. Nothing.TextColor3 = Color3.new(0, 0, 0)
  84. Nothing.TextSize = 14
  85.  
  86. Nothing_2.Name = "Nothing"
  87. Nothing_2.Parent = SpawnerMainFrame
  88. Nothing_2.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Nothing_2.Position = UDim2.new(0.0211864412, 0, 0.551948071, 0)
  90. Nothing_2.Size = UDim2.new(0, 75, 0, 36)
  91. Nothing_2.Font = Enum.Font.SourceSans
  92. Nothing_2.Text = "Nothing"
  93. Nothing_2.TextColor3 = Color3.new(0, 0, 0)
  94. Nothing_2.TextSize = 14
  95.  
  96. Nothing_3.Name = "Nothing"
  97. Nothing_3.Parent = SpawnerMainFrame
  98. Nothing_3.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Nothing_3.Position = UDim2.new(0.0211864412, 0, 0.83116889, 0)
  100. Nothing_3.Size = UDim2.new(0, 75, 0, 36)
  101. Nothing_3.Font = Enum.Font.SourceSans
  102. Nothing_3.Text = "Nothing"
  103. Nothing_3.TextColor3 = Color3.new(0, 0, 0)
  104. Nothing_3.TextSize = 14
  105.  
  106. Akdrum.Name = "Akdrum"
  107. Akdrum.Parent = SpawnerMainFrame
  108. Akdrum.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Akdrum.Position = UDim2.new(0.266949147, 0, 0.240259752, 0)
  110. Akdrum.Size = UDim2.new(0, 91, 0, 40)
  111. Akdrum.Font = Enum.Font.SourceSans
  112. Akdrum.Text = "Akdrum"
  113. Akdrum.TextColor3 = Color3.new(0, 0, 0)
  114. Akdrum.TextScaled = true
  115. Akdrum.TextSize = 14
  116. Akdrum.TextWrapped = true
  117.  
  118. Ak74u.Name = "Ak74u"
  119. Ak74u.Parent = SpawnerMainFrame
  120. Ak74u.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Ak74u.Position = UDim2.new(0.266949147, 0, 0.435064942, 0)
  122. Ak74u.Size = UDim2.new(0, 91, 0, 40)
  123. Ak74u.Font = Enum.Font.SourceSans
  124. Ak74u.Text = "Ak74u"
  125. Ak74u.TextColor3 = Color3.new(0, 0, 0)
  126. Ak74u.TextScaled = true
  127. Ak74u.TextSize = 14
  128. Ak74u.TextWrapped = true
  129.  
  130. Hammer.Name = "Hammer"
  131. Hammer.Parent = SpawnerMainFrame
  132. Hammer.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Hammer.Position = UDim2.new(0.266949147, 0, 0.66883117, 0)
  134. Hammer.Size = UDim2.new(0, 91, 0, 40)
  135. Hammer.Font = Enum.Font.SourceSans
  136. Hammer.Text = "Hammer"
  137. Hammer.TextColor3 = Color3.new(0, 0, 0)
  138. Hammer.TextScaled = true
  139. Gak.TextSize = 14
  140. Hammer.TextWrapped = true
  141.  
  142. Glockdrum.Name = "Glockdrum"
  143. Glockdrum.Parent = SpawnerMainFrame
  144. Glockdrum.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Glockdrum.Position = UDim2.new(0.529661, 0, 0.66883117, 0)
  146. Glockdrum.Size = UDim2.new(0, 91, 0, 40)
  147. Glockdrum.Font = Enum.Font.SourceSans
  148. Glockdrum.Text = "Glockdrum"
  149. Glockdrum.TextColor3 = Color3.new(0, 0, 0)
  150. Glockdrum.TextScaled = true
  151. Glockdrum.TextSize = 14
  152. Glockdrum.TextWrapped = true
  153.  
  154. Chips.Name = "Chips"
  155. Chips.Parent = SpawnerMainFrame
  156. Chips.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Chips.Position = UDim2.new(0.786016941, 0, 0.66883117, 0)
  158. Chips.Size = UDim2.new(0, 91, 0, 40)
  159. Chips.Font = Enum.Font.SourceSans
  160. Chips.Text = "Chips"
  161. Chips.TextColor3 = Color3.new(0, 0, 0)
  162. Chips.TextScaled = true
  163. Chips.TextSize = 14
  164. Chips.TextWrapped = true
  165.  
  166. Ram.Name = "Ram"
  167. Ram.Parent = SpawnerMainFrame
  168. Ram.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Ram.Position = UDim2.new(0.529661, 0, 0.435064942, 0)
  170. Ram.Size = UDim2.new(0, 91, 0, 40)
  171. Ram.Font = Enum.Font.SourceSans
  172. Ram.Text = "Battering Ram"
  173. Ram.TextColor3 = Color3.new(0, 0, 0)
  174. Ram.TextScaled = true
  175. Ram.TextSize = 14
  176. Ram.TextWrapped = true
  177.  
  178. PK.Name = "PK"
  179. PK.Parent = SpawnerMainFrame
  180. PK.BackgroundColor3 = Color3.new(1, 1, 1)
  181. PK.Position = UDim2.new(0.786016941, 0, 0.435064942, 0)
  182. PK.Size = UDim2.new(0, 91, 0, 40)
  183. PK.Font = Enum.Font.SourceSans
  184. PK.Text = "Painkillers"
  185. PK.TextColor3 = Color3.new(0, 0, 0)
  186. PK.TextScaled = true
  187. PK.TextSize = 14
  188. PK.TextWrapped = true
  189.  
  190. Tec9.Name = "Tec-9"
  191. Tec9.Parent = SpawnerMainFrame
  192. Tec9.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Tec9.Position = UDim2.new(0.786016941, 0, 0.240259752, 0)
  194. Tec9.Size = UDim2.new(0, 91, 0, 40)
  195. Tec9.Font = Enum.Font.SourceSans
  196. Tec9.Text = "Tec-9"
  197. Tec9.TextColor3 = Color3.new(0, 0, 0)
  198. Tec9.TextScaled = true
  199. Tec9.TextSize = 14
  200. Tec9.TextWrapped = true
  201.  
  202. Taser.Name = "Taser"
  203. Taser.Parent = SpawnerMainFrame
  204. Taser.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Taser.Position = UDim2.new(0.529661, 0, 0.240259752, 0)
  206. Taser.Size = UDim2.new(0, 91, 0, 40)
  207. Taser.Font = Enum.Font.SourceSans
  208. Taser.Text = "Taser"
  209. Taser.TextColor3 = Color3.new(0, 0, 0)
  210. Taser.TextScaled = true
  211. Taser.TextSize = 14
  212. Taser.TextWrapped = true
  213.  
  214. Amount.Name = "Amount"
  215. Amount.Parent = SpawnerMainFrame
  216. Amount.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  217. Amount.BorderColor3 = Color3.new(0, 0, 0)
  218. Amount.BorderSizePixel = 5
  219. Amount.Position = UDim2.new(0.529661, 0, 0.86038959, 0)
  220. Amount.Size = UDim2.new(0, 91, 0, 35)
  221. Amount.Font = Enum.Font.SourceSans
  222. Amount.Text = "Amount"
  223. Amount.TextColor3 = Color3.new(1, 1, 1)
  224. Amount.TextSize = 22
  225.  
  226. TextLabel.Parent = SpawnerMainFrame
  227. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  228. TextLabel.BorderSizePixel = 0
  229. TextLabel.Position = UDim2.new(0.0593220331, 0, -0.0551948063, 0)
  230. TextLabel.Size = UDim2.new(0, 1, 0, 1)
  231. TextLabel.Font = Enum.Font.SourceSansBold
  232. TextLabel.Text = "Made By D.E.V."
  233. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  234. TextLabel.TextSize = 14
  235. -- Scripts:
  236.  
  237. GodMode.MouseButton1Down:connect(function()
  238. local PlayerSelected = "homerunbat1"
  239. for i,v in pairs(workspace:GetDescendants()) do
  240. if v:IsA("RemoteEvent") and v.Name == "Damage" then
  241. pcall(function()
  242. v:FireServer(game:GetService("Players")[PlayerSelected].Character.Humanoid, -1000000000, game:GetService("Players")[PlayerSelected].Character.Head)
  243. end)
  244. end
  245. end
  246. end)
  247.  
  248. --Next!
  249.  
  250. Ak74u.MouseButton1Down:connect(function()
  251. local amount = Amount.Text
  252. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  253. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  254. for i = 1,amount do
  255. game.Workspace.Events.Shop:FireServer("Weps", 0, "Ak47u", gui, confirm)
  256. end
  257. end)
  258.  
  259. --Next!
  260.  
  261. Tec9.MouseButton1Down:connect(function()
  262. local amount = Amount.Text
  263. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  264. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  265. for i = 1,amount do
  266. game.Workspace.Events.Shop:FireServer("Weps", 0, "Tec9", gui, confirm)
  267. end
  268. end)
  269.  
  270. --Next!
  271.  
  272. Glockdrum.MouseButton1Down:connect(function()
  273. local amount = Amount.Text
  274. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  275. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  276. for i = 1,amount do
  277. game.Workspace.Events.Shop:FireServer("Weps", 0, "GlockDrum", gui, confirm)
  278. end
  279. end)
  280.  
  281. --Next!
  282.  
  283. Hammer.MouseButton1Down:connect(function()
  284. local amount = Amount.Text
  285. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  286. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  287. for i = 1,amount do
  288. game.Workspace.Events.Shop:FireServer("Weps", 0, "Hammer", gui, confirm)
  289. end
  290. end)
  291.  
  292. --Next!
  293.  
  294. Taser.MouseButton1Down:connect(function()
  295. local amount = Amount.Text
  296. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  297. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  298. for i = 1,amount do
  299. game.Workspace.Events.Shop:FireServer("Weps", 0, "Taser", gui, confirm)
  300. end
  301. end)
  302.  
  303. --Into the items Nibba!
  304.  
  305. Ram.MouseButton1Down:connect(function()
  306. local amount = Amount.Text
  307. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  308. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  309. for i = 1,amount do
  310. game.Workspace.Events.Shop:FireServer("Weps", 0, "BatteringRam", gui, confirm)
  311. end
  312. end)
  313.  
  314. --Next!
  315.  
  316. Chips.MouseButton1Down:connect(function()
  317. local amount = Amount.Text
  318. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  319. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  320. for i = 1,amount do
  321. game.Workspace.Events.Shop:FireServer("Food", 0, "Chips", gui, confirm)
  322. end
  323. end)
  324.  
  325. --Next!
  326.  
  327. PK.MouseButton1Down:connect(function()
  328. local amount = Amount.Text
  329. local confirm = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop.Validate
  330. local gui = game.Workspace.Ammunation:FindFirstChild("Model").DESK.TOUCH.Script.DESKGunStore.Shop
  331. for i = 1,amount do
  332. game.Workspace.Events.Shop:FireServer("Items", 0, "PainKillers", gui, confirm)
  333. end
  334. end)
  335.  
  336. ----------------------------------------------------------------------------
  337. --This is the end Kiddos dont worry ill keep updating it, if you want more--
  338. --items Dm me and each extra gun is 25 Cents (USD) As always, Ruin RRP Bye--
  339. ----------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement