Advertisement
RobloxMakerScirptGui

Granny Gui V1

Dec 3rd, 2019
3,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. --Follow me in my Roblox Account:heaven_heaven123
  2. --Subcribe To my Channel:Robloxgamer making script hacks Recorder
  3. --For more Script Hacks In games
  4. local Granny = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local TextLabel14 = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local Money = Instance.new("TextButton")
  9. local Blood = Instance.new("TextButton")
  10. local Traps = Instance.new("TextButton")
  11. local Badges = Instance.new("TextButton")
  12. local Noclip = Instance.new("TextButton")
  13. local Upgrade = Instance.new("TextButton")
  14. local Sword = Instance.new("TextButton")
  15. local Kill = Instance.new("TextButton")
  16. local Sponge = Instance.new("TextButton")
  17. local eyes = Instance.new("TextButton")
  18. local ComingSoon1 = Instance.new("TextButton")
  19. local ComingSoon2 = Instance.new("TextButton")
  20. local Credit = Instance.new("TextLabel")
  21. local Frame = Instance.new("Frame")
  22. local Open = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. Granny.Name = "Granny"
  27. Granny.Parent = game.CoreGui
  28.  
  29. main.Name = "main"
  30. main.Parent = Granny
  31. main.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  32. main.BackgroundTransparency = 0.20000000298023
  33. main.BorderColor3 = Color3.new(0, 0, 0)
  34. main.BorderSizePixel = 0
  35. main.Position = UDim2.new(0.248623833, 0, 0.0636183172, 0)
  36. main.Size = UDim2.new(0, 547, 0, 386)
  37. main.Visible = false
  38. main.Active = true
  39. main.Draggable = true
  40.  
  41. TextLabel14.Name = "TextLabel14"
  42. TextLabel14.Parent = main
  43. TextLabel14.BackgroundColor3 = Color3.new(0.235294, 0.458824, 0)
  44. TextLabel14.BorderSizePixel = 0
  45. TextLabel14.Position = UDim2.new(0, 0, -0.00021710174, 0)
  46. TextLabel14.Size = UDim2.new(0, 502, 0, 41)
  47. TextLabel14.Font = Enum.Font.SourceSansBold
  48. TextLabel14.Text = "GrannyGui Version1"
  49. TextLabel14.TextColor3 = Color3.new(0, 0, 0)
  50. TextLabel14.TextSize = 30
  51. TextLabel14.TextWrapped = true
  52.  
  53. Close.Name = "Close"
  54. Close.Parent = main
  55. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  56. Close.BorderSizePixel = 0
  57. Close.Position = UDim2.new(0.919250429, 0, 0, 0)
  58. Close.Size = UDim2.new(0, 44, 0, 41)
  59. Close.Font = Enum.Font.SourceSansBold
  60. Close.Text = "X"
  61. Close.TextColor3 = Color3.new(0, 0, 0)
  62. Close.TextSize = 45
  63. Close.MouseButton1Down:connect(function()
  64. Frame.Visible =true
  65. main.Visible = false
  66. end)
  67.  
  68. Money.Name = "Money"
  69. Money.Parent = main
  70. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Money.Position = UDim2.new(0.0224999916, 0, 0.137305707, 0)
  72. Money.Size = UDim2.new(0, 157, 0, 44)
  73. Money.Font = Enum.Font.SourceSansBold
  74. Money.Text = "Free Money"
  75. Money.TextColor3 = Color3.new(0, 1, 0.0156863)
  76. Money.TextSize = 25
  77. Money.TextWrapped = true
  78. Money.MouseButton1Down:connect(function()
  79. game:GetService("ReplicatedStorage").Events.Winner:FireServer(9999999999999999999999999999999999999999999999999999999)
  80. end)
  81.  
  82. Blood.Name = "Blood"
  83. Blood.Parent = main
  84. Blood.BackgroundColor3 = Color3.new(0, 0, 0)
  85. Blood.Position = UDim2.new(0.364558399, 0, 0.137305707, 0)
  86. Blood.Size = UDim2.new(0, 153, 0, 44)
  87. Blood.Font = Enum.Font.SourceSansBold
  88. Blood.Text = "Chainsaw Blood"
  89. Blood.TextColor3 = Color3.new(0.0666667, 1, 0)
  90. Blood.TextSize = 25
  91. Blood.MouseButton1Down:connect(function()
  92. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1014, ["Name"] = "ChainsawBlood", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.ChainsawBlood, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  93. end)
  94.  
  95. Traps.Name = "Traps"
  96. Traps.Parent = main
  97. Traps.BackgroundColor3 = Color3.new(0, 0, 0)
  98. Traps.Position = UDim2.new(0.689008832, 0, 0.137305707, 0)
  99. Traps.Size = UDim2.new(0, 158, 0, 44)
  100. Traps.Font = Enum.Font.SourceSansBold
  101. Traps.Text = "INF Bear Trap"
  102. Traps.TextColor3 = Color3.new(0.0666667, 1, 0)
  103. Traps.TextSize = 25
  104. Traps.MouseButton1Down:connect(function()
  105. game:GetService("ReplicatedStorage").Events.PutTrap:FireServer(game.Players.LocalPlayer)
  106. end)
  107.  
  108. Badges.Name = "Badges"
  109. Badges.Parent = main
  110. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  111. Badges.Position = UDim2.new(0.021732755, 0, 0.357512951, 0)
  112. Badges.Size = UDim2.new(0, 158, 0, 44)
  113. Badges.Font = Enum.Font.SourceSansBold
  114. Badges.Text = "Get all Badge"
  115. Badges.TextColor3 = Color3.new(0.0666667, 1, 0)
  116. Badges.TextSize = 25
  117. Badges.MouseButton1Down:connect(function()
  118. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  119. wait(0.1)
  120. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  121. wait(0.1)
  122. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  123. wait(0.1)
  124. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  125. wait(0.1)
  126. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  127. wait(0.1)
  128. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  129. wait(0.1)
  130. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  131. wait(0.1)
  132. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  133. wait(0.1)
  134. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  135. wait(0.1)
  136. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  137. wait(0.1)
  138. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  139. wait(0.1)
  140. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124425876)
  141. wait(0.1)
  142. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124425878)
  143. wait(0.1)
  144. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  145. end)
  146.  
  147. Noclip.Name = "NoClip"
  148. Noclip.Parent = main
  149. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  150. Noclip.BackgroundTransparency = 0
  151. Noclip.Position = UDim2.new(0.364, 0, 0.358, 0, 0)
  152. Noclip.Size = UDim2.new(0, 158, 0, 44)
  153. Noclip.Font = Enum.Font.SourceSansBold
  154. Noclip.Text = "NoClip Press[V]"
  155. Noclip.TextColor3 = Color3.new(0.0666667, 1, 0)
  156. Noclip.TextSize = 25
  157. Noclip.MouseButton1Down:connect(function()
  158. game:getService("RunService"):BindToRenderStep("",0,function()
  159. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  160. if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.V) then
  161. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  162. end
  163. end)
  164. end)
  165.  
  166. Upgrade.Name = "Upgrade"
  167. Upgrade.Parent = main
  168. Upgrade.BackgroundColor3 = Color3.new(0, 0, 0)
  169. Upgrade.Position = UDim2.new(0.689008832, 0, 0.357512951, 0)
  170. Upgrade.Size = UDim2.new(0, 158, 0, 44)
  171. Upgrade.Font = Enum.Font.SourceSansBold
  172. Upgrade.Text = "Upgrade to Max"
  173. Upgrade.TextColor3 = Color3.new(0.0666667, 1, 0)
  174. Upgrade.TextSize = 25
  175. Upgrade.MouseButton1Down:connect(function()
  176. local RSS = game:service('ReplicatedStorage')
  177. local uP = RSS.Events.upPoint
  178. local plr = game:service('Players').LocalPlayer
  179.  
  180. for i = 1, 1000 do
  181. uP:FireServer(plr.Upgrades.Player.Speed, 1)
  182. uP:FireServer(plr.Upgrades.Player.RemoveTrap, 1)
  183. uP:FireServer(plr.Upgrades.Player.Revive, 1)
  184.  
  185. uP:FireServer(plr.Upgrades.Granny.Speed, 1)
  186. uP:FireServer(plr.Upgrades.Player.PutTrap, 1)
  187. end
  188. end)
  189.  
  190. Sword.Name = "Sword"
  191. Sword.Parent = main
  192. Sword.BackgroundColor3 = Color3.new(0, 0, 0)
  193. Sword.Position = UDim2.new(0.021732755, 0, 0.572538793, 0)
  194. Sword.Size = UDim2.new(0, 158, 0, 44)
  195. Sword.Font = Enum.Font.SourceSansBold
  196. Sword.Text = "Get GoldenSword"
  197. Sword.TextColor3 = Color3.new(0.0666667, 1, 0)
  198. Sword.TextSize = 25
  199. Sword.MouseButton1Down:connect(function()
  200. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "GoldSword", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.GoldSword, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  201. end)
  202.  
  203. Kill.Name = "Kill"
  204. Kill.Parent = main
  205. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  206. Kill.Position = UDim2.new(0.363597482, 0, 0.569948137, 0)
  207. Kill.Size = UDim2.new(0, 158, 0, 44)
  208. Kill.Font = Enum.Font.SourceSansBold
  209. Kill.Text = "Speed Walk"
  210. Kill.TextColor3 = Color3.new(0.0666667, 1, 0)
  211. Kill.TextSize = 25
  212. Kill.MouseButton1Down:connect(function()
  213. while true do
  214. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 115
  215. wait()
  216. end
  217. end)
  218.  
  219. Sponge.Name = "Sponge"
  220. Sponge.Parent = main
  221. Sponge.BackgroundColor3 = Color3.new(0, 0, 0)
  222. Sponge.Position = UDim2.new(0.689008832, 0, 0.569948196, 0)
  223. Sponge.Size = UDim2.new(0, 158, 0, 44)
  224. Sponge.Font = Enum.Font.SourceSansBold
  225. Sponge.Text = "SpongeBob Dress"
  226. Sponge.TextColor3 = Color3.new(0.0666667, 1, 0)
  227. Sponge.TextSize = 25
  228. Sponge.MouseButton1Down:connect(function()
  229. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "SpongeBob Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.SpongeBobDress, ["id"] = 3036, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  230. end)
  231.  
  232.  
  233. eyes.Name = "eyes"
  234. eyes.Parent = main
  235. eyes.BackgroundColor3 = Color3.new(0, 0, 0)
  236. eyes.Position = UDim2.new(0.021732755, 0, 0.800518036, 0)
  237. eyes.Size = UDim2.new(0, 158, 0, 44)
  238. eyes.Font = Enum.Font.SourceSansBold
  239. eyes.Text = "ComingSoon!"
  240. eyes.TextColor3 = Color3.new(0.0666667, 1, 0)
  241. eyes.TextSize = 25
  242.  
  243. ComingSoon1.Name = "Coming Soon1"
  244. ComingSoon1.Parent = main
  245. ComingSoon1.BackgroundColor3 = Color3.new(0, 0, 0)
  246. ComingSoon1.Position = UDim2.new(0.363597453, 0, 0.800518036, 0)
  247. ComingSoon1.Size = UDim2.new(0, 158, 0, 44)
  248. ComingSoon1.Font = Enum.Font.SourceSansBold
  249. ComingSoon1.Text = "[Coming Soon!]"
  250. ComingSoon1.TextColor3 = Color3.new(0.0666667, 1, 0)
  251. ComingSoon1.TextSize = 25
  252.  
  253. ComingSoon2.Name = "Coming Soon2"
  254. ComingSoon2.Parent = main
  255. ComingSoon2.BackgroundColor3 = Color3.new(0, 0, 0)
  256. ComingSoon2.Position = UDim2.new(0.689008772, 0, 0.800518036, 0)
  257. ComingSoon2.Size = UDim2.new(0, 158, 0, 44)
  258. ComingSoon2.Font = Enum.Font.SourceSansBold
  259. ComingSoon2.Text = "[Coming Soon!]"
  260. ComingSoon2.TextColor3 = Color3.new(0.0666667, 1, 0)
  261. ComingSoon2.TextSize = 25
  262.  
  263. Credit.Name = "Credit"
  264. Credit.Parent = main
  265. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Credit.BackgroundTransparency = 1
  267. Credit.BorderSizePixel = 0
  268. Credit.Position = UDim2.new(0.111517362, 0, 0.924870431, 0)
  269. Credit.Size = UDim2.new(0, 117, 0, 29)
  270. Credit.Font = Enum.Font.SourceSansBold
  271. Credit.Text = "Created by heaven_heaven123"
  272. Credit.TextColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  273. Credit.TextSize = 20
  274.  
  275. Frame.Parent = Granny
  276. Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  277. Frame.Position = UDim2.new(0.0146788992, 0, 0.852882743, 0)
  278. Frame.Size = UDim2.new(0, 151, 0, 45)
  279. Frame.Visible = false
  280. Frame.Active = true
  281. Frame.Draggable = true
  282.  
  283. Open.Name = "Open"
  284. Open.Parent = Frame
  285. Open.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  286. Open.Position = UDim2.new(0.0272108316, 0, 0.0666666031, 0)
  287. Open.Size = UDim2.new(0, 143, 0, 39)
  288. Open.Font = Enum.Font.SourceSansBold
  289. Open.Text = "OpenGui"
  290. Open.TextColor3 = Color3.new(0, 0, 0)
  291. Open.TextSize = 45
  292. Open.MouseButton1Down:connect(function()
  293. Frame.Visible =true
  294. main.Visible = true
  295. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement