Advertisement
Sexy_Cow-0018

Untitled

Mar 29th, 2017
1,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 KB | None | 0 0
  1. wait()
  2. printidentity()
  3.  
  4. local Player = game.Players.LocalPlayer
  5. local PlayerGui = game.Players.LocalPlayer.PlayerGui
  6. local ScreenGui = Instance.new('ScreenGui',PlayerGui)
  7. local Frame = Instance.new('Frame',ScreenGui)
  8. local Close = Instance.new('TextButton',Frame)
  9. local Admin = Instance.new('TextButton',Frame)
  10. local KKK = Instance.new('TextButton',Frame)
  11. local GameScripts = Instance.new('TextButton',Frame)
  12. local gameFrame = Instance.new('ScrollingFrame',ScreenGui)
  13. local plaza = Instance.new('TextButton',gameFrame)
  14. local azure = Instance.new('TextButton',gameFrame)
  15. local cafe = Instance.new('TextButton', gameFrame)
  16. local redwood = Instance.new('TextButton', gameFrame)
  17. local tag = Instance.new('TextLabel',Frame)
  18. local fekill = Instance.new('TextButton',gameFrame)
  19. local fegod = Instance.new('TextButton',gameFrame)
  20. local coins = Instance.new('TextButton',gameFrame)
  21.  
  22. ScreenGui.Name = "CowGUI"
  23. Frame.Name = "Main GUI"
  24. gameFrame.Name = "Game Scripts"
  25. gameFrame.Visible = false -- NOTE when updating set to false so it doesnt auto pop up
  26.  
  27. tag.Text = "Sexy Cow#0018"
  28. Close.Text = "Close"
  29. Admin.Text = "Admin"
  30. KKK.Text = "KKK (RACIST)"
  31. GameScripts.Text = "Scripts"
  32. plaza.Text = "Plaza Money (2 MILLION!!)"
  33. azure.Text = "Remove Stone (AZURE MINES)"
  34. cafe.Text = "Cafe Destroyer (SOME FE CAFES)"
  35. redwood.Text = "Give All Items (REDWOOD)"
  36. fekill.Text = "FE Kill (CLICK TO KILL!)"
  37. fegod.Text = "FE God"
  38. coins.Text = "MM2 Coin Grabber (10 COINS)"
  39. Admin.BackgroundColor3 = BrickColor.White().Color
  40. KKK.BackgroundColor3 = BrickColor.White().Color
  41. GameScripts.BackgroundColor3 = BrickColor.White().Color
  42. plaza.BackgroundColor3 = BrickColor.Red().Color
  43. azure.BackgroundColor3 = BrickColor.Blue().Color
  44. cafe.BackgroundColor3 = BrickColor.Green().Color
  45. redwood.BackgroundColor3 = BrickColor.White().Color
  46. fekill.BackgroundColor3 = BrickColor.new("Teal").Color
  47. fegod.BackgroundColor3 = BrickColor.new("Lime green").Color
  48. coins.BackgroundColor3 = BrickColor.new("Pastel green").Color
  49. Admin.Position = UDim2.new(0, 0, 1, -70)
  50. KKK.Position = UDim2.new(0, 0, 1, -120)
  51. GameScripts.Position = UDim2.new(0, 0, 1, -170)
  52. Close.Position = UDim2.new(0, 0, 1, -20)
  53. Frame.Draggable = true
  54. Frame:TweenSize(UDim2.new(0, 200, 0, 200))
  55. Frame:TweenPosition(UDim2.new(0, 0, 1, -200))
  56. wait(1)
  57. Close:TweenSize(UDim2.new(0, 200, 0, 20))
  58. Admin:TweenSize(UDim2.new(0, 200, 0, 50))
  59. KKK:TweenSize(UDim2.new(0, 200, 0, 50))
  60. GameScripts:TweenSize(UDim2.new(0, 200, 0, 50))
  61. gameFrame.Size = UDim2.new(0, 200, 0, 300)
  62. gameFrame.Position = (UDim2.new(1, -200, 1, -300))
  63. gameFrame.CanvasSize = UDim2.new(0, 200, 0, 350)
  64. plaza.Size = UDim2.new(0, 200, 0, 50)
  65. plaza.Position = UDim2.new(0, 0, 0, 0)
  66. azure.Size = UDim2.new(0, 200, 0, 50)
  67. azure.Position = UDim2.new(0, 0, 0, 50)
  68. cafe.Size = UDim2.new(0, 200, 0, 50)
  69. cafe.Position = UDim2.new(0, 0, 0, 100)
  70. redwood.Size = UDim2.new(0, 200, 0, 50)
  71. redwood.Position = UDim2.new(0, 0, 0, 150)
  72. fekill.Size = UDim2.new(0, 200, 0, 50)
  73. fekill.Position = UDim2.new(0, 0, 0, 200)
  74. fegod.Size = UDim2.new(0, 200, 0, 50)
  75. fegod.Position = UDim2.new(0, 0, 0, 250)
  76. fegod.Size = UDim2.new(0, 200, 0, 50)
  77. fegod.Position = UDim2.new(0, 0, 0, 250)
  78. coins.Size = UDim2.new(0, 200, 0, 50)
  79. coins.Position = UDim2.new(0, 0, 0, 300)
  80. tag.Position = UDim2.new(0, 0, 1, -200)
  81. tag:TweenSize(UDim2.new(0, 200, 0, 30))
  82. gameFrame.ScrollBarThickness = 5
  83.  
  84.  
  85. print "Welcome To CowGUI!!!"
  86. print "Made by Sexy Cow#0018"
  87. print "DESCLAIMER: I take 0 credit for these scripts"
  88.  
  89. Close.MouseButton1Down:connect(function()
  90. ScreenGui:Destroy()
  91. wait(5)
  92. end)
  93.  
  94. Admin.MouseButton1Down:connect(function()
  95. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  96. end)
  97.  
  98. KKK.MouseButton1Down:connect(function()
  99. game:GetObjects("rbxassetid://672154451")[1].Parent=game.Workspace
  100. end)
  101.  
  102. GameScripts.MouseButton1Down:connect(function()
  103. gameFrame.Visible = not gameFrame.Visible
  104. end)
  105.  
  106. plaza.MouseButton1Down:connect(function()
  107. for i=999, 3000 do
  108. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(2.147e9, i);
  109. end
  110. end)
  111.  
  112. azure.MouseButton1Down:connect(function()
  113. local Character = Player.Character
  114. local light = Instance.new("PointLight", Character.Torso)
  115. light.Color = Color3.new(255,255,255)
  116. light.Brightness = 134134
  117. light.Range = 2000
  118.  
  119.  
  120. for i,v in pairs(game.Workspace.Mine:GetChildren()) do
  121. if string.match(v.Name, "Stone") then
  122. v:Remove()
  123. end
  124. end
  125. end)
  126.  
  127. cafe.MouseButton1Down:connect(function()
  128. if workspace:FindFirstChild("GiveSystem") then
  129. e = workspace.GiveSystem.GiveItem
  130. elseif workspace:FindFirstChild("HandToCentre") then
  131. e = workspace.HandToCentre.GiveItem
  132. else
  133. warn("MODEL NOT FOUND")
  134. end
  135.  
  136. local blacklist = {
  137. ["HandToCentre"] = true;
  138. ["GiveSystem"] = true;
  139. }
  140.  
  141.  
  142. for i,v in pairs(game.Workspace:children()) do
  143. if not blacklist[v.Name] then
  144. pcall(function() e:FireServer(game.Players.LocalPlayer, v) end)
  145. end
  146. end
  147. end)
  148.  
  149. redwood.MouseButton1Down:connect(function()
  150. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  151. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M1014")
  152. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  153. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Makrov")
  154. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  155. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
  156. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Ham Sandwich")
  157. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Pancakes")
  158. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Steak")
  159. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Punch")
  160. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Handcuffs")
  161. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  162. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Hammer")
  163. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Guitar")
  164. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  165. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  166. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  167. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  168. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  169. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  170. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  171. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Minigun")
  172. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  173. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  174. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  175. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
  176. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  177. end)
  178.  
  179.  
  180.  
  181. fekill.MouseButton1Down:connect(function()
  182. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  183. local Mouse = game.Players.LocalPlayer:GetMouse()
  184. if Mouse.Target and Mouse.Target.Parent:IsA('Model') then
  185. game.Players[Mouse.Target.Parent.Name]:Move(Vector3.new(math.huge,math.huge,math.huge))
  186. end
  187. end)
  188. end)
  189.  
  190.  
  191. fegod.MouseButton1Down:connect(function()
  192. if Player.Character then
  193. if Player.Character:FindFirstChild("Humanoid") then
  194. Player.Character.Humanoid.Name = "1"
  195. end
  196. local l = Player.Character["1"]:Clone()
  197. l.Parent = Player.Character
  198. l.Name = "Humanoid"; wait(0.1)
  199. Player.Character["1"]:Destroy()
  200. workspace.CurrentCamera.CameraSubject = Player.Character.Humanoid
  201. Player.Character.Animate.Disabled = true; wait(0.1)
  202. Player.Character.Animate.Disabled = false
  203. end
  204. print("FEGOD COMPLETED")
  205. end)
  206.  
  207. coins.MouseButton1Down:connect(function()
  208. --These are the methods I found/tested whilst trying to create an item giver before I created my catalog exploit. --Scapters
  209.  
  210. --Coin Grabber
  211. game.Players:Chat("DevScapter's MM2 Drop Grabber Bot Started.") --[[ Cri Cri Plez Don't Remove Meh Name ;( ]]--
  212. while wait(1) do
  213. for i,v in pairs(game.Workspace:GetChildren()) do
  214. local f = v:FindFirstChild("CoinContainer")
  215. local q = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  216. if q and f then
  217. for i,c in pairs(f:GetChildren()) do
  218. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  219. end
  220. end
  221. end
  222. end
  223.  
  224. --Print Codes
  225. local Remote = game.ReplicatedStorage
  226. local Database = {Weapons = Remote.GetSyncData:InvokeServer("Item"), Effects = Remote.GetSyncData:InvokeServer("Effects"), Perks = Remote.GetSyncData:InvokeServer("Perks"), Emotes = Remote.GetSyncData:InvokeServer("Emotes"), Radios = Remote.GetSyncData:InvokeServer("Radios"), Toys = Remote.GetSyncData:InvokeServer("Toys"), Recipes = Remote.GetSyncData:InvokeServer("Recipe"), Codes = Remote.GetSyncData:InvokeServer("Codes"), Recyclable = Remote.GetSyncData:InvokeServer("Recyclable"), SlotInfo = Remote.GetSyncData:InvokeServer("SlotInfo"), Crates = Remote.GetSyncData:InvokeServer("MysteryBox"), Bundles = Remote.GetSyncData:InvokeServer("Bundles")}
  227. local Stuff = {"Weapons", "Emotes", "Toys", "Effects", "Perks", "Radios", "Pets"}
  228. local MyStuff = {Weapons = nil, Effects = nil, Perks = nil, Emotes = nil, Radios = nil, Pets = nil}
  229. for Code,CodeTable in pairs(Database.Codes) do
  230. print(Code.." : "..CodeTable.Prize)
  231. end
  232.  
  233. --Print Weapons
  234. local Remote = game.ReplicatedStorage
  235. local Database = {Weapons = Remote.GetSyncData:InvokeServer("Item"), Effects = Remote.GetSyncData:InvokeServer("Effects"), Perks = Remote.GetSyncData:InvokeServer("Perks"), Emotes = Remote.GetSyncData:InvokeServer("Emotes"), Radios = Remote.GetSyncData:InvokeServer("Radios"), Toys = Remote.GetSyncData:InvokeServer("Toys"), Recipes = Remote.GetSyncData:InvokeServer("Recipe"), Codes = Remote.GetSyncData:InvokeServer("Codes"), Recyclable = Remote.GetSyncData:InvokeServer("Recyclable"), SlotInfo = Remote.GetSyncData:InvokeServer("SlotInfo"), Crates = Remote.GetSyncData:InvokeServer("MysteryBox"), Bundles = Remote.GetSyncData:InvokeServer("Bundles")}
  236. local Stuff = {"Weapons", "Emotes", "Toys", "Effects", "Perks", "Radios", "Pets"}
  237. local MyStuff = {Weapons = nil, Effects = nil, Perks = nil, Emotes = nil, Radios = nil, Pets = nil}
  238. for Weapon,WeaponTable in pairs(Database.Weapons) do
  239. if WeaponTable.ItemID then
  240. print(Weapon.." : "..WeaponTable.ItemID)
  241. end
  242. end
  243.  
  244. --Print Crates
  245. local Remote = game.ReplicatedStorage
  246. local Database = {Weapons = Remote.GetSyncData:InvokeServer("Item"), Effects = Remote.GetSyncData:InvokeServer("Effects"), Perks = Remote.GetSyncData:InvokeServer("Perks"), Emotes = Remote.GetSyncData:InvokeServer("Emotes"), Radios = Remote.GetSyncData:InvokeServer("Radios"), Toys = Remote.GetSyncData:InvokeServer("Toys"), Recipes = Remote.GetSyncData:InvokeServer("Recipe"), Codes = Remote.GetSyncData:InvokeServer("Codes"), Recyclable = Remote.GetSyncData:InvokeServer("Recyclable"), SlotInfo = Remote.GetSyncData:InvokeServer("SlotInfo"), Crates = Remote.GetSyncData:InvokeServer("MysteryBox"), Bundles = Remote.GetSyncData:InvokeServer("Bundles")}
  247. local Stuff = {"Weapons", "Emotes", "Toys", "Effects", "Perks", "Radios", "Pets"}
  248. local MyStuff = {Weapons = nil, Effects = nil, Perks = nil, Emotes = nil, Radios = nil, Pets = nil}
  249. for Crate,CrateTable in pairs(Database.Crates) do
  250. if CrateTable.ItemID then
  251. print(Crate.." : "..CrateTable.ItemID)
  252. end
  253. end
  254.  
  255. --Get Player
  256. local player = game.ReplicatedStorage.GetData2:InvokeServer()
  257.  
  258. --Possible Give Items
  259. local player = game.ReplicatedStorage.GetData2:InvokeServer()
  260. table.insert(player.Weapons.Owned, 315501640)
  261. game.ReplicatedStorage.UpdateDataClient:Fire()
  262. game.ReplicatedStorage.UpdateData2:FireServer()
  263. game.ReplicatedStorage.Buy:FireServer("Fade", "Weapons")
  264.  
  265. --Print Owned
  266. local player = game.ReplicatedStorage.GetData2:InvokeServer()
  267. for i,v in pairs(player.Weapons.Owned) do
  268. print(i.." : "..v )
  269. end
  270.  
  271. --Print Murderer
  272. for i,v in pairs(game.Players:GetChildren()) do
  273. v.Backpack.ChildAdded:connect(function(child)
  274. if child.Name == "Knife" then
  275. print(v.Name)
  276. end
  277. end)
  278. end
  279.  
  280. --Give Items
  281. --Forgot to snip this is the catalog exploit lol.
  282.  
  283. --Print DevProducts
  284. local DeveloperProducts = game:GetService("MarketplaceService"):GetDeveloperProductsAsync():GetCurrentPage()
  285.  
  286. for _, DevProductContainer in pairs(DeveloperProducts) do
  287. for Field, Value in pairs(DevProductContainer) do
  288. print(Field .. ": " .. Value)
  289. end
  290. print(" ")
  291. end
  292.  
  293. --Modded Lobbies
  294. --Snip also catalog exploit.
  295. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement