Advertisement
coincash978

Gameguardian script V1

Mar 29th, 2020
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1.  
  2. -- Instances:
  3.  
  4. local Coinsgui = Instance.new("ScreenGui")
  5. local mainframe = Instance.new("Frame")
  6. local Adminbutton = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local feanimationguibutton = Instance.new("TextButton")
  9. local Killbutton = Instance.new("TextButton")
  10. local closebutton = Instance.new("TextButton")
  11. local flingbutton = Instance.new("TextButton")
  12. local mapCopybutton = Instance.new("TextButton")
  13. local MM2button = Instance.new("TextButton")
  14. local DollHousebutton = Instance.new("TextButton")
  15. local Trollbutton = Instance.new("TextButton")
  16. local Discord = Instance.new("TextLabel")
  17. local kinfebutton = Instance.new("TextButton")
  18. local Godbutton = Instance.new("TextButton")
  19. local Creator = Instance.new("TextLabel")
  20. local Details = Instance.new("TextLabel")
  21. local JailBreakbutton = Instance.new("TextButton")
  22. local Adoptmebutton = Instance.new("TextButton")
  23. local openbutton = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. Coinsgui.Name = "Coinsgui"
  28. Coinsgui.Parent = game.CoreGui
  29. Coinsgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. mainframe.Name = "mainframe"
  32. mainframe.Parent = Coinsgui
  33. mainframe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. mainframe.Position = UDim2.new(0.374005318, 0, 0.129032254, 0)
  35. mainframe.Size = UDim2.new(0, 364, 0, 196)
  36. mainframe.Style = Enum.FrameStyle.DropShadow
  37. mainframe.Visible = false
  38. mainframe.Active = false
  39.  
  40. Adminbutton.Name = "Adminbutton"
  41. Adminbutton.Parent = mainframe
  42. Adminbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. Adminbutton.Position = UDim2.new(-0.00263977051, 0, 0.117971689, 0)
  44. Adminbutton.Size = UDim2.new(0, 110, 0, 27)
  45. Adminbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  46. Adminbutton.Font = Enum.Font.SourceSansItalic
  47. Adminbutton.Text = "Admin"
  48. Adminbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Adminbutton.TextScaled = true
  50. Adminbutton.TextSize = 14.000
  51. Adminbutton.TextWrapped = true
  52. Adminbutton.MouseButton1Down:connect(function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7"))();
  54. end)
  55.  
  56. Title.Name = "Title"
  57. Title.Parent = mainframe
  58. Title.BackgroundColor3 = Color3.fromRGB(28, 0, 186)
  59. Title.BackgroundTransparency = 1.000
  60. Title.BorderSizePixel = 0
  61. Title.Position = UDim2.new(-0.00549450517, 0, -0.0470190234, 0)
  62. Title.Size = UDim2.new(0, 111, 0, 30)
  63. Title.Font = Enum.Font.SourceSansItalic
  64. Title.Text = "Troll script V1"
  65. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Title.TextScaled = true
  67. Title.TextSize = 14.000
  68. Title.TextWrapped = true
  69.  
  70. feanimationguibutton.Name = "feanimationguibutton"
  71. feanimationguibutton.Parent = mainframe
  72. feanimationguibutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. feanimationguibutton.Position = UDim2.new(-0.00263977051, 0, 0.2710329, 0)
  74. feanimationguibutton.Size = UDim2.new(0, 110, 0, 27)
  75. feanimationguibutton.Style = Enum.ButtonStyle.RobloxRoundButton
  76. feanimationguibutton.Font = Enum.Font.SourceSansItalic
  77. feanimationguibutton.Text = "Animations"
  78. feanimationguibutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. feanimationguibutton.TextScaled = true
  80. feanimationguibutton.TextSize = 14.000
  81. feanimationguibutton.TextWrapped = true
  82. feanimationguibutton.MouseButton1Down:connect(function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/60FLQ5RP"))();
  84. end)
  85.  
  86. Killbutton.Name = "Killbutton"
  87. Killbutton.Parent = mainframe
  88. Killbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. Killbutton.Position = UDim2.new(0.324283302, 0, 0.117971689, 0)
  90. Killbutton.Size = UDim2.new(0, 110, 0, 27)
  91. Killbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  92. Killbutton.Font = Enum.Font.SourceSansItalic
  93. Killbutton.Text = "Kill All"
  94. Killbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. Killbutton.TextScaled = true
  96. Killbutton.TextSize = 14.000
  97. Killbutton.TextWrapped = true
  98. Killbutton.MouseButton1Down:connect(function()
  99. loadstring(game:HttpGet("https://pastebin.com/raw/nzdfLksm"))();
  100. end)
  101.  
  102. closebutton.Name = "closebutton"
  103. closebutton.Parent = mainframe
  104. closebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. closebutton.Position = UDim2.new(0.916940391, 0, -0.0282408632, 0)
  106. closebutton.Size = UDim2.new(0, 30, 0, 27)
  107. closebutton.Style = Enum.ButtonStyle.RobloxRoundButton
  108. closebutton.Font = Enum.Font.SourceSans
  109. closebutton.Text = "X"
  110. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. closebutton.TextScaled = true
  112. closebutton.TextSize = 14.000
  113. closebutton.TextWrapped = true
  114. closebutton.MouseButton1Down:connect(function()
  115. closebutton.Visible = true
  116. mainframe.Visible = false
  117. end)
  118.  
  119. flingbutton.Name = "flingbutton"
  120. flingbutton.Parent = mainframe
  121. flingbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. flingbutton.Position = UDim2.new(0.324283302, 0, 0.265930861, 0)
  123. flingbutton.Size = UDim2.new(0, 110, 0, 27)
  124. flingbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  125. flingbutton.Font = Enum.Font.SourceSansItalic
  126. flingbutton.Text = "Fling"
  127. flingbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. flingbutton.TextScaled = true
  129. flingbutton.TextSize = 14.000
  130. flingbutton.TextWrapped = true
  131. flingbutton.MouseButton1Down:connect(function()
  132. loadstring(game:HttpGet("https://pastebin.com/raw/WbUhaDiv"))();
  133. end)
  134.  
  135. mapCopybutton.Name = "mapCopybutton"
  136. mapCopybutton.Parent = mainframe
  137. mapCopybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. mapCopybutton.Position = UDim2.new(-0.00263978634, 0, 0.418992102, 0)
  139. mapCopybutton.Size = UDim2.new(0, 110, 0, 27)
  140. mapCopybutton.Style = Enum.ButtonStyle.RobloxRoundButton
  141. mapCopybutton.Font = Enum.Font.SourceSansItalic
  142. mapCopybutton.Text = "Map Copy"
  143. mapCopybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. mapCopybutton.TextScaled = true
  145. mapCopybutton.TextSize = 14.000
  146. mapCopybutton.TextWrapped = true
  147. mapCopybutton.MouseButton1Down:connect(function()
  148. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  149. end)
  150.  
  151. MM2button.Name = "MM2button"
  152. MM2button.Parent = mainframe
  153. MM2button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. MM2button.Position = UDim2.new(0.324283302, 0, 0.408788025, 0)
  155. MM2button.Size = UDim2.new(0, 110, 0, 27)
  156. MM2button.Style = Enum.ButtonStyle.RobloxRoundButton
  157. MM2button.Font = Enum.Font.SourceSansItalic
  158. MM2button.Text = "Murder Mystery"
  159. MM2button.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. MM2button.TextScaled = true
  161. MM2button.TextSize = 14.000
  162. MM2button.TextWrapped = true
  163. MM2button.MouseButton1Down:connect(function()
  164. loadstring(game:HttpGet("https://pastebin.com/raw/AuM7GHPc"))();
  165. end)
  166.  
  167. DollHousebutton.Name = "DollHousebutton"
  168. DollHousebutton.Parent = mainframe
  169. DollHousebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  170. DollHousebutton.Position = UDim2.new(-0.00263978634, 0, 0.566951275, 0)
  171. DollHousebutton.Size = UDim2.new(0, 110, 0, 27)
  172. DollHousebutton.Style = Enum.ButtonStyle.RobloxRoundButton
  173. DollHousebutton.Font = Enum.Font.SourceSansItalic
  174. DollHousebutton.Text = "Doll House"
  175. DollHousebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. DollHousebutton.TextScaled = true
  177. DollHousebutton.TextSize = 14.000
  178. DollHousebutton.TextWrapped = true
  179. DollHousebutton.MouseButton1Down:connect(function()
  180. loadstring(game:HttpGet("https://pastebin.com/raw/g7ep7vwD"))();
  181. end)
  182.  
  183. Trollbutton.Name = "Trollbutton"
  184. Trollbutton.Parent = mainframe
  185. Trollbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. Trollbutton.Position = UDim2.new(0.324283302, 0, 0.566951275, 0)
  187. Trollbutton.Size = UDim2.new(0, 110, 0, 27)
  188. Trollbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  189. Trollbutton.Font = Enum.Font.SourceSansItalic
  190. Trollbutton.Text = "Troll Script"
  191. Trollbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Trollbutton.TextScaled = true
  193. Trollbutton.TextSize = 14.000
  194. Trollbutton.TextWrapped = true
  195. Trollbutton.MouseButton1Down:connect(function()
  196. loadstring(game:HttpGet("https://pastebin.com/raw/U290qDC2"))();
  197. end)
  198.  
  199. Discord.Name = "Discord"
  200. Discord.Parent = mainframe
  201. Discord.BackgroundColor3 = Color3.fromRGB(28, 0, 186)
  202. Discord.BackgroundTransparency = 1.000
  203. Discord.BorderSizePixel = 0
  204. Discord.Position = UDim2.new(0.323662549, 0, -0.034226127, 0)
  205. Discord.Size = UDim2.new(0, 206, 0, 30)
  206. Discord.Font = Enum.Font.SourceSansItalic
  207. Discord.Text = "Discord: https://discord.gg/9Z7QJH"
  208. Discord.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. Discord.TextScaled = true
  210. Discord.TextSize = 14.000
  211. Discord.TextWrapped = true
  212.  
  213. kinfebutton.Name = "kinfebutton"
  214. kinfebutton.Parent = mainframe
  215. kinfebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  216. kinfebutton.Position = UDim2.new(-0.00263978634, 0, 0.714910507, 0)
  217. kinfebutton.Size = UDim2.new(0, 110, 0, 27)
  218. kinfebutton.Style = Enum.ButtonStyle.RobloxRoundButton
  219. kinfebutton.Font = Enum.Font.SourceSansItalic
  220. kinfebutton.Text = "Knife Grab V3"
  221. kinfebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  222. kinfebutton.TextScaled = true
  223. kinfebutton.TextSize = 14.000
  224. kinfebutton.TextWrapped = true
  225. kinfebutton.MouseButton1Down:connect(function()
  226. loadstring(game:HttpGet("https://pastebin.com/raw/vXgWessT"))();
  227. end)
  228.  
  229. Godbutton.Name = "Godbutton"
  230. Godbutton.Parent = mainframe
  231. Godbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  232. Godbutton.Position = UDim2.new(0.324283272, 0, 0.714910507, 0)
  233. Godbutton.Size = UDim2.new(0, 110, 0, 27)
  234. Godbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  235. Godbutton.Font = Enum.Font.SourceSansItalic
  236. Godbutton.Text = "GodMode"
  237. Godbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. Godbutton.TextScaled = true
  239. Godbutton.TextSize = 14.000
  240. Godbutton.TextWrapped = true
  241. Godbutton.MouseButton1Down:connect(function()
  242. loadstring(game:HttpGet("https://pastebin.com/raw/Reg6dQk8"))();
  243. end)
  244.  
  245. Creator.Name = "Creator"
  246. Creator.Parent = mainframe
  247. Creator.BackgroundColor3 = Color3.fromRGB(28, 0, 186)
  248. Creator.BackgroundTransparency = 1.000
  249. Creator.BorderSizePixel = 0
  250. Creator.Position = UDim2.new(0.632398725, 0, 0.118089363, 0)
  251. Creator.Size = UDim2.new(0, 98, 0, 38)
  252. Creator.Font = Enum.Font.SourceSansItalic
  253. Creator.Text = "Made By Gameguardian"
  254. Creator.TextColor3 = Color3.fromRGB(0, 0, 0)
  255. Creator.TextScaled = true
  256. Creator.TextSize = 14.000
  257. Creator.TextWrapped = true
  258.  
  259. Details.Name = "Details"
  260. Details.Parent = mainframe
  261. Details.BackgroundColor3 = Color3.fromRGB(28, 0, 186)
  262. Details.BackgroundTransparency = 1.000
  263. Details.BorderSizePixel = 0
  264. Details.Position = UDim2.new(0.640446901, 0, 0.366247982, 0)
  265. Details.Size = UDim2.new(0, 130, 0, 116)
  266. Details.Font = Enum.Font.SourceSansItalic
  267. Details.Text = "This sctipt was made to troll Online Daters and stuff but you can use this for other games too, and trollXD"
  268. Details.TextColor3 = Color3.fromRGB(0, 0, 0)
  269. Details.TextScaled = true
  270. Details.TextSize = 14.000
  271. Details.TextWrapped = true
  272.  
  273. JailBreakbutton.Name = "JailBreakbutton"
  274. JailBreakbutton.Parent = mainframe
  275. JailBreakbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  276. JailBreakbutton.Position = UDim2.new(-0.00263978634, 0, 0.86286968, 0)
  277. JailBreakbutton.Size = UDim2.new(0, 110, 0, 27)
  278. JailBreakbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  279. JailBreakbutton.Font = Enum.Font.SourceSansItalic
  280. JailBreakbutton.Text = "JailBreak"
  281. JailBreakbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  282. JailBreakbutton.TextScaled = true
  283. JailBreakbutton.TextSize = 14.000
  284. JailBreakbutton.TextWrapped = true
  285. JailBreakbutton.MouseButton1Down:connect(function()
  286. loadstring(game:GetObjects("rbxassetid:1461971147")[1].Source)()
  287. end)
  288.  
  289. Adoptmebutton.Name = "Adoptmebutton"
  290. Adoptmebutton.Parent = mainframe
  291. Adoptmebutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  292. Adoptmebutton.Position = UDim2.new(0.324283272, 0, 0.857767642, 0)
  293. Adoptmebutton.Size = UDim2.new(0, 110, 0, 27)
  294. Adoptmebutton.Style = Enum.ButtonStyle.RobloxRoundButton
  295. Adoptmebutton.Font = Enum.Font.SourceSansItalic
  296. Adoptmebutton.Text = "Adopt Me"
  297. Adoptmebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  298. Adoptmebutton.TextScaled = true
  299. Adoptmebutton.TextSize = 14.000
  300. Adoptmebutton.TextWrapped = true
  301. Adoptmebutton.MouseButton1Down:connect(function()
  302. loadstring(game:HttpGet("https://pastebin.com/raw/rmA2Du0M"))();
  303. end)
  304.  
  305. openbutton.Name = "openbutton"
  306. openbutton.Parent = Coinsgui
  307. openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  308. openbutton.Position = UDim2.new(0, 0, 0.601518035, 0)
  309. openbutton.Size = UDim2.new(0, 100, 0, 31)
  310. openbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  311. openbutton.Font = Enum.Font.SourceSans
  312. openbutton.Text = "Open"
  313. openbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  314. openbutton.TextScaled = true
  315. openbutton.TextSize = 14.000
  316. openbutton.TextWrapped = true
  317. openbutton.MouseButton1Down:connect(function()
  318. mainframe.Visible = true
  319. openbutton.Visible = false
  320. end)
  321.  
  322. -- Scripts:
  323.  
  324. local function KETG_fake_script() -- mainframe.LocalScript
  325. local script = Instance.new('LocalScript', mainframe)
  326.  
  327. script.parent.Selectable = true
  328. script.Parent.Active = true
  329. script.parent.Draggable = true
  330. end
  331. coroutine.wrap(KETG_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement