Advertisement
Guest User

Untitled

a guest
Mar 17th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.84 KB | None | 0 0
  1. V3rmillion
  2. Himebo
  3. Home
  4.  
  5. Rules
  6.  
  7. Member List
  8.  
  9. Search
  10.  
  11. Upgrade
  12.  
  13. Chatbox
  14.  
  15. Misc
  16. V3rmillion › Exploiting › Roblox
  17. [R] GRANNY GUI | KILL PLAYER,FREE ROBUX ITEM,BRING ITEM,UNLIMITED TRAP
  18.  
  19.  
  20. [R] GRANNY GUI | KILL PLAYER,FREE ROBUX ITEM,BRING ITEM,UNLIMITED TRAP
  21.  
  22.  
  23. #1 Information 09-17-2018, 07:26 PM
  24. powerpuff
  25. coolio
  26. *****
  27. VIP
  28. Posts: 226
  29. Threads: 54
  30. Joined: Aug 2018
  31. Reputation: 11
  32. Code:
  33. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  34. Text = "Gui Made By Anwarun";
  35. Color = Color3.new(0 , 185, 0);
  36. Font = Enum.Font.SourceSansBold;
  37. FontSize = Enum.FontSize.Size24;
  38. })
  39. wait(1)
  40. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  41. Text = "Script Source: V3rmillion";
  42. Color = Color3.new(170, 0, 0);
  43. Font = Enum.Font.SourceSansBold;
  44. FontSize = Enum.FontSize.Size24;
  45. })
  46.  
  47. wait(1)
  48.  
  49. game.StarterGui:SetCore("SendNotification", {
  50. Title = "Wait";
  51. Text = "Please Wait 3 Seconds";
  52. })
  53.  
  54. wait(3)
  55.  
  56. game.StarterGui:SetCore("SendNotification", {
  57. Title = "Anwarun Gui Has Loaded!";
  58. Text = "GUI MADE BY ANWARUN";
  59. })
  60.  
  61. -- Objects
  62.  
  63. local GrannyGui = Instance.new("ScreenGui")
  64. local MainFrame = Instance.new("Frame")
  65. local Judul = Instance.new("TextLabel")
  66. local MoneyValue = Instance.new("TextBox")
  67. local Money = Instance.new("TextButton")
  68. local ETKey = Instance.new("TextBox")
  69. local PTKey = Instance.new("TextBox")
  70. local Escape = Instance.new("TextButton")
  71. local PTrap = Instance.new("TextButton")
  72. local H2 = Instance.new("TextButton")
  73. local AnwarunText = Instance.new("TextLabel")
  74. local Tutup = Instance.new("TextButton")
  75. local Halaman2 = Instance.new("Frame")
  76. local Judul2 = Instance.new("TextLabel")
  77. local AnwarunText2 = Instance.new("TextLabel")
  78. local Tutup2 = Instance.new("TextButton")
  79. local Nama = Instance.new("TextBox")
  80. local Bunuh = Instance.new("TextButton")
  81. local Rumah = Instance.new("TextButton")
  82. local Camp = Instance.new("TextButton")
  83. local Sekolah = Instance.new("TextButton")
  84. local Office = Instance.new("TextButton")
  85. local H1 = Instance.new("TextButton")
  86. local Toko = Instance.new("TextButton")
  87. local TFrame = Instance.new("Frame")
  88. local Judul3 = Instance.new("TextLabel")
  89. local AnwarunText3 = Instance.new("TextLabel")
  90. local Tutup3 = Instance.new("TextButton")
  91. local Badges = Instance.new("TextButton")
  92. local Hal1 = Instance.new("TextButton")
  93. local Hal2 = Instance.new("TextButton")
  94. local Mummy = Instance.new("TextButton")
  95. local Jason = Instance.new("TextButton")
  96. local Darah = Instance.new("TextButton")
  97. local Spongebob = Instance.new("TextButton")
  98. local Polisi = Instance.new("TextButton")
  99. local Senjata = Instance.new("TextLabel")
  100. local Fire = Instance.new("TextButton")
  101. local Gold = Instance.new("TextButton")
  102. local Gergaji = Instance.new("TextButton")
  103. local Giant = Instance.new("TextButton")
  104. local BFrame = Instance.new("Frame")
  105. local TextButton = Instance.new("TextButton")
  106.  
  107. -- Properties
  108.  
  109. GrannyGui.Name = "GrannyGui"
  110. GrannyGui.Parent = game.CoreGui
  111.  
  112. MainFrame.Name = "MainFrame"
  113. MainFrame.Parent = GrannyGui
  114. MainFrame.Active = true
  115. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  116. MainFrame.BackgroundTransparency = 0.30000001192093
  117. MainFrame.Position = UDim2.new(0.169059008, 0, 0.182364732, 0)
  118. MainFrame.Size = UDim2.new(0, 415, 0, 316)
  119. MainFrame.Visible = false
  120. MainFrame.Draggable = true
  121.  
  122. Judul.Name = "Judul"
  123. Judul.Parent = MainFrame
  124. Judul.BackgroundColor3 = Color3.new(0, 0, 0)
  125. Judul.BorderSizePixel = 0
  126. Judul.Size = UDim2.new(0, 415, 0, 32)
  127. Judul.Font = Enum.Font.SourceSansBold
  128. Judul.Text = "Granny Gui - ASC"
  129. Judul.TextColor3 = Color3.new(1, 1, 1)
  130. Judul.TextSize = 25
  131.  
  132. MoneyValue.Name = "Money Value"
  133. MoneyValue.Parent = MainFrame
  134. MoneyValue.BackgroundColor3 = Color3.new(0, 0, 0)
  135. MoneyValue.BorderColor3 = Color3.new(0, 1, 0)
  136. MoneyValue.BorderSizePixel = 2
  137. MoneyValue.Position = UDim2.new(0.0481927693, 0, 0.142405063, 0)
  138. MoneyValue.Size = UDim2.new(0, 374, 0, 38)
  139. MoneyValue.Font = Enum.Font.Cartoon
  140. MoneyValue.Text = "Money Value"
  141. MoneyValue.TextColor3 = Color3.new(0, 1, 0)
  142. MoneyValue.TextSize = 20
  143.  
  144. Money.Name = "Money"
  145. Money.Parent = MainFrame
  146. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  147. Money.BorderColor3 = Color3.new(1, 1, 0)
  148. Money.BorderSizePixel = 2
  149. Money.Position = UDim2.new(0.207228914, 0, 0.291139245, 0)
  150. Money.Size = UDim2.new(0, 241, 0, 36)
  151. Money.Font = Enum.Font.Cartoon
  152. Money.Text = "Get Money !"
  153. Money.TextColor3 = Color3.new(1, 1, 0)
  154. Money.TextSize = 20
  155. Money.MouseButton1Down:connect(function()
  156. game:GetService("ReplicatedStorage").Events.Winner:FireServer(MoneyValue.Text)
  157. end)
  158.  
  159. ETKey.Name = "ETKey"
  160. ETKey.Parent = MainFrame
  161. ETKey.BackgroundColor3 = Color3.new(0, 0, 0)
  162. ETKey.BorderColor3 = Color3.new(0, 1, 0)
  163. ETKey.BorderSizePixel = 2
  164. ETKey.Position = UDim2.new(0.03373494, 0, 0.471518993, 0)
  165. ETKey.Size = UDim2.new(0, 181, 0, 38)
  166. ETKey.Font = Enum.Font.Cartoon
  167. ETKey.Text = "Escape Trap Key"
  168. ETKey.TextColor3 = Color3.new(0, 1, 0)
  169. ETKey.TextSize = 20
  170.  
  171. PTKey.Name = "PTKey"
  172. PTKey.Parent = MainFrame
  173. PTKey.BackgroundColor3 = Color3.new(0, 0, 0)
  174. PTKey.BorderColor3 = Color3.new(0, 1, 0)
  175. PTKey.BorderSizePixel = 2
  176. PTKey.Position = UDim2.new(0.534939766, 0, 0.471518993, 0)
  177. PTKey.Size = UDim2.new(0, 181, 0, 38)
  178. PTKey.Font = Enum.Font.Cartoon
  179. PTKey.Text = "Put Trap Key"
  180. PTKey.TextColor3 = Color3.new(0, 1, 0)
  181. PTKey.TextSize = 20
  182.  
  183. Escape.Name = "Escape"
  184. Escape.Parent = MainFrame
  185. Escape.BackgroundColor3 = Color3.new(0, 0, 0)
  186. Escape.BorderColor3 = Color3.new(1, 1, 0)
  187. Escape.BorderSizePixel = 2
  188. Escape.Position = UDim2.new(0.0722891539, 0, 0.626582325, 0)
  189. Escape.Size = UDim2.new(0, 148, 0, 36)
  190. Escape.Font = Enum.Font.Cartoon
  191. Escape.Text = "Escape !"
  192. Escape.TextColor3 = Color3.new(1, 1, 0)
  193. Escape.TextSize = 20
  194. Escape.MouseButton1Down:connect(function()
  195. local player = game.Players.LocalPlayer
  196. local mouse = player:GetMouse()
  197. mouse.KeyDown:connect(function(key)
  198. if key == ETKey.Text then
  199. wait(1)
  200. game.ReplicatedStorage.Events.EscapedTrap:FireServer()
  201. end
  202. end)
  203. end)
  204.  
  205. PTrap.Name = "PTrap"
  206. PTrap.Parent = MainFrame
  207. PTrap.BackgroundColor3 = Color3.new(0, 0, 0)
  208. PTrap.BorderColor3 = Color3.new(1, 1, 0)
  209. PTrap.BorderSizePixel = 2
  210. PTrap.Position = UDim2.new(0.573494017, 0, 0.626582325, 0)
  211. PTrap.Size = UDim2.new(0, 148, 0, 36)
  212. PTrap.Font = Enum.Font.Cartoon
  213. PTrap.Text = "Put Trap !"
  214. PTrap.TextColor3 = Color3.new(1, 1, 0)
  215. PTrap.TextSize = 20
  216. PTrap.MouseButton1Down:connect(function()
  217. local player = game.Players.LocalPlayer
  218. local mouse = player:GetMouse()
  219. mouse.KeyDown:connect(function(key)
  220. if key == PTKey.Text then
  221. wait(1)
  222. game.ReplicatedStorage.Events.PutTrap:FireServer()
  223. end
  224. end)
  225. end)
  226.  
  227. H2.Name = "H2"
  228. H2.Parent = MainFrame
  229. H2.BackgroundColor3 = Color3.new(0, 0, 0)
  230. H2.BorderColor3 = Color3.new(1, 1, 0)
  231. H2.BorderSizePixel = 2
  232. H2.Position = UDim2.new(0.544578314, 0, 0.819620252, 0)
  233. H2.Size = UDim2.new(0, 172, 0, 36)
  234. H2.Font = Enum.Font.Cartoon
  235. H2.Text = "Page / Halaman 2"
  236. H2.TextColor3 = Color3.new(1, 1, 0)
  237. H2.TextSize = 20
  238. H2.MouseButton1Down:connect(function()
  239. MainFrame.Visible = false
  240. Halaman2.Visible = true
  241. end)
  242.  
  243. AnwarunText.Name = "AnwarunText"
  244. AnwarunText.Parent = MainFrame
  245. AnwarunText.BackgroundColor3 = Color3.new(1, 1, 1)
  246. AnwarunText.BackgroundTransparency = 1
  247. AnwarunText.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  248. AnwarunText.Size = UDim2.new(0, 95, 0, 25)
  249. AnwarunText.Font = Enum.Font.SourceSansBold
  250. AnwarunText.Text = "Made By Anwarun"
  251. AnwarunText.TextColor3 = Color3.new(0.333333, 1, 1)
  252. AnwarunText.TextSize = 16
  253.  
  254. Tutup.Name = "Tutup"
  255. Tutup.Parent = MainFrame
  256. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  257. Tutup.BorderColor3 = Color3.new(1, 1, 0)
  258. Tutup.BorderSizePixel = 2
  259. Tutup.Position = UDim2.new(0.901204824, 0, 0, 0)
  260. Tutup.Size = UDim2.new(0, 41, 0, 32)
  261. Tutup.Font = Enum.Font.Cartoon
  262. Tutup.Text = "X"
  263. Tutup.TextColor3 = Color3.new(1, 1, 0)
  264. Tutup.TextSize = 20
  265. Tutup.MouseButton1Down:connect(function()
  266. MainFrame.Visible = false
  267. BFrame.Visible = true
  268. end)
  269.  
  270. Halaman2.Name = "Halaman2"
  271. Halaman2.Parent = GrannyGui
  272. Halaman2.Active = true
  273. Halaman2.BackgroundColor3 = Color3.new(0, 0, 0)
  274. Halaman2.BackgroundTransparency = 0.30000001192093
  275. Halaman2.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  276. Halaman2.Size = UDim2.new(0, 415, 0, 316)
  277. Halaman2.Visible = false
  278. Halaman2.Draggable = true
  279.  
  280. Judul2.Name = "Judul2"
  281. Judul2.Parent = Halaman2
  282. Judul2.BackgroundColor3 = Color3.new(0, 0, 0)
  283. Judul2.BorderSizePixel = 0
  284. Judul2.Size = UDim2.new(0, 415, 0, 32)
  285. Judul2.Font = Enum.Font.SourceSansBold
  286. Judul2.Text = "Granny Gui - ASC"
  287. Judul2.TextColor3 = Color3.new(1, 1, 1)
  288. Judul2.TextSize = 25
  289.  
  290. AnwarunText2.Name = "AnwarunText2"
  291. AnwarunText2.Parent = Halaman2
  292. AnwarunText2.BackgroundColor3 = Color3.new(1, 1, 1)
  293. AnwarunText2.BackgroundTransparency = 1
  294. AnwarunText2.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  295. AnwarunText2.Size = UDim2.new(0, 95, 0, 25)
  296. AnwarunText2.Font = Enum.Font.SourceSansBold
  297. AnwarunText2.Text = "Made By Anwarun"
  298. AnwarunText2.TextColor3 = Color3.new(0.333333, 1, 1)
  299. AnwarunText2.TextSize = 16
  300.  
  301. Tutup2.Name = "Tutup2"
  302. Tutup2.Parent = Halaman2
  303. Tutup2.BackgroundColor3 = Color3.new(0, 0, 0)
  304. Tutup2.BorderColor3 = Color3.new(1, 1, 0)
  305. Tutup2.BorderSizePixel = 2
  306. Tutup2.Position = UDim2.new(0.901204824, 0, 0, 0)
  307. Tutup2.Size = UDim2.new(0, 41, 0, 32)
  308. Tutup2.Font = Enum.Font.Cartoon
  309. Tutup2.Text = "X"
  310. Tutup2.TextColor3 = Color3.new(1, 1, 0)
  311. Tutup2.TextSize = 20
  312. Tutup2.MouseButton1Down:connect(function()
  313. MainFrame.Visible = false
  314. BFrame.Visible = true
  315. end)
  316.  
  317. Nama.Name = "Nama"
  318. Nama.Parent = Halaman2
  319. Nama.BackgroundColor3 = Color3.new(0, 0, 0)
  320. Nama.BorderColor3 = Color3.new(0, 1, 0)
  321. Nama.BorderSizePixel = 2
  322. Nama.Position = UDim2.new(0.036144577, 0, 0.142405063, 0)
  323. Nama.Size = UDim2.new(0, 385, 0, 42)
  324. Nama.Font = Enum.Font.Cartoon
  325. Nama.Text = "Nama Player / Player Name"
  326. Nama.TextColor3 = Color3.new(0, 1, 0)
  327. Nama.TextSize = 20
  328.  
  329. Bunuh.Name = "Bunuh"
  330. Bunuh.Parent = Halaman2
  331. Bunuh.BackgroundColor3 = Color3.new(0, 0, 0)
  332. Bunuh.BorderColor3 = Color3.new(1, 1, 0)
  333. Bunuh.BorderSizePixel = 2
  334. Bunuh.Position = UDim2.new(0.257831335, 0, 0.310126573, 0)
  335. Bunuh.Size = UDim2.new(0, 200, 0, 36)
  336. Bunuh.Font = Enum.Font.Cartoon
  337. Bunuh.Text = "KILL Player !"
  338. Bunuh.TextColor3 = Color3.new(1, 1, 0)
  339. Bunuh.TextSize = 20
  340. Bunuh.MouseButton1Down:connect(function()
  341. local NAME = Nama.Text
  342. game.ReplicatedStorage.Events["G_Attack"]:FireServer(game.Players.LocalPlayer, game.Players[NAME].Character.Humanoid)
  343. end)
  344.  
  345. Rumah.Name = "Rumah"
  346. Rumah.Parent = Halaman2
  347. Rumah.BackgroundColor3 = Color3.new(0, 0, 0)
  348. Rumah.BorderColor3 = Color3.new(1, 1, 0)
  349. Rumah.BorderSizePixel = 2
  350. Rumah.Position = UDim2.new(0.053012047, 0, 0.484177202, 0)
  351. Rumah.Size = UDim2.new(0, 174, 0, 36)
  352. Rumah.Font = Enum.Font.Cartoon
  353. Rumah.Text = "Home"
  354. Rumah.TextColor3 = Color3.new(1, 1, 0)
  355. Rumah.TextSize = 20
  356. Rumah.MouseButton1Down:connect(function()
  357. if game.Workspace.Map:FindFirstChild("House") then
  358. for i,v in pairs(game.Workspace.Map.House.Objects:GetChildren()) do
  359. if v:IsA("Model") then
  360. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  361. end
  362. end
  363. end
  364. end)
  365.  
  366. Camp.Name = "Camp"
  367. Camp.Parent = Halaman2
  368. Camp.BackgroundColor3 = Color3.new(0, 0, 0)
  369. Camp.BorderColor3 = Color3.new(1, 1, 0)
  370. Camp.BorderSizePixel = 2
  371. Camp.Position = UDim2.new(0.527710855, 0, 0.484177202, 0)
  372. Camp.Size = UDim2.new(0, 174, 0, 36)
  373. Camp.Font = Enum.Font.Cartoon
  374. Camp.Text = "Camp"
  375. Camp.TextColor3 = Color3.new(1, 1, 0)
  376. Camp.TextSize = 20
  377. Camp.MouseButton1Down:connect(function()
  378. if game.Workspace.Map:FindFirstChild("Camp") then
  379. for i,v in pairs(game.Workspace.Map.Camp.Objects:GetChildren()) do
  380. if v:IsA("Model") then
  381. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  382. end
  383. end
  384. end
  385. end)
  386.  
  387.  
  388. Sekolah.Name = "Sekolah"
  389. Sekolah.Parent = Halaman2
  390. Sekolah.BackgroundColor3 = Color3.new(0, 0, 0)
  391. Sekolah.BorderColor3 = Color3.new(1, 1, 0)
  392. Sekolah.BorderSizePixel = 2
  393. Sekolah.Position = UDim2.new(0.527710855, 0, 0.66455698, 0)
  394. Sekolah.Size = UDim2.new(0, 174, 0, 36)
  395. Sekolah.Font = Enum.Font.Cartoon
  396. Sekolah.Text = "School"
  397. Sekolah.TextColor3 = Color3.new(1, 1, 0)
  398. Sekolah.TextSize = 20
  399. Sekolah.MouseButton1Down:connect(function()
  400. if game.Workspace.Map:FindFirstChild("School") then
  401. for i,v in pairs(game.Workspace.Map.School.Objects:GetChildren()) do
  402. if v:IsA("Model") then
  403. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  404. end
  405. end
  406. end
  407. end)
  408.  
  409. Office.Name = "Office"
  410. Office.Parent = Halaman2
  411. Office.BackgroundColor3 = Color3.new(0, 0, 0)
  412. Office.BorderColor3 = Color3.new(1, 1, 0)
  413. Office.BorderSizePixel = 2
  414. Office.Position = UDim2.new(0.053012073, 0, 0.66455698, 0)
  415. Office.Size = UDim2.new(0, 174, 0, 36)
  416. Office.Font = Enum.Font.Cartoon
  417. Office.Text = "Office"
  418. Office.TextColor3 = Color3.new(1, 1, 0)
  419. Office.TextSize = 20
  420. Office.MouseButton1Down:connect(function()
  421. if game.Workspace.Map:FindFirstChild("Office") then
  422.  
  423.  
  424. for i,v in pairs(game.Workspace.Map.Office.Objects:GetChildren()) do
  425. if v:IsA("Model") then
  426. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  427. end
  428. end
  429. end
  430. end)
  431.  
  432. H1.Name = "H1"
  433. H1.Parent = Halaman2
  434. H1.BackgroundColor3 = Color3.new(0, 0, 0)
  435. H1.BorderColor3 = Color3.new(1, 1, 0)
  436. H1.BorderSizePixel = 2
  437. H1.Position = UDim2.new(0.648192763, 0, 0.860759497, 0)
  438. H1.Size = UDim2.new(0, 137, 0, 26)
  439. H1.Font = Enum.Font.Cartoon
  440. H1.Text = "Page 1"
  441. H1.TextColor3 = Color3.new(1, 1, 0)
  442. H1.TextSize = 20
  443. H1.MouseButton1Down:connect(function()
  444. Halaman2.Visible = false
  445. MainFrame.Visible = true
  446. end)
  447.  
  448. Toko.Name = "Toko"
  449. Toko.Parent = Halaman2
  450. Toko.BackgroundColor3 = Color3.new(0, 0, 0)
  451. Toko.BorderColor3 = Color3.new(1, 1, 0)
  452. Toko.BorderSizePixel = 2
  453. Toko.Position = UDim2.new(0.298795193, 0, 0.860759497, 0)
  454. Toko.Size = UDim2.new(0, 137, 0, 26)
  455. Toko.Font = Enum.Font.Cartoon
  456. Toko.Text = "Free Shop"
  457. Toko.TextColor3 = Color3.new(1, 1, 0)
  458. Toko.TextSize = 20
  459. Toko.MouseButton1Down:connect(function()
  460. Halaman2.Visible = false
  461. TFrame.Visible = true
  462. end)
  463.  
  464. TFrame.Name = "TFrame"
  465. TFrame.Parent = GrannyGui
  466. TFrame.Active = true
  467. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  468. TFrame.BackgroundTransparency = 0.30000001192093
  469. TFrame.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  470. TFrame.Size = UDim2.new(0, 415, 0, 316)
  471. TFrame.Visible = false
  472. TFrame.Draggable = true
  473.  
  474. Judul3.Name = "Judul3"
  475. Judul3.Parent = TFrame
  476. Judul3.BackgroundColor3 = Color3.new(0, 0, 0)
  477. Judul3.BorderSizePixel = 0
  478. Judul3.Size = UDim2.new(0, 415, 0, 32)
  479. Judul3.Font = Enum.Font.SourceSansBold
  480. Judul3.Text = "Granny Gui - ASC"
  481. Judul3.TextColor3 = Color3.new(1, 1, 1)
  482. Judul3.TextSize = 25
  483.  
  484. AnwarunText3.Name = "AnwarunText3"
  485. AnwarunText3.Parent = TFrame
  486. AnwarunText3.BackgroundColor3 = Color3.new(1, 1, 1)
  487. AnwarunText3.BackgroundTransparency = 1
  488. AnwarunText3.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  489. AnwarunText3.Size = UDim2.new(0, 95, 0, 25)
  490. AnwarunText3.Font = Enum.Font.SourceSansBold
  491. AnwarunText3.Text = "Made By Anwarun"
  492. AnwarunText3.TextColor3 = Color3.new(0.333333, 1, 1)
  493. AnwarunText3.TextSize = 16
  494.  
  495. Tutup3.Name = "Tutup3"
  496. Tutup3.Parent = TFrame
  497. Tutup3.BackgroundColor3 = Color3.new(0, 0, 0)
  498. Tutup3.BorderColor3 = Color3.new(1, 1, 0)
  499. Tutup3.BorderSizePixel = 2
  500. Tutup3.Position = UDim2.new(0.901204824, 0, 0, 0)
  501. Tutup3.Size = UDim2.new(0, 41, 0, 32)
  502. Tutup3.Font = Enum.Font.Cartoon
  503. Tutup3.Text = "X"
  504. Tutup3.TextColor3 = Color3.new(1, 1, 0)
  505. Tutup3.TextSize = 20
  506.  
  507. Badges.Name = "Badges"
  508. Badges.Parent = TFrame
  509. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  510. Badges.BorderColor3 = Color3.new(1, 1, 0)
  511. Badges.BorderSizePixel = 2
  512. Badges.Position = UDim2.new(0.132530123, 0, 0.142405063, 0)
  513. Badges.Size = UDim2.new(0, 154, 0, 24)
  514. Badges.Font = Enum.Font.Cartoon
  515. Badges.Text = "Get All Badges"
  516. Badges.TextColor3 = Color3.new(1, 1, 0)
  517. Badges.TextSize = 20
  518. Badges.MouseButton1Down:connect(function()
  519. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  520. wait(0.1)
  521. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  522. wait(0.1)
  523. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  524. wait(0.1)
  525. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  526. wait(0.1)
  527. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  528. wait(0.1)
  529. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  530. wait(0.1)
  531. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  532. wait(0.1)
  533. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  534. wait(0.1)
  535. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  536. wait(0.1)
  537. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  538. wait(0.1)
  539. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  540. wait(0.1)
  541. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  542. end)
  543.  
  544. Hal1.Name = "Hal1"
  545. Hal1.Parent = TFrame
  546. Hal1.BackgroundColor3 = Color3.new(0, 0, 0)
  547. Hal1.BorderColor3 = Color3.new(1, 1, 0)
  548. Hal1.BorderSizePixel = 2
  549. Hal1.Position = UDim2.new(0.648192763, 0, 0.803797483, 0)
  550. Hal1.Size = UDim2.new(0, 137, 0, 26)
  551. Hal1.Font = Enum.Font.Cartoon
  552. Hal1.Text = "Page 1"
  553. Hal1.TextColor3 = Color3.new(1, 1, 0)
  554. Hal1.TextSize = 20
  555. Hal1.MouseButton1Down:connect(function()
  556. TFrame.Visible = false
  557. MainFrame.Visible = true
  558. end)
  559.  
  560. Hal2.Name = "Hal2"
  561. Hal2.Parent = TFrame
  562. Hal2.BackgroundColor3 = Color3.new(0, 0, 0)
  563. Hal2.BorderColor3 = Color3.new(1, 1, 0)
  564. Hal2.BorderSizePixel = 2
  565. Hal2.Position = UDim2.new(0.289156646, 0, 0.803797483, 0)
  566. Hal2.Size = UDim2.new(0, 137, 0, 26)
  567. Hal2.Font = Enum.Font.Cartoon
  568. Hal2.Text = "Page 2"
  569. Hal2.TextColor3 = Color3.new(1, 1, 0)
  570. Hal2.TextSize = 20
  571. Hal2.MouseButton1Down:connect(function()
  572. TFrame.Visible = false
  573. Halaman2.Visible = true
  574. end)
  575.  
  576. Mummy.Name = "Mummy"
  577. Mummy.Parent = TFrame
  578. Mummy.BackgroundColor3 = Color3.new(0, 0, 0)
  579. Mummy.BorderColor3 = Color3.new(1, 1, 0)
  580. Mummy.BorderSizePixel = 2
  581. Mummy.Position = UDim2.new(0.503614545, 0, 0.142405063, 0)
  582. Mummy.Size = UDim2.new(0, 154, 0, 24)
  583. Mummy.Font = Enum.Font.Cartoon
  584. Mummy.Text = "Mummy Dress"
  585. Mummy.TextColor3 = Color3.new(1, 1, 0)
  586. Mummy.TextSize = 20
  587. Mummy.MouseButton1Down:connect(function()
  588. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Mummy Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.MummyDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  589. end)
  590.  
  591. Jason.Name = "Jason"
  592. Jason.Parent = TFrame
  593. Jason.BackgroundColor3 = Color3.new(0, 0, 0)
  594. Jason.BorderColor3 = Color3.new(1, 1, 0)
  595. Jason.BorderSizePixel = 2
  596. Jason.Position = UDim2.new(0.132530123, 0, 0.218354434, 0)
  597. Jason.Size = UDim2.new(0, 154, 0, 24)
  598. Jason.Font = Enum.Font.Cartoon
  599. Jason.Text = "Jason Dress"
  600. Jason.TextColor3 = Color3.new(1, 1, 0)
  601. Jason.TextSize = 20
  602. Jason.MouseButton1Down:connect(function()
  603. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Jason Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.JasonDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  604. end)
  605.  
  606. Darah.Name = "Darah"
  607. Darah.Parent = TFrame
  608. Darah.BackgroundColor3 = Color3.new(0, 0, 0)
  609. Darah.BorderColor3 = Color3.new(1, 1, 0)
  610. Darah.BorderSizePixel = 2
  611. Darah.Position = UDim2.new(0.503614426, 0, 0.218354434, 0)
  612. Darah.Size = UDim2.new(0, 154, 0, 24)
  613. Darah.Font = Enum.Font.Cartoon
  614. Darah.Text = "Black Blood Dress"
  615. Darah.TextColor3 = Color3.new(1, 1, 0)
  616. Darah.TextSize = 20
  617. Darah.MouseButton1Down:connect(function()
  618. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Black Blood Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.BlackBloodDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  619. end)
  620.  
  621. Spongebob.Name = "Spongebob"
  622. Spongebob.Parent = TFrame
  623. Spongebob.BackgroundColor3 = Color3.new(0, 0, 0)
  624. Spongebob.BorderColor3 = Color3.new(1, 1, 0)
  625. Spongebob.BorderSizePixel = 2
  626. Spongebob.Position = UDim2.new(0.132530123, 0, 0.294303805, 0)
  627. Spongebob.Size = UDim2.new(0, 154, 0, 24)
  628. Spongebob.Font = Enum.Font.Cartoon
  629. Spongebob.Text = "Spongebob"
  630. Spongebob.TextColor3 = Color3.new(1, 1, 0)
  631. Spongebob.TextSize = 20
  632. Spongebob.MouseButton1Down:connect(function()
  633. 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})
  634. end)
  635.  
  636. Polisi.Name = "Polisi"
  637. Polisi.Parent = TFrame
  638. Polisi.BackgroundColor3 = Color3.new(0, 0, 0)
  639. Polisi.BorderColor3 = Color3.new(1, 1, 0)
  640. Polisi.BorderSizePixel = 2
  641. Polisi.Position = UDim2.new(0.503614426, 0, 0.294303805, 0)
  642. Polisi.Size = UDim2.new(0, 154, 0, 24)
  643. Polisi.Font = Enum.Font.Cartoon
  644. Polisi.Text = "Police Dress"
  645. Polisi.TextColor3 = Color3.new(1, 1, 0)
  646. Polisi.TextSize = 20
  647. Polisi.MouseButton1Down:connect(function()
  648. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Police Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.PoliceDress, ["id"] = 3033, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  649. end)
  650.  
  651. Senjata.Name = "Senjata"
  652. Senjata.Parent = TFrame
  653. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  654. Senjata.BackgroundTransparency = 1
  655. Senjata.BorderSizePixel = 0
  656. Senjata.Position = UDim2.new(0, 0, 0.408227861, 0)
  657. Senjata.Size = UDim2.new(0, 415, 0, 23)
  658. Senjata.Font = Enum.Font.SourceSansBold
  659. Senjata.Text = "Senjata / Weapon"
  660. Senjata.TextColor3 = Color3.new(1, 1, 1)
  661. Senjata.TextSize = 25
  662.  
  663. Fire.Name = "Fire"
  664. Fire.Parent = TFrame
  665. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  666. Fire.BorderColor3 = Color3.new(1, 1, 0)
  667. Fire.BorderSizePixel = 2
  668. Fire.Position = UDim2.new(0.132530123, 0, 0.537974715, 0)
  669. Fire.Size = UDim2.new(0, 154, 0, 24)
  670. Fire.Font = Enum.Font.Cartoon
  671. Fire.Text = "Fire Staff"
  672. Fire.TextColor3 = Color3.new(1, 1, 0)
  673. Fire.TextSize = 20
  674. Fire.MouseButton1Down:connect(function()
  675. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1004, ["Name"] = "StaffFire", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.StaffFire, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  676. end)
  677.  
  678. Gold.Name = "Gold"
  679. Gold.Parent = TFrame
  680. Gold.BackgroundColor3 = Color3.new(0, 0, 0)
  681. Gold.BorderColor3 = Color3.new(1, 1, 0)
  682. Gold.BorderSizePixel = 2
  683. Gold.Position = UDim2.new(0.503614426, 0, 0.537974715, 0)
  684. Gold.Size = UDim2.new(0, 154, 0, 24)
  685. Gold.Font = Enum.Font.Cartoon
  686. Gold.Text = "Gold sword"
  687. Gold.TextColor3 = Color3.new(1, 1, 0)
  688. Gold.TextSize = 20
  689. Gold.MouseButton1Down:connect(function()
  690. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "swordGold", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.swordGold, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  691. end)
  692.  
  693. Gergaji.Name = "Gergaji"
  694. Gergaji.Parent = TFrame
  695. Gergaji.BackgroundColor3 = Color3.new(0, 0, 0)
  696. Gergaji.BorderColor3 = Color3.new(1, 1, 0)
  697. Gergaji.BorderSizePixel = 2
  698. Gergaji.Position = UDim2.new(0.132530123, 0, 0.613924086, 0)
  699. Gergaji.Size = UDim2.new(0, 154, 0, 24)
  700. Gergaji.Font = Enum.Font.Cartoon
  701. Gergaji.Text = "Blood Chainsaw"
  702. Gergaji.TextColor3 = Color3.new(1, 1, 0)
  703. Gergaji.TextSize = 20
  704. Gergaji.MouseButton1Down:connect(function()
  705. 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})
  706. end)
  707.  
  708. Giant.Name = "Giant"
  709. Giant.Parent = TFrame
  710. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  711. Giant.BorderColor3 = Color3.new(1, 1, 0)
  712. Giant.BorderSizePixel = 2
  713. Giant.Position = UDim2.new(0.503614426, 0, 0.613924086, 0)
  714. Giant.Size = UDim2.new(0, 154, 0, 24)
  715. Giant.Font = Enum.Font.Cartoon
  716. Giant.Text = "Giant Axe"
  717. Giant.TextColor3 = Color3.new(1, 1, 0)
  718. Giant.TextSize = 20
  719. Giant.MouseButton1Down:connect(function()
  720. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1006, ["Name"] = "AxeGiant", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.AxeGiant, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  721. end)
  722.  
  723. BFrame.Name = "BFrame"
  724. BFrame.Parent = GrannyGui
  725. BFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  726. BFrame.BorderColor3 = Color3.new(0, 1, 0)
  727. BFrame.BorderSizePixel = 2
  728. BFrame.Position = UDim2.new(0, 0, 0.454909831, 0)
  729. BFrame.Size = UDim2.new(0, 159, 0, 37)
  730.  
  731. TextButton.Parent = BFrame
  732. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  733. TextButton.BackgroundTransparency = 1
  734. TextButton.Size = UDim2.new(0, 159, 0, 37)
  735. TextButton.Font = Enum.Font.Cartoon
  736. TextButton.Text = "Open / Buka"
  737. TextButton.TextColor3 = Color3.new(0, 1, 0)
  738. TextButton.TextSize = 25
  739. TextButton.MouseButton1Down:connect(function()
  740. BFrame.Visible = false
  741. MainFrame.Visible = true
  742. end)
  743.  
  744.  
  745. Credits: Anwarun for making this
  746.  
  747.  
  748. Free items might not work
  749. Vouches - 14+
  750. pfp from A M Y https://v3rmillion.net/showthread.php?tid=797489&pid=5558286#pid5558286
  751. First rep from - PaulPogba
  752. [Image: KntgSU.png]
  753.  
  754. PM Find Reply Report
  755. #2 09-17-2018, 07:51 PM
  756. GetREKT
  757. Senior Member
  758. ****
  759. Posts: 714
  760. Threads: 164
  761. Joined: Jul 2017
  762. Reputation: 5
  763. (09-17-2018, 07:26 PM)used Wrote:
  764. Code:
  765. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  766. Text = "Gui Made By Anwarun";
  767. Color = Color3.new(0 , 185, 0);
  768. Font = Enum.Font.SourceSansBold;
  769. FontSize = Enum.FontSize.Size24;
  770. })
  771. wait(1)
  772. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  773. Text = "Script Source: V3rmillion";
  774. Color = Color3.new(170, 0, 0);
  775. Font = Enum.Font.SourceSansBold;
  776. FontSize = Enum.FontSize.Size24;
  777. })
  778.  
  779. wait(1)
  780.  
  781. game.StarterGui:SetCore("SendNotification", {
  782. Title = "Wait";
  783. Text = "Please Wait 3 Seconds";
  784. })
  785.  
  786. wait(3)
  787.  
  788. game.StarterGui:SetCore("SendNotification", {
  789. Title = "Anwarun Gui Has Loaded!";
  790. Text = "GUI MADE BY ANWARUN";
  791. })
  792.  
  793. -- Objects
  794.  
  795. local GrannyGui = Instance.new("ScreenGui")
  796. local MainFrame = Instance.new("Frame")
  797. local Judul = Instance.new("TextLabel")
  798. local MoneyValue = Instance.new("TextBox")
  799. local Money = Instance.new("TextButton")
  800. local ETKey = Instance.new("TextBox")
  801. local PTKey = Instance.new("TextBox")
  802. local Escape = Instance.new("TextButton")
  803. local PTrap = Instance.new("TextButton")
  804. local H2 = Instance.new("TextButton")
  805. local AnwarunText = Instance.new("TextLabel")
  806. local Tutup = Instance.new("TextButton")
  807. local Halaman2 = Instance.new("Frame")
  808. local Judul2 = Instance.new("TextLabel")
  809. local AnwarunText2 = Instance.new("TextLabel")
  810. local Tutup2 = Instance.new("TextButton")
  811. local Nama = Instance.new("TextBox")
  812. local Bunuh = Instance.new("TextButton")
  813. local Rumah = Instance.new("TextButton")
  814. local Camp = Instance.new("TextButton")
  815. local Sekolah = Instance.new("TextButton")
  816. local Office = Instance.new("TextButton")
  817. local H1 = Instance.new("TextButton")
  818. local Toko = Instance.new("TextButton")
  819. local TFrame = Instance.new("Frame")
  820. local Judul3 = Instance.new("TextLabel")
  821. local AnwarunText3 = Instance.new("TextLabel")
  822. local Tutup3 = Instance.new("TextButton")
  823. local Badges = Instance.new("TextButton")
  824. local Hal1 = Instance.new("TextButton")
  825. local Hal2 = Instance.new("TextButton")
  826. local Mummy = Instance.new("TextButton")
  827. local Jason = Instance.new("TextButton")
  828. local Darah = Instance.new("TextButton")
  829. local Spongebob = Instance.new("TextButton")
  830. local Polisi = Instance.new("TextButton")
  831. local Senjata = Instance.new("TextLabel")
  832. local Fire = Instance.new("TextButton")
  833. local Gold = Instance.new("TextButton")
  834. local Gergaji = Instance.new("TextButton")
  835. local Giant = Instance.new("TextButton")
  836. local BFrame = Instance.new("Frame")
  837. local TextButton = Instance.new("TextButton")
  838.  
  839. -- Properties
  840.  
  841. GrannyGui.Name = "GrannyGui"
  842. GrannyGui.Parent = game.CoreGui
  843.  
  844. MainFrame.Name = "MainFrame"
  845. MainFrame.Parent = GrannyGui
  846. MainFrame.Active = true
  847. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  848. MainFrame.BackgroundTransparency = 0.30000001192093
  849. MainFrame.Position = UDim2.new(0.169059008, 0, 0.182364732, 0)
  850. MainFrame.Size = UDim2.new(0, 415, 0, 316)
  851. MainFrame.Visible = false
  852. MainFrame.Draggable = true
  853.  
  854. Judul.Name = "Judul"
  855. Judul.Parent = MainFrame
  856. Judul.BackgroundColor3 = Color3.new(0, 0, 0)
  857. Judul.BorderSizePixel = 0
  858. Judul.Size = UDim2.new(0, 415, 0, 32)
  859. Judul.Font = Enum.Font.SourceSansBold
  860. Judul.Text = "Granny Gui - ASC"
  861. Judul.TextColor3 = Color3.new(1, 1, 1)
  862. Judul.TextSize = 25
  863.  
  864. MoneyValue.Name = "Money Value"
  865. MoneyValue.Parent = MainFrame
  866. MoneyValue.BackgroundColor3 = Color3.new(0, 0, 0)
  867. MoneyValue.BorderColor3 = Color3.new(0, 1, 0)
  868. MoneyValue.BorderSizePixel = 2
  869. MoneyValue.Position = UDim2.new(0.0481927693, 0, 0.142405063, 0)
  870. MoneyValue.Size = UDim2.new(0, 374, 0, 38)
  871. MoneyValue.Font = Enum.Font.Cartoon
  872. MoneyValue.Text = "Money Value"
  873. MoneyValue.TextColor3 = Color3.new(0, 1, 0)
  874. MoneyValue.TextSize = 20
  875.  
  876. Money.Name = "Money"
  877. Money.Parent = MainFrame
  878. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  879. Money.BorderColor3 = Color3.new(1, 1, 0)
  880. Money.BorderSizePixel = 2
  881. Money.Position = UDim2.new(0.207228914, 0, 0.291139245, 0)
  882. Money.Size = UDim2.new(0, 241, 0, 36)
  883. Money.Font = Enum.Font.Cartoon
  884. Money.Text = "Get Money !"
  885. Money.TextColor3 = Color3.new(1, 1, 0)
  886. Money.TextSize = 20
  887. Money.MouseButton1Down:connect(function()
  888. game:GetService("ReplicatedStorage").Events.Winner:FireServer(MoneyValue.Text)
  889. end)
  890.  
  891. ETKey.Name = "ETKey"
  892. ETKey.Parent = MainFrame
  893. ETKey.BackgroundColor3 = Color3.new(0, 0, 0)
  894. ETKey.BorderColor3 = Color3.new(0, 1, 0)
  895. ETKey.BorderSizePixel = 2
  896. ETKey.Position = UDim2.new(0.03373494, 0, 0.471518993, 0)
  897. ETKey.Size = UDim2.new(0, 181, 0, 38)
  898. ETKey.Font = Enum.Font.Cartoon
  899. ETKey.Text = "Escape Trap Key"
  900. ETKey.TextColor3 = Color3.new(0, 1, 0)
  901. ETKey.TextSize = 20
  902.  
  903. PTKey.Name = "PTKey"
  904. PTKey.Parent = MainFrame
  905. PTKey.BackgroundColor3 = Color3.new(0, 0, 0)
  906. PTKey.BorderColor3 = Color3.new(0, 1, 0)
  907. PTKey.BorderSizePixel = 2
  908. PTKey.Position = UDim2.new(0.534939766, 0, 0.471518993, 0)
  909. PTKey.Size = UDim2.new(0, 181, 0, 38)
  910. PTKey.Font = Enum.Font.Cartoon
  911. PTKey.Text = "Put Trap Key"
  912. PTKey.TextColor3 = Color3.new(0, 1, 0)
  913. PTKey.TextSize = 20
  914.  
  915. Escape.Name = "Escape"
  916. Escape.Parent = MainFrame
  917. Escape.BackgroundColor3 = Color3.new(0, 0, 0)
  918. Escape.BorderColor3 = Color3.new(1, 1, 0)
  919. Escape.BorderSizePixel = 2
  920. Escape.Position = UDim2.new(0.0722891539, 0, 0.626582325, 0)
  921. Escape.Size = UDim2.new(0, 148, 0, 36)
  922. Escape.Font = Enum.Font.Cartoon
  923. Escape.Text = "Escape !"
  924. Escape.TextColor3 = Color3.new(1, 1, 0)
  925. Escape.TextSize = 20
  926. Escape.MouseButton1Down:connect(function()
  927. local player = game.Players.LocalPlayer
  928. local mouse = player:GetMouse()
  929. mouse.KeyDown:connect(function(key)
  930. if key == ETKey.Text then
  931. wait(1)
  932. game.ReplicatedStorage.Events.EscapedTrap:FireServer()
  933. end
  934. end)
  935. end)
  936.  
  937. PTrap.Name = "PTrap"
  938. PTrap.Parent = MainFrame
  939. PTrap.BackgroundColor3 = Color3.new(0, 0, 0)
  940. PTrap.BorderColor3 = Color3.new(1, 1, 0)
  941. PTrap.BorderSizePixel = 2
  942. PTrap.Position = UDim2.new(0.573494017, 0, 0.626582325, 0)
  943. PTrap.Size = UDim2.new(0, 148, 0, 36)
  944. PTrap.Font = Enum.Font.Cartoon
  945. PTrap.Text = "Put Trap !"
  946. PTrap.TextColor3 = Color3.new(1, 1, 0)
  947. PTrap.TextSize = 20
  948. PTrap.MouseButton1Down:connect(function()
  949. local player = game.Players.LocalPlayer
  950. local mouse = player:GetMouse()
  951. mouse.KeyDown:connect(function(key)
  952. if key == PTKey.Text then
  953. wait(1)
  954. game.ReplicatedStorage.Events.PutTrap:FireServer()
  955. end
  956. end)
  957. end)
  958.  
  959. H2.Name = "H2"
  960. H2.Parent = MainFrame
  961. H2.BackgroundColor3 = Color3.new(0, 0, 0)
  962. H2.BorderColor3 = Color3.new(1, 1, 0)
  963. H2.BorderSizePixel = 2
  964. H2.Position = UDim2.new(0.544578314, 0, 0.819620252, 0)
  965. H2.Size = UDim2.new(0, 172, 0, 36)
  966. H2.Font = Enum.Font.Cartoon
  967. H2.Text = "Page / Halaman 2"
  968. H2.TextColor3 = Color3.new(1, 1, 0)
  969. H2.TextSize = 20
  970. H2.MouseButton1Down:connect(function()
  971. MainFrame.Visible = false
  972. Halaman2.Visible = true
  973. end)
  974.  
  975. AnwarunText.Name = "AnwarunText"
  976. AnwarunText.Parent = MainFrame
  977. AnwarunText.BackgroundColor3 = Color3.new(1, 1, 1)
  978. AnwarunText.BackgroundTransparency = 1
  979. AnwarunText.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  980. AnwarunText.Size = UDim2.new(0, 95, 0, 25)
  981. AnwarunText.Font = Enum.Font.SourceSansBold
  982. AnwarunText.Text = "Made By Anwarun"
  983. AnwarunText.TextColor3 = Color3.new(0.333333, 1, 1)
  984. AnwarunText.TextSize = 16
  985.  
  986. Tutup.Name = "Tutup"
  987. Tutup.Parent = MainFrame
  988. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  989. Tutup.BorderColor3 = Color3.new(1, 1, 0)
  990. Tutup.BorderSizePixel = 2
  991. Tutup.Position = UDim2.new(0.901204824, 0, 0, 0)
  992. Tutup.Size = UDim2.new(0, 41, 0, 32)
  993. Tutup.Font = Enum.Font.Cartoon
  994. Tutup.Text = "X"
  995. Tutup.TextColor3 = Color3.new(1, 1, 0)
  996. Tutup.TextSize = 20
  997. Tutup.MouseButton1Down:connect(function()
  998. MainFrame.Visible = false
  999. BFrame.Visible = true
  1000. end)
  1001.  
  1002. Halaman2.Name = "Halaman2"
  1003. Halaman2.Parent = GrannyGui
  1004. Halaman2.Active = true
  1005. Halaman2.BackgroundColor3 = Color3.new(0, 0, 0)
  1006. Halaman2.BackgroundTransparency = 0.30000001192093
  1007. Halaman2.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  1008. Halaman2.Size = UDim2.new(0, 415, 0, 316)
  1009. Halaman2.Visible = false
  1010. Halaman2.Draggable = true
  1011.  
  1012. Judul2.Name = "Judul2"
  1013. Judul2.Parent = Halaman2
  1014. Judul2.BackgroundColor3 = Color3.new(0, 0, 0)
  1015. Judul2.BorderSizePixel = 0
  1016. Judul2.Size = UDim2.new(0, 415, 0, 32)
  1017. Judul2.Font = Enum.Font.SourceSansBold
  1018. Judul2.Text = "Granny Gui - ASC"
  1019. Judul2.TextColor3 = Color3.new(1, 1, 1)
  1020. Judul2.TextSize = 25
  1021.  
  1022. AnwarunText2.Name = "AnwarunText2"
  1023. AnwarunText2.Parent = Halaman2
  1024. AnwarunText2.BackgroundColor3 = Color3.new(1, 1, 1)
  1025. AnwarunText2.BackgroundTransparency = 1
  1026. AnwarunText2.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  1027. AnwarunText2.Size = UDim2.new(0, 95, 0, 25)
  1028. AnwarunText2.Font = Enum.Font.SourceSansBold
  1029. AnwarunText2.Text = "Made By Anwarun"
  1030. AnwarunText2.TextColor3 = Color3.new(0.333333, 1, 1)
  1031. AnwarunText2.TextSize = 16
  1032.  
  1033. Tutup2.Name = "Tutup2"
  1034. Tutup2.Parent = Halaman2
  1035. Tutup2.BackgroundColor3 = Color3.new(0, 0, 0)
  1036. Tutup2.BorderColor3 = Color3.new(1, 1, 0)
  1037. Tutup2.BorderSizePixel = 2
  1038. Tutup2.Position = UDim2.new(0.901204824, 0, 0, 0)
  1039. Tutup2.Size = UDim2.new(0, 41, 0, 32)
  1040. Tutup2.Font = Enum.Font.Cartoon
  1041. Tutup2.Text = "X"
  1042. Tutup2.TextColor3 = Color3.new(1, 1, 0)
  1043. Tutup2.TextSize = 20
  1044. Tutup2.MouseButton1Down:connect(function()
  1045. MainFrame.Visible = false
  1046. BFrame.Visible = true
  1047. end)
  1048.  
  1049. Nama.Name = "Nama"
  1050. Nama.Parent = Halaman2
  1051. Nama.BackgroundColor3 = Color3.new(0, 0, 0)
  1052. Nama.BorderColor3 = Color3.new(0, 1, 0)
  1053. Nama.BorderSizePixel = 2
  1054. Nama.Position = UDim2.new(0.036144577, 0, 0.142405063, 0)
  1055. Nama.Size = UDim2.new(0, 385, 0, 42)
  1056. Nama.Font = Enum.Font.Cartoon
  1057. Nama.Text = "Nama Player / Player Name"
  1058. Nama.TextColor3 = Color3.new(0, 1, 0)
  1059. Nama.TextSize = 20
  1060.  
  1061. Bunuh.Name = "Bunuh"
  1062. Bunuh.Parent = Halaman2
  1063. Bunuh.BackgroundColor3 = Color3.new(0, 0, 0)
  1064. Bunuh.BorderColor3 = Color3.new(1, 1, 0)
  1065. Bunuh.BorderSizePixel = 2
  1066. Bunuh.Position = UDim2.new(0.257831335, 0, 0.310126573, 0)
  1067. Bunuh.Size = UDim2.new(0, 200, 0, 36)
  1068. Bunuh.Font = Enum.Font.Cartoon
  1069. Bunuh.Text = "KILL Player !"
  1070. Bunuh.TextColor3 = Color3.new(1, 1, 0)
  1071. Bunuh.TextSize = 20
  1072. Bunuh.MouseButton1Down:connect(function()
  1073. local NAME = Nama.Text
  1074. game.ReplicatedStorage.Events["G_Attack"]:FireServer(game.Players.LocalPlayer, game.Players[NAME].Character.Humanoid)
  1075. end)
  1076.  
  1077. Rumah.Name = "Rumah"
  1078. Rumah.Parent = Halaman2
  1079. Rumah.BackgroundColor3 = Color3.new(0, 0, 0)
  1080. Rumah.BorderColor3 = Color3.new(1, 1, 0)
  1081. Rumah.BorderSizePixel = 2
  1082. Rumah.Position = UDim2.new(0.053012047, 0, 0.484177202, 0)
  1083. Rumah.Size = UDim2.new(0, 174, 0, 36)
  1084. Rumah.Font = Enum.Font.Cartoon
  1085. Rumah.Text = "Home"
  1086. Rumah.TextColor3 = Color3.new(1, 1, 0)
  1087. Rumah.TextSize = 20
  1088. Rumah.MouseButton1Down:connect(function()
  1089. if game.Workspace.Map:FindFirstChild("House") then
  1090. for i,v in pairs(game.Workspace.Map.House.Objects:GetChildren()) do
  1091. if v:IsA("Model") then
  1092. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1093. end
  1094. end
  1095. end
  1096. end)
  1097.  
  1098. Camp.Name = "Camp"
  1099. Camp.Parent = Halaman2
  1100. Camp.BackgroundColor3 = Color3.new(0, 0, 0)
  1101. Camp.BorderColor3 = Color3.new(1, 1, 0)
  1102. Camp.BorderSizePixel = 2
  1103. Camp.Position = UDim2.new(0.527710855, 0, 0.484177202, 0)
  1104. Camp.Size = UDim2.new(0, 174, 0, 36)
  1105. Camp.Font = Enum.Font.Cartoon
  1106. Camp.Text = "Camp"
  1107. Camp.TextColor3 = Color3.new(1, 1, 0)
  1108. Camp.TextSize = 20
  1109. Camp.MouseButton1Down:connect(function()
  1110. if game.Workspace.Map:FindFirstChild("Camp") then
  1111. for i,v in pairs(game.Workspace.Map.Camp.Objects:GetChildren()) do
  1112. if v:IsA("Model") then
  1113. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1114. end
  1115. end
  1116. end
  1117. end)
  1118.  
  1119.  
  1120. Sekolah.Name = "Sekolah"
  1121. Sekolah.Parent = Halaman2
  1122. Sekolah.BackgroundColor3 = Color3.new(0, 0, 0)
  1123. Sekolah.BorderColor3 = Color3.new(1, 1, 0)
  1124. Sekolah.BorderSizePixel = 2
  1125. Sekolah.Position = UDim2.new(0.527710855, 0, 0.66455698, 0)
  1126. Sekolah.Size = UDim2.new(0, 174, 0, 36)
  1127. Sekolah.Font = Enum.Font.Cartoon
  1128. Sekolah.Text = "School"
  1129. Sekolah.TextColor3 = Color3.new(1, 1, 0)
  1130. Sekolah.TextSize = 20
  1131. Sekolah.MouseButton1Down:connect(function()
  1132. if game.Workspace.Map:FindFirstChild("School") then
  1133. for i,v in pairs(game.Workspace.Map.School.Objects:GetChildren()) do
  1134. if v:IsA("Model") then
  1135. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1136. end
  1137. end
  1138. end
  1139. end)
  1140.  
  1141. Office.Name = "Office"
  1142. Office.Parent = Halaman2
  1143. Office.BackgroundColor3 = Color3.new(0, 0, 0)
  1144. Office.BorderColor3 = Color3.new(1, 1, 0)
  1145. Office.BorderSizePixel = 2
  1146. Office.Position = UDim2.new(0.053012073, 0, 0.66455698, 0)
  1147. Office.Size = UDim2.new(0, 174, 0, 36)
  1148. Office.Font = Enum.Font.Cartoon
  1149. Office.Text = "Office"
  1150. Office.TextColor3 = Color3.new(1, 1, 0)
  1151. Office.TextSize = 20
  1152. Office.MouseButton1Down:connect(function()
  1153. if game.Workspace.Map:FindFirstChild("Office") then
  1154.  
  1155.  
  1156. for i,v in pairs(game.Workspace.Map.Office.Objects:GetChildren()) do
  1157. if v:IsA("Model") then
  1158. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1159. end
  1160. end
  1161. end
  1162. end)
  1163.  
  1164. H1.Name = "H1"
  1165. H1.Parent = Halaman2
  1166. H1.BackgroundColor3 = Color3.new(0, 0, 0)
  1167. H1.BorderColor3 = Color3.new(1, 1, 0)
  1168. H1.BorderSizePixel = 2
  1169. H1.Position = UDim2.new(0.648192763, 0, 0.860759497, 0)
  1170. H1.Size = UDim2.new(0, 137, 0, 26)
  1171. H1.Font = Enum.Font.Cartoon
  1172. H1.Text = "Page 1"
  1173. H1.TextColor3 = Color3.new(1, 1, 0)
  1174. H1.TextSize = 20
  1175. H1.MouseButton1Down:connect(function()
  1176. Halaman2.Visible = false
  1177. MainFrame.Visible = true
  1178. end)
  1179.  
  1180. Toko.Name = "Toko"
  1181. Toko.Parent = Halaman2
  1182. Toko.BackgroundColor3 = Color3.new(0, 0, 0)
  1183. Toko.BorderColor3 = Color3.new(1, 1, 0)
  1184. Toko.BorderSizePixel = 2
  1185. Toko.Position = UDim2.new(0.298795193, 0, 0.860759497, 0)
  1186. Toko.Size = UDim2.new(0, 137, 0, 26)
  1187. Toko.Font = Enum.Font.Cartoon
  1188. Toko.Text = "Free Shop"
  1189. Toko.TextColor3 = Color3.new(1, 1, 0)
  1190. Toko.TextSize = 20
  1191. Toko.MouseButton1Down:connect(function()
  1192. Halaman2.Visible = false
  1193. TFrame.Visible = true
  1194. end)
  1195.  
  1196. TFrame.Name = "TFrame"
  1197. TFrame.Parent = GrannyGui
  1198. TFrame.Active = true
  1199. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1200. TFrame.BackgroundTransparency = 0.30000001192093
  1201. TFrame.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  1202. TFrame.Size = UDim2.new(0, 415, 0, 316)
  1203. TFrame.Visible = false
  1204. TFrame.Draggable = true
  1205.  
  1206. Judul3.Name = "Judul3"
  1207. Judul3.Parent = TFrame
  1208. Judul3.BackgroundColor3 = Color3.new(0, 0, 0)
  1209. Judul3.BorderSizePixel = 0
  1210. Judul3.Size = UDim2.new(0, 415, 0, 32)
  1211. Judul3.Font = Enum.Font.SourceSansBold
  1212. Judul3.Text = "Granny Gui - ASC"
  1213. Judul3.TextColor3 = Color3.new(1, 1, 1)
  1214. Judul3.TextSize = 25
  1215.  
  1216. AnwarunText3.Name = "AnwarunText3"
  1217. AnwarunText3.Parent = TFrame
  1218. AnwarunText3.BackgroundColor3 = Color3.new(1, 1, 1)
  1219. AnwarunText3.BackgroundTransparency = 1
  1220. AnwarunText3.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  1221. AnwarunText3.Size = UDim2.new(0, 95, 0, 25)
  1222. AnwarunText3.Font = Enum.Font.SourceSansBold
  1223. AnwarunText3.Text = "Made By Anwarun"
  1224. AnwarunText3.TextColor3 = Color3.new(0.333333, 1, 1)
  1225. AnwarunText3.TextSize = 16
  1226.  
  1227. Tutup3.Name = "Tutup3"
  1228. Tutup3.Parent = TFrame
  1229. Tutup3.BackgroundColor3 = Color3.new(0, 0, 0)
  1230. Tutup3.BorderColor3 = Color3.new(1, 1, 0)
  1231. Tutup3.BorderSizePixel = 2
  1232. Tutup3.Position = UDim2.new(0.901204824, 0, 0, 0)
  1233. Tutup3.Size = UDim2.new(0, 41, 0, 32)
  1234. Tutup3.Font = Enum.Font.Cartoon
  1235. Tutup3.Text = "X"
  1236. Tutup3.TextColor3 = Color3.new(1, 1, 0)
  1237. Tutup3.TextSize = 20
  1238.  
  1239. Badges.Name = "Badges"
  1240. Badges.Parent = TFrame
  1241. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  1242. Badges.BorderColor3 = Color3.new(1, 1, 0)
  1243. Badges.BorderSizePixel = 2
  1244. Badges.Position = UDim2.new(0.132530123, 0, 0.142405063, 0)
  1245. Badges.Size = UDim2.new(0, 154, 0, 24)
  1246. Badges.Font = Enum.Font.Cartoon
  1247. Badges.Text = "Get All Badges"
  1248. Badges.TextColor3 = Color3.new(1, 1, 0)
  1249. Badges.TextSize = 20
  1250. Badges.MouseButton1Down:connect(function()
  1251. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  1252. wait(0.1)
  1253. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  1254. wait(0.1)
  1255. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  1256. wait(0.1)
  1257. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  1258. wait(0.1)
  1259. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  1260. wait(0.1)
  1261. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  1262. wait(0.1)
  1263. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  1264. wait(0.1)
  1265. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  1266. wait(0.1)
  1267. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  1268. wait(0.1)
  1269. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  1270. wait(0.1)
  1271. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  1272. wait(0.1)
  1273. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  1274. end)
  1275.  
  1276. Hal1.Name = "Hal1"
  1277. Hal1.Parent = TFrame
  1278. Hal1.BackgroundColor3 = Color3.new(0, 0, 0)
  1279. Hal1.BorderColor3 = Color3.new(1, 1, 0)
  1280. Hal1.BorderSizePixel = 2
  1281. Hal1.Position = UDim2.new(0.648192763, 0, 0.803797483, 0)
  1282. Hal1.Size = UDim2.new(0, 137, 0, 26)
  1283. Hal1.Font = Enum.Font.Cartoon
  1284. Hal1.Text = "Page 1"
  1285. Hal1.TextColor3 = Color3.new(1, 1, 0)
  1286. Hal1.TextSize = 20
  1287. Hal1.MouseButton1Down:connect(function()
  1288. TFrame.Visible = false
  1289. MainFrame.Visible = true
  1290. end)
  1291.  
  1292. Hal2.Name = "Hal2"
  1293. Hal2.Parent = TFrame
  1294. Hal2.BackgroundColor3 = Color3.new(0, 0, 0)
  1295. Hal2.BorderColor3 = Color3.new(1, 1, 0)
  1296. Hal2.BorderSizePixel = 2
  1297. Hal2.Position = UDim2.new(0.289156646, 0, 0.803797483, 0)
  1298. Hal2.Size = UDim2.new(0, 137, 0, 26)
  1299. Hal2.Font = Enum.Font.Cartoon
  1300. Hal2.Text = "Page 2"
  1301. Hal2.TextColor3 = Color3.new(1, 1, 0)
  1302. Hal2.TextSize = 20
  1303. Hal2.MouseButton1Down:connect(function()
  1304. TFrame.Visible = false
  1305. Halaman2.Visible = true
  1306. end)
  1307.  
  1308. Mummy.Name = "Mummy"
  1309. Mummy.Parent = TFrame
  1310. Mummy.BackgroundColor3 = Color3.new(0, 0, 0)
  1311. Mummy.BorderColor3 = Color3.new(1, 1, 0)
  1312. Mummy.BorderSizePixel = 2
  1313. Mummy.Position = UDim2.new(0.503614545, 0, 0.142405063, 0)
  1314. Mummy.Size = UDim2.new(0, 154, 0, 24)
  1315. Mummy.Font = Enum.Font.Cartoon
  1316. Mummy.Text = "Mummy Dress"
  1317. Mummy.TextColor3 = Color3.new(1, 1, 0)
  1318. Mummy.TextSize = 20
  1319. Mummy.MouseButton1Down:connect(function()
  1320. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Mummy Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.MummyDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  1321. end)
  1322.  
  1323. Jason.Name = "Jason"
  1324. Jason.Parent = TFrame
  1325. Jason.BackgroundColor3 = Color3.new(0, 0, 0)
  1326. Jason.BorderColor3 = Color3.new(1, 1, 0)
  1327. Jason.BorderSizePixel = 2
  1328. Jason.Position = UDim2.new(0.132530123, 0, 0.218354434, 0)
  1329. Jason.Size = UDim2.new(0, 154, 0, 24)
  1330. Jason.Font = Enum.Font.Cartoon
  1331. Jason.Text = "Jason Dress"
  1332. Jason.TextColor3 = Color3.new(1, 1, 0)
  1333. Jason.TextSize = 20
  1334. Jason.MouseButton1Down:connect(function()
  1335. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Jason Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.JasonDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  1336. end)
  1337.  
  1338. Darah.Name = "Darah"
  1339. Darah.Parent = TFrame
  1340. Darah.BackgroundColor3 = Color3.new(0, 0, 0)
  1341. Darah.BorderColor3 = Color3.new(1, 1, 0)
  1342. Darah.BorderSizePixel = 2
  1343. Darah.Position = UDim2.new(0.503614426, 0, 0.218354434, 0)
  1344. Darah.Size = UDim2.new(0, 154, 0, 24)
  1345. Darah.Font = Enum.Font.Cartoon
  1346. Darah.Text = "Black Blood Dress"
  1347. Darah.TextColor3 = Color3.new(1, 1, 0)
  1348. Darah.TextSize = 20
  1349. Darah.MouseButton1Down:connect(function()
  1350. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Black Blood Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.BlackBloodDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  1351. end)
  1352.  
  1353. Spongebob.Name = "Spongebob"
  1354. Spongebob.Parent = TFrame
  1355. Spongebob.BackgroundColor3 = Color3.new(0, 0, 0)
  1356. Spongebob.BorderColor3 = Color3.new(1, 1, 0)
  1357. Spongebob.BorderSizePixel = 2
  1358. Spongebob.Position = UDim2.new(0.132530123, 0, 0.294303805, 0)
  1359. Spongebob.Size = UDim2.new(0, 154, 0, 24)
  1360. Spongebob.Font = Enum.Font.Cartoon
  1361. Spongebob.Text = "Spongebob"
  1362. Spongebob.TextColor3 = Color3.new(1, 1, 0)
  1363. Spongebob.TextSize = 20
  1364. Spongebob.MouseButton1Down:connect(function()
  1365. 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})
  1366. end)
  1367.  
  1368. Polisi.Name = "Polisi"
  1369. Polisi.Parent = TFrame
  1370. Polisi.BackgroundColor3 = Color3.new(0, 0, 0)
  1371. Polisi.BorderColor3 = Color3.new(1, 1, 0)
  1372. Polisi.BorderSizePixel = 2
  1373. Polisi.Position = UDim2.new(0.503614426, 0, 0.294303805, 0)
  1374. Polisi.Size = UDim2.new(0, 154, 0, 24)
  1375. Polisi.Font = Enum.Font.Cartoon
  1376. Polisi.Text = "Police Dress"
  1377. Polisi.TextColor3 = Color3.new(1, 1, 0)
  1378. Polisi.TextSize = 20
  1379. Polisi.MouseButton1Down:connect(function()
  1380. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Police Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.PoliceDress, ["id"] = 3033, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  1381. end)
  1382.  
  1383. Senjata.Name = "Senjata"
  1384. Senjata.Parent = TFrame
  1385. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  1386. Senjata.BackgroundTransparency = 1
  1387. Senjata.BorderSizePixel = 0
  1388. Senjata.Position = UDim2.new(0, 0, 0.408227861, 0)
  1389. Senjata.Size = UDim2.new(0, 415, 0, 23)
  1390. Senjata.Font = Enum.Font.SourceSansBold
  1391. Senjata.Text = "Senjata / Weapon"
  1392. Senjata.TextColor3 = Color3.new(1, 1, 1)
  1393. Senjata.TextSize = 25
  1394.  
  1395. Fire.Name = "Fire"
  1396. Fire.Parent = TFrame
  1397. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  1398. Fire.BorderColor3 = Color3.new(1, 1, 0)
  1399. Fire.BorderSizePixel = 2
  1400. Fire.Position = UDim2.new(0.132530123, 0, 0.537974715, 0)
  1401. Fire.Size = UDim2.new(0, 154, 0, 24)
  1402. Fire.Font = Enum.Font.Cartoon
  1403. Fire.Text = "Fire Staff"
  1404. Fire.TextColor3 = Color3.new(1, 1, 0)
  1405. Fire.TextSize = 20
  1406. Fire.MouseButton1Down:connect(function()
  1407. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1004, ["Name"] = "StaffFire", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.StaffFire, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  1408. end)
  1409.  
  1410. Gold.Name = "Gold"
  1411. Gold.Parent = TFrame
  1412. Gold.BackgroundColor3 = Color3.new(0, 0, 0)
  1413. Gold.BorderColor3 = Color3.new(1, 1, 0)
  1414. Gold.BorderSizePixel = 2
  1415. Gold.Position = UDim2.new(0.503614426, 0, 0.537974715, 0)
  1416. Gold.Size = UDim2.new(0, 154, 0, 24)
  1417. Gold.Font = Enum.Font.Cartoon
  1418. Gold.Text = "Gold sword"
  1419. Gold.TextColor3 = Color3.new(1, 1, 0)
  1420. Gold.TextSize = 20
  1421. Gold.MouseButton1Down:connect(function()
  1422. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "swordGold", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.swordGold, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  1423. end)
  1424.  
  1425. Gergaji.Name = "Gergaji"
  1426. Gergaji.Parent = TFrame
  1427. Gergaji.BackgroundColor3 = Color3.new(0, 0, 0)
  1428. Gergaji.BorderColor3 = Color3.new(1, 1, 0)
  1429. Gergaji.BorderSizePixel = 2
  1430. Gergaji.Position = UDim2.new(0.132530123, 0, 0.613924086, 0)
  1431. Gergaji.Size = UDim2.new(0, 154, 0, 24)
  1432. Gergaji.Font = Enum.Font.Cartoon
  1433. Gergaji.Text = "Blood Chainsaw"
  1434. Gergaji.TextColor3 = Color3.new(1, 1, 0)
  1435. Gergaji.TextSize = 20
  1436. Gergaji.MouseButton1Down:connect(function()
  1437. 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})
  1438. end)
  1439.  
  1440. Giant.Name = "Giant"
  1441. Giant.Parent = TFrame
  1442. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  1443. Giant.BorderColor3 = Color3.new(1, 1, 0)
  1444. Giant.BorderSizePixel = 2
  1445. Giant.Position = UDim2.new(0.503614426, 0, 0.613924086, 0)
  1446. Giant.Size = UDim2.new(0, 154, 0, 24)
  1447. Giant.Font = Enum.Font.Cartoon
  1448. Giant.Text = "Giant Axe"
  1449. Giant.TextColor3 = Color3.new(1, 1, 0)
  1450. Giant.TextSize = 20
  1451. Giant.MouseButton1Down:connect(function()
  1452. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1006, ["Name"] = "AxeGiant", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.AxeGiant, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  1453. end)
  1454.  
  1455. BFrame.Name = "BFrame"
  1456. BFrame.Parent = GrannyGui
  1457. BFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1458. BFrame.BorderColor3 = Color3.new(0, 1, 0)
  1459. BFrame.BorderSizePixel = 2
  1460. BFrame.Position = UDim2.new(0, 0, 0.454909831, 0)
  1461. BFrame.Size = UDim2.new(0, 159, 0, 37)
  1462.  
  1463. TextButton.Parent = BFrame
  1464. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1465. TextButton.BackgroundTransparency = 1
  1466. TextButton.Size = UDim2.new(0, 159, 0, 37)
  1467. TextButton.Font = Enum.Font.Cartoon
  1468. TextButton.Text = "Open / Buka"
  1469. TextButton.TextColor3 = Color3.new(0, 1, 0)
  1470. TextButton.TextSize = 25
  1471. TextButton.MouseButton1Down:connect(function()
  1472. BFrame.Visible = false
  1473. MainFrame.Visible = true
  1474. end)
  1475.  
  1476.  
  1477. Credits: Anwarun for making this
  1478.  
  1479.  
  1480. Free items might not work
  1481.  
  1482. vouch for contribution
  1483. Donate please https://rocketr.net/buy/ecf102e842d0
  1484.  
  1485. And this is my discord
  1486.  
  1487. Dashie San#7260
  1488. | donaters : dm me for a prize ! | tl;dr donaters get discounts for my products etc.
  1489.  
  1490. [+]Thank you to all my donaters
  1491.  
  1492.  
  1493. Don't roast meeeeee
  1494.  
  1495. Email PM Find Reply Report
  1496. #3 09-17-2018, 07:52 PM
  1497. Princessbubble15
  1498. Known Member
  1499. ***
  1500. Posts: 171
  1501. Threads: 9
  1502. Joined: Aug 2017
  1503. Reputation: 2
  1504. (09-17-2018, 07:26 PM)used Wrote:
  1505. Code:
  1506. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1507. Text = "Gui Made By Anwarun";
  1508. Color = Color3.new(0 , 185, 0);
  1509. Font = Enum.Font.SourceSansBold;
  1510. FontSize = Enum.FontSize.Size24;
  1511. })
  1512. wait(1)
  1513. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1514. Text = "Script Source: V3rmillion";
  1515. Color = Color3.new(170, 0, 0);
  1516. Font = Enum.Font.SourceSansBold;
  1517. FontSize = Enum.FontSize.Size24;
  1518. })
  1519.  
  1520. wait(1)
  1521.  
  1522. game.StarterGui:SetCore("SendNotification", {
  1523. Title = "Wait";
  1524. Text = "Please Wait 3 Seconds";
  1525. })
  1526.  
  1527. wait(3)
  1528.  
  1529. game.StarterGui:SetCore("SendNotification", {
  1530. Title = "Anwarun Gui Has Loaded!";
  1531. Text = "GUI MADE BY ANWARUN";
  1532. })
  1533.  
  1534. -- Objects
  1535.  
  1536. local GrannyGui = Instance.new("ScreenGui")
  1537. local MainFrame = Instance.new("Frame")
  1538. local Judul = Instance.new("TextLabel")
  1539. local MoneyValue = Instance.new("TextBox")
  1540. local Money = Instance.new("TextButton")
  1541. local ETKey = Instance.new("TextBox")
  1542. local PTKey = Instance.new("TextBox")
  1543. local Escape = Instance.new("TextButton")
  1544. local PTrap = Instance.new("TextButton")
  1545. local H2 = Instance.new("TextButton")
  1546. local AnwarunText = Instance.new("TextLabel")
  1547. local Tutup = Instance.new("TextButton")
  1548. local Halaman2 = Instance.new("Frame")
  1549. local Judul2 = Instance.new("TextLabel")
  1550. local AnwarunText2 = Instance.new("TextLabel")
  1551. local Tutup2 = Instance.new("TextButton")
  1552. local Nama = Instance.new("TextBox")
  1553. local Bunuh = Instance.new("TextButton")
  1554. local Rumah = Instance.new("TextButton")
  1555. local Camp = Instance.new("TextButton")
  1556. local Sekolah = Instance.new("TextButton")
  1557. local Office = Instance.new("TextButton")
  1558. local H1 = Instance.new("TextButton")
  1559. local Toko = Instance.new("TextButton")
  1560. local TFrame = Instance.new("Frame")
  1561. local Judul3 = Instance.new("TextLabel")
  1562. local AnwarunText3 = Instance.new("TextLabel")
  1563. local Tutup3 = Instance.new("TextButton")
  1564. local Badges = Instance.new("TextButton")
  1565. local Hal1 = Instance.new("TextButton")
  1566. local Hal2 = Instance.new("TextButton")
  1567. local Mummy = Instance.new("TextButton")
  1568. local Jason = Instance.new("TextButton")
  1569. local Darah = Instance.new("TextButton")
  1570. local Spongebob = Instance.new("TextButton")
  1571. local Polisi = Instance.new("TextButton")
  1572. local Senjata = Instance.new("TextLabel")
  1573. local Fire = Instance.new("TextButton")
  1574. local Gold = Instance.new("TextButton")
  1575. local Gergaji = Instance.new("TextButton")
  1576. local Giant = Instance.new("TextButton")
  1577. local BFrame = Instance.new("Frame")
  1578. local TextButton = Instance.new("TextButton")
  1579.  
  1580. -- Properties
  1581.  
  1582. GrannyGui.Name = "GrannyGui"
  1583. GrannyGui.Parent = game.CoreGui
  1584.  
  1585. MainFrame.Name = "MainFrame"
  1586. MainFrame.Parent = GrannyGui
  1587. MainFrame.Active = true
  1588. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1589. MainFrame.BackgroundTransparency = 0.30000001192093
  1590. MainFrame.Position = UDim2.new(0.169059008, 0, 0.182364732, 0)
  1591. MainFrame.Size = UDim2.new(0, 415, 0, 316)
  1592. MainFrame.Visible = false
  1593. MainFrame.Draggable = true
  1594.  
  1595. Judul.Name = "Judul"
  1596. Judul.Parent = MainFrame
  1597. Judul.BackgroundColor3 = Color3.new(0, 0, 0)
  1598. Judul.BorderSizePixel = 0
  1599. Judul.Size = UDim2.new(0, 415, 0, 32)
  1600. Judul.Font = Enum.Font.SourceSansBold
  1601. Judul.Text = "Granny Gui - ASC"
  1602. Judul.TextColor3 = Color3.new(1, 1, 1)
  1603. Judul.TextSize = 25
  1604.  
  1605. MoneyValue.Name = "Money Value"
  1606. MoneyValue.Parent = MainFrame
  1607. MoneyValue.BackgroundColor3 = Color3.new(0, 0, 0)
  1608. MoneyValue.BorderColor3 = Color3.new(0, 1, 0)
  1609. MoneyValue.BorderSizePixel = 2
  1610. MoneyValue.Position = UDim2.new(0.0481927693, 0, 0.142405063, 0)
  1611. MoneyValue.Size = UDim2.new(0, 374, 0, 38)
  1612. MoneyValue.Font = Enum.Font.Cartoon
  1613. MoneyValue.Text = "Money Value"
  1614. MoneyValue.TextColor3 = Color3.new(0, 1, 0)
  1615. MoneyValue.TextSize = 20
  1616.  
  1617. Money.Name = "Money"
  1618. Money.Parent = MainFrame
  1619. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  1620. Money.BorderColor3 = Color3.new(1, 1, 0)
  1621. Money.BorderSizePixel = 2
  1622. Money.Position = UDim2.new(0.207228914, 0, 0.291139245, 0)
  1623. Money.Size = UDim2.new(0, 241, 0, 36)
  1624. Money.Font = Enum.Font.Cartoon
  1625. Money.Text = "Get Money !"
  1626. Money.TextColor3 = Color3.new(1, 1, 0)
  1627. Money.TextSize = 20
  1628. Money.MouseButton1Down:connect(function()
  1629. game:GetService("ReplicatedStorage").Events.Winner:FireServer(MoneyValue.Text)
  1630. end)
  1631.  
  1632. ETKey.Name = "ETKey"
  1633. ETKey.Parent = MainFrame
  1634. ETKey.BackgroundColor3 = Color3.new(0, 0, 0)
  1635. ETKey.BorderColor3 = Color3.new(0, 1, 0)
  1636. ETKey.BorderSizePixel = 2
  1637. ETKey.Position = UDim2.new(0.03373494, 0, 0.471518993, 0)
  1638. ETKey.Size = UDim2.new(0, 181, 0, 38)
  1639. ETKey.Font = Enum.Font.Cartoon
  1640. ETKey.Text = "Escape Trap Key"
  1641. ETKey.TextColor3 = Color3.new(0, 1, 0)
  1642. ETKey.TextSize = 20
  1643.  
  1644. PTKey.Name = "PTKey"
  1645. PTKey.Parent = MainFrame
  1646. PTKey.BackgroundColor3 = Color3.new(0, 0, 0)
  1647. PTKey.BorderColor3 = Color3.new(0, 1, 0)
  1648. PTKey.BorderSizePixel = 2
  1649. PTKey.Position = UDim2.new(0.534939766, 0, 0.471518993, 0)
  1650. PTKey.Size = UDim2.new(0, 181, 0, 38)
  1651. PTKey.Font = Enum.Font.Cartoon
  1652. PTKey.Text = "Put Trap Key"
  1653. PTKey.TextColor3 = Color3.new(0, 1, 0)
  1654. PTKey.TextSize = 20
  1655.  
  1656. Escape.Name = "Escape"
  1657. Escape.Parent = MainFrame
  1658. Escape.BackgroundColor3 = Color3.new(0, 0, 0)
  1659. Escape.BorderColor3 = Color3.new(1, 1, 0)
  1660. Escape.BorderSizePixel = 2
  1661. Escape.Position = UDim2.new(0.0722891539, 0, 0.626582325, 0)
  1662. Escape.Size = UDim2.new(0, 148, 0, 36)
  1663. Escape.Font = Enum.Font.Cartoon
  1664. Escape.Text = "Escape !"
  1665. Escape.TextColor3 = Color3.new(1, 1, 0)
  1666. Escape.TextSize = 20
  1667. Escape.MouseButton1Down:connect(function()
  1668. local player = game.Players.LocalPlayer
  1669. local mouse = player:GetMouse()
  1670. mouse.KeyDown:connect(function(key)
  1671. if key == ETKey.Text then
  1672. wait(1)
  1673. game.ReplicatedStorage.Events.EscapedTrap:FireServer()
  1674. end
  1675. end)
  1676. end)
  1677.  
  1678. PTrap.Name = "PTrap"
  1679. PTrap.Parent = MainFrame
  1680. PTrap.BackgroundColor3 = Color3.new(0, 0, 0)
  1681. PTrap.BorderColor3 = Color3.new(1, 1, 0)
  1682. PTrap.BorderSizePixel = 2
  1683. PTrap.Position = UDim2.new(0.573494017, 0, 0.626582325, 0)
  1684. PTrap.Size = UDim2.new(0, 148, 0, 36)
  1685. PTrap.Font = Enum.Font.Cartoon
  1686. PTrap.Text = "Put Trap !"
  1687. PTrap.TextColor3 = Color3.new(1, 1, 0)
  1688. PTrap.TextSize = 20
  1689. PTrap.MouseButton1Down:connect(function()
  1690. local player = game.Players.LocalPlayer
  1691. local mouse = player:GetMouse()
  1692. mouse.KeyDown:connect(function(key)
  1693. if key == PTKey.Text then
  1694. wait(1)
  1695. game.ReplicatedStorage.Events.PutTrap:FireServer()
  1696. end
  1697. end)
  1698. end)
  1699.  
  1700. H2.Name = "H2"
  1701. H2.Parent = MainFrame
  1702. H2.BackgroundColor3 = Color3.new(0, 0, 0)
  1703. H2.BorderColor3 = Color3.new(1, 1, 0)
  1704. H2.BorderSizePixel = 2
  1705. H2.Position = UDim2.new(0.544578314, 0, 0.819620252, 0)
  1706. H2.Size = UDim2.new(0, 172, 0, 36)
  1707. H2.Font = Enum.Font.Cartoon
  1708. H2.Text = "Page / Halaman 2"
  1709. H2.TextColor3 = Color3.new(1, 1, 0)
  1710. H2.TextSize = 20
  1711. H2.MouseButton1Down:connect(function()
  1712. MainFrame.Visible = false
  1713. Halaman2.Visible = true
  1714. end)
  1715.  
  1716. AnwarunText.Name = "AnwarunText"
  1717. AnwarunText.Parent = MainFrame
  1718. AnwarunText.BackgroundColor3 = Color3.new(1, 1, 1)
  1719. AnwarunText.BackgroundTransparency = 1
  1720. AnwarunText.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  1721. AnwarunText.Size = UDim2.new(0, 95, 0, 25)
  1722. AnwarunText.Font = Enum.Font.SourceSansBold
  1723. AnwarunText.Text = "Made By Anwarun"
  1724. AnwarunText.TextColor3 = Color3.new(0.333333, 1, 1)
  1725. AnwarunText.TextSize = 16
  1726.  
  1727. Tutup.Name = "Tutup"
  1728. Tutup.Parent = MainFrame
  1729. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  1730. Tutup.BorderColor3 = Color3.new(1, 1, 0)
  1731. Tutup.BorderSizePixel = 2
  1732. Tutup.Position = UDim2.new(0.901204824, 0, 0, 0)
  1733. Tutup.Size = UDim2.new(0, 41, 0, 32)
  1734. Tutup.Font = Enum.Font.Cartoon
  1735. Tutup.Text = "X"
  1736. Tutup.TextColor3 = Color3.new(1, 1, 0)
  1737. Tutup.TextSize = 20
  1738. Tutup.MouseButton1Down:connect(function()
  1739. MainFrame.Visible = false
  1740. BFrame.Visible = true
  1741. end)
  1742.  
  1743. Halaman2.Name = "Halaman2"
  1744. Halaman2.Parent = GrannyGui
  1745. Halaman2.Active = true
  1746. Halaman2.BackgroundColor3 = Color3.new(0, 0, 0)
  1747. Halaman2.BackgroundTransparency = 0.30000001192093
  1748. Halaman2.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  1749. Halaman2.Size = UDim2.new(0, 415, 0, 316)
  1750. Halaman2.Visible = false
  1751. Halaman2.Draggable = true
  1752.  
  1753. Judul2.Name = "Judul2"
  1754. Judul2.Parent = Halaman2
  1755. Judul2.BackgroundColor3 = Color3.new(0, 0, 0)
  1756. Judul2.BorderSizePixel = 0
  1757. Judul2.Size = UDim2.new(0, 415, 0, 32)
  1758. Judul2.Font = Enum.Font.SourceSansBold
  1759. Judul2.Text = "Granny Gui - ASC"
  1760. Judul2.TextColor3 = Color3.new(1, 1, 1)
  1761. Judul2.TextSize = 25
  1762.  
  1763. AnwarunText2.Name = "AnwarunText2"
  1764. AnwarunText2.Parent = Halaman2
  1765. AnwarunText2.BackgroundColor3 = Color3.new(1, 1, 1)
  1766. AnwarunText2.BackgroundTransparency = 1
  1767. AnwarunText2.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  1768. AnwarunText2.Size = UDim2.new(0, 95, 0, 25)
  1769. AnwarunText2.Font = Enum.Font.SourceSansBold
  1770. AnwarunText2.Text = "Made By Anwarun"
  1771. AnwarunText2.TextColor3 = Color3.new(0.333333, 1, 1)
  1772. AnwarunText2.TextSize = 16
  1773.  
  1774. Tutup2.Name = "Tutup2"
  1775. Tutup2.Parent = Halaman2
  1776. Tutup2.BackgroundColor3 = Color3.new(0, 0, 0)
  1777. Tutup2.BorderColor3 = Color3.new(1, 1, 0)
  1778. Tutup2.BorderSizePixel = 2
  1779. Tutup2.Position = UDim2.new(0.901204824, 0, 0, 0)
  1780. Tutup2.Size = UDim2.new(0, 41, 0, 32)
  1781. Tutup2.Font = Enum.Font.Cartoon
  1782. Tutup2.Text = "X"
  1783. Tutup2.TextColor3 = Color3.new(1, 1, 0)
  1784. Tutup2.TextSize = 20
  1785. Tutup2.MouseButton1Down:connect(function()
  1786. MainFrame.Visible = false
  1787. BFrame.Visible = true
  1788. end)
  1789.  
  1790. Nama.Name = "Nama"
  1791. Nama.Parent = Halaman2
  1792. Nama.BackgroundColor3 = Color3.new(0, 0, 0)
  1793. Nama.BorderColor3 = Color3.new(0, 1, 0)
  1794. Nama.BorderSizePixel = 2
  1795. Nama.Position = UDim2.new(0.036144577, 0, 0.142405063, 0)
  1796. Nama.Size = UDim2.new(0, 385, 0, 42)
  1797. Nama.Font = Enum.Font.Cartoon
  1798. Nama.Text = "Nama Player / Player Name"
  1799. Nama.TextColor3 = Color3.new(0, 1, 0)
  1800. Nama.TextSize = 20
  1801.  
  1802. Bunuh.Name = "Bunuh"
  1803. Bunuh.Parent = Halaman2
  1804. Bunuh.BackgroundColor3 = Color3.new(0, 0, 0)
  1805. Bunuh.BorderColor3 = Color3.new(1, 1, 0)
  1806. Bunuh.BorderSizePixel = 2
  1807. Bunuh.Position = UDim2.new(0.257831335, 0, 0.310126573, 0)
  1808. Bunuh.Size = UDim2.new(0, 200, 0, 36)
  1809. Bunuh.Font = Enum.Font.Cartoon
  1810. Bunuh.Text = "KILL Player !"
  1811. Bunuh.TextColor3 = Color3.new(1, 1, 0)
  1812. Bunuh.TextSize = 20
  1813. Bunuh.MouseButton1Down:connect(function()
  1814. local NAME = Nama.Text
  1815. game.ReplicatedStorage.Events["G_Attack"]:FireServer(game.Players.LocalPlayer, game.Players[NAME].Character.Humanoid)
  1816. end)
  1817.  
  1818. Rumah.Name = "Rumah"
  1819. Rumah.Parent = Halaman2
  1820. Rumah.BackgroundColor3 = Color3.new(0, 0, 0)
  1821. Rumah.BorderColor3 = Color3.new(1, 1, 0)
  1822. Rumah.BorderSizePixel = 2
  1823. Rumah.Position = UDim2.new(0.053012047, 0, 0.484177202, 0)
  1824. Rumah.Size = UDim2.new(0, 174, 0, 36)
  1825. Rumah.Font = Enum.Font.Cartoon
  1826. Rumah.Text = "Home"
  1827. Rumah.TextColor3 = Color3.new(1, 1, 0)
  1828. Rumah.TextSize = 20
  1829. Rumah.MouseButton1Down:connect(function()
  1830. if game.Workspace.Map:FindFirstChild("House") then
  1831. for i,v in pairs(game.Workspace.Map.House.Objects:GetChildren()) do
  1832. if v:IsA("Model") then
  1833. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1834. end
  1835. end
  1836. end
  1837. end)
  1838.  
  1839. Camp.Name = "Camp"
  1840. Camp.Parent = Halaman2
  1841. Camp.BackgroundColor3 = Color3.new(0, 0, 0)
  1842. Camp.BorderColor3 = Color3.new(1, 1, 0)
  1843. Camp.BorderSizePixel = 2
  1844. Camp.Position = UDim2.new(0.527710855, 0, 0.484177202, 0)
  1845. Camp.Size = UDim2.new(0, 174, 0, 36)
  1846. Camp.Font = Enum.Font.Cartoon
  1847. Camp.Text = "Camp"
  1848. Camp.TextColor3 = Color3.new(1, 1, 0)
  1849. Camp.TextSize = 20
  1850. Camp.MouseButton1Down:connect(function()
  1851. if game.Workspace.Map:FindFirstChild("Camp") then
  1852. for i,v in pairs(game.Workspace.Map.Camp.Objects:GetChildren()) do
  1853. if v:IsA("Model") then
  1854. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1855. end
  1856. end
  1857. end
  1858. end)
  1859.  
  1860.  
  1861. Sekolah.Name = "Sekolah"
  1862. Sekolah.Parent = Halaman2
  1863. Sekolah.BackgroundColor3 = Color3.new(0, 0, 0)
  1864. Sekolah.BorderColor3 = Color3.new(1, 1, 0)
  1865. Sekolah.BorderSizePixel = 2
  1866. Sekolah.Position = UDim2.new(0.527710855, 0, 0.66455698, 0)
  1867. Sekolah.Size = UDim2.new(0, 174, 0, 36)
  1868. Sekolah.Font = Enum.Font.Cartoon
  1869. Sekolah.Text = "School"
  1870. Sekolah.TextColor3 = Color3.new(1, 1, 0)
  1871. Sekolah.TextSize = 20
  1872. Sekolah.MouseButton1Down:connect(function()
  1873. if game.Workspace.Map:FindFirstChild("School") then
  1874. for i,v in pairs(game.Workspace.Map.School.Objects:GetChildren()) do
  1875. if v:IsA("Model") then
  1876. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1877. end
  1878. end
  1879. end
  1880. end)
  1881.  
  1882. Office.Name = "Office"
  1883. Office.Parent = Halaman2
  1884. Office.BackgroundColor3 = Color3.new(0, 0, 0)
  1885. Office.BorderColor3 = Color3.new(1, 1, 0)
  1886. Office.BorderSizePixel = 2
  1887. Office.Position = UDim2.new(0.053012073, 0, 0.66455698, 0)
  1888. Office.Size = UDim2.new(0, 174, 0, 36)
  1889. Office.Font = Enum.Font.Cartoon
  1890. Office.Text = "Office"
  1891. Office.TextColor3 = Color3.new(1, 1, 0)
  1892. Office.TextSize = 20
  1893. Office.MouseButton1Down:connect(function()
  1894. if game.Workspace.Map:FindFirstChild("Office") then
  1895.  
  1896.  
  1897. for i,v in pairs(game.Workspace.Map.Office.Objects:GetChildren()) do
  1898. if v:IsA("Model") then
  1899. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1900. end
  1901. end
  1902. end
  1903. end)
  1904.  
  1905. H1.Name = "H1"
  1906. H1.Parent = Halaman2
  1907. H1.BackgroundColor3 = Color3.new(0, 0, 0)
  1908. H1.BorderColor3 = Color3.new(1, 1, 0)
  1909. H1.BorderSizePixel = 2
  1910. H1.Position = UDim2.new(0.648192763, 0, 0.860759497, 0)
  1911. H1.Size = UDim2.new(0, 137, 0, 26)
  1912. H1.Font = Enum.Font.Cartoon
  1913. H1.Text = "Page 1"
  1914. H1.TextColor3 = Color3.new(1, 1, 0)
  1915. H1.TextSize = 20
  1916. H1.MouseButton1Down:connect(function()
  1917. Halaman2.Visible = false
  1918. MainFrame.Visible = true
  1919. end)
  1920.  
  1921. Toko.Name = "Toko"
  1922. Toko.Parent = Halaman2
  1923. Toko.BackgroundColor3 = Color3.new(0, 0, 0)
  1924. Toko.BorderColor3 = Color3.new(1, 1, 0)
  1925. Toko.BorderSizePixel = 2
  1926. Toko.Position = UDim2.new(0.298795193, 0, 0.860759497, 0)
  1927. Toko.Size = UDim2.new(0, 137, 0, 26)
  1928. Toko.Font = Enum.Font.Cartoon
  1929. Toko.Text = "Free Shop"
  1930. Toko.TextColor3 = Color3.new(1, 1, 0)
  1931. Toko.TextSize = 20
  1932. Toko.MouseButton1Down:connect(function()
  1933. Halaman2.Visible = false
  1934. TFrame.Visible = true
  1935. end)
  1936.  
  1937. TFrame.Name = "TFrame"
  1938. TFrame.Parent = GrannyGui
  1939. TFrame.Active = true
  1940. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1941. TFrame.BackgroundTransparency = 0.30000001192093
  1942. TFrame.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  1943. TFrame.Size = UDim2.new(0, 415, 0, 316)
  1944. TFrame.Visible = false
  1945. TFrame.Draggable = true
  1946.  
  1947. Judul3.Name = "Judul3"
  1948. Judul3.Parent = TFrame
  1949. Judul3.BackgroundColor3 = Color3.new(0, 0, 0)
  1950. Judul3.BorderSizePixel = 0
  1951. Judul3.Size = UDim2.new(0, 415, 0, 32)
  1952. Judul3.Font = Enum.Font.SourceSansBold
  1953. Judul3.Text = "Granny Gui - ASC"
  1954. Judul3.TextColor3 = Color3.new(1, 1, 1)
  1955. Judul3.TextSize = 25
  1956.  
  1957. AnwarunText3.Name = "AnwarunText3"
  1958. AnwarunText3.Parent = TFrame
  1959. AnwarunText3.BackgroundColor3 = Color3.new(1, 1, 1)
  1960. AnwarunText3.BackgroundTransparency = 1
  1961. AnwarunText3.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  1962. AnwarunText3.Size = UDim2.new(0, 95, 0, 25)
  1963. AnwarunText3.Font = Enum.Font.SourceSansBold
  1964. AnwarunText3.Text = "Made By Anwarun"
  1965. AnwarunText3.TextColor3 = Color3.new(0.333333, 1, 1)
  1966. AnwarunText3.TextSize = 16
  1967.  
  1968. Tutup3.Name = "Tutup3"
  1969. Tutup3.Parent = TFrame
  1970. Tutup3.BackgroundColor3 = Color3.new(0, 0, 0)
  1971. Tutup3.BorderColor3 = Color3.new(1, 1, 0)
  1972. Tutup3.BorderSizePixel = 2
  1973. Tutup3.Position = UDim2.new(0.901204824, 0, 0, 0)
  1974. Tutup3.Size = UDim2.new(0, 41, 0, 32)
  1975. Tutup3.Font = Enum.Font.Cartoon
  1976. Tutup3.Text = "X"
  1977. Tutup3.TextColor3 = Color3.new(1, 1, 0)
  1978. Tutup3.TextSize = 20
  1979.  
  1980. Badges.Name = "Badges"
  1981. Badges.Parent = TFrame
  1982. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  1983. Badges.BorderColor3 = Color3.new(1, 1, 0)
  1984. Badges.BorderSizePixel = 2
  1985. Badges.Position = UDim2.new(0.132530123, 0, 0.142405063, 0)
  1986. Badges.Size = UDim2.new(0, 154, 0, 24)
  1987. Badges.Font = Enum.Font.Cartoon
  1988. Badges.Text = "Get All Badges"
  1989. Badges.TextColor3 = Color3.new(1, 1, 0)
  1990. Badges.TextSize = 20
  1991. Badges.MouseButton1Down:connect(function()
  1992. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  1993. wait(0.1)
  1994. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  1995. wait(0.1)
  1996. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  1997. wait(0.1)
  1998. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  1999. wait(0.1)
  2000. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  2001. wait(0.1)
  2002. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  2003. wait(0.1)
  2004. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  2005. wait(0.1)
  2006. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  2007. wait(0.1)
  2008. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  2009. wait(0.1)
  2010. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  2011. wait(0.1)
  2012. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  2013. wait(0.1)
  2014. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  2015. end)
  2016.  
  2017. Hal1.Name = "Hal1"
  2018. Hal1.Parent = TFrame
  2019. Hal1.BackgroundColor3 = Color3.new(0, 0, 0)
  2020. Hal1.BorderColor3 = Color3.new(1, 1, 0)
  2021. Hal1.BorderSizePixel = 2
  2022. Hal1.Position = UDim2.new(0.648192763, 0, 0.803797483, 0)
  2023. Hal1.Size = UDim2.new(0, 137, 0, 26)
  2024. Hal1.Font = Enum.Font.Cartoon
  2025. Hal1.Text = "Page 1"
  2026. Hal1.TextColor3 = Color3.new(1, 1, 0)
  2027. Hal1.TextSize = 20
  2028. Hal1.MouseButton1Down:connect(function()
  2029. TFrame.Visible = false
  2030. MainFrame.Visible = true
  2031. end)
  2032.  
  2033. Hal2.Name = "Hal2"
  2034. Hal2.Parent = TFrame
  2035. Hal2.BackgroundColor3 = Color3.new(0, 0, 0)
  2036. Hal2.BorderColor3 = Color3.new(1, 1, 0)
  2037. Hal2.BorderSizePixel = 2
  2038. Hal2.Position = UDim2.new(0.289156646, 0, 0.803797483, 0)
  2039. Hal2.Size = UDim2.new(0, 137, 0, 26)
  2040. Hal2.Font = Enum.Font.Cartoon
  2041. Hal2.Text = "Page 2"
  2042. Hal2.TextColor3 = Color3.new(1, 1, 0)
  2043. Hal2.TextSize = 20
  2044. Hal2.MouseButton1Down:connect(function()
  2045. TFrame.Visible = false
  2046. Halaman2.Visible = true
  2047. end)
  2048.  
  2049. Mummy.Name = "Mummy"
  2050. Mummy.Parent = TFrame
  2051. Mummy.BackgroundColor3 = Color3.new(0, 0, 0)
  2052. Mummy.BorderColor3 = Color3.new(1, 1, 0)
  2053. Mummy.BorderSizePixel = 2
  2054. Mummy.Position = UDim2.new(0.503614545, 0, 0.142405063, 0)
  2055. Mummy.Size = UDim2.new(0, 154, 0, 24)
  2056. Mummy.Font = Enum.Font.Cartoon
  2057. Mummy.Text = "Mummy Dress"
  2058. Mummy.TextColor3 = Color3.new(1, 1, 0)
  2059. Mummy.TextSize = 20
  2060. Mummy.MouseButton1Down:connect(function()
  2061. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Mummy Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.MummyDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2062. end)
  2063.  
  2064. Jason.Name = "Jason"
  2065. Jason.Parent = TFrame
  2066. Jason.BackgroundColor3 = Color3.new(0, 0, 0)
  2067. Jason.BorderColor3 = Color3.new(1, 1, 0)
  2068. Jason.BorderSizePixel = 2
  2069. Jason.Position = UDim2.new(0.132530123, 0, 0.218354434, 0)
  2070. Jason.Size = UDim2.new(0, 154, 0, 24)
  2071. Jason.Font = Enum.Font.Cartoon
  2072. Jason.Text = "Jason Dress"
  2073. Jason.TextColor3 = Color3.new(1, 1, 0)
  2074. Jason.TextSize = 20
  2075. Jason.MouseButton1Down:connect(function()
  2076. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Jason Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.JasonDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2077. end)
  2078.  
  2079. Darah.Name = "Darah"
  2080. Darah.Parent = TFrame
  2081. Darah.BackgroundColor3 = Color3.new(0, 0, 0)
  2082. Darah.BorderColor3 = Color3.new(1, 1, 0)
  2083. Darah.BorderSizePixel = 2
  2084. Darah.Position = UDim2.new(0.503614426, 0, 0.218354434, 0)
  2085. Darah.Size = UDim2.new(0, 154, 0, 24)
  2086. Darah.Font = Enum.Font.Cartoon
  2087. Darah.Text = "Black Blood Dress"
  2088. Darah.TextColor3 = Color3.new(1, 1, 0)
  2089. Darah.TextSize = 20
  2090. Darah.MouseButton1Down:connect(function()
  2091. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Black Blood Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.BlackBloodDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2092. end)
  2093.  
  2094. Spongebob.Name = "Spongebob"
  2095. Spongebob.Parent = TFrame
  2096. Spongebob.BackgroundColor3 = Color3.new(0, 0, 0)
  2097. Spongebob.BorderColor3 = Color3.new(1, 1, 0)
  2098. Spongebob.BorderSizePixel = 2
  2099. Spongebob.Position = UDim2.new(0.132530123, 0, 0.294303805, 0)
  2100. Spongebob.Size = UDim2.new(0, 154, 0, 24)
  2101. Spongebob.Font = Enum.Font.Cartoon
  2102. Spongebob.Text = "Spongebob"
  2103. Spongebob.TextColor3 = Color3.new(1, 1, 0)
  2104. Spongebob.TextSize = 20
  2105. Spongebob.MouseButton1Down:connect(function()
  2106. 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})
  2107. end)
  2108.  
  2109. Polisi.Name = "Polisi"
  2110. Polisi.Parent = TFrame
  2111. Polisi.BackgroundColor3 = Color3.new(0, 0, 0)
  2112. Polisi.BorderColor3 = Color3.new(1, 1, 0)
  2113. Polisi.BorderSizePixel = 2
  2114. Polisi.Position = UDim2.new(0.503614426, 0, 0.294303805, 0)
  2115. Polisi.Size = UDim2.new(0, 154, 0, 24)
  2116. Polisi.Font = Enum.Font.Cartoon
  2117. Polisi.Text = "Police Dress"
  2118. Polisi.TextColor3 = Color3.new(1, 1, 0)
  2119. Polisi.TextSize = 20
  2120. Polisi.MouseButton1Down:connect(function()
  2121. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Police Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.PoliceDress, ["id"] = 3033, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2122. end)
  2123.  
  2124. Senjata.Name = "Senjata"
  2125. Senjata.Parent = TFrame
  2126. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  2127. Senjata.BackgroundTransparency = 1
  2128. Senjata.BorderSizePixel = 0
  2129. Senjata.Position = UDim2.new(0, 0, 0.408227861, 0)
  2130. Senjata.Size = UDim2.new(0, 415, 0, 23)
  2131. Senjata.Font = Enum.Font.SourceSansBold
  2132. Senjata.Text = "Senjata / Weapon"
  2133. Senjata.TextColor3 = Color3.new(1, 1, 1)
  2134. Senjata.TextSize = 25
  2135.  
  2136. Fire.Name = "Fire"
  2137. Fire.Parent = TFrame
  2138. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  2139. Fire.BorderColor3 = Color3.new(1, 1, 0)
  2140. Fire.BorderSizePixel = 2
  2141. Fire.Position = UDim2.new(0.132530123, 0, 0.537974715, 0)
  2142. Fire.Size = UDim2.new(0, 154, 0, 24)
  2143. Fire.Font = Enum.Font.Cartoon
  2144. Fire.Text = "Fire Staff"
  2145. Fire.TextColor3 = Color3.new(1, 1, 0)
  2146. Fire.TextSize = 20
  2147. Fire.MouseButton1Down:connect(function()
  2148. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1004, ["Name"] = "StaffFire", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.StaffFire, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2149. end)
  2150.  
  2151. Gold.Name = "Gold"
  2152. Gold.Parent = TFrame
  2153. Gold.BackgroundColor3 = Color3.new(0, 0, 0)
  2154. Gold.BorderColor3 = Color3.new(1, 1, 0)
  2155. Gold.BorderSizePixel = 2
  2156. Gold.Position = UDim2.new(0.503614426, 0, 0.537974715, 0)
  2157. Gold.Size = UDim2.new(0, 154, 0, 24)
  2158. Gold.Font = Enum.Font.Cartoon
  2159. Gold.Text = "Gold sword"
  2160. Gold.TextColor3 = Color3.new(1, 1, 0)
  2161. Gold.TextSize = 20
  2162. Gold.MouseButton1Down:connect(function()
  2163. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "swordGold", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.swordGold, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2164. end)
  2165.  
  2166. Gergaji.Name = "Gergaji"
  2167. Gergaji.Parent = TFrame
  2168. Gergaji.BackgroundColor3 = Color3.new(0, 0, 0)
  2169. Gergaji.BorderColor3 = Color3.new(1, 1, 0)
  2170. Gergaji.BorderSizePixel = 2
  2171. Gergaji.Position = UDim2.new(0.132530123, 0, 0.613924086, 0)
  2172. Gergaji.Size = UDim2.new(0, 154, 0, 24)
  2173. Gergaji.Font = Enum.Font.Cartoon
  2174. Gergaji.Text = "Blood Chainsaw"
  2175. Gergaji.TextColor3 = Color3.new(1, 1, 0)
  2176. Gergaji.TextSize = 20
  2177. Gergaji.MouseButton1Down:connect(function()
  2178. 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})
  2179. end)
  2180.  
  2181. Giant.Name = "Giant"
  2182. Giant.Parent = TFrame
  2183. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  2184. Giant.BorderColor3 = Color3.new(1, 1, 0)
  2185. Giant.BorderSizePixel = 2
  2186. Giant.Position = UDim2.new(0.503614426, 0, 0.613924086, 0)
  2187. Giant.Size = UDim2.new(0, 154, 0, 24)
  2188. Giant.Font = Enum.Font.Cartoon
  2189. Giant.Text = "Giant Axe"
  2190. Giant.TextColor3 = Color3.new(1, 1, 0)
  2191. Giant.TextSize = 20
  2192. Giant.MouseButton1Down:connect(function()
  2193. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1006, ["Name"] = "AxeGiant", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.AxeGiant, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2194. end)
  2195.  
  2196. BFrame.Name = "BFrame"
  2197. BFrame.Parent = GrannyGui
  2198. BFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2199. BFrame.BorderColor3 = Color3.new(0, 1, 0)
  2200. BFrame.BorderSizePixel = 2
  2201. BFrame.Position = UDim2.new(0, 0, 0.454909831, 0)
  2202. BFrame.Size = UDim2.new(0, 159, 0, 37)
  2203.  
  2204. TextButton.Parent = BFrame
  2205. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2206. TextButton.BackgroundTransparency = 1
  2207. TextButton.Size = UDim2.new(0, 159, 0, 37)
  2208. TextButton.Font = Enum.Font.Cartoon
  2209. TextButton.Text = "Open / Buka"
  2210. TextButton.TextColor3 = Color3.new(0, 1, 0)
  2211. TextButton.TextSize = 25
  2212. TextButton.MouseButton1Down:connect(function()
  2213. BFrame.Visible = false
  2214. MainFrame.Visible = true
  2215. end)
  2216.  
  2217.  
  2218. Credits: Anwarun for making this
  2219.  
  2220.  
  2221. Free items might not work
  2222.  
  2223. vouch for contribution
  2224.  
  2225. lol
  2226. [Image: sLfgix.gif]
  2227. MultipleFive73#7148
  2228. Exploits I own : Synapse
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234. Email PM Find Reply Report
  2235. #4 09-17-2018, 07:55 PM
  2236. Cust0mChance
  2237. Senior Member
  2238. *****
  2239. Elite
  2240. Posts: 379
  2241. Threads: 31
  2242. Joined: Sep 2017
  2243. Reputation: 17
  2244. Elite Member
  2245. vouchy vouchy thanks for releasing
  2246. im cool lol Cool Cool
  2247.  
  2248.  
  2249.  
  2250.  
  2251. i own ProtoSmasher
  2252.  
  2253. Email PM Find Reply Report
  2254. #5 09-17-2018, 07:59 PM
  2255. powerpuff
  2256. coolio
  2257. *****
  2258. VIP
  2259. Posts: 226
  2260. Threads: 54
  2261. Joined: Aug 2018
  2262. Reputation: 11
  2263. wow i hit 12 vouches
  2264. never thought i would Smile
  2265. Vouches - 14+
  2266. pfp from A M Y https://v3rmillion.net/showthread.php?tid=797489&pid=5558286#pid5558286
  2267. First rep from - PaulPogba
  2268. [Image: KntgSU.png]
  2269.  
  2270. PM Find Reply Report
  2271. #6 09-17-2018, 08:44 PM
  2272. Azovan
  2273. Known Member
  2274. ***
  2275. Posts: 123
  2276. Threads: 28
  2277. Joined: May 2017
  2278. Reputation: 0
  2279. (09-17-2018, 07:26 PM)used Wrote:
  2280. Code:
  2281. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2282. Text = "Gui Made By Anwarun";
  2283. Color = Color3.new(0 , 185, 0);
  2284. Font = Enum.Font.SourceSansBold;
  2285. FontSize = Enum.FontSize.Size24;
  2286. })
  2287. wait(1)
  2288. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2289. Text = "Script Source: V3rmillion";
  2290. Color = Color3.new(170, 0, 0);
  2291. Font = Enum.Font.SourceSansBold;
  2292. FontSize = Enum.FontSize.Size24;
  2293. })
  2294.  
  2295. wait(1)
  2296.  
  2297. game.StarterGui:SetCore("SendNotification", {
  2298. Title = "Wait";
  2299. Text = "Please Wait 3 Seconds";
  2300. })
  2301.  
  2302. wait(3)
  2303.  
  2304. game.StarterGui:SetCore("SendNotification", {
  2305. Title = "Anwarun Gui Has Loaded!";
  2306. Text = "GUI MADE BY ANWARUN";
  2307. })
  2308.  
  2309. -- Objects
  2310.  
  2311. local GrannyGui = Instance.new("ScreenGui")
  2312. local MainFrame = Instance.new("Frame")
  2313. local Judul = Instance.new("TextLabel")
  2314. local MoneyValue = Instance.new("TextBox")
  2315. local Money = Instance.new("TextButton")
  2316. local ETKey = Instance.new("TextBox")
  2317. local PTKey = Instance.new("TextBox")
  2318. local Escape = Instance.new("TextButton")
  2319. local PTrap = Instance.new("TextButton")
  2320. local H2 = Instance.new("TextButton")
  2321. local AnwarunText = Instance.new("TextLabel")
  2322. local Tutup = Instance.new("TextButton")
  2323. local Halaman2 = Instance.new("Frame")
  2324. local Judul2 = Instance.new("TextLabel")
  2325. local AnwarunText2 = Instance.new("TextLabel")
  2326. local Tutup2 = Instance.new("TextButton")
  2327. local Nama = Instance.new("TextBox")
  2328. local Bunuh = Instance.new("TextButton")
  2329. local Rumah = Instance.new("TextButton")
  2330. local Camp = Instance.new("TextButton")
  2331. local Sekolah = Instance.new("TextButton")
  2332. local Office = Instance.new("TextButton")
  2333. local H1 = Instance.new("TextButton")
  2334. local Toko = Instance.new("TextButton")
  2335. local TFrame = Instance.new("Frame")
  2336. local Judul3 = Instance.new("TextLabel")
  2337. local AnwarunText3 = Instance.new("TextLabel")
  2338. local Tutup3 = Instance.new("TextButton")
  2339. local Badges = Instance.new("TextButton")
  2340. local Hal1 = Instance.new("TextButton")
  2341. local Hal2 = Instance.new("TextButton")
  2342. local Mummy = Instance.new("TextButton")
  2343. local Jason = Instance.new("TextButton")
  2344. local Darah = Instance.new("TextButton")
  2345. local Spongebob = Instance.new("TextButton")
  2346. local Polisi = Instance.new("TextButton")
  2347. local Senjata = Instance.new("TextLabel")
  2348. local Fire = Instance.new("TextButton")
  2349. local Gold = Instance.new("TextButton")
  2350. local Gergaji = Instance.new("TextButton")
  2351. local Giant = Instance.new("TextButton")
  2352. local BFrame = Instance.new("Frame")
  2353. local TextButton = Instance.new("TextButton")
  2354.  
  2355. -- Properties
  2356.  
  2357. GrannyGui.Name = "GrannyGui"
  2358. GrannyGui.Parent = game.CoreGui
  2359.  
  2360. MainFrame.Name = "MainFrame"
  2361. MainFrame.Parent = GrannyGui
  2362. MainFrame.Active = true
  2363. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2364. MainFrame.BackgroundTransparency = 0.30000001192093
  2365. MainFrame.Position = UDim2.new(0.169059008, 0, 0.182364732, 0)
  2366. MainFrame.Size = UDim2.new(0, 415, 0, 316)
  2367. MainFrame.Visible = false
  2368. MainFrame.Draggable = true
  2369.  
  2370. Judul.Name = "Judul"
  2371. Judul.Parent = MainFrame
  2372. Judul.BackgroundColor3 = Color3.new(0, 0, 0)
  2373. Judul.BorderSizePixel = 0
  2374. Judul.Size = UDim2.new(0, 415, 0, 32)
  2375. Judul.Font = Enum.Font.SourceSansBold
  2376. Judul.Text = "Granny Gui - ASC"
  2377. Judul.TextColor3 = Color3.new(1, 1, 1)
  2378. Judul.TextSize = 25
  2379.  
  2380. MoneyValue.Name = "Money Value"
  2381. MoneyValue.Parent = MainFrame
  2382. MoneyValue.BackgroundColor3 = Color3.new(0, 0, 0)
  2383. MoneyValue.BorderColor3 = Color3.new(0, 1, 0)
  2384. MoneyValue.BorderSizePixel = 2
  2385. MoneyValue.Position = UDim2.new(0.0481927693, 0, 0.142405063, 0)
  2386. MoneyValue.Size = UDim2.new(0, 374, 0, 38)
  2387. MoneyValue.Font = Enum.Font.Cartoon
  2388. MoneyValue.Text = "Money Value"
  2389. MoneyValue.TextColor3 = Color3.new(0, 1, 0)
  2390. MoneyValue.TextSize = 20
  2391.  
  2392. Money.Name = "Money"
  2393. Money.Parent = MainFrame
  2394. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  2395. Money.BorderColor3 = Color3.new(1, 1, 0)
  2396. Money.BorderSizePixel = 2
  2397. Money.Position = UDim2.new(0.207228914, 0, 0.291139245, 0)
  2398. Money.Size = UDim2.new(0, 241, 0, 36)
  2399. Money.Font = Enum.Font.Cartoon
  2400. Money.Text = "Get Money !"
  2401. Money.TextColor3 = Color3.new(1, 1, 0)
  2402. Money.TextSize = 20
  2403. Money.MouseButton1Down:connect(function()
  2404. game:GetService("ReplicatedStorage").Events.Winner:FireServer(MoneyValue.Text)
  2405. end)
  2406.  
  2407. ETKey.Name = "ETKey"
  2408. ETKey.Parent = MainFrame
  2409. ETKey.BackgroundColor3 = Color3.new(0, 0, 0)
  2410. ETKey.BorderColor3 = Color3.new(0, 1, 0)
  2411. ETKey.BorderSizePixel = 2
  2412. ETKey.Position = UDim2.new(0.03373494, 0, 0.471518993, 0)
  2413. ETKey.Size = UDim2.new(0, 181, 0, 38)
  2414. ETKey.Font = Enum.Font.Cartoon
  2415. ETKey.Text = "Escape Trap Key"
  2416. ETKey.TextColor3 = Color3.new(0, 1, 0)
  2417. ETKey.TextSize = 20
  2418.  
  2419. PTKey.Name = "PTKey"
  2420. PTKey.Parent = MainFrame
  2421. PTKey.BackgroundColor3 = Color3.new(0, 0, 0)
  2422. PTKey.BorderColor3 = Color3.new(0, 1, 0)
  2423. PTKey.BorderSizePixel = 2
  2424. PTKey.Position = UDim2.new(0.534939766, 0, 0.471518993, 0)
  2425. PTKey.Size = UDim2.new(0, 181, 0, 38)
  2426. PTKey.Font = Enum.Font.Cartoon
  2427. PTKey.Text = "Put Trap Key"
  2428. PTKey.TextColor3 = Color3.new(0, 1, 0)
  2429. PTKey.TextSize = 20
  2430.  
  2431. Escape.Name = "Escape"
  2432. Escape.Parent = MainFrame
  2433. Escape.BackgroundColor3 = Color3.new(0, 0, 0)
  2434. Escape.BorderColor3 = Color3.new(1, 1, 0)
  2435. Escape.BorderSizePixel = 2
  2436. Escape.Position = UDim2.new(0.0722891539, 0, 0.626582325, 0)
  2437. Escape.Size = UDim2.new(0, 148, 0, 36)
  2438. Escape.Font = Enum.Font.Cartoon
  2439. Escape.Text = "Escape !"
  2440. Escape.TextColor3 = Color3.new(1, 1, 0)
  2441. Escape.TextSize = 20
  2442. Escape.MouseButton1Down:connect(function()
  2443. local player = game.Players.LocalPlayer
  2444. local mouse = player:GetMouse()
  2445. mouse.KeyDown:connect(function(key)
  2446. if key == ETKey.Text then
  2447. wait(1)
  2448. game.ReplicatedStorage.Events.EscapedTrap:FireServer()
  2449. end
  2450. end)
  2451. end)
  2452.  
  2453. PTrap.Name = "PTrap"
  2454. PTrap.Parent = MainFrame
  2455. PTrap.BackgroundColor3 = Color3.new(0, 0, 0)
  2456. PTrap.BorderColor3 = Color3.new(1, 1, 0)
  2457. PTrap.BorderSizePixel = 2
  2458. PTrap.Position = UDim2.new(0.573494017, 0, 0.626582325, 0)
  2459. PTrap.Size = UDim2.new(0, 148, 0, 36)
  2460. PTrap.Font = Enum.Font.Cartoon
  2461. PTrap.Text = "Put Trap !"
  2462. PTrap.TextColor3 = Color3.new(1, 1, 0)
  2463. PTrap.TextSize = 20
  2464. PTrap.MouseButton1Down:connect(function()
  2465. local player = game.Players.LocalPlayer
  2466. local mouse = player:GetMouse()
  2467. mouse.KeyDown:connect(function(key)
  2468. if key == PTKey.Text then
  2469. wait(1)
  2470. game.ReplicatedStorage.Events.PutTrap:FireServer()
  2471. end
  2472. end)
  2473. end)
  2474.  
  2475. H2.Name = "H2"
  2476. H2.Parent = MainFrame
  2477. H2.BackgroundColor3 = Color3.new(0, 0, 0)
  2478. H2.BorderColor3 = Color3.new(1, 1, 0)
  2479. H2.BorderSizePixel = 2
  2480. H2.Position = UDim2.new(0.544578314, 0, 0.819620252, 0)
  2481. H2.Size = UDim2.new(0, 172, 0, 36)
  2482. H2.Font = Enum.Font.Cartoon
  2483. H2.Text = "Page / Halaman 2"
  2484. H2.TextColor3 = Color3.new(1, 1, 0)
  2485. H2.TextSize = 20
  2486. H2.MouseButton1Down:connect(function()
  2487. MainFrame.Visible = false
  2488. Halaman2.Visible = true
  2489. end)
  2490.  
  2491. AnwarunText.Name = "AnwarunText"
  2492. AnwarunText.Parent = MainFrame
  2493. AnwarunText.BackgroundColor3 = Color3.new(1, 1, 1)
  2494. AnwarunText.BackgroundTransparency = 1
  2495. AnwarunText.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  2496. AnwarunText.Size = UDim2.new(0, 95, 0, 25)
  2497. AnwarunText.Font = Enum.Font.SourceSansBold
  2498. AnwarunText.Text = "Made By Anwarun"
  2499. AnwarunText.TextColor3 = Color3.new(0.333333, 1, 1)
  2500. AnwarunText.TextSize = 16
  2501.  
  2502. Tutup.Name = "Tutup"
  2503. Tutup.Parent = MainFrame
  2504. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  2505. Tutup.BorderColor3 = Color3.new(1, 1, 0)
  2506. Tutup.BorderSizePixel = 2
  2507. Tutup.Position = UDim2.new(0.901204824, 0, 0, 0)
  2508. Tutup.Size = UDim2.new(0, 41, 0, 32)
  2509. Tutup.Font = Enum.Font.Cartoon
  2510. Tutup.Text = "X"
  2511. Tutup.TextColor3 = Color3.new(1, 1, 0)
  2512. Tutup.TextSize = 20
  2513. Tutup.MouseButton1Down:connect(function()
  2514. MainFrame.Visible = false
  2515. BFrame.Visible = true
  2516. end)
  2517.  
  2518. Halaman2.Name = "Halaman2"
  2519. Halaman2.Parent = GrannyGui
  2520. Halaman2.Active = true
  2521. Halaman2.BackgroundColor3 = Color3.new(0, 0, 0)
  2522. Halaman2.BackgroundTransparency = 0.30000001192093
  2523. Halaman2.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  2524. Halaman2.Size = UDim2.new(0, 415, 0, 316)
  2525. Halaman2.Visible = false
  2526. Halaman2.Draggable = true
  2527.  
  2528. Judul2.Name = "Judul2"
  2529. Judul2.Parent = Halaman2
  2530. Judul2.BackgroundColor3 = Color3.new(0, 0, 0)
  2531. Judul2.BorderSizePixel = 0
  2532. Judul2.Size = UDim2.new(0, 415, 0, 32)
  2533. Judul2.Font = Enum.Font.SourceSansBold
  2534. Judul2.Text = "Granny Gui - ASC"
  2535. Judul2.TextColor3 = Color3.new(1, 1, 1)
  2536. Judul2.TextSize = 25
  2537.  
  2538. AnwarunText2.Name = "AnwarunText2"
  2539. AnwarunText2.Parent = Halaman2
  2540. AnwarunText2.BackgroundColor3 = Color3.new(1, 1, 1)
  2541. AnwarunText2.BackgroundTransparency = 1
  2542. AnwarunText2.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  2543. AnwarunText2.Size = UDim2.new(0, 95, 0, 25)
  2544. AnwarunText2.Font = Enum.Font.SourceSansBold
  2545. AnwarunText2.Text = "Made By Anwarun"
  2546. AnwarunText2.TextColor3 = Color3.new(0.333333, 1, 1)
  2547. AnwarunText2.TextSize = 16
  2548.  
  2549. Tutup2.Name = "Tutup2"
  2550. Tutup2.Parent = Halaman2
  2551. Tutup2.BackgroundColor3 = Color3.new(0, 0, 0)
  2552. Tutup2.BorderColor3 = Color3.new(1, 1, 0)
  2553. Tutup2.BorderSizePixel = 2
  2554. Tutup2.Position = UDim2.new(0.901204824, 0, 0, 0)
  2555. Tutup2.Size = UDim2.new(0, 41, 0, 32)
  2556. Tutup2.Font = Enum.Font.Cartoon
  2557. Tutup2.Text = "X"
  2558. Tutup2.TextColor3 = Color3.new(1, 1, 0)
  2559. Tutup2.TextSize = 20
  2560. Tutup2.MouseButton1Down:connect(function()
  2561. MainFrame.Visible = false
  2562. BFrame.Visible = true
  2563. end)
  2564.  
  2565. Nama.Name = "Nama"
  2566. Nama.Parent = Halaman2
  2567. Nama.BackgroundColor3 = Color3.new(0, 0, 0)
  2568. Nama.BorderColor3 = Color3.new(0, 1, 0)
  2569. Nama.BorderSizePixel = 2
  2570. Nama.Position = UDim2.new(0.036144577, 0, 0.142405063, 0)
  2571. Nama.Size = UDim2.new(0, 385, 0, 42)
  2572. Nama.Font = Enum.Font.Cartoon
  2573. Nama.Text = "Nama Player / Player Name"
  2574. Nama.TextColor3 = Color3.new(0, 1, 0)
  2575. Nama.TextSize = 20
  2576.  
  2577. Bunuh.Name = "Bunuh"
  2578. Bunuh.Parent = Halaman2
  2579. Bunuh.BackgroundColor3 = Color3.new(0, 0, 0)
  2580. Bunuh.BorderColor3 = Color3.new(1, 1, 0)
  2581. Bunuh.BorderSizePixel = 2
  2582. Bunuh.Position = UDim2.new(0.257831335, 0, 0.310126573, 0)
  2583. Bunuh.Size = UDim2.new(0, 200, 0, 36)
  2584. Bunuh.Font = Enum.Font.Cartoon
  2585. Bunuh.Text = "KILL Player !"
  2586. Bunuh.TextColor3 = Color3.new(1, 1, 0)
  2587. Bunuh.TextSize = 20
  2588. Bunuh.MouseButton1Down:connect(function()
  2589. local NAME = Nama.Text
  2590. game.ReplicatedStorage.Events["G_Attack"]:FireServer(game.Players.LocalPlayer, game.Players[NAME].Character.Humanoid)
  2591. end)
  2592.  
  2593. Rumah.Name = "Rumah"
  2594. Rumah.Parent = Halaman2
  2595. Rumah.BackgroundColor3 = Color3.new(0, 0, 0)
  2596. Rumah.BorderColor3 = Color3.new(1, 1, 0)
  2597. Rumah.BorderSizePixel = 2
  2598. Rumah.Position = UDim2.new(0.053012047, 0, 0.484177202, 0)
  2599. Rumah.Size = UDim2.new(0, 174, 0, 36)
  2600. Rumah.Font = Enum.Font.Cartoon
  2601. Rumah.Text = "Home"
  2602. Rumah.TextColor3 = Color3.new(1, 1, 0)
  2603. Rumah.TextSize = 20
  2604. Rumah.MouseButton1Down:connect(function()
  2605. if game.Workspace.Map:FindFirstChild("House") then
  2606. for i,v in pairs(game.Workspace.Map.House.Objects:GetChildren()) do
  2607. if v:IsA("Model") then
  2608. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2609. end
  2610. end
  2611. end
  2612. end)
  2613.  
  2614. Camp.Name = "Camp"
  2615. Camp.Parent = Halaman2
  2616. Camp.BackgroundColor3 = Color3.new(0, 0, 0)
  2617. Camp.BorderColor3 = Color3.new(1, 1, 0)
  2618. Camp.BorderSizePixel = 2
  2619. Camp.Position = UDim2.new(0.527710855, 0, 0.484177202, 0)
  2620. Camp.Size = UDim2.new(0, 174, 0, 36)
  2621. Camp.Font = Enum.Font.Cartoon
  2622. Camp.Text = "Camp"
  2623. Camp.TextColor3 = Color3.new(1, 1, 0)
  2624. Camp.TextSize = 20
  2625. Camp.MouseButton1Down:connect(function()
  2626. if game.Workspace.Map:FindFirstChild("Camp") then
  2627. for i,v in pairs(game.Workspace.Map.Camp.Objects:GetChildren()) do
  2628. if v:IsA("Model") then
  2629. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2630. end
  2631. end
  2632. end
  2633. end)
  2634.  
  2635.  
  2636. Sekolah.Name = "Sekolah"
  2637. Sekolah.Parent = Halaman2
  2638. Sekolah.BackgroundColor3 = Color3.new(0, 0, 0)
  2639. Sekolah.BorderColor3 = Color3.new(1, 1, 0)
  2640. Sekolah.BorderSizePixel = 2
  2641. Sekolah.Position = UDim2.new(0.527710855, 0, 0.66455698, 0)
  2642. Sekolah.Size = UDim2.new(0, 174, 0, 36)
  2643. Sekolah.Font = Enum.Font.Cartoon
  2644. Sekolah.Text = "School"
  2645. Sekolah.TextColor3 = Color3.new(1, 1, 0)
  2646. Sekolah.TextSize = 20
  2647. Sekolah.MouseButton1Down:connect(function()
  2648. if game.Workspace.Map:FindFirstChild("School") then
  2649. for i,v in pairs(game.Workspace.Map.School.Objects:GetChildren()) do
  2650. if v:IsA("Model") then
  2651. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2652. end
  2653. end
  2654. end
  2655. end)
  2656.  
  2657. Office.Name = "Office"
  2658. Office.Parent = Halaman2
  2659. Office.BackgroundColor3 = Color3.new(0, 0, 0)
  2660. Office.BorderColor3 = Color3.new(1, 1, 0)
  2661. Office.BorderSizePixel = 2
  2662. Office.Position = UDim2.new(0.053012073, 0, 0.66455698, 0)
  2663. Office.Size = UDim2.new(0, 174, 0, 36)
  2664. Office.Font = Enum.Font.Cartoon
  2665. Office.Text = "Office"
  2666. Office.TextColor3 = Color3.new(1, 1, 0)
  2667. Office.TextSize = 20
  2668. Office.MouseButton1Down:connect(function()
  2669. if game.Workspace.Map:FindFirstChild("Office") then
  2670.  
  2671.  
  2672. for i,v in pairs(game.Workspace.Map.Office.Objects:GetChildren()) do
  2673. if v:IsA("Model") then
  2674. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2675. end
  2676. end
  2677. end
  2678. end)
  2679.  
  2680. H1.Name = "H1"
  2681. H1.Parent = Halaman2
  2682. H1.BackgroundColor3 = Color3.new(0, 0, 0)
  2683. H1.BorderColor3 = Color3.new(1, 1, 0)
  2684. H1.BorderSizePixel = 2
  2685. H1.Position = UDim2.new(0.648192763, 0, 0.860759497, 0)
  2686. H1.Size = UDim2.new(0, 137, 0, 26)
  2687. H1.Font = Enum.Font.Cartoon
  2688. H1.Text = "Page 1"
  2689. H1.TextColor3 = Color3.new(1, 1, 0)
  2690. H1.TextSize = 20
  2691. H1.MouseButton1Down:connect(function()
  2692. Halaman2.Visible = false
  2693. MainFrame.Visible = true
  2694. end)
  2695.  
  2696. Toko.Name = "Toko"
  2697. Toko.Parent = Halaman2
  2698. Toko.BackgroundColor3 = Color3.new(0, 0, 0)
  2699. Toko.BorderColor3 = Color3.new(1, 1, 0)
  2700. Toko.BorderSizePixel = 2
  2701. Toko.Position = UDim2.new(0.298795193, 0, 0.860759497, 0)
  2702. Toko.Size = UDim2.new(0, 137, 0, 26)
  2703. Toko.Font = Enum.Font.Cartoon
  2704. Toko.Text = "Free Shop"
  2705. Toko.TextColor3 = Color3.new(1, 1, 0)
  2706. Toko.TextSize = 20
  2707. Toko.MouseButton1Down:connect(function()
  2708. Halaman2.Visible = false
  2709. TFrame.Visible = true
  2710. end)
  2711.  
  2712. TFrame.Name = "TFrame"
  2713. TFrame.Parent = GrannyGui
  2714. TFrame.Active = true
  2715. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2716. TFrame.BackgroundTransparency = 0.30000001192093
  2717. TFrame.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  2718. TFrame.Size = UDim2.new(0, 415, 0, 316)
  2719. TFrame.Visible = false
  2720. TFrame.Draggable = true
  2721.  
  2722. Judul3.Name = "Judul3"
  2723. Judul3.Parent = TFrame
  2724. Judul3.BackgroundColor3 = Color3.new(0, 0, 0)
  2725. Judul3.BorderSizePixel = 0
  2726. Judul3.Size = UDim2.new(0, 415, 0, 32)
  2727. Judul3.Font = Enum.Font.SourceSansBold
  2728. Judul3.Text = "Granny Gui - ASC"
  2729. Judul3.TextColor3 = Color3.new(1, 1, 1)
  2730. Judul3.TextSize = 25
  2731.  
  2732. AnwarunText3.Name = "AnwarunText3"
  2733. AnwarunText3.Parent = TFrame
  2734. AnwarunText3.BackgroundColor3 = Color3.new(1, 1, 1)
  2735. AnwarunText3.BackgroundTransparency = 1
  2736. AnwarunText3.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  2737. AnwarunText3.Size = UDim2.new(0, 95, 0, 25)
  2738. AnwarunText3.Font = Enum.Font.SourceSansBold
  2739. AnwarunText3.Text = "Made By Anwarun"
  2740. AnwarunText3.TextColor3 = Color3.new(0.333333, 1, 1)
  2741. AnwarunText3.TextSize = 16
  2742.  
  2743. Tutup3.Name = "Tutup3"
  2744. Tutup3.Parent = TFrame
  2745. Tutup3.BackgroundColor3 = Color3.new(0, 0, 0)
  2746. Tutup3.BorderColor3 = Color3.new(1, 1, 0)
  2747. Tutup3.BorderSizePixel = 2
  2748. Tutup3.Position = UDim2.new(0.901204824, 0, 0, 0)
  2749. Tutup3.Size = UDim2.new(0, 41, 0, 32)
  2750. Tutup3.Font = Enum.Font.Cartoon
  2751. Tutup3.Text = "X"
  2752. Tutup3.TextColor3 = Color3.new(1, 1, 0)
  2753. Tutup3.TextSize = 20
  2754.  
  2755. Badges.Name = "Badges"
  2756. Badges.Parent = TFrame
  2757. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  2758. Badges.BorderColor3 = Color3.new(1, 1, 0)
  2759. Badges.BorderSizePixel = 2
  2760. Badges.Position = UDim2.new(0.132530123, 0, 0.142405063, 0)
  2761. Badges.Size = UDim2.new(0, 154, 0, 24)
  2762. Badges.Font = Enum.Font.Cartoon
  2763. Badges.Text = "Get All Badges"
  2764. Badges.TextColor3 = Color3.new(1, 1, 0)
  2765. Badges.TextSize = 20
  2766. Badges.MouseButton1Down:connect(function()
  2767. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  2768. wait(0.1)
  2769. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  2770. wait(0.1)
  2771. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  2772. wait(0.1)
  2773. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  2774. wait(0.1)
  2775. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  2776. wait(0.1)
  2777. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  2778. wait(0.1)
  2779. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  2780. wait(0.1)
  2781. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  2782. wait(0.1)
  2783. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  2784. wait(0.1)
  2785. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  2786. wait(0.1)
  2787. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  2788. wait(0.1)
  2789. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  2790. end)
  2791.  
  2792. Hal1.Name = "Hal1"
  2793. Hal1.Parent = TFrame
  2794. Hal1.BackgroundColor3 = Color3.new(0, 0, 0)
  2795. Hal1.BorderColor3 = Color3.new(1, 1, 0)
  2796. Hal1.BorderSizePixel = 2
  2797. Hal1.Position = UDim2.new(0.648192763, 0, 0.803797483, 0)
  2798. Hal1.Size = UDim2.new(0, 137, 0, 26)
  2799. Hal1.Font = Enum.Font.Cartoon
  2800. Hal1.Text = "Page 1"
  2801. Hal1.TextColor3 = Color3.new(1, 1, 0)
  2802. Hal1.TextSize = 20
  2803. Hal1.MouseButton1Down:connect(function()
  2804. TFrame.Visible = false
  2805. MainFrame.Visible = true
  2806. end)
  2807.  
  2808. Hal2.Name = "Hal2"
  2809. Hal2.Parent = TFrame
  2810. Hal2.BackgroundColor3 = Color3.new(0, 0, 0)
  2811. Hal2.BorderColor3 = Color3.new(1, 1, 0)
  2812. Hal2.BorderSizePixel = 2
  2813. Hal2.Position = UDim2.new(0.289156646, 0, 0.803797483, 0)
  2814. Hal2.Size = UDim2.new(0, 137, 0, 26)
  2815. Hal2.Font = Enum.Font.Cartoon
  2816. Hal2.Text = "Page 2"
  2817. Hal2.TextColor3 = Color3.new(1, 1, 0)
  2818. Hal2.TextSize = 20
  2819. Hal2.MouseButton1Down:connect(function()
  2820. TFrame.Visible = false
  2821. Halaman2.Visible = true
  2822. end)
  2823.  
  2824. Mummy.Name = "Mummy"
  2825. Mummy.Parent = TFrame
  2826. Mummy.BackgroundColor3 = Color3.new(0, 0, 0)
  2827. Mummy.BorderColor3 = Color3.new(1, 1, 0)
  2828. Mummy.BorderSizePixel = 2
  2829. Mummy.Position = UDim2.new(0.503614545, 0, 0.142405063, 0)
  2830. Mummy.Size = UDim2.new(0, 154, 0, 24)
  2831. Mummy.Font = Enum.Font.Cartoon
  2832. Mummy.Text = "Mummy Dress"
  2833. Mummy.TextColor3 = Color3.new(1, 1, 0)
  2834. Mummy.TextSize = 20
  2835. Mummy.MouseButton1Down:connect(function()
  2836. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Mummy Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.MummyDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2837. end)
  2838.  
  2839. Jason.Name = "Jason"
  2840. Jason.Parent = TFrame
  2841. Jason.BackgroundColor3 = Color3.new(0, 0, 0)
  2842. Jason.BorderColor3 = Color3.new(1, 1, 0)
  2843. Jason.BorderSizePixel = 2
  2844. Jason.Position = UDim2.new(0.132530123, 0, 0.218354434, 0)
  2845. Jason.Size = UDim2.new(0, 154, 0, 24)
  2846. Jason.Font = Enum.Font.Cartoon
  2847. Jason.Text = "Jason Dress"
  2848. Jason.TextColor3 = Color3.new(1, 1, 0)
  2849. Jason.TextSize = 20
  2850. Jason.MouseButton1Down:connect(function()
  2851. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Jason Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.JasonDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2852. end)
  2853.  
  2854. Darah.Name = "Darah"
  2855. Darah.Parent = TFrame
  2856. Darah.BackgroundColor3 = Color3.new(0, 0, 0)
  2857. Darah.BorderColor3 = Color3.new(1, 1, 0)
  2858. Darah.BorderSizePixel = 2
  2859. Darah.Position = UDim2.new(0.503614426, 0, 0.218354434, 0)
  2860. Darah.Size = UDim2.new(0, 154, 0, 24)
  2861. Darah.Font = Enum.Font.Cartoon
  2862. Darah.Text = "Black Blood Dress"
  2863. Darah.TextColor3 = Color3.new(1, 1, 0)
  2864. Darah.TextSize = 20
  2865. Darah.MouseButton1Down:connect(function()
  2866. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Black Blood Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.BlackBloodDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2867. end)
  2868.  
  2869. Spongebob.Name = "Spongebob"
  2870. Spongebob.Parent = TFrame
  2871. Spongebob.BackgroundColor3 = Color3.new(0, 0, 0)
  2872. Spongebob.BorderColor3 = Color3.new(1, 1, 0)
  2873. Spongebob.BorderSizePixel = 2
  2874. Spongebob.Position = UDim2.new(0.132530123, 0, 0.294303805, 0)
  2875. Spongebob.Size = UDim2.new(0, 154, 0, 24)
  2876. Spongebob.Font = Enum.Font.Cartoon
  2877. Spongebob.Text = "Spongebob"
  2878. Spongebob.TextColor3 = Color3.new(1, 1, 0)
  2879. Spongebob.TextSize = 20
  2880. Spongebob.MouseButton1Down:connect(function()
  2881. 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})
  2882. end)
  2883.  
  2884. Polisi.Name = "Polisi"
  2885. Polisi.Parent = TFrame
  2886. Polisi.BackgroundColor3 = Color3.new(0, 0, 0)
  2887. Polisi.BorderColor3 = Color3.new(1, 1, 0)
  2888. Polisi.BorderSizePixel = 2
  2889. Polisi.Position = UDim2.new(0.503614426, 0, 0.294303805, 0)
  2890. Polisi.Size = UDim2.new(0, 154, 0, 24)
  2891. Polisi.Font = Enum.Font.Cartoon
  2892. Polisi.Text = "Police Dress"
  2893. Polisi.TextColor3 = Color3.new(1, 1, 0)
  2894. Polisi.TextSize = 20
  2895. Polisi.MouseButton1Down:connect(function()
  2896. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Police Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.PoliceDress, ["id"] = 3033, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  2897. end)
  2898.  
  2899. Senjata.Name = "Senjata"
  2900. Senjata.Parent = TFrame
  2901. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  2902. Senjata.BackgroundTransparency = 1
  2903. Senjata.BorderSizePixel = 0
  2904. Senjata.Position = UDim2.new(0, 0, 0.408227861, 0)
  2905. Senjata.Size = UDim2.new(0, 415, 0, 23)
  2906. Senjata.Font = Enum.Font.SourceSansBold
  2907. Senjata.Text = "Senjata / Weapon"
  2908. Senjata.TextColor3 = Color3.new(1, 1, 1)
  2909. Senjata.TextSize = 25
  2910.  
  2911. Fire.Name = "Fire"
  2912. Fire.Parent = TFrame
  2913. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  2914. Fire.BorderColor3 = Color3.new(1, 1, 0)
  2915. Fire.BorderSizePixel = 2
  2916. Fire.Position = UDim2.new(0.132530123, 0, 0.537974715, 0)
  2917. Fire.Size = UDim2.new(0, 154, 0, 24)
  2918. Fire.Font = Enum.Font.Cartoon
  2919. Fire.Text = "Fire Staff"
  2920. Fire.TextColor3 = Color3.new(1, 1, 0)
  2921. Fire.TextSize = 20
  2922. Fire.MouseButton1Down:connect(function()
  2923. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1004, ["Name"] = "StaffFire", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.StaffFire, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2924. end)
  2925.  
  2926. Gold.Name = "Gold"
  2927. Gold.Parent = TFrame
  2928. Gold.BackgroundColor3 = Color3.new(0, 0, 0)
  2929. Gold.BorderColor3 = Color3.new(1, 1, 0)
  2930. Gold.BorderSizePixel = 2
  2931. Gold.Position = UDim2.new(0.503614426, 0, 0.537974715, 0)
  2932. Gold.Size = UDim2.new(0, 154, 0, 24)
  2933. Gold.Font = Enum.Font.Cartoon
  2934. Gold.Text = "Gold sword"
  2935. Gold.TextColor3 = Color3.new(1, 1, 0)
  2936. Gold.TextSize = 20
  2937. Gold.MouseButton1Down:connect(function()
  2938. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "swordGold", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.swordGold, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2939. end)
  2940.  
  2941. Gergaji.Name = "Gergaji"
  2942. Gergaji.Parent = TFrame
  2943. Gergaji.BackgroundColor3 = Color3.new(0, 0, 0)
  2944. Gergaji.BorderColor3 = Color3.new(1, 1, 0)
  2945. Gergaji.BorderSizePixel = 2
  2946. Gergaji.Position = UDim2.new(0.132530123, 0, 0.613924086, 0)
  2947. Gergaji.Size = UDim2.new(0, 154, 0, 24)
  2948. Gergaji.Font = Enum.Font.Cartoon
  2949. Gergaji.Text = "Blood Chainsaw"
  2950. Gergaji.TextColor3 = Color3.new(1, 1, 0)
  2951. Gergaji.TextSize = 20
  2952. Gergaji.MouseButton1Down:connect(function()
  2953. 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})
  2954. end)
  2955.  
  2956. Giant.Name = "Giant"
  2957. Giant.Parent = TFrame
  2958. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  2959. Giant.BorderColor3 = Color3.new(1, 1, 0)
  2960. Giant.BorderSizePixel = 2
  2961. Giant.Position = UDim2.new(0.503614426, 0, 0.613924086, 0)
  2962. Giant.Size = UDim2.new(0, 154, 0, 24)
  2963. Giant.Font = Enum.Font.Cartoon
  2964. Giant.Text = "Giant Axe"
  2965. Giant.TextColor3 = Color3.new(1, 1, 0)
  2966. Giant.TextSize = 20
  2967. Giant.MouseButton1Down:connect(function()
  2968. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1006, ["Name"] = "AxeGiant", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.AxeGiant, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  2969. end)
  2970.  
  2971. BFrame.Name = "BFrame"
  2972. BFrame.Parent = GrannyGui
  2973. BFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  2974. BFrame.BorderColor3 = Color3.new(0, 1, 0)
  2975. BFrame.BorderSizePixel = 2
  2976. BFrame.Position = UDim2.new(0, 0, 0.454909831, 0)
  2977. BFrame.Size = UDim2.new(0, 159, 0, 37)
  2978.  
  2979. TextButton.Parent = BFrame
  2980. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2981. TextButton.BackgroundTransparency = 1
  2982. TextButton.Size = UDim2.new(0, 159, 0, 37)
  2983. TextButton.Font = Enum.Font.Cartoon
  2984. TextButton.Text = "Open / Buka"
  2985. TextButton.TextColor3 = Color3.new(0, 1, 0)
  2986. TextButton.TextSize = 25
  2987. TextButton.MouseButton1Down:connect(function()
  2988. BFrame.Visible = false
  2989. MainFrame.Visible = true
  2990. end)
  2991.  
  2992.  
  2993. Credits: Anwarun for making this
  2994.  
  2995.  
  2996. Free items might not work
  2997.  
  2998. incase you guys dont wanna scroll:
  2999.  
  3000. https://pastebin.com/raw/nrQbYibX
  3001. fUcK OfF wItH THE bULlShIt
  3002.  
  3003. Email PM Website Find Reply Report
  3004. #7 09-17-2018, 08:44 PM
  3005. Azovan
  3006. Known Member
  3007. ***
  3008. Posts: 123
  3009. Threads: 28
  3010. Joined: May 2017
  3011. Reputation: 0
  3012. (09-17-2018, 07:26 PM)used Wrote:
  3013. Code:
  3014. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3015. Text = "Gui Made By Anwarun";
  3016. Color = Color3.new(0 , 185, 0);
  3017. Font = Enum.Font.SourceSansBold;
  3018. FontSize = Enum.FontSize.Size24;
  3019. })
  3020. wait(1)
  3021. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3022. Text = "Script Source: V3rmillion";
  3023. Color = Color3.new(170, 0, 0);
  3024. Font = Enum.Font.SourceSansBold;
  3025. FontSize = Enum.FontSize.Size24;
  3026. })
  3027.  
  3028. wait(1)
  3029.  
  3030. game.StarterGui:SetCore("SendNotification", {
  3031. Title = "Wait";
  3032. Text = "Please Wait 3 Seconds";
  3033. })
  3034.  
  3035. wait(3)
  3036.  
  3037. game.StarterGui:SetCore("SendNotification", {
  3038. Title = "Anwarun Gui Has Loaded!";
  3039. Text = "GUI MADE BY ANWARUN";
  3040. })
  3041.  
  3042. -- Objects
  3043.  
  3044. local GrannyGui = Instance.new("ScreenGui")
  3045. local MainFrame = Instance.new("Frame")
  3046. local Judul = Instance.new("TextLabel")
  3047. local MoneyValue = Instance.new("TextBox")
  3048. local Money = Instance.new("TextButton")
  3049. local ETKey = Instance.new("TextBox")
  3050. local PTKey = Instance.new("TextBox")
  3051. local Escape = Instance.new("TextButton")
  3052. local PTrap = Instance.new("TextButton")
  3053. local H2 = Instance.new("TextButton")
  3054. local AnwarunText = Instance.new("TextLabel")
  3055. local Tutup = Instance.new("TextButton")
  3056. local Halaman2 = Instance.new("Frame")
  3057. local Judul2 = Instance.new("TextLabel")
  3058. local AnwarunText2 = Instance.new("TextLabel")
  3059. local Tutup2 = Instance.new("TextButton")
  3060. local Nama = Instance.new("TextBox")
  3061. local Bunuh = Instance.new("TextButton")
  3062. local Rumah = Instance.new("TextButton")
  3063. local Camp = Instance.new("TextButton")
  3064. local Sekolah = Instance.new("TextButton")
  3065. local Office = Instance.new("TextButton")
  3066. local H1 = Instance.new("TextButton")
  3067. local Toko = Instance.new("TextButton")
  3068. local TFrame = Instance.new("Frame")
  3069. local Judul3 = Instance.new("TextLabel")
  3070. local AnwarunText3 = Instance.new("TextLabel")
  3071. local Tutup3 = Instance.new("TextButton")
  3072. local Badges = Instance.new("TextButton")
  3073. local Hal1 = Instance.new("TextButton")
  3074. local Hal2 = Instance.new("TextButton")
  3075. local Mummy = Instance.new("TextButton")
  3076. local Jason = Instance.new("TextButton")
  3077. local Darah = Instance.new("TextButton")
  3078. local Spongebob = Instance.new("TextButton")
  3079. local Polisi = Instance.new("TextButton")
  3080. local Senjata = Instance.new("TextLabel")
  3081. local Fire = Instance.new("TextButton")
  3082. local Gold = Instance.new("TextButton")
  3083. local Gergaji = Instance.new("TextButton")
  3084. local Giant = Instance.new("TextButton")
  3085. local BFrame = Instance.new("Frame")
  3086. local TextButton = Instance.new("TextButton")
  3087.  
  3088. -- Properties
  3089.  
  3090. GrannyGui.Name = "GrannyGui"
  3091. GrannyGui.Parent = game.CoreGui
  3092.  
  3093. MainFrame.Name = "MainFrame"
  3094. MainFrame.Parent = GrannyGui
  3095. MainFrame.Active = true
  3096. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3097. MainFrame.BackgroundTransparency = 0.30000001192093
  3098. MainFrame.Position = UDim2.new(0.169059008, 0, 0.182364732, 0)
  3099. MainFrame.Size = UDim2.new(0, 415, 0, 316)
  3100. MainFrame.Visible = false
  3101. MainFrame.Draggable = true
  3102.  
  3103. Judul.Name = "Judul"
  3104. Judul.Parent = MainFrame
  3105. Judul.BackgroundColor3 = Color3.new(0, 0, 0)
  3106. Judul.BorderSizePixel = 0
  3107. Judul.Size = UDim2.new(0, 415, 0, 32)
  3108. Judul.Font = Enum.Font.SourceSansBold
  3109. Judul.Text = "Granny Gui - ASC"
  3110. Judul.TextColor3 = Color3.new(1, 1, 1)
  3111. Judul.TextSize = 25
  3112.  
  3113. MoneyValue.Name = "Money Value"
  3114. MoneyValue.Parent = MainFrame
  3115. MoneyValue.BackgroundColor3 = Color3.new(0, 0, 0)
  3116. MoneyValue.BorderColor3 = Color3.new(0, 1, 0)
  3117. MoneyValue.BorderSizePixel = 2
  3118. MoneyValue.Position = UDim2.new(0.0481927693, 0, 0.142405063, 0)
  3119. MoneyValue.Size = UDim2.new(0, 374, 0, 38)
  3120. MoneyValue.Font = Enum.Font.Cartoon
  3121. MoneyValue.Text = "Money Value"
  3122. MoneyValue.TextColor3 = Color3.new(0, 1, 0)
  3123. MoneyValue.TextSize = 20
  3124.  
  3125. Money.Name = "Money"
  3126. Money.Parent = MainFrame
  3127. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  3128. Money.BorderColor3 = Color3.new(1, 1, 0)
  3129. Money.BorderSizePixel = 2
  3130. Money.Position = UDim2.new(0.207228914, 0, 0.291139245, 0)
  3131. Money.Size = UDim2.new(0, 241, 0, 36)
  3132. Money.Font = Enum.Font.Cartoon
  3133. Money.Text = "Get Money !"
  3134. Money.TextColor3 = Color3.new(1, 1, 0)
  3135. Money.TextSize = 20
  3136. Money.MouseButton1Down:connect(function()
  3137. game:GetService("ReplicatedStorage").Events.Winner:FireServer(MoneyValue.Text)
  3138. end)
  3139.  
  3140. ETKey.Name = "ETKey"
  3141. ETKey.Parent = MainFrame
  3142. ETKey.BackgroundColor3 = Color3.new(0, 0, 0)
  3143. ETKey.BorderColor3 = Color3.new(0, 1, 0)
  3144. ETKey.BorderSizePixel = 2
  3145. ETKey.Position = UDim2.new(0.03373494, 0, 0.471518993, 0)
  3146. ETKey.Size = UDim2.new(0, 181, 0, 38)
  3147. ETKey.Font = Enum.Font.Cartoon
  3148. ETKey.Text = "Escape Trap Key"
  3149. ETKey.TextColor3 = Color3.new(0, 1, 0)
  3150. ETKey.TextSize = 20
  3151.  
  3152. PTKey.Name = "PTKey"
  3153. PTKey.Parent = MainFrame
  3154. PTKey.BackgroundColor3 = Color3.new(0, 0, 0)
  3155. PTKey.BorderColor3 = Color3.new(0, 1, 0)
  3156. PTKey.BorderSizePixel = 2
  3157. PTKey.Position = UDim2.new(0.534939766, 0, 0.471518993, 0)
  3158. PTKey.Size = UDim2.new(0, 181, 0, 38)
  3159. PTKey.Font = Enum.Font.Cartoon
  3160. PTKey.Text = "Put Trap Key"
  3161. PTKey.TextColor3 = Color3.new(0, 1, 0)
  3162. PTKey.TextSize = 20
  3163.  
  3164. Escape.Name = "Escape"
  3165. Escape.Parent = MainFrame
  3166. Escape.BackgroundColor3 = Color3.new(0, 0, 0)
  3167. Escape.BorderColor3 = Color3.new(1, 1, 0)
  3168. Escape.BorderSizePixel = 2
  3169. Escape.Position = UDim2.new(0.0722891539, 0, 0.626582325, 0)
  3170. Escape.Size = UDim2.new(0, 148, 0, 36)
  3171. Escape.Font = Enum.Font.Cartoon
  3172. Escape.Text = "Escape !"
  3173. Escape.TextColor3 = Color3.new(1, 1, 0)
  3174. Escape.TextSize = 20
  3175. Escape.MouseButton1Down:connect(function()
  3176. local player = game.Players.LocalPlayer
  3177. local mouse = player:GetMouse()
  3178. mouse.KeyDown:connect(function(key)
  3179. if key == ETKey.Text then
  3180. wait(1)
  3181. game.ReplicatedStorage.Events.EscapedTrap:FireServer()
  3182. end
  3183. end)
  3184. end)
  3185.  
  3186. PTrap.Name = "PTrap"
  3187. PTrap.Parent = MainFrame
  3188. PTrap.BackgroundColor3 = Color3.new(0, 0, 0)
  3189. PTrap.BorderColor3 = Color3.new(1, 1, 0)
  3190. PTrap.BorderSizePixel = 2
  3191. PTrap.Position = UDim2.new(0.573494017, 0, 0.626582325, 0)
  3192. PTrap.Size = UDim2.new(0, 148, 0, 36)
  3193. PTrap.Font = Enum.Font.Cartoon
  3194. PTrap.Text = "Put Trap !"
  3195. PTrap.TextColor3 = Color3.new(1, 1, 0)
  3196. PTrap.TextSize = 20
  3197. PTrap.MouseButton1Down:connect(function()
  3198. local player = game.Players.LocalPlayer
  3199. local mouse = player:GetMouse()
  3200. mouse.KeyDown:connect(function(key)
  3201. if key == PTKey.Text then
  3202. wait(1)
  3203. game.ReplicatedStorage.Events.PutTrap:FireServer()
  3204. end
  3205. end)
  3206. end)
  3207.  
  3208. H2.Name = "H2"
  3209. H2.Parent = MainFrame
  3210. H2.BackgroundColor3 = Color3.new(0, 0, 0)
  3211. H2.BorderColor3 = Color3.new(1, 1, 0)
  3212. H2.BorderSizePixel = 2
  3213. H2.Position = UDim2.new(0.544578314, 0, 0.819620252, 0)
  3214. H2.Size = UDim2.new(0, 172, 0, 36)
  3215. H2.Font = Enum.Font.Cartoon
  3216. H2.Text = "Page / Halaman 2"
  3217. H2.TextColor3 = Color3.new(1, 1, 0)
  3218. H2.TextSize = 20
  3219. H2.MouseButton1Down:connect(function()
  3220. MainFrame.Visible = false
  3221. Halaman2.Visible = true
  3222. end)
  3223.  
  3224. AnwarunText.Name = "AnwarunText"
  3225. AnwarunText.Parent = MainFrame
  3226. AnwarunText.BackgroundColor3 = Color3.new(1, 1, 1)
  3227. AnwarunText.BackgroundTransparency = 1
  3228. AnwarunText.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  3229. AnwarunText.Size = UDim2.new(0, 95, 0, 25)
  3230. AnwarunText.Font = Enum.Font.SourceSansBold
  3231. AnwarunText.Text = "Made By Anwarun"
  3232. AnwarunText.TextColor3 = Color3.new(0.333333, 1, 1)
  3233. AnwarunText.TextSize = 16
  3234.  
  3235. Tutup.Name = "Tutup"
  3236. Tutup.Parent = MainFrame
  3237. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  3238. Tutup.BorderColor3 = Color3.new(1, 1, 0)
  3239. Tutup.BorderSizePixel = 2
  3240. Tutup.Position = UDim2.new(0.901204824, 0, 0, 0)
  3241. Tutup.Size = UDim2.new(0, 41, 0, 32)
  3242. Tutup.Font = Enum.Font.Cartoon
  3243. Tutup.Text = "X"
  3244. Tutup.TextColor3 = Color3.new(1, 1, 0)
  3245. Tutup.TextSize = 20
  3246. Tutup.MouseButton1Down:connect(function()
  3247. MainFrame.Visible = false
  3248. BFrame.Visible = true
  3249. end)
  3250.  
  3251. Halaman2.Name = "Halaman2"
  3252. Halaman2.Parent = GrannyGui
  3253. Halaman2.Active = true
  3254. Halaman2.BackgroundColor3 = Color3.new(0, 0, 0)
  3255. Halaman2.BackgroundTransparency = 0.30000001192093
  3256. Halaman2.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  3257. Halaman2.Size = UDim2.new(0, 415, 0, 316)
  3258. Halaman2.Visible = false
  3259. Halaman2.Draggable = true
  3260.  
  3261. Judul2.Name = "Judul2"
  3262. Judul2.Parent = Halaman2
  3263. Judul2.BackgroundColor3 = Color3.new(0, 0, 0)
  3264. Judul2.BorderSizePixel = 0
  3265. Judul2.Size = UDim2.new(0, 415, 0, 32)
  3266. Judul2.Font = Enum.Font.SourceSansBold
  3267. Judul2.Text = "Granny Gui - ASC"
  3268. Judul2.TextColor3 = Color3.new(1, 1, 1)
  3269. Judul2.TextSize = 25
  3270.  
  3271. AnwarunText2.Name = "AnwarunText2"
  3272. AnwarunText2.Parent = Halaman2
  3273. AnwarunText2.BackgroundColor3 = Color3.new(1, 1, 1)
  3274. AnwarunText2.BackgroundTransparency = 1
  3275. AnwarunText2.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  3276. AnwarunText2.Size = UDim2.new(0, 95, 0, 25)
  3277. AnwarunText2.Font = Enum.Font.SourceSansBold
  3278. AnwarunText2.Text = "Made By Anwarun"
  3279. AnwarunText2.TextColor3 = Color3.new(0.333333, 1, 1)
  3280. AnwarunText2.TextSize = 16
  3281.  
  3282. Tutup2.Name = "Tutup2"
  3283. Tutup2.Parent = Halaman2
  3284. Tutup2.BackgroundColor3 = Color3.new(0, 0, 0)
  3285. Tutup2.BorderColor3 = Color3.new(1, 1, 0)
  3286. Tutup2.BorderSizePixel = 2
  3287. Tutup2.Position = UDim2.new(0.901204824, 0, 0, 0)
  3288. Tutup2.Size = UDim2.new(0, 41, 0, 32)
  3289. Tutup2.Font = Enum.Font.Cartoon
  3290. Tutup2.Text = "X"
  3291. Tutup2.TextColor3 = Color3.new(1, 1, 0)
  3292. Tutup2.TextSize = 20
  3293. Tutup2.MouseButton1Down:connect(function()
  3294. MainFrame.Visible = false
  3295. BFrame.Visible = true
  3296. end)
  3297.  
  3298. Nama.Name = "Nama"
  3299. Nama.Parent = Halaman2
  3300. Nama.BackgroundColor3 = Color3.new(0, 0, 0)
  3301. Nama.BorderColor3 = Color3.new(0, 1, 0)
  3302. Nama.BorderSizePixel = 2
  3303. Nama.Position = UDim2.new(0.036144577, 0, 0.142405063, 0)
  3304. Nama.Size = UDim2.new(0, 385, 0, 42)
  3305. Nama.Font = Enum.Font.Cartoon
  3306. Nama.Text = "Nama Player / Player Name"
  3307. Nama.TextColor3 = Color3.new(0, 1, 0)
  3308. Nama.TextSize = 20
  3309.  
  3310. Bunuh.Name = "Bunuh"
  3311. Bunuh.Parent = Halaman2
  3312. Bunuh.BackgroundColor3 = Color3.new(0, 0, 0)
  3313. Bunuh.BorderColor3 = Color3.new(1, 1, 0)
  3314. Bunuh.BorderSizePixel = 2
  3315. Bunuh.Position = UDim2.new(0.257831335, 0, 0.310126573, 0)
  3316. Bunuh.Size = UDim2.new(0, 200, 0, 36)
  3317. Bunuh.Font = Enum.Font.Cartoon
  3318. Bunuh.Text = "KILL Player !"
  3319. Bunuh.TextColor3 = Color3.new(1, 1, 0)
  3320. Bunuh.TextSize = 20
  3321. Bunuh.MouseButton1Down:connect(function()
  3322. local NAME = Nama.Text
  3323. game.ReplicatedStorage.Events["G_Attack"]:FireServer(game.Players.LocalPlayer, game.Players[NAME].Character.Humanoid)
  3324. end)
  3325.  
  3326. Rumah.Name = "Rumah"
  3327. Rumah.Parent = Halaman2
  3328. Rumah.BackgroundColor3 = Color3.new(0, 0, 0)
  3329. Rumah.BorderColor3 = Color3.new(1, 1, 0)
  3330. Rumah.BorderSizePixel = 2
  3331. Rumah.Position = UDim2.new(0.053012047, 0, 0.484177202, 0)
  3332. Rumah.Size = UDim2.new(0, 174, 0, 36)
  3333. Rumah.Font = Enum.Font.Cartoon
  3334. Rumah.Text = "Home"
  3335. Rumah.TextColor3 = Color3.new(1, 1, 0)
  3336. Rumah.TextSize = 20
  3337. Rumah.MouseButton1Down:connect(function()
  3338. if game.Workspace.Map:FindFirstChild("House") then
  3339. for i,v in pairs(game.Workspace.Map.House.Objects:GetChildren()) do
  3340. if v:IsA("Model") then
  3341. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3342. end
  3343. end
  3344. end
  3345. end)
  3346.  
  3347. Camp.Name = "Camp"
  3348. Camp.Parent = Halaman2
  3349. Camp.BackgroundColor3 = Color3.new(0, 0, 0)
  3350. Camp.BorderColor3 = Color3.new(1, 1, 0)
  3351. Camp.BorderSizePixel = 2
  3352. Camp.Position = UDim2.new(0.527710855, 0, 0.484177202, 0)
  3353. Camp.Size = UDim2.new(0, 174, 0, 36)
  3354. Camp.Font = Enum.Font.Cartoon
  3355. Camp.Text = "Camp"
  3356. Camp.TextColor3 = Color3.new(1, 1, 0)
  3357. Camp.TextSize = 20
  3358. Camp.MouseButton1Down:connect(function()
  3359. if game.Workspace.Map:FindFirstChild("Camp") then
  3360. for i,v in pairs(game.Workspace.Map.Camp.Objects:GetChildren()) do
  3361. if v:IsA("Model") then
  3362. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3363. end
  3364. end
  3365. end
  3366. end)
  3367.  
  3368.  
  3369. Sekolah.Name = "Sekolah"
  3370. Sekolah.Parent = Halaman2
  3371. Sekolah.BackgroundColor3 = Color3.new(0, 0, 0)
  3372. Sekolah.BorderColor3 = Color3.new(1, 1, 0)
  3373. Sekolah.BorderSizePixel = 2
  3374. Sekolah.Position = UDim2.new(0.527710855, 0, 0.66455698, 0)
  3375. Sekolah.Size = UDim2.new(0, 174, 0, 36)
  3376. Sekolah.Font = Enum.Font.Cartoon
  3377. Sekolah.Text = "School"
  3378. Sekolah.TextColor3 = Color3.new(1, 1, 0)
  3379. Sekolah.TextSize = 20
  3380. Sekolah.MouseButton1Down:connect(function()
  3381. if game.Workspace.Map:FindFirstChild("School") then
  3382. for i,v in pairs(game.Workspace.Map.School.Objects:GetChildren()) do
  3383. if v:IsA("Model") then
  3384. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3385. end
  3386. end
  3387. end
  3388. end)
  3389.  
  3390. Office.Name = "Office"
  3391. Office.Parent = Halaman2
  3392. Office.BackgroundColor3 = Color3.new(0, 0, 0)
  3393. Office.BorderColor3 = Color3.new(1, 1, 0)
  3394. Office.BorderSizePixel = 2
  3395. Office.Position = UDim2.new(0.053012073, 0, 0.66455698, 0)
  3396. Office.Size = UDim2.new(0, 174, 0, 36)
  3397. Office.Font = Enum.Font.Cartoon
  3398. Office.Text = "Office"
  3399. Office.TextColor3 = Color3.new(1, 1, 0)
  3400. Office.TextSize = 20
  3401. Office.MouseButton1Down:connect(function()
  3402. if game.Workspace.Map:FindFirstChild("Office") then
  3403.  
  3404.  
  3405. for i,v in pairs(game.Workspace.Map.Office.Objects:GetChildren()) do
  3406. if v:IsA("Model") then
  3407. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  3408. end
  3409. end
  3410. end
  3411. end)
  3412.  
  3413. H1.Name = "H1"
  3414. H1.Parent = Halaman2
  3415. H1.BackgroundColor3 = Color3.new(0, 0, 0)
  3416. H1.BorderColor3 = Color3.new(1, 1, 0)
  3417. H1.BorderSizePixel = 2
  3418. H1.Position = UDim2.new(0.648192763, 0, 0.860759497, 0)
  3419. H1.Size = UDim2.new(0, 137, 0, 26)
  3420. H1.Font = Enum.Font.Cartoon
  3421. H1.Text = "Page 1"
  3422. H1.TextColor3 = Color3.new(1, 1, 0)
  3423. H1.TextSize = 20
  3424. H1.MouseButton1Down:connect(function()
  3425. Halaman2.Visible = false
  3426. MainFrame.Visible = true
  3427. end)
  3428.  
  3429. Toko.Name = "Toko"
  3430. Toko.Parent = Halaman2
  3431. Toko.BackgroundColor3 = Color3.new(0, 0, 0)
  3432. Toko.BorderColor3 = Color3.new(1, 1, 0)
  3433. Toko.BorderSizePixel = 2
  3434. Toko.Position = UDim2.new(0.298795193, 0, 0.860759497, 0)
  3435. Toko.Size = UDim2.new(0, 137, 0, 26)
  3436. Toko.Font = Enum.Font.Cartoon
  3437. Toko.Text = "Free Shop"
  3438. Toko.TextColor3 = Color3.new(1, 1, 0)
  3439. Toko.TextSize = 20
  3440. Toko.MouseButton1Down:connect(function()
  3441. Halaman2.Visible = false
  3442. TFrame.Visible = true
  3443. end)
  3444.  
  3445. TFrame.Name = "TFrame"
  3446. TFrame.Parent = GrannyGui
  3447. TFrame.Active = true
  3448. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3449. TFrame.BackgroundTransparency = 0.30000001192093
  3450. TFrame.Position = UDim2.new(0.169059008, 0, 0.154308617, 0)
  3451. TFrame.Size = UDim2.new(0, 415, 0, 316)
  3452. TFrame.Visible = false
  3453. TFrame.Draggable = true
  3454.  
  3455. Judul3.Name = "Judul3"
  3456. Judul3.Parent = TFrame
  3457. Judul3.BackgroundColor3 = Color3.new(0, 0, 0)
  3458. Judul3.BorderSizePixel = 0
  3459. Judul3.Size = UDim2.new(0, 415, 0, 32)
  3460. Judul3.Font = Enum.Font.SourceSansBold
  3461. Judul3.Text = "Granny Gui - ASC"
  3462. Judul3.TextColor3 = Color3.new(1, 1, 1)
  3463. Judul3.TextSize = 25
  3464.  
  3465. AnwarunText3.Name = "AnwarunText3"
  3466. AnwarunText3.Parent = TFrame
  3467. AnwarunText3.BackgroundColor3 = Color3.new(1, 1, 1)
  3468. AnwarunText3.BackgroundTransparency = 1
  3469. AnwarunText3.Position = UDim2.new(0.03373494, 0, 0.920886099, 0)
  3470. AnwarunText3.Size = UDim2.new(0, 95, 0, 25)
  3471. AnwarunText3.Font = Enum.Font.SourceSansBold
  3472. AnwarunText3.Text = "Made By Anwarun"
  3473. AnwarunText3.TextColor3 = Color3.new(0.333333, 1, 1)
  3474. AnwarunText3.TextSize = 16
  3475.  
  3476. Tutup3.Name = "Tutup3"
  3477. Tutup3.Parent = TFrame
  3478. Tutup3.BackgroundColor3 = Color3.new(0, 0, 0)
  3479. Tutup3.BorderColor3 = Color3.new(1, 1, 0)
  3480. Tutup3.BorderSizePixel = 2
  3481. Tutup3.Position = UDim2.new(0.901204824, 0, 0, 0)
  3482. Tutup3.Size = UDim2.new(0, 41, 0, 32)
  3483. Tutup3.Font = Enum.Font.Cartoon
  3484. Tutup3.Text = "X"
  3485. Tutup3.TextColor3 = Color3.new(1, 1, 0)
  3486. Tutup3.TextSize = 20
  3487.  
  3488. Badges.Name = "Badges"
  3489. Badges.Parent = TFrame
  3490. Badges.BackgroundColor3 = Color3.new(0, 0, 0)
  3491. Badges.BorderColor3 = Color3.new(1, 1, 0)
  3492. Badges.BorderSizePixel = 2
  3493. Badges.Position = UDim2.new(0.132530123, 0, 0.142405063, 0)
  3494. Badges.Size = UDim2.new(0, 154, 0, 24)
  3495. Badges.Font = Enum.Font.Cartoon
  3496. Badges.Text = "Get All Badges"
  3497. Badges.TextColor3 = Color3.new(1, 1, 0)
  3498. Badges.TextSize = 20
  3499. Badges.MouseButton1Down:connect(function()
  3500. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866050915)
  3501. wait(0.1)
  3502. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866066746)
  3503. wait(0.1)
  3504. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1866085759)
  3505. wait(0.1)
  3506. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867767796)
  3507. wait(0.1)
  3508. game:GetService("ReplicatedStorage").Events.Badge:FireServer(1867781859)
  3509. wait(0.1)
  3510. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043875698)
  3511. wait(0.1)
  3512. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2043881344)
  3513. wait(0.1)
  3514. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2108429736)
  3515. wait(0.1)
  3516. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422321)
  3517. wait(0.1)
  3518. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422322)
  3519. wait(0.1)
  3520. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422326)
  3521. wait(0.1)
  3522. game:GetService("ReplicatedStorage").Events.Badge:FireServer(2124422327)
  3523. end)
  3524.  
  3525. Hal1.Name = "Hal1"
  3526. Hal1.Parent = TFrame
  3527. Hal1.BackgroundColor3 = Color3.new(0, 0, 0)
  3528. Hal1.BorderColor3 = Color3.new(1, 1, 0)
  3529. Hal1.BorderSizePixel = 2
  3530. Hal1.Position = UDim2.new(0.648192763, 0, 0.803797483, 0)
  3531. Hal1.Size = UDim2.new(0, 137, 0, 26)
  3532. Hal1.Font = Enum.Font.Cartoon
  3533. Hal1.Text = "Page 1"
  3534. Hal1.TextColor3 = Color3.new(1, 1, 0)
  3535. Hal1.TextSize = 20
  3536. Hal1.MouseButton1Down:connect(function()
  3537. TFrame.Visible = false
  3538. MainFrame.Visible = true
  3539. end)
  3540.  
  3541. Hal2.Name = "Hal2"
  3542. Hal2.Parent = TFrame
  3543. Hal2.BackgroundColor3 = Color3.new(0, 0, 0)
  3544. Hal2.BorderColor3 = Color3.new(1, 1, 0)
  3545. Hal2.BorderSizePixel = 2
  3546. Hal2.Position = UDim2.new(0.289156646, 0, 0.803797483, 0)
  3547. Hal2.Size = UDim2.new(0, 137, 0, 26)
  3548. Hal2.Font = Enum.Font.Cartoon
  3549. Hal2.Text = "Page 2"
  3550. Hal2.TextColor3 = Color3.new(1, 1, 0)
  3551. Hal2.TextSize = 20
  3552. Hal2.MouseButton1Down:connect(function()
  3553. TFrame.Visible = false
  3554. Halaman2.Visible = true
  3555. end)
  3556.  
  3557. Mummy.Name = "Mummy"
  3558. Mummy.Parent = TFrame
  3559. Mummy.BackgroundColor3 = Color3.new(0, 0, 0)
  3560. Mummy.BorderColor3 = Color3.new(1, 1, 0)
  3561. Mummy.BorderSizePixel = 2
  3562. Mummy.Position = UDim2.new(0.503614545, 0, 0.142405063, 0)
  3563. Mummy.Size = UDim2.new(0, 154, 0, 24)
  3564. Mummy.Font = Enum.Font.Cartoon
  3565. Mummy.Text = "Mummy Dress"
  3566. Mummy.TextColor3 = Color3.new(1, 1, 0)
  3567. Mummy.TextSize = 20
  3568. Mummy.MouseButton1Down:connect(function()
  3569. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Mummy Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.MummyDress, ["id"] = 3027, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  3570. end)
  3571.  
  3572. Jason.Name = "Jason"
  3573. Jason.Parent = TFrame
  3574. Jason.BackgroundColor3 = Color3.new(0, 0, 0)
  3575. Jason.BorderColor3 = Color3.new(1, 1, 0)
  3576. Jason.BorderSizePixel = 2
  3577. Jason.Position = UDim2.new(0.132530123, 0, 0.218354434, 0)
  3578. Jason.Size = UDim2.new(0, 154, 0, 24)
  3579. Jason.Font = Enum.Font.Cartoon
  3580. Jason.Text = "Jason Dress"
  3581. Jason.TextColor3 = Color3.new(1, 1, 0)
  3582. Jason.TextSize = 20
  3583. Jason.MouseButton1Down:connect(function()
  3584. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Jason Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.JasonDress, ["id"] = 3012, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  3585. end)
  3586.  
  3587. Darah.Name = "Darah"
  3588. Darah.Parent = TFrame
  3589. Darah.BackgroundColor3 = Color3.new(0, 0, 0)
  3590. Darah.BorderColor3 = Color3.new(1, 1, 0)
  3591. Darah.BorderSizePixel = 2
  3592. Darah.Position = UDim2.new(0.503614426, 0, 0.218354434, 0)
  3593. Darah.Size = UDim2.new(0, 154, 0, 24)
  3594. Darah.Font = Enum.Font.Cartoon
  3595. Darah.Text = "Black Blood Dress"
  3596. Darah.TextColor3 = Color3.new(1, 1, 0)
  3597. Darah.TextSize = 20
  3598. Darah.MouseButton1Down:connect(function()
  3599. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Black Blood Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.BlackBloodDress, ["id"] = 3006, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  3600. end)
  3601.  
  3602. Spongebob.Name = "Spongebob"
  3603. Spongebob.Parent = TFrame
  3604. Spongebob.BackgroundColor3 = Color3.new(0, 0, 0)
  3605. Spongebob.BorderColor3 = Color3.new(1, 1, 0)
  3606. Spongebob.BorderSizePixel = 2
  3607. Spongebob.Position = UDim2.new(0.132530123, 0, 0.294303805, 0)
  3608. Spongebob.Size = UDim2.new(0, 154, 0, 24)
  3609. Spongebob.Font = Enum.Font.Cartoon
  3610. Spongebob.Text = "Spongebob"
  3611. Spongebob.TextColor3 = Color3.new(1, 1, 0)
  3612. Spongebob.TextSize = 20
  3613. Spongebob.MouseButton1Down:connect(function()
  3614. 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})
  3615. end)
  3616.  
  3617. Polisi.Name = "Polisi"
  3618. Polisi.Parent = TFrame
  3619. Polisi.BackgroundColor3 = Color3.new(0, 0, 0)
  3620. Polisi.BorderColor3 = Color3.new(1, 1, 0)
  3621. Polisi.BorderSizePixel = 2
  3622. Polisi.Position = UDim2.new(0.503614426, 0, 0.294303805, 0)
  3623. Polisi.Size = UDim2.new(0, 154, 0, 24)
  3624. Polisi.Font = Enum.Font.Cartoon
  3625. Polisi.Text = "Police Dress"
  3626. Polisi.TextColor3 = Color3.new(1, 1, 0)
  3627. Polisi.TextSize = 20
  3628. Polisi.MouseButton1Down:connect(function()
  3629. game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Cost"] = -100, ["Name"] = "Police Dress", ["Model"] = game:GetService("ReplicatedStorage").Models.Clothes.PoliceDress, ["id"] = 3033, ["Rarity"] = 2, ["Icon"] = "rbxassetid://2154049762", ["Typeid"] = 3})
  3630. end)
  3631.  
  3632. Senjata.Name = "Senjata"
  3633. Senjata.Parent = TFrame
  3634. Senjata.BackgroundColor3 = Color3.new(0, 0, 0)
  3635. Senjata.BackgroundTransparency = 1
  3636. Senjata.BorderSizePixel = 0
  3637. Senjata.Position = UDim2.new(0, 0, 0.408227861, 0)
  3638. Senjata.Size = UDim2.new(0, 415, 0, 23)
  3639. Senjata.Font = Enum.Font.SourceSansBold
  3640. Senjata.Text = "Senjata / Weapon"
  3641. Senjata.TextColor3 = Color3.new(1, 1, 1)
  3642. Senjata.TextSize = 25
  3643.  
  3644. Fire.Name = "Fire"
  3645. Fire.Parent = TFrame
  3646. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  3647. Fire.BorderColor3 = Color3.new(1, 1, 0)
  3648. Fire.BorderSizePixel = 2
  3649. Fire.Position = UDim2.new(0.132530123, 0, 0.537974715, 0)
  3650. Fire.Size = UDim2.new(0, 154, 0, 24)
  3651. Fire.Font = Enum.Font.Cartoon
  3652. Fire.Text = "Fire Staff"
  3653. Fire.TextColor3 = Color3.new(1, 1, 0)
  3654. Fire.TextSize = 20
  3655. Fire.MouseButton1Down:connect(function()
  3656. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1004, ["Name"] = "StaffFire", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.StaffFire, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  3657. end)
  3658.  
  3659. Gold.Name = "Gold"
  3660. Gold.Parent = TFrame
  3661. Gold.BackgroundColor3 = Color3.new(0, 0, 0)
  3662. Gold.BorderColor3 = Color3.new(1, 1, 0)
  3663. Gold.BorderSizePixel = 2
  3664. Gold.Position = UDim2.new(0.503614426, 0, 0.537974715, 0)
  3665. Gold.Size = UDim2.new(0, 154, 0, 24)
  3666. Gold.Font = Enum.Font.Cartoon
  3667. Gold.Text = "Gold sword"
  3668. Gold.TextColor3 = Color3.new(1, 1, 0)
  3669. Gold.TextSize = 20
  3670. Gold.MouseButton1Down:connect(function()
  3671. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1013, ["Name"] = "swordGold", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.swordGold, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  3672. end)
  3673.  
  3674. Gergaji.Name = "Gergaji"
  3675. Gergaji.Parent = TFrame
  3676. Gergaji.BackgroundColor3 = Color3.new(0, 0, 0)
  3677. Gergaji.BorderColor3 = Color3.new(1, 1, 0)
  3678. Gergaji.BorderSizePixel = 2
  3679. Gergaji.Position = UDim2.new(0.132530123, 0, 0.613924086, 0)
  3680. Gergaji.Size = UDim2.new(0, 154, 0, 24)
  3681. Gergaji.Font = Enum.Font.Cartoon
  3682. Gergaji.Text = "Blood Chainsaw"
  3683. Gergaji.TextColor3 = Color3.new(1, 1, 0)
  3684. Gergaji.TextSize = 20
  3685. Gergaji.MouseButton1Down:connect(function()
  3686. 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})
  3687. end)
  3688.  
  3689. Giant.Name = "Giant"
  3690. Giant.Parent = TFrame
  3691. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  3692. Giant.BorderColor3 = Color3.new(1, 1, 0)
  3693. Giant.BorderSizePixel = 2
  3694. Giant.Position = UDim2.new(0.503614426, 0, 0.613924086, 0)
  3695. Giant.Size = UDim2.new(0, 154, 0, 24)
  3696. Giant.Font = Enum.Font.Cartoon
  3697. Giant.Text = "Giant Axe"
  3698. Giant.TextColor3 = Color3.new(1, 1, 0)
  3699. Giant.TextSize = 20
  3700. Giant.MouseButton1Down:connect(function()
  3701. local Event = game:GetService("ReplicatedStorage").Events.Buy:InvokeServer({["Rarity"] = 0, ["AnglesXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["id"] = 1006, ["Name"] = "AxeGiant", ["Model"] = game:GetService("ReplicatedStorage").Models.Weapons.AxeGiant, ["Cost"] = 0, ["CFrameXYZ"] = {["Y"] = 0, ["X"] = 0, ["Z"] = 0}, ["Icon"] = "rbxassetid://1826666844", ["Typeid"] = 1})
  3702. end)
  3703.  
  3704. BFrame.Name = "BFrame"
  3705. BFrame.Parent = GrannyGui
  3706. BFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3707. BFrame.BorderColor3 = Color3.new(0, 1, 0)
  3708. BFrame.BorderSizePixel = 2
  3709. BFrame.Position = UDim2.new(0, 0, 0.454909831, 0)
  3710. BFrame.Size = UDim2.new(0, 159, 0, 37)
  3711.  
  3712. TextButton.Parent = BFrame
  3713. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  3714. TextButton.BackgroundTransparency = 1
  3715. TextButton.Size = UDim2.new(0, 159, 0, 37)
  3716. TextButton.Font = Enum.Font.Cartoon
  3717. TextButton.Text = "Open / Buka"
  3718. TextButton.TextColor3 = Color3.new(0, 1, 0)
  3719. TextButton.TextSize = 25
  3720. TextButton.MouseButton1Down:connect(function()
  3721. BFrame.Visible = false
  3722. MainFrame.Visible = true
  3723. end)
  3724.  
  3725.  
  3726. Credits: Anwarun for making this
  3727.  
  3728.  
  3729. Free items might not work
  3730.  
  3731. incase you guys dont wanna scroll:
  3732.  
  3733. https://pastebin.com/raw/nrQbYibX
  3734. fUcK OfF wItH THE bULlShIt
  3735.  
  3736. Email PM Website Find Reply Report
  3737. Enter Keywords
  3738.  
  3739. « Next Oldest | Next Newest »
  3740.  
  3741.  
  3742.  
  3743.  
  3744. Users browsing this thread: Himebo
  3745. Navigation
  3746. Request Content Removal
  3747. Contact Us
  3748. Legal Documents
  3749.  
  3750. Links
  3751. Privacy Policy
  3752. Rules
  3753. Upgrade
  3754.  
  3755. About Us
  3756. Vermillion is a Programming and Gaming community forum dedicated to the conversation of a range of topics, within and out of the programming world. Join us today! If you have any questions, feel free to make a thread in our User Support Section or contact us by email.
  3757.  
  3758. If any content on this site is illegal, infringes on your copyright, or contains personal information, you can request to have it removed with this form. If content is in violation of our rules, please use the report button or contact a staff member. For more information about V3rmillion, click here.
  3759. V Forums © 2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement