Systemconf

Untitled

Jun 2nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.39 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification",{Title="Synapse Zen",Text="Loaded. Credits: Systemconf, SjorsApenWorst#7911"})
  2. wait(1)
  3. game.StarterGui:SetCore("SendNotification",{Title="Synapse Zen",Text="If u use spawner and press spawn u will need to reload the plot!"})
  4. wait(1)
  5. game.StarterGui:SetCore("SendNotification",{Title="Synapse Zen",Text="Press [Insert] to close/open"})
  6. wait(2)
  7. local Rogui = Instance.new("ScreenGui")
  8. local main = Instance.new("Frame")
  9. local Misc = Instance.new("Frame")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local MaxLand = Instance.new("TextButton")
  13. local SellWood = Instance.new("TextButton")
  14. local Wasa = Instance.new("TextButton")
  15. local Teleports = Instance.new("Frame")
  16. local Frame_2 = Instance.new("Frame")
  17. local TextLabel_2 = Instance.new("TextLabel")
  18. local Plot = Instance.new("TextButton")
  19. local PalmIsland = Instance.new("TextButton")
  20. local BlueGlowWood = Instance.new("TextButton")
  21. local Volcano = Instance.new("TextButton")
  22. local Spawner = Instance.new("Frame")
  23. local Frame_3 = Instance.new("Frame")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local SpawnBut = Instance.new("TextButton")
  26. local Spawneer = Instance.new("TextBox")
  27. local Spawneeer = Instance.new("TextBox")
  28. local Settings = Instance.new("Frame")
  29. local Frame_4 = Instance.new("Frame")
  30. local TextLabel_4 = Instance.new("TextLabel")
  31. local RaInBoW = Instance.new("TextButton")
  32. --Properties:
  33. Rogui.Name = "Ro gui"
  34. Rogui.Parent = game.CoreGui
  35.  
  36. main.Name = "main"
  37. main.Parent = Rogui
  38. main.BackgroundColor3 = Color3.new(1, 1, 1)
  39. main.BackgroundTransparency = 0.89999997615814
  40. main.BorderSizePixel = 0
  41. main.Position = UDim2.new(-0.000625850633, 0, 0, 0)
  42. main.Size = UDim2.new(0, 3200, 0, 2432)
  43. main.Visible = false
  44.  
  45. Misc.Name = "Misc"
  46. Misc.Parent = main
  47. Misc.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  48. Misc.BorderSizePixel = 0
  49. Misc.Position = UDim2.new(0.0081249997, 0, 0.0279605258, 0)
  50. Misc.Size = UDim2.new(0, 209, 0, 300)
  51.  
  52. Frame.Parent = Misc
  53. Frame.BackgroundColor3 = Color3.new(0.290196, 0.580392, 0.870588)
  54. Frame.BorderSizePixel = 0
  55. Frame.Size = UDim2.new(0, 209, 0, 26)
  56.  
  57. TextLabel.Parent = Frame
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 1
  60. TextLabel.BorderSizePixel = 0
  61. TextLabel.Size = UDim2.new(0, 209, 0, 26)
  62. TextLabel.Font = Enum.Font.SourceSans
  63. TextLabel.Text = "Misc"
  64. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  65. TextLabel.TextSize = 14
  66.  
  67. MaxLand.Name = "Max Land"
  68. MaxLand.Parent = Misc
  69. MaxLand.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  70. MaxLand.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  71. MaxLand.BorderSizePixel = 3
  72. MaxLand.Position = UDim2.new(0.151628271, 0, 0.114177704, 0)
  73. MaxLand.Size = UDim2.new(0, 143, 0, 29)
  74. MaxLand.AutoButtonColor = false
  75. MaxLand.Font = Enum.Font.SourceSans
  76. MaxLand.Text = "Max Land"
  77. MaxLand.TextColor3 = Color3.new(0, 0, 1)
  78. MaxLand.TextSize = 14
  79. MaxLand.MouseButton1Click:Connect(function()
  80. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  81. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  82. base = v
  83. square = v.OriginSquare
  84. end
  85. end
  86. function makebase(pos)
  87. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  88. Event:FireServer(base, pos)
  89. end
  90. spos = square.Position
  91. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  92. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  93. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  94. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  95. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  96. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  97. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  98. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  99. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  100. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  101. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  102. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  103. --Corners--
  104. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  105. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  106. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  107. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  108. --Corners--
  109. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  110. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  111. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  112. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  113. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  114. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  115. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  116. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  117. end)
  118.  
  119. SellWood.Name = "SellWood"
  120. SellWood.Parent = Misc
  121. SellWood.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  122. SellWood.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  123. SellWood.BorderSizePixel = 3
  124. SellWood.Position = UDim2.new(0.156412959, 0, 0.327511042, 0)
  125. SellWood.Size = UDim2.new(0, 143, 0, 29)
  126. SellWood.AutoButtonColor = false
  127. SellWood.Font = Enum.Font.SourceSans
  128. SellWood.Text = "Sell Wood"
  129. SellWood.TextColor3 = Color3.new(0, 0, 1)
  130. SellWood.TextSize = 14
  131. SellWood.MouseButton1Click:connect(function()
  132. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  133. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  134. if Log.Owner.Value == game.Players.LocalPlayer then
  135. for i,v in pairs(Log:GetChildren()) do
  136. if v.Name=="WoodSection" then
  137. spawn(function()
  138. for i=1,10 do
  139. wait()
  140. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  141. end
  142. end)
  143. end
  144. end
  145. spawn(function()
  146. for i=1,20 do
  147. wait()
  148. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  149. end
  150. end)
  151. end
  152. end
  153. end
  154. end)
  155.  
  156. Wasa.Name = "Wasa"
  157. Wasa.Parent = Misc
  158. Wasa.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  159. Wasa.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  160. Wasa.BorderSizePixel = 3
  161. Wasa.Position = UDim2.new(0.156412959, 0, 0.52417773, 0)
  162. Wasa.Size = UDim2.new(0, 143, 0, 29)
  163. Wasa.AutoButtonColor = false
  164. Wasa.Font = Enum.Font.SourceSans
  165. Wasa.Text = "WS 100"
  166. Wasa.TextColor3 = Color3.new(0, 0, 1)
  167. Wasa.TextSize = 14
  168. Wasa.MouseButton1Click:Connect(function()
  169. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  170. end)
  171.  
  172. Teleports.Name = "Teleports"
  173. Teleports.Parent = main
  174. Teleports.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  175. Teleports.BorderSizePixel = 0
  176. Teleports.Position = UDim2.new(0.0956249982, 0, 0.0279605258, 0)
  177. Teleports.Size = UDim2.new(0, 272, 0, 300)
  178.  
  179. Frame_2.Parent = Teleports
  180. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0.580392, 0.870588)
  181. Frame_2.BorderSizePixel = 0
  182. Frame_2.Size = UDim2.new(0, 272, 0, 26)
  183.  
  184. TextLabel_2.Parent = Frame_2
  185. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_2.BackgroundTransparency = 1
  187. TextLabel_2.BorderSizePixel = 0
  188. TextLabel_2.Size = UDim2.new(0, 272, 0, 26)
  189. TextLabel_2.Font = Enum.Font.SourceSans
  190. TextLabel_2.Text = "Teleports"
  191. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  192. TextLabel_2.TextSize = 14
  193.  
  194. Plot.Name = "Plot"
  195. Plot.Parent = Teleports
  196. Plot.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  197. Plot.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  198. Plot.BorderSizePixel = 3
  199. Plot.Position = UDim2.new(0.0488102436, 0, 0.154177666, 0)
  200. Plot.Size = UDim2.new(0, 86, 0, 29)
  201. Plot.AutoButtonColor = false
  202. Plot.Font = Enum.Font.SourceSans
  203. Plot.Text = "To your plot"
  204. Plot.TextColor3 = Color3.new(0, 0, 1)
  205. Plot.TextSize = 14
  206. Plot.MouseButton1Click:connect(function()
  207. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  208. if v.Owner.Value == game.Players.LocalPlayer then
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  210. end
  211. end
  212. end)
  213.  
  214. PalmIsland.Name = "PalmIsland"
  215. PalmIsland.Parent = Teleports
  216. PalmIsland.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  217. PalmIsland.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  218. PalmIsland.BorderSizePixel = 3
  219. PalmIsland.Position = UDim2.new(0.596604347, 0, 0.154177666, 0)
  220. PalmIsland.Size = UDim2.new(0, 86, 0, 29)
  221. PalmIsland.AutoButtonColor = false
  222. PalmIsland.Font = Enum.Font.SourceSans
  223. PalmIsland.Text = "Palm Island"
  224. PalmIsland.TextColor3 = Color3.new(0, 0, 1)
  225. PalmIsland.TextSize = 14
  226. PalmIsland.MouseButton1Click:Connect(function()
  227. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  228. uTorso.CFrame = CFrame.new(2549, 5, -42)
  229. end)
  230.  
  231. BlueGlowWood.Name = "BlueGlowWood"
  232. BlueGlowWood.Parent = Teleports
  233. BlueGlowWood.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  234. BlueGlowWood.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  235. BlueGlowWood.BorderSizePixel = 3
  236. BlueGlowWood.Position = UDim2.new(0.0488102436, 0, 0.354177684, 0)
  237. BlueGlowWood.Size = UDim2.new(0, 86, 0, 29)
  238. BlueGlowWood.AutoButtonColor = false
  239. BlueGlowWood.Font = Enum.Font.SourceSans
  240. BlueGlowWood.Text = "Blue Glow Wood"
  241. BlueGlowWood.TextColor3 = Color3.new(0, 0, 1)
  242. BlueGlowWood.TextSize = 14
  243. BlueGlowWood.MouseButton1Click:connect(function()
  244. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  245. uTorso.CFrame = CFrame.new(3581, -177, 430)
  246. end)
  247.  
  248. Volcano.Name = "Volcano"
  249. Volcano.Parent = Teleports
  250. Volcano.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  251. Volcano.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  252. Volcano.BorderSizePixel = 3
  253. Volcano.Position = UDim2.new(0.596604347, 0, 0.354177684, 0)
  254. Volcano.Size = UDim2.new(0, 86, 0, 29)
  255. Volcano.AutoButtonColor = false
  256. Volcano.Font = Enum.Font.SourceSans
  257. Volcano.Text = "Volacano"
  258. Volcano.TextColor3 = Color3.new(0, 0, 1)
  259. Volcano.TextSize = 14
  260. Volcano.MouseButton1Click:connect(function()
  261. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  262. uTorso.CFrame = CFrame.new(-1585, 625, 1140)
  263. end)
  264.  
  265. Spawner.Name = "Spawner"
  266. Spawner.Parent = main
  267. Spawner.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  268. Spawner.BorderSizePixel = 0
  269. Spawner.Position = UDim2.new(0.201250002, 0, 0.0316611826, 0)
  270. Spawner.Size = UDim2.new(0, 199, 0, 163)
  271.  
  272. Frame_3.Parent = Spawner
  273. Frame_3.BackgroundColor3 = Color3.new(0.290196, 0.580392, 0.870588)
  274. Frame_3.BorderSizePixel = 0
  275. Frame_3.Size = UDim2.new(0, 199, 0, 26)
  276.  
  277. TextLabel_3.Parent = Frame_3
  278. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  279. TextLabel_3.BackgroundTransparency = 1
  280. TextLabel_3.BorderSizePixel = 0
  281. TextLabel_3.Size = UDim2.new(0, 199, 0, 26)
  282. TextLabel_3.Font = Enum.Font.SourceSans
  283. TextLabel_3.Text = "Spawner"
  284. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  285. TextLabel_3.TextSize = 14
  286.  
  287. SpawnBut.Name = "SpawnBut"
  288. SpawnBut.Parent = Spawner
  289. SpawnBut.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  290. SpawnBut.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  291. SpawnBut.BorderSizePixel = 3
  292. SpawnBut.Position = UDim2.new(0.291457295, 0, 0.737510979, 0)
  293. SpawnBut.Size = UDim2.new(0, 86, 0, 29)
  294. SpawnBut.AutoButtonColor = false
  295. SpawnBut.Font = Enum.Font.SourceSans
  296. SpawnBut.Text = "Spawn"
  297. SpawnBut.TextColor3 = Color3.new(0, 0, 1)
  298. SpawnBut.TextSize = 14
  299. SpawnBut.MouseButton1Click:connect(function()
  300. local Item = Spawneer.Text
  301. local Quantity = Spawneeer.Text
  302.  
  303. local Land = nil
  304. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  305. if v.Owner.Value == game.Players.LocalPlayer then
  306. Land = v
  307. break
  308. end
  309. end
  310. if not Land then
  311. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  312. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  313. Land = v
  314. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  315. break
  316. end
  317. end
  318. end
  319.  
  320. function Spawn(Item)
  321. local Info = {}
  322. Info.Name = Item.Name
  323. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  324. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  325. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  326. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  327. end
  328.  
  329. for i=1, Quantity do
  330. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  331. end
  332. end)
  333.  
  334. Spawneer.Name = "Spawneer"
  335. Spawneer.Parent = Spawner
  336. Spawneer.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  337. Spawneer.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  338. Spawneer.BorderSizePixel = 3
  339. Spawneer.Position = UDim2.new(0.0653266311, 0, 0.269938648, 0)
  340. Spawneer.Size = UDim2.new(0, 77, 0, 46)
  341. Spawneer.Font = Enum.Font.SourceSans
  342. Spawneer.Text = ""
  343. Spawneer.TextColor3 = Color3.new(1, 1, 1)
  344. Spawneer.TextSize = 14
  345.  
  346. Spawneeer.Name = "Spawneeer"
  347. Spawneeer.Parent = Spawner
  348. Spawneeer.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  349. Spawneeer.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  350. Spawneeer.BorderSizePixel = 3
  351. Spawneeer.Position = UDim2.new(0.603015065, 0, 0.269938648, 0)
  352. Spawneeer.Size = UDim2.new(0, 60, 0, 46)
  353. Spawneeer.Font = Enum.Font.SourceSans
  354. Spawneeer.Text = ""
  355. Spawneeer.TextColor3 = Color3.new(1, 1, 1)
  356. Spawneeer.TextSize = 14
  357.  
  358. Settings.Name = "Settings"
  359. Settings.Parent = main
  360. Settings.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  361. Settings.BorderSizePixel = 0
  362. Settings.Position = UDim2.new(0.246250004, 0, 0.109786183, 0)
  363. Settings.Size = UDim2.new(0, 199, 0, 126)
  364.  
  365. Frame_4.Parent = Settings
  366. Frame_4.BackgroundColor3 = Color3.new(0.290196, 0.580392, 0.870588)
  367. Frame_4.BorderSizePixel = 0
  368. Frame_4.Size = UDim2.new(0, 199, 0, 26)
  369.  
  370. TextLabel_4.Parent = Frame_4
  371. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  372. TextLabel_4.BackgroundTransparency = 1
  373. TextLabel_4.BorderSizePixel = 0
  374. TextLabel_4.Size = UDim2.new(0, 199, 0, 26)
  375. TextLabel_4.Font = Enum.Font.SourceSans
  376. TextLabel_4.Text = "Settings"
  377. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  378. TextLabel_4.TextSize = 14
  379.  
  380. RaInBoW.Name = "RaInBoW"
  381. RaInBoW.Parent = Settings
  382. RaInBoW.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  383. RaInBoW.BorderColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  384. RaInBoW.BorderSizePixel = 3
  385. RaInBoW.Position = UDim2.new(0.0603015088, 0, 0.253968269, 0)
  386. RaInBoW.Size = UDim2.new(0, 176, 0, 40)
  387. RaInBoW.AutoButtonColor = false
  388. RaInBoW.Font = Enum.Font.SourceSans
  389. RaInBoW.Text = "Rainbow"
  390. RaInBoW.TextColor3 = Color3.new(0, 0.333333, 0.498039)
  391. RaInBoW.TextSize = 14
  392. -- Scripts:
  393. local ins = false
  394. game:GetService("UserInputService").InputBegan:connect(function(key)
  395. if key.KeyCode == Enum.KeyCode.Insert then
  396. if ins == true then
  397. ins = false
  398. main.Visible = false
  399. elseif ins == false then
  400. ins = true
  401. main.Visible = true
  402. end
  403. end
  404. end)
  405. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  406.  
  407. counter = 0
  408.  
  409. while wait(0.1)do
  410. Frame.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  411. Frame_2.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  412. Frame_3.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  413. Frame_4.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  414.  
  415.  
  416. counter = counter + 0.01
  417. end
Add Comment
Please, Sign In to add comment