Adel987654321

Blood Moon Tycoon | God Mode , Kill Zombies , Tp Tool |

Feb 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local Bloodmoongui = Instance.new("ScreenGui")
  7. local gui = Instance.new("Frame")
  8. local crdits = Instance.new("TextLabel")
  9. local credits = Instance.new("TextLabel")
  10. local godmode = Instance.new("TextButton")
  11. local killallzombies = Instance.new("TextButton")
  12. local killallpeople = Instance.new("TextButton")
  13. local lookkillzombies = Instance.new("TextButton")
  14. local infiniterubies = Instance.new("TextButton")
  15. local TPtool = Instance.new("TextButton")
  16. local infsaphhires = Instance.new("TextButton")
  17. local Autorebirth = Instance.new("TextButton")
  18. local credits_2 = Instance.new("TextLabel")
  19. local TextLabel = Instance.new("TextLabel")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local Exitbutton = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. Bloodmoongui.Name = "Bloodmoon gui"
  26. Bloodmoongui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. Bloodmoongui.ResetOnSpawn = false
  28.  
  29. gui.Archivable = false
  30. gui.Name = "gui"
  31. gui.Parent = Bloodmoongui
  32. gui.Active = true
  33. gui.BackgroundColor3 = Color3.new(0.478431, 0.384314, 1)
  34. gui.BorderColor3 = Color3.new(0.47451, 0.431373, 0.945098)
  35. gui.BorderSizePixel = 0
  36. gui.NextSelectionRight = TPtool
  37. gui.Position = UDim2.new(0.330907702, 0, 0.197259963, 0)
  38. gui.Size = UDim2.new(0, 429, 0, 440)
  39. gui.Style = Enum.FrameStyle.RobloxRound
  40.  
  41. crdits.Name = "crdits"
  42. crdits.Parent = gui
  43. crdits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. crdits.BackgroundTransparency = 1
  45. crdits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. crdits.BorderSizePixel = 0
  47. crdits.Position = UDim2.new(0.0800650343, 0, 0.753929019, 0)
  48. crdits.Size = UDim2.new(0, 350, 0, 90)
  49. crdits.Font = Enum.Font.SourceSans
  50. crdits.Text = "Made by !DancingDoggo#9986 you fucking skiddr"
  51. crdits.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  52. crdits.TextSize = 15
  53.  
  54. credits.Name = "credits"
  55. credits.Parent = gui
  56. credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. credits.BackgroundTransparency = 1
  58. credits.BorderSizePixel = 0
  59. credits.Position = UDim2.new(0.256258041, 0, 0.905273736, 0)
  60. credits.Size = UDim2.new(0, 200, 0, 25)
  61. credits.Font = Enum.Font.SourceSans
  62. credits.Text = "Please leave a vouch if you enjoyed"
  63. credits.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  64. credits.TextSize = 14
  65.  
  66. godmode.Name = "godmode"
  67. godmode.Parent = gui
  68. godmode.Active = false
  69. godmode.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. godmode.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  71. godmode.BorderSizePixel = 0
  72. godmode.Position = UDim2.new(0.00466200337, 0, 0.102272727, 0)
  73. godmode.Size = UDim2.new(0, 200, 0, 50)
  74. godmode.Font = Enum.Font.SourceSans
  75. godmode.Text = "God mode"
  76. godmode.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  77. godmode.TextSize = 20
  78. godmode.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  79.  
  80. killallzombies.Name = "kill all zombies"
  81. killallzombies.Parent = gui
  82. killallzombies.Active = false
  83. killallzombies.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. killallzombies.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  85. killallzombies.BorderSizePixel = 0
  86. killallzombies.Position = UDim2.new(0.00466200337, 0, 0.279545456, 0)
  87. killallzombies.Size = UDim2.new(0, 200, 0, 50)
  88. killallzombies.Font = Enum.Font.SourceSans
  89. killallzombies.Text = "kill all monsters"
  90. killallzombies.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  91. killallzombies.TextSize = 20
  92. killallzombies.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  93.  
  94. print("Made by your fucking boy, dancing doggo make sure to harras kilex for being a clout hungry racist ass bitch")
  95.  
  96. killallpeople.Name = "kill all people"
  97. killallpeople.Parent = gui
  98. killallpeople.Active = false
  99. killallpeople.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  100. killallpeople.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  101. killallpeople.BorderSizePixel = 0
  102. killallpeople.Position = UDim2.new(0.515151501, 0, 0.102272727, 0)
  103. killallpeople.Size = UDim2.new(0, 200, 0, 50)
  104. killallpeople.Font = Enum.Font.SourceSans
  105. killallpeople.Text = "Kill all people"
  106. killallpeople.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  107. killallpeople.TextSize = 20
  108. killallpeople.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  109.  
  110. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Made by Dancingdoggo. Enjoy" ,"All")
  111.  
  112. lookkillzombies.Name = "look kill zombies"
  113. lookkillzombies.Parent = gui
  114. lookkillzombies.Active = false
  115. lookkillzombies.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. lookkillzombies.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. lookkillzombies.BorderSizePixel = 0
  118. lookkillzombies.Position = UDim2.new(0.512820482, 0, 0.277272731, 0)
  119. lookkillzombies.Size = UDim2.new(0, 200, 0, 50)
  120. lookkillzombies.Font = Enum.Font.SourceSans
  121. lookkillzombies.Text = "Loopkill zombies"
  122. lookkillzombies.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  123. lookkillzombies.TextSize = 20
  124. lookkillzombies.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  125.  
  126. infiniterubies.Name = "infinite rubies"
  127. infiniterubies.Parent = gui
  128. infiniterubies.Active = false
  129. infiniterubies.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  130. infiniterubies.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. infiniterubies.BorderSizePixel = 0
  132. infiniterubies.Position = UDim2.new(0.00466201082, 0, 0.438636363, 0)
  133. infiniterubies.Size = UDim2.new(0, 200, 0, 50)
  134. infiniterubies.Font = Enum.Font.SourceSans
  135. infiniterubies.Text = "Infinite rubbies"
  136. infiniterubies.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  137. infiniterubies.TextSize = 20
  138. infiniterubies.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  139.  
  140. TPtool.Name = "TP tool"
  141. TPtool.Parent = gui
  142. TPtool.Active = false
  143. TPtool.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  144. TPtool.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. TPtool.BorderSizePixel = 0
  146. TPtool.Position = UDim2.new(0.512820482, 0, 0.438636363, 0)
  147. TPtool.Size = UDim2.new(0, 200, 0, 50)
  148. TPtool.Font = Enum.Font.SourceSans
  149. TPtool.Text = "Tp tool "
  150. TPtool.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  151. TPtool.TextSize = 20
  152. TPtool.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  153.  
  154. infsaphhires.Name = "inf saphhires"
  155. infsaphhires.Parent = gui
  156. infsaphhires.Active = false
  157. infsaphhires.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  158. infsaphhires.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  159. infsaphhires.BorderSizePixel = 0
  160. infsaphhires.Position = UDim2.new(0.00466201082, 0, 0.600000024, 0)
  161. infsaphhires.Size = UDim2.new(0, 200, 0, 50)
  162. infsaphhires.Font = Enum.Font.SourceSans
  163. infsaphhires.Text = "Inf sapphire"
  164. infsaphhires.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  165. infsaphhires.TextSize = 20
  166. infsaphhires.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  167.  
  168. Autorebirth.Name = "Auto rebirth"
  169. Autorebirth.Parent = gui
  170. Autorebirth.Active = false
  171. Autorebirth.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. Autorebirth.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  173. Autorebirth.BorderSizePixel = 0
  174. Autorebirth.Position = UDim2.new(0.512820482, 0, 0.600000024, 0)
  175. Autorebirth.Size = UDim2.new(0, 200, 0, 50)
  176. Autorebirth.Font = Enum.Font.SourceSans
  177. Autorebirth.Text = "Auto rebirth"
  178. Autorebirth.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  179. Autorebirth.TextSize = 20
  180. Autorebirth.TextStrokeColor3 = Color3.new(0.984314, 0.435294, 1)
  181.  
  182. credits_2.Name = "credits"
  183. credits_2.Parent = gui
  184. credits_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  185. credits_2.BackgroundTransparency = 1
  186. credits_2.BorderSizePixel = 0
  187. credits_2.Position = UDim2.new(0.256258041, 0, 0.962091923, 0)
  188. credits_2.Size = UDim2.new(0, 200, 0, 25)
  189. credits_2.Font = Enum.Font.SourceSans
  190. credits_2.Text = "This is my first ever gui so im sorry if its a bit crappy"
  191. credits_2.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  192. credits_2.TextSize = 14
  193.  
  194. TextLabel.Parent = gui
  195. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. TextLabel.BackgroundTransparency = 1
  197. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  198. TextLabel.BorderSizePixel = 0
  199. TextLabel.Position = UDim2.new(0.261072248, 0, -0.0159090906, 0)
  200. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  201. TextLabel.Font = Enum.Font.SourceSans
  202. TextLabel.Text = "This is free exploits-friendly so dont worry"
  203. TextLabel.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  204. TextLabel.TextSize = 14
  205. TextLabel.TextStrokeColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  206.  
  207. TextLabel_2.Parent = gui
  208. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  209. TextLabel_2.BackgroundTransparency = 1
  210. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  211. TextLabel_2.BorderSizePixel = 0
  212. TextLabel_2.Position = UDim2.new(0.254079252, 0, 0.690909088, 0)
  213. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  214. TextLabel_2.Font = Enum.Font.SourceSans
  215. TextLabel_2.Text = "Please dont abuse this, or do i cant stop you"
  216. TextLabel_2.TextColor3 = Color3.new(0.984314, 0.435294, 1)
  217. TextLabel_2.TextSize = 14
  218. TextLabel_2.TextStrokeColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  219.  
  220. Exitbutton.Name = "Exit button"
  221. Exitbutton.Parent = gui
  222. Exitbutton.Active = false
  223. Exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  224. Exitbutton.BackgroundTransparency = 1
  225. Exitbutton.Position = UDim2.new(0.807162583, 0, -0.0198760293, 0)
  226. Exitbutton.Size = UDim2.new(0, 87, 0, 49)
  227. Exitbutton.Font = Enum.Font.SourceSans
  228. Exitbutton.Text = "X"
  229. Exitbutton.TextColor3 = Color3.new(1, 1, 1)
  230. Exitbutton.TextScaled = true
  231. Exitbutton.TextSize = 14
  232. Exitbutton.TextStrokeColor3 = Color3.new(1, 1, 1)
  233. Exitbutton.TextWrapped = true
  234.  
  235. -- Scripts:
  236.  
  237. local function JCBZJLJ_fake_script() -- Exitbutton.LocalScript
  238. local script = Instance.new('LocalScript', Exitbutton)
  239.  
  240. local mouse = game.Players.LocalPlayer:GetMouse()
  241. local frame = script.Parent.Parent
  242.  
  243. script.Parent.MouseButton1Down:Connect(function()
  244. frame.Position = UDim2.new(mouse.X, mouse.Y)
  245. end)
  246. end
  247. coroutine.wrap(JCBZJLJ_fake_script)()
  248. local function TXKOC_fake_script() -- Bloodmoongui.LocalScript
  249. local script = Instance.new('LocalScript', Bloodmoongui)
  250.  
  251. for _,v in ipairs(script.Parent:GetDescendants()) do
  252. if not v:IsA("LocalScript") then
  253. v.Draggable = true
  254. end
  255. end
  256. end
  257. coroutine.wrap(TXKOC_fake_script)()
  258.  
  259.  
  260.  
  261.  
  262.  
  263. ---auto rebirth
  264.  
  265. Autorebirth.MouseButton1Click:connect(function()
  266. wait(0.5)
  267. while wait(6) do
  268. local A_1 = 121
  269. local A_2 = game:GetService("Workspace").Tycoons["Really blue"]
  270. local A_3 = 765329874
  271. local Event = game:GetService("ReplicatedStorage").PlayerRebirthEvent
  272. Event:FireServer(A_1, A_2, A_3)
  273. end
  274. end)
  275.  
  276.  
  277. ---tp tool
  278.  
  279.  
  280. TPtool.MouseButton1Click:connect(function()
  281. wait(0.5)
  282. mouse = game.Players.LocalPlayer:GetMouse()
  283. tool = Instance.new("Tool")
  284. tool.RequiresHandle = false
  285. tool.Name = "Click Teleport"
  286. tool.Activated:connect(function()
  287. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  288. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  289. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  290. end)
  291. tool.Parent = game.Players.LocalPlayer.Backpack
  292. end)
  293.  
  294.  
  295. ---god mode
  296.  
  297.  
  298. godmode.MouseButton1Click:connect(function()
  299. wait(0.5)
  300. game.ReplicatedStorage.DamageEvent:FireServer(game.Players.LocalPlayer.Character.Humanoid, -math.huge)
  301. end)
  302.  
  303.  
  304. ---inf sapphire
  305.  
  306.  
  307. infsaphhires.MouseButton1Click:connect(function()
  308. wait(0.5)
  309. game.ReplicatedStorage.BuySapphireItemFunction:InvokeServer("HealingOrb",-1e+99999999)
  310. end)
  311.  
  312.  
  313. ---inf rubbies
  314.  
  315.  
  316. infiniterubies.MouseButton1Click:connect(function()
  317. wait(0.5)
  318. game.ReplicatedStorage.BuyItemFunction:InvokeServer("EmojiHatFrame",-1e+99999999)
  319. end)
  320.  
  321.  
  322. --kill everyone
  323.  
  324.  
  325. killallpeople.MouseButton1Click:connect(function()
  326. wait(0.5)
  327. for i,v in pairs(game.Players:children()) do
  328. if v ~= game.Players.LocalPlayer then
  329. game.ReplicatedStorage.DamageEvent:FireServer(v.Character:findFirstChildOfClass("Humanoid"), v.Character:findFirstChildOfClass("Humanoid").Health)
  330. end
  331. end
  332. end)
  333.  
  334.  
  335. ---kill all zombies
  336.  
  337.  
  338. killallzombies.MouseButton1Click:connect(function()
  339. wait(0.5)
  340. for i,v in pairs(workspace:children()) do
  341. if v:findFirstChildOfClass("Humanoid") and v:findFirstChild("Head") and not game.Players:GetPlayerFromCharacter(v) then
  342. game.ReplicatedStorage.DamageEvent:FireServer(v:findFirstChildOfClass("Humanoid"), v:findFirstChildOfClass("Humanoid").Health)
  343. end
  344. end
  345. end)
  346.  
  347.  
  348. ---loopkill all zombies
  349.  
  350.  
  351. loopkillzombies.MouseButton1Click:connect(function()
  352. wait(0.5)
  353. while wait() do
  354. for i,v in pairs(workspace:children()) do
  355. if v:findFirstChildOfClass("Humanoid") and v:findFirstChild("Head") and not game.Players:GetPlayerFromCharacter(v) then
  356. game.ReplicatedStorage.DamageEvent:FireServer(v:findFirstChildOfClass("Humanoid"), v:findFirstChildOfClass("Humanoid").Health)
  357. end
  358. end
  359. end
  360. end)
Add Comment
Please, Sign In to add comment