Advertisement
lygelz23

GRANNY [TYPICAL_RBLX]

Dec 31st, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.15 KB | None | 0 0
  1. -- Made by TypicalRBLx
  2. wait(0.3)
  3. game:GetService("StarterGui"):SetCore("SendNotification", {
  4. Title = "GRANNY GUI";
  5. Text = "Loaded";
  6. })
  7. wait(0.1)
  8. print("GRANNY LOADED")
  9. if game:GetService("Workspace").FilteringEnabled == true then
  10. warn("FE is Enabled (Filtering Enabled)")
  11. game:GetService("StarterGui"):SetCore("SendNotification", {
  12. Title = "GRANNY";
  13. Text = "Enjoy :smiley: ";
  14. })
  15. else
  16. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  17. game:GetService("StarterGui"):SetCore("SendNotification", {
  18. Title = "Sorry the this gui wont work here :(";
  19. Text = "Filtering Disabled.";
  20. })
  21. end
  22.  
  23.  
  24.  
  25. local GRANNYTYPICALRBLX = Instance.new("ScreenGui")
  26. local logingui = Instance.new("Frame")
  27. local bar = Instance.new("Frame")
  28. local TextLabel = Instance.new("TextLabel")
  29. local infobtn = Instance.new("TextButton")
  30. local openguibtn = Instance.new("TextButton")
  31. local infogui = Instance.new("Frame")
  32. local bar_2 = Instance.new("Frame")
  33. local TextLabel_2 = Instance.new("TextLabel")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local TextLabel_4 = Instance.new("TextLabel")
  36. local TextLabel_5 = Instance.new("TextLabel")
  37. local opengui = Instance.new("Frame")
  38. local openbtn = Instance.new("TextButton")
  39. local gui = Instance.new("Frame")
  40. local bar_3 = Instance.new("Frame")
  41. local TextLabel_6 = Instance.new("TextLabel")
  42. local item = Instance.new("TextButton")
  43. local kill = Instance.new("TextButton")
  44. local money = Instance.new("TextButton")
  45. local upgrade = Instance.new("TextButton")
  46. local stuff = Instance.new("TextButton")
  47. local speed = Instance.new("TextButton")
  48. local closegui = Instance.new("TextButton")
  49. local btools = Instance.new("TextButton")
  50. local fly = Instance.new("TextButton")
  51. local nxtbtn = Instance.new("TextButton")
  52. local gui2 = Instance.new("Frame")
  53. local bar_4 = Instance.new("Frame")
  54. local TextLabel_7 = Instance.new("TextLabel")
  55. local scythe = Instance.new("TextButton")
  56. local goldsword = Instance.new("TextButton")
  57. local chainsaw = Instance.new("TextButton")
  58. local sponge = Instance.new("TextButton")
  59. local jasondress = Instance.new("TextButton")
  60. local badges = Instance.new("TextButton")
  61. local goldress = Instance.new("TextButton")
  62. local prevbtn = Instance.new("TextButton")
  63.  
  64.  
  65. --Properties:
  66. GRANNYTYPICALRBLX.Name = "GRANNY [TYPICALRBLX]"
  67. GRANNYTYPICALRBLX.Parent = game.CoreGui
  68.  
  69. logingui.Name = "logingui"
  70. logingui.Parent = GRANNYTYPICALRBLX
  71. logingui.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  72. logingui.BorderColor3 = Color3.new(1, 1, 1)
  73. logingui.BorderSizePixel = 2
  74. logingui.Position = UDim2.new(0.0043784976, 0, 0.355441183, 0)
  75. logingui.Size = UDim2.new(0, 211, 0, 214)
  76. logingui.Visible = false
  77. logingui.Active = true
  78. logingui.Draggable = true
  79.  
  80. bar.Name = "bar"
  81. bar.Parent = logingui
  82. bar.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  83. bar.BorderColor3 = Color3.new(1, 1, 1)
  84. bar.BorderSizePixel = 2
  85. bar.Position = UDim2.new(0, 0, -0.00214599888, 0)
  86. bar.Size = UDim2.new(0, 211, 0, 19)
  87.  
  88. TextLabel.Parent = logingui
  89. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel.BackgroundTransparency = 1
  91. TextLabel.Position = UDim2.new(-0.00279384851, 0, -0.0016655447, 0)
  92. TextLabel.Size = UDim2.new(0, 211, 0, 19)
  93. TextLabel.Font = Enum.Font.Code
  94. TextLabel.Text = "ROCITIZENS GUI V2.0"
  95. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  96. TextLabel.TextScaled = true
  97. TextLabel.TextSize = 14
  98. TextLabel.TextWrapped = true
  99.  
  100. infobtn.Name = "infobtn"
  101. infobtn.Parent = logingui
  102. infobtn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  103. infobtn.BorderColor3 = Color3.new(1, 1, 1)
  104. infobtn.BorderSizePixel = 4
  105. infobtn.Position = UDim2.new(0.145147175, 0, 0.351173341, 0)
  106. infobtn.Size = UDim2.new(0, 155, 0, 25)
  107. infobtn.Font = Enum.Font.Cartoon
  108. infobtn.Text = "INFORMATION"
  109. infobtn.TextColor3 = Color3.new(1, 1, 1)
  110. infobtn.TextScaled = true
  111. infobtn.TextSize = 14
  112. infobtn.TextWrapped = true
  113. infobtn.MouseButton1Down:connect(function()
  114. infogui.Visible = true
  115. game:GetService("StarterGui"):SetCore("SendNotification", {
  116. Title = "SUBSCRIBE TO TYPICALRBLX";
  117. Text = "ENJOY BRO!? <3 ";
  118. })
  119. end)
  120.  
  121. openguibtn.Name = "openguibtn"
  122. openguibtn.Parent = logingui
  123. openguibtn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  124. openguibtn.BorderColor3 = Color3.new(1, 1, 1)
  125. openguibtn.BorderSizePixel = 4
  126. openguibtn.Position = UDim2.new(0.145147175, 0, 0.584818184, 0)
  127. openguibtn.Size = UDim2.new(0, 155, 0, 25)
  128. openguibtn.Font = Enum.Font.Cartoon
  129. openguibtn.Text = "OPEN GUI"
  130. openguibtn.TextColor3 = Color3.new(1, 1, 1)
  131. openguibtn.TextScaled = true
  132. openguibtn.TextSize = 14
  133. openguibtn.TextWrapped = true
  134. openguibtn.MouseButton1Down:connect(function()
  135. logingui.Visible = false
  136. infogui.Visible = false
  137. gui.Visible = true
  138. end)
  139.  
  140. infogui.Name = "infogui"
  141. infogui.Parent = GRANNYTYPICALRBLX
  142. infogui.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  143. infogui.BorderColor3 = Color3.new(1, 1, 1)
  144. infogui.BorderSizePixel = 2
  145. infogui.Position = UDim2.new(0.0568037778, 0, 0.357191443, 0)
  146. infogui.Size = UDim2.new(0, 211, 0, 214)
  147. infogui.Visible = false
  148. infogui.Active = true
  149. infogui.Draggable = true
  150.  
  151. bar_2.Name = "bar"
  152. bar_2.Parent = infogui
  153. bar_2.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  154. bar_2.BorderColor3 = Color3.new(1, 1, 1)
  155. bar_2.BorderSizePixel = 2
  156. bar_2.Position = UDim2.new(0, 0, -0.00214599888, 0)
  157. bar_2.Size = UDim2.new(0, 211, 0, 19)
  158.  
  159. TextLabel_2.Parent = infogui
  160. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  161. TextLabel_2.BackgroundTransparency = 1
  162. TextLabel_2.Position = UDim2.new(-0.00279384851, 0, 0.00300735235, 0)
  163. TextLabel_2.Size = UDim2.new(0, 211, 0, 19)
  164. TextLabel_2.Font = Enum.Font.Code
  165. TextLabel_2.Text = "INFO V2.0"
  166. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  167. TextLabel_2.TextScaled = true
  168. TextLabel_2.TextSize = 14
  169. TextLabel_2.TextWrapped = true
  170.  
  171. TextLabel_3.Parent = infogui
  172. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  173. TextLabel_3.BackgroundTransparency = 1
  174. TextLabel_3.Position = UDim2.new(-0.00279387715, 0, 0.147867143, 0)
  175. TextLabel_3.Size = UDim2.new(0, 211, 0, 39)
  176. TextLabel_3.Font = Enum.Font.Code
  177. TextLabel_3.Text = "Gui created by TYPICAL RBLX"
  178. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  179. TextLabel_3.TextScaled = true
  180. TextLabel_3.TextSize = 14
  181. TextLabel_3.TextWrapped = true
  182.  
  183. TextLabel_4.Parent = infogui
  184. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  185. TextLabel_4.BackgroundTransparency = 1
  186. TextLabel_4.Position = UDim2.new(-0.00279384851, 0, 0.372166216, 0)
  187. TextLabel_4.Size = UDim2.new(0, 211, 0, 19)
  188. TextLabel_4.Font = Enum.Font.Code
  189. TextLabel_4.Text = "SUBSCRIBE TO YOUTUBE"
  190. TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
  191. TextLabel_4.TextScaled = true
  192. TextLabel_4.TextSize = 14
  193. TextLabel_4.TextStrokeColor3 = Color3.new(1, 0, 0)
  194. TextLabel_4.TextWrapped = true
  195.  
  196. TextLabel_5.Parent = infogui
  197. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  198. TextLabel_5.BackgroundTransparency = 1
  199. TextLabel_5.Position = UDim2.new(0.196258262, 0, 0.507680237, 0)
  200. TextLabel_5.Size = UDim2.new(0, 127, 0, 62)
  201. TextLabel_5.Font = Enum.Font.Code
  202. TextLabel_5.Text = "TYPICAL RBLX"
  203. TextLabel_5.TextColor3 = Color3.new(1, 0, 0)
  204. TextLabel_5.TextScaled = true
  205. TextLabel_5.TextSize = 14
  206. TextLabel_5.TextStrokeColor3 = Color3.new(1, 0, 0)
  207. TextLabel_5.TextWrapped = true
  208.  
  209. opengui.Name = "opengui"
  210. opengui.Parent = GRANNYTYPICALRBLX
  211. opengui.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  212. opengui.BackgroundTransparency = 1
  213. opengui.BorderColor3 = Color3.new(1, 1, 1)
  214. opengui.BorderSizePixel = 2
  215. opengui.Position = UDim2.new(0.005623281, 0, 0, 0)
  216. opengui.Size = UDim2.new(0, 36, 0, 17)
  217.  
  218. openbtn.Name = "openbtn"
  219. openbtn.Parent = opengui
  220. openbtn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  221. openbtn.BorderColor3 = Color3.new(1, 1, 1)
  222. openbtn.BorderSizePixel = 4
  223. openbtn.Position = UDim2.new(-0.0215194523, 0, 0.525994718, 0)
  224. openbtn.Size = UDim2.new(0, 60, 0, 25)
  225. openbtn.Font = Enum.Font.Cartoon
  226. openbtn.Text = "OPEN"
  227. openbtn.TextColor3 = Color3.new(1, 1, 1)
  228. openbtn.TextScaled = true
  229. openbtn.TextSize = 14
  230. openbtn.TextWrapped = true
  231. openbtn.MouseButton1Down:connect(function()
  232. logingui.Visible = true
  233. opengui.Visible = false
  234. end)
  235.  
  236. gui.Name = "gui"
  237. gui.Parent = GRANNYTYPICALRBLX
  238. gui.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  239. gui.BorderColor3 = Color3.new(1, 1, 1)
  240. gui.BorderSizePixel = 2
  241. gui.Position = UDim2.new(0.27208817, 0, 0.194017217, 0)
  242. gui.Size = UDim2.new(0, 317, 0, 309)
  243. gui.Visible = false
  244. gui.Active = true
  245. gui.Draggable = true
  246.  
  247.  
  248.  
  249. bar_3.Name = "bar"
  250. bar_3.Parent = gui
  251. bar_3.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  252. bar_3.BorderColor3 = Color3.new(1, 1, 1)
  253. bar_3.BorderSizePixel = 2
  254. bar_3.Position = UDim2.new(0.00139764731, 0, -0.00214599562, 0)
  255. bar_3.Size = UDim2.new(0, 317, 0, 19)
  256.  
  257. TextLabel_6.Parent = gui
  258. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  259. TextLabel_6.BackgroundTransparency = 1
  260. TextLabel_6.Position = UDim2.new(-0.00279385061, 0, -0.00166554132, 0)
  261. TextLabel_6.Size = UDim2.new(0, 317, 0, 19)
  262. TextLabel_6.Font = Enum.Font.Code
  263. TextLabel_6.Text = "GRANNY MADE BY TYPICALRBLX"
  264. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  265. TextLabel_6.TextScaled = true
  266. TextLabel_6.TextSize = 14
  267. TextLabel_6.TextWrapped = true
  268.  
  269. item.Name = "item"
  270. item.Parent = gui
  271. item.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  272. item.BorderColor3 = Color3.new(1, 1, 1)
  273. item.BorderSizePixel = 4
  274. item.Position = UDim2.new(0.0410462245, 0, 0.159916788, 0)
  275. item.Size = UDim2.new(0, 155, 0, 25)
  276. item.Font = Enum.Font.Cartoon
  277. item.Text = "ITEM"
  278. item.TextColor3 = Color3.new(1, 1, 1)
  279. item.TextScaled = true
  280. item.TextSize = 14
  281. item.TextWrapped = true
  282.  
  283.  
  284. kill.Name = "kill"
  285. kill.Parent = gui
  286. kill.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  287. kill.BorderColor3 = Color3.new(1, 1, 1)
  288. kill.BorderSizePixel = 4
  289. kill.Position = UDim2.new(0.037891686, 0, 0.412949443, 0)
  290. kill.Size = UDim2.new(0, 155, 0, 25)
  291. kill.Font = Enum.Font.Cartoon
  292. kill.Text = "KILL"
  293. kill.TextColor3 = Color3.new(1, 1, 1)
  294. kill.TextScaled = true
  295. kill.TextSize = 14
  296. kill.TextWrapped = true
  297.  
  298. money.Name = "money"
  299. money.Parent = gui
  300. money.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  301. money.BorderColor3 = Color3.new(1, 1, 1)
  302. money.BorderSizePixel = 4
  303. money.Position = UDim2.new(0.0378916562, 0, 0.284260362, 0)
  304. money.Size = UDim2.new(0, 155, 0, 25)
  305. money.Font = Enum.Font.Cartoon
  306. money.Text = "MONEY"
  307. money.TextColor3 = Color3.new(1, 1, 1)
  308. money.TextScaled = true
  309. money.TextSize = 14
  310. money.TextWrapped = true
  311.  
  312. upgrade.Name = "upgrade"
  313. upgrade.Parent = gui
  314. upgrade.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  315. upgrade.BorderColor3 = Color3.new(1, 1, 1)
  316. upgrade.BorderSizePixel = 4
  317. upgrade.Position = UDim2.new(0.0410462245, 0, 0.542591572, 0)
  318. upgrade.Size = UDim2.new(0, 155, 0, 25)
  319. upgrade.Font = Enum.Font.Cartoon
  320. upgrade.Text = "UPGRADE"
  321. upgrade.TextColor3 = Color3.new(1, 1, 1)
  322. upgrade.TextScaled = true
  323. upgrade.TextSize = 14
  324. upgrade.TextWrapped = true
  325.  
  326. stuff.Name = "stuff"
  327. stuff.Parent = gui
  328. stuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  329. stuff.BorderColor3 = Color3.new(1, 1, 1)
  330. stuff.BorderSizePixel = 4
  331. stuff.Position = UDim2.new(0.0410462283, 0, 0.66810739, 0)
  332. stuff.Size = UDim2.new(0, 155, 0, 25)
  333. stuff.Font = Enum.Font.Cartoon
  334. stuff.Text = "STUFF"
  335. stuff.TextColor3 = Color3.new(1, 1, 1)
  336. stuff.TextScaled = true
  337. stuff.TextSize = 14
  338. stuff.TextWrapped = true
  339.  
  340. speed.Name = "speed"
  341. speed.Parent = gui
  342. speed.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  343. speed.BorderColor3 = Color3.new(1, 1, 1)
  344. speed.BorderSizePixel = 4
  345. speed.Position = UDim2.new(0.605715036, 0, 0.158046737, 0)
  346. speed.Size = UDim2.new(0, 109, 0, 89)
  347. speed.Font = Enum.Font.Cartoon
  348. speed.Text = "SPEED"
  349. speed.TextColor3 = Color3.new(1, 1, 1)
  350. speed.TextScaled = true
  351. speed.TextSize = 14
  352. speed.TextWrapped = true
  353.  
  354. closegui.Name = "closegui"
  355. closegui.Parent = gui
  356. closegui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  357. closegui.BorderColor3 = Color3.new(1, 1, 1)
  358. closegui.BorderSizePixel = 4
  359. closegui.Position = UDim2.new(0.0410462394, 0, 0.920534611, 0)
  360. closegui.Size = UDim2.new(0, 179, 0, 16)
  361. closegui.Font = Enum.Font.Cartoon
  362. closegui.Text = "CLOSE GUI"
  363. closegui.TextColor3 = Color3.new(1, 0, 0)
  364. closegui.TextScaled = true
  365. closegui.TextSize = 14
  366. closegui.TextWrapped = true
  367.  
  368. btools.Name = "btools"
  369. btools.Parent = gui
  370. btools.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  371. btools.BorderColor3 = Color3.new(1, 1, 1)
  372. btools.BorderSizePixel = 4
  373. btools.Position = UDim2.new(0.0410462283, 0, 0.791084766, 0)
  374. btools.Size = UDim2.new(0, 155, 0, 25)
  375. btools.Font = Enum.Font.Cartoon
  376. btools.Text = "BTOOLS"
  377. btools.TextColor3 = Color3.new(1, 1, 1)
  378. btools.TextScaled = true
  379. btools.TextSize = 14
  380. btools.TextWrapped = true
  381.  
  382. fly.Name = "fly"
  383. fly.Parent = gui
  384. fly.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  385. fly.BorderColor3 = Color3.new(1, 1, 1)
  386. fly.BorderSizePixel = 4
  387. fly.Position = UDim2.new(0.605715036, 0, 0.533451259, 0)
  388. fly.Size = UDim2.new(0, 109, 0, 89)
  389. fly.Font = Enum.Font.Cartoon
  390. fly.Text = "FLY"
  391. fly.TextColor3 = Color3.new(1, 1, 1)
  392. fly.TextScaled = true
  393. fly.TextSize = 14
  394. fly.TextWrapped = true
  395.  
  396. nxtbtn.Name = "nxtbtn"
  397. nxtbtn.Parent = gui
  398. nxtbtn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  399. nxtbtn.BorderColor3 = Color3.new(1, 1, 1)
  400. nxtbtn.BorderSizePixel = 4
  401. nxtbtn.Position = UDim2.new(0.649879038, 0, 0.920534611, 0)
  402. nxtbtn.Size = UDim2.new(0, 95, 0, 16)
  403. nxtbtn.Font = Enum.Font.Cartoon
  404. nxtbtn.Text = "NEXT PAGE"
  405. nxtbtn.TextColor3 = Color3.new(1, 0, 0)
  406. nxtbtn.TextScaled = true
  407. nxtbtn.TextSize = 14
  408. nxtbtn.TextWrapped = true
  409.  
  410. gui2.Name = "gui2"
  411. gui2.Parent = GRANNYTYPICALRBLX
  412. gui2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  413. gui2.BorderColor3 = Color3.new(1, 1, 1)
  414. gui2.BorderSizePixel = 2
  415. gui2.Position = UDim2.new(0.503484726, 0, 0.194017202, 0)
  416. gui2.Size = UDim2.new(0, 317, 0, 309)
  417. gui2.Visible = false
  418.  
  419. bar_4.Name = "bar"
  420. bar_4.Parent = gui2
  421. bar_4.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  422. bar_4.BorderColor3 = Color3.new(1, 1, 1)
  423. bar_4.BorderSizePixel = 2
  424. bar_4.Position = UDim2.new(0.00139764731, 0, -0.00214599562, 0)
  425. bar_4.Size = UDim2.new(0, 317, 0, 19)
  426.  
  427. TextLabel_7.Parent = gui2
  428. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  429. TextLabel_7.BackgroundTransparency = 1
  430. TextLabel_7.Position = UDim2.new(-0.00279385061, 0, -0.00166554132, 0)
  431. TextLabel_7.Size = UDim2.new(0, 317, 0, 19)
  432. TextLabel_7.Font = Enum.Font.Code
  433. TextLabel_7.Text = "STUFFS"
  434. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  435. TextLabel_7.TextScaled = true
  436. TextLabel_7.TextSize = 14
  437. TextLabel_7.TextWrapped = true
  438.  
  439. scythe.Name = "scythe"
  440. scythe.Parent = gui2
  441. scythe.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  442. scythe.BorderColor3 = Color3.new(1, 1, 1)
  443. scythe.BorderSizePixel = 4
  444. scythe.Position = UDim2.new(0.0410462245, 0, 0.159916788, 0)
  445. scythe.Size = UDim2.new(0, 155, 0, 25)
  446. scythe.Font = Enum.Font.Cartoon
  447. scythe.Text = "SCYTHE"
  448. scythe.TextColor3 = Color3.new(1, 1, 1)
  449. scythe.TextScaled = true
  450. scythe.TextSize = 14
  451. scythe.TextWrapped = true
  452.  
  453. goldsword.Name = "goldsword"
  454. goldsword.Parent = gui2
  455. goldsword.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  456. goldsword.BorderColor3 = Color3.new(1, 1, 1)
  457. goldsword.BorderSizePixel = 4
  458. goldsword.Position = UDim2.new(0.037891686, 0, 0.412949443, 0)
  459. goldsword.Size = UDim2.new(0, 155, 0, 25)
  460. goldsword.Font = Enum.Font.Cartoon
  461. goldsword.Text = "GOLDSWORD"
  462. goldsword.TextColor3 = Color3.new(1, 1, 1)
  463. goldsword.TextScaled = true
  464. goldsword.TextSize = 14
  465. goldsword.TextWrapped = true
  466.  
  467. chainsaw.Name = "chainsaw"
  468. chainsaw.Parent = gui2
  469. chainsaw.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  470. chainsaw.BorderColor3 = Color3.new(1, 1, 1)
  471. chainsaw.BorderSizePixel = 4
  472. chainsaw.Position = UDim2.new(0.0378916562, 0, 0.284260362, 0)
  473. chainsaw.Size = UDim2.new(0, 155, 0, 25)
  474. chainsaw.Font = Enum.Font.Cartoon
  475. chainsaw.Text = "CHAINSAW"
  476. chainsaw.TextColor3 = Color3.new(1, 1, 1)
  477. chainsaw.TextScaled = true
  478. chainsaw.TextSize = 14
  479. chainsaw.TextWrapped = true
  480.  
  481. sponge.Name = "sponge"
  482. sponge.Parent = gui2
  483. sponge.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  484. sponge.BorderColor3 = Color3.new(1, 1, 1)
  485. sponge.BorderSizePixel = 4
  486. sponge.Position = UDim2.new(0.0410462245, 0, 0.542591572, 0)
  487. sponge.Size = UDim2.new(0, 155, 0, 25)
  488. sponge.Font = Enum.Font.Cartoon
  489. sponge.Text = "SPONGE"
  490. sponge.TextColor3 = Color3.new(1, 1, 1)
  491. sponge.TextScaled = true
  492. sponge.TextSize = 14
  493. sponge.TextWrapped = true
  494.  
  495. jasondress.Name = "jasondress"
  496. jasondress.Parent = gui2
  497. jasondress.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  498. jasondress.BorderColor3 = Color3.new(1, 1, 1)
  499. jasondress.BorderSizePixel = 4
  500. jasondress.Position = UDim2.new(0.0410462283, 0, 0.66810739, 0)
  501. jasondress.Size = UDim2.new(0, 155, 0, 25)
  502. jasondress.Font = Enum.Font.Cartoon
  503. jasondress.Text = "JASONDRESS"
  504. jasondress.TextColor3 = Color3.new(1, 1, 1)
  505. jasondress.TextScaled = true
  506. jasondress.TextSize = 14
  507. jasondress.TextWrapped = true
  508.  
  509. badges.Name = "badges"
  510. badges.Parent = gui2
  511. badges.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  512. badges.BorderColor3 = Color3.new(1, 1, 1)
  513. badges.BorderSizePixel = 4
  514. badges.Position = UDim2.new(0.605715036, 0, 0.158046737, 0)
  515. badges.Size = UDim2.new(0, 109, 0, 89)
  516. badges.Font = Enum.Font.Cartoon
  517. badges.Text = "BADGES"
  518. badges.TextColor3 = Color3.new(1, 1, 1)
  519. badges.TextScaled = true
  520. badges.TextSize = 14
  521. badges.TextWrapped = true
  522.  
  523. goldress.Name = "goldress"
  524. goldress.Parent = gui2
  525. goldress.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  526. goldress.BorderColor3 = Color3.new(1, 1, 1)
  527. goldress.BorderSizePixel = 4
  528. goldress.Position = UDim2.new(0.0410462283, 0, 0.791084766, 0)
  529. goldress.Size = UDim2.new(0, 155, 0, 25)
  530. goldress.Font = Enum.Font.Cartoon
  531. goldress.Text = "GOLDRESS"
  532. goldress.TextColor3 = Color3.new(1, 1, 1)
  533. goldress.TextScaled = true
  534. goldress.TextSize = 14
  535. goldress.TextWrapped = true
  536.  
  537. prevbtn.Name = "prevbtn"
  538. prevbtn.Parent = gui2
  539. prevbtn.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  540. prevbtn.BorderColor3 = Color3.new(1, 1, 1)
  541. prevbtn.BorderSizePixel = 4
  542. prevbtn.Position = UDim2.new(0.0410462394, 0, 0.920534611, 0)
  543. prevbtn.Size = UDim2.new(0, 288, 0, 16)
  544. prevbtn.Font = Enum.Font.Cartoon
  545. prevbtn.Text = "PREV PAGE"
  546. prevbtn.TextColor3 = Color3.new(1, 0, 0)
  547. prevbtn.TextScaled = true
  548. prevbtn.TextSize = 14
  549. prevbtn.TextWrapped = true
  550.  
  551.  
  552. --IMPORTANT DO NOT FVCKING TOUCH THIS OKAY!?--
  553.  
  554. nxtbtn.MouseButton1Down:connect(function()
  555. gui.Visible = false
  556. gui2.Visible = true
  557. end)
  558.  
  559. prevbtn.MouseButton1Down:connect(function()
  560. gui2.Visible = false
  561. gui.Visible = true
  562. end)
  563.  
  564. gui2.Active = true
  565. gui2.Draggable = true
  566.  
  567. closegui.MouseButton1Down:connect(function()
  568. gui.Visible = false
  569. opengui.Visible = true
  570. end)
  571.  
  572.  
  573. item.MouseButton1Down:connect(function()
  574. loadstring(game:HttpGet(('https://pastebin.com/raw/BsWj9S7y'),true))()
  575. end)
  576.  
  577. upgrade.MouseButton1Down:connect(function()
  578. loadstring(game:HttpGet(('https://pastebin.com/raw/3ExCc8yp'),true))()
  579. end)
  580.  
  581. kill.MouseButton1Down:connect(function()
  582. loadstring(game:HttpGet(('https://pastebin.com/raw/DW9mfW1G'),true))()
  583. end)
  584.  
  585. money.MouseButton1Down:connect(function()
  586. game:GetService("ReplicatedStorage").Events.Winner:FireServer(9999999999)
  587. end)
  588.  
  589. badges.MouseButton1Down:connect(function()
  590. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  591. wait(0.1)
  592. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  593. wait(0.1)
  594. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  595. wait(0.1)
  596. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  597. wait(0.1)
  598. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  599. wait(0.1)
  600. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  601. wait(0.1)
  602. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  603. wait(0.1)
  604. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  605. wait(0.1)
  606. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  607. wait(0.1)
  608. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  609. wait(0.1)
  610. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  611. wait(0.1)
  612. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  613. end)
  614.  
  615. goldress.MouseButton1Down:connect(function()
  616. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "SpongeBob Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.SpongeBobDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  617. end)
  618.  
  619.  
  620.  
  621. sponge.MouseButton1Down:connect(function()
  622. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "SpongeBob Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.SpongeBobDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  623. end)
  624.  
  625. jasondress.MouseButton1Down:connect(function()
  626. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "SpongeBob Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.SpongeBobDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  627. end)
  628.  
  629.  
  630. scythe.MouseButton1Down:connect(function()
  631. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1000, ["Name"] = "ChainsawBlood", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.ChainsawBlood, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  632. end)
  633.  
  634. chainsaw.MouseButton1Down:connect(function()
  635. 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})
  636. end)
  637.  
  638. goldsword.MouseButton1Down:connect(function()
  639. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "ChainsawBlood", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.ChainsawBlood, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  640. end)
  641.  
  642. speed.MouseButton1Down:connect(function()
  643. game.workspace[game.Players.LocalPlayer.Name].Humanoid.WalkSpeed = 50
  644. end)
  645.  
  646. btools.MouseButton1Down:connect(function()
  647. local Plr = game:GetService("Players").LocalPlayer
  648. local Mouse = Plr:GetMouse()
  649.  
  650. Mouse.Button1Down:connect(function()
  651. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftShift) then return end
  652. if not Mouse.Target then return end
  653. Mouse.Target:Destroy()
  654. end)
  655. end)
  656.  
  657. fly.MouseButton1Down:connect(function()
  658. loadstring(game:HttpGet(('https://pastebin.com/raw/FJWuS74K'),true))()
  659. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement