Daniel555ok

Untitled

Jun 23rd, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.81 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Frame1 = Instance.new("Frame")
  9. local GeneralFeatures1 = Instance.new("Frame")
  10. local TeleportsFeatures1 = Instance.new("Frame")
  11. local Frame = Instance.new("ImageLabel")
  12. local GeneralButton = Instance.new("TextButton")
  13. local TeleportsButton = Instance.new("TextButton")
  14. local Frame2 = Instance.new("ImageLabel")
  15. local GeneralFeatures = Instance.new("ImageLabel")
  16. local HideName = Instance.new("TextButton")
  17. local ChestAutofarm = Instance.new("TextButton")
  18. local NoClip = Instance.new("TextButton")
  19. local RemoveCuffs = Instance.new("TextButton")
  20. local InfStam = Instance.new("TextButton")
  21. local AlwaysDay = Instance.new("TextButton")
  22. local Menu = Instance.new("TextButton")
  23. local TeleportsFeatures = Instance.new("ImageLabel")
  24. local IronPort = Instance.new("TextButton")
  25. local BellVillage = Instance.new("TextButton")
  26. local SummerHold = Instance.new("TextButton")
  27. local EastTower = Instance.new("TextButton")
  28. local Riversville = Instance.new("TextButton")
  29. local SilentTower = Instance.new("TextButton")
  30. local Menu1 = Instance.new("TextButton")
  31. local TextLabel = Instance.new("TextLabel")
  32. local AntiAFK = Instance.new("TextButton")
  33.  
  34. --Properties:
  35.  
  36. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37.  
  38. main.Name = "main"
  39. main.Parent = ScreenGui
  40. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. main.BackgroundTransparency = 1.000
  42. main.Position = UDim2.new(0.00982800964, 0, 0.266666681, 0)
  43. main.Size = UDim2.new(0, 400, 0, 291)
  44.  
  45. Frame1.Name = "Frame1"
  46. Frame1.Parent = main
  47. Frame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Frame1.BorderSizePixel = 0
  49. Frame1.Position = UDim2.new(0.00314701768, 0, 0.158694759, 0)
  50. Frame1.Size = UDim2.new(0, 400, 0, 100)
  51. Frame1.ZIndex = 2
  52.  
  53. GeneralFeatures1.Name = "GeneralFeatures1"
  54. GeneralFeatures1.Parent = main
  55. GeneralFeatures1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. GeneralFeatures1.BorderSizePixel = 0
  57. GeneralFeatures1.Position = UDim2.new(0.00314701768, 0, 0.158694759, 0)
  58. GeneralFeatures1.Size = UDim2.new(0, 400, 0, 100)
  59. GeneralFeatures1.Visible = false
  60. GeneralFeatures1.ZIndex = 5
  61.  
  62. TeleportsFeatures1.Name = "TeleportsFeatures1"
  63. TeleportsFeatures1.Parent = main
  64. TeleportsFeatures1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. TeleportsFeatures1.BorderSizePixel = 0
  66. TeleportsFeatures1.Position = UDim2.new(0.00314701768, 0, 0.158694759, 0)
  67. TeleportsFeatures1.Size = UDim2.new(0, 400, 0, 100)
  68. TeleportsFeatures1.Visible = false
  69. TeleportsFeatures1.ZIndex = 5
  70.  
  71. Frame.Name = "Frame"
  72. Frame.Parent = main
  73. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. Frame.BackgroundTransparency = 1.000
  75. Frame.Position = UDim2.new(0.00314698787, 0, 0.160404161, 0)
  76. Frame.Size = UDim2.new(0, 400, 0, 244)
  77. Frame.Image = "rbxassetid://3570695787"
  78. Frame.ScaleType = Enum.ScaleType.Slice
  79. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  80. Frame.SliceScale = 0.250
  81.  
  82. GeneralButton.Name = "GeneralButton"
  83. GeneralButton.Parent = Frame
  84. GeneralButton.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  85. GeneralButton.BorderSizePixel = 0
  86. GeneralButton.Position = UDim2.new(0.25, 0, 0.0573770367, 0)
  87. GeneralButton.Size = UDim2.new(0, 200, 0, 50)
  88. GeneralButton.ZIndex = 3
  89. GeneralButton.Font = Enum.Font.SourceSans
  90. GeneralButton.Text = "General"
  91. GeneralButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. GeneralButton.TextSize = 20.000
  93.  
  94. TeleportsButton.Name = "TeleportsButton"
  95. TeleportsButton.Parent = Frame
  96. TeleportsButton.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  97. TeleportsButton.BorderSizePixel = 0
  98. TeleportsButton.Position = UDim2.new(0.247500002, 0, 0.327868819, 0)
  99. TeleportsButton.Size = UDim2.new(0, 200, 0, 50)
  100. TeleportsButton.ZIndex = 3
  101. TeleportsButton.Font = Enum.Font.SourceSans
  102. TeleportsButton.Text = "Teleports"
  103. TeleportsButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  104. TeleportsButton.TextSize = 20.000
  105.  
  106. Frame2.Name = "Frame2"
  107. Frame2.Parent = main
  108. Frame2.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  109. Frame2.BackgroundTransparency = 1.000
  110. Frame2.Position = UDim2.new(0.00314701116, 0, 0.0470371097, 0)
  111. Frame2.Size = UDim2.new(0, 400, 0, 87)
  112. Frame2.Image = "rbxassetid://3570695787"
  113. Frame2.ImageColor3 = Color3.fromRGB(170, 0, 0)
  114. Frame2.ScaleType = Enum.ScaleType.Slice
  115. Frame2.SliceCenter = Rect.new(100, 100, 100, 100)
  116. Frame2.SliceScale = 0.250
  117.  
  118. GeneralFeatures.Name = "GeneralFeatures"
  119. GeneralFeatures.Parent = main
  120. GeneralFeatures.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. GeneralFeatures.BackgroundTransparency = 1.000
  122. GeneralFeatures.Position = UDim2.new(0.00314698787, 0, 0.160404161, 0)
  123. GeneralFeatures.Size = UDim2.new(0, 400, 0, 244)
  124. GeneralFeatures.Visible = false
  125. GeneralFeatures.ZIndex = 5
  126. GeneralFeatures.Image = "rbxassetid://3570695787"
  127. GeneralFeatures.ScaleType = Enum.ScaleType.Slice
  128. GeneralFeatures.SliceCenter = Rect.new(100, 100, 100, 100)
  129. GeneralFeatures.SliceScale = 0.250
  130.  
  131. HideName.Name = "HideName"
  132. HideName.Parent = GeneralFeatures
  133. HideName.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  134. HideName.BorderSizePixel = 0
  135. HideName.Position = UDim2.new(0.527500033, 0, 0.58606559, 0)
  136. HideName.Size = UDim2.new(0, 178, 0, 50)
  137. HideName.ZIndex = 6
  138. HideName.Font = Enum.Font.SourceSans
  139. HideName.Text = "Hide Name"
  140. HideName.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. HideName.TextSize = 20.000
  142.  
  143. ChestAutofarm.Name = "ChestAutofarm"
  144. ChestAutofarm.Parent = GeneralFeatures
  145. ChestAutofarm.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  146. ChestAutofarm.BorderSizePixel = 0
  147. ChestAutofarm.Position = UDim2.new(0.0274999999, 0, 0.0450819694, 0)
  148. ChestAutofarm.Size = UDim2.new(0, 178, 0, 50)
  149. ChestAutofarm.ZIndex = 6
  150. ChestAutofarm.Font = Enum.Font.SourceSans
  151. ChestAutofarm.Text = "Chest Autofarm"
  152. ChestAutofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. ChestAutofarm.TextSize = 20.000
  154.  
  155. NoClip.Name = "No Clip"
  156. NoClip.Parent = GeneralFeatures
  157. NoClip.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  158. NoClip.BorderSizePixel = 0
  159. NoClip.Position = UDim2.new(0.0274999999, 0, 0.58606559, 0)
  160. NoClip.Size = UDim2.new(0, 178, 0, 50)
  161. NoClip.ZIndex = 6
  162. NoClip.Font = Enum.Font.SourceSans
  163. NoClip.Text = "No Clip"
  164. NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. NoClip.TextSize = 20.000
  166.  
  167. RemoveCuffs.Name = "RemoveCuffs"
  168. RemoveCuffs.Parent = GeneralFeatures
  169. RemoveCuffs.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  170. RemoveCuffs.BorderSizePixel = 0
  171. RemoveCuffs.Position = UDim2.new(0.527500033, 0, 0.0450819694, 0)
  172. RemoveCuffs.Size = UDim2.new(0, 178, 0, 50)
  173. RemoveCuffs.ZIndex = 6
  174. RemoveCuffs.Font = Enum.Font.SourceSans
  175. RemoveCuffs.Text = "Remove Hand Cuffs"
  176. RemoveCuffs.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. RemoveCuffs.TextSize = 20.000
  178.  
  179. InfStam.Name = "InfStam"
  180. InfStam.Parent = GeneralFeatures
  181. InfStam.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  182. InfStam.BorderSizePixel = 0
  183. InfStam.Position = UDim2.new(0.527500033, 0, 0.315721273, 0)
  184. InfStam.Size = UDim2.new(0, 178, 0, 50)
  185. InfStam.ZIndex = 6
  186. InfStam.Font = Enum.Font.SourceSans
  187. InfStam.Text = "Infinite Stamina"
  188. InfStam.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. InfStam.TextSize = 20.000
  190.  
  191. AlwaysDay.Name = "AlwaysDay"
  192. AlwaysDay.Parent = GeneralFeatures
  193. AlwaysDay.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  194. AlwaysDay.BorderSizePixel = 0
  195. AlwaysDay.Position = UDim2.new(0.0274999999, 0, 0.315721273, 0)
  196. AlwaysDay.Size = UDim2.new(0, 178, 0, 50)
  197. AlwaysDay.ZIndex = 6
  198. AlwaysDay.Font = Enum.Font.SourceSans
  199. AlwaysDay.Text = "Always Day"
  200. AlwaysDay.TextColor3 = Color3.fromRGB(0, 0, 0)
  201. AlwaysDay.TextSize = 20.000
  202.  
  203. Menu.Name = "Menu"
  204. Menu.Parent = GeneralFeatures
  205. Menu.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  206. Menu.BorderSizePixel = 0
  207. Menu.Position = UDim2.new(0.324999988, 0, 0.83606559, 0)
  208. Menu.Size = UDim2.new(0, 139, 0, 34)
  209. Menu.ZIndex = 6
  210. Menu.Font = Enum.Font.SourceSans
  211. Menu.Text = "Back to menu"
  212. Menu.TextColor3 = Color3.fromRGB(0, 0, 0)
  213. Menu.TextSize = 20.000
  214.  
  215. TeleportsFeatures.Name = "TeleportsFeatures"
  216. TeleportsFeatures.Parent = main
  217. TeleportsFeatures.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. TeleportsFeatures.BackgroundTransparency = 1.000
  219. TeleportsFeatures.Position = UDim2.new(0.00314698787, 0, 0.160404161, 0)
  220. TeleportsFeatures.Size = UDim2.new(0, 400, 0, 244)
  221. TeleportsFeatures.Visible = false
  222. TeleportsFeatures.ZIndex = 5
  223. TeleportsFeatures.Image = "rbxassetid://3570695787"
  224. TeleportsFeatures.ScaleType = Enum.ScaleType.Slice
  225. TeleportsFeatures.SliceCenter = Rect.new(100, 100, 100, 100)
  226. TeleportsFeatures.SliceScale = 0.250
  227.  
  228. IronPort.Name = "IronPort"
  229. IronPort.Parent = TeleportsFeatures
  230. IronPort.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  231. IronPort.BorderSizePixel = 0
  232. IronPort.Position = UDim2.new(0.0299999993, 0, 0.0532786846, 0)
  233. IronPort.Size = UDim2.new(0, 178, 0, 50)
  234. IronPort.ZIndex = 7
  235. IronPort.Font = Enum.Font.SourceSans
  236. IronPort.Text = "Iron Port"
  237. IronPort.TextColor3 = Color3.fromRGB(0, 0, 0)
  238. IronPort.TextSize = 20.000
  239.  
  240. BellVillage.Name = "BellVillage"
  241. BellVillage.Parent = TeleportsFeatures
  242. BellVillage.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  243. BellVillage.BorderSizePixel = 0
  244. BellVillage.Position = UDim2.new(0.529999971, 0, 0.58606559, 0)
  245. BellVillage.Size = UDim2.new(0, 178, 0, 50)
  246. BellVillage.ZIndex = 7
  247. BellVillage.Font = Enum.Font.SourceSans
  248. BellVillage.Text = "Bell Village"
  249. BellVillage.TextColor3 = Color3.fromRGB(0, 0, 0)
  250. BellVillage.TextSize = 20.000
  251.  
  252. SummerHold.Name = "SummerHold"
  253. SummerHold.Parent = TeleportsFeatures
  254. SummerHold.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  255. SummerHold.BorderSizePixel = 0
  256. SummerHold.Position = UDim2.new(0.529999971, 0, 0.323770523, 0)
  257. SummerHold.Size = UDim2.new(0, 178, 0, 50)
  258. SummerHold.ZIndex = 7
  259. SummerHold.Font = Enum.Font.SourceSans
  260. SummerHold.Text = "Summer Hold"
  261. SummerHold.TextColor3 = Color3.fromRGB(0, 0, 0)
  262. SummerHold.TextSize = 20.000
  263.  
  264. EastTower.Name = "EastTower"
  265. EastTower.Parent = TeleportsFeatures
  266. EastTower.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  267. EastTower.BorderSizePixel = 0
  268. EastTower.Position = UDim2.new(0.0299999993, 0, 0.58606559, 0)
  269. EastTower.Size = UDim2.new(0, 178, 0, 50)
  270. EastTower.ZIndex = 7
  271. EastTower.Font = Enum.Font.SourceSans
  272. EastTower.Text = "East Peninsula Tower"
  273. EastTower.TextColor3 = Color3.fromRGB(0, 0, 0)
  274. EastTower.TextSize = 20.000
  275.  
  276. Riversville.Name = "Riversville"
  277. Riversville.Parent = TeleportsFeatures
  278. Riversville.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  279. Riversville.BorderSizePixel = 0
  280. Riversville.Position = UDim2.new(0.0299999993, 0, 0.323770523, 0)
  281. Riversville.Size = UDim2.new(0, 178, 0, 50)
  282. Riversville.ZIndex = 7
  283. Riversville.Font = Enum.Font.SourceSans
  284. Riversville.Text = "Riversville"
  285. Riversville.TextColor3 = Color3.fromRGB(0, 0, 0)
  286. Riversville.TextSize = 20.000
  287.  
  288. SilentTower.Name = "SilentTower"
  289. SilentTower.Parent = TeleportsFeatures
  290. SilentTower.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  291. SilentTower.BorderSizePixel = 0
  292. SilentTower.Position = UDim2.new(0.529999971, 0, 0.0532786846, 0)
  293. SilentTower.Size = UDim2.new(0, 178, 0, 50)
  294. SilentTower.ZIndex = 7
  295. SilentTower.Font = Enum.Font.SourceSans
  296. SilentTower.Text = "The Silent Tower"
  297. SilentTower.TextColor3 = Color3.fromRGB(0, 0, 0)
  298. SilentTower.TextSize = 20.000
  299.  
  300. Menu1.Name = "Menu1"
  301. Menu1.Parent = TeleportsFeatures
  302. Menu1.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  303. Menu1.BorderSizePixel = 0
  304. Menu1.Position = UDim2.new(0.324999988, 0, 0.83606559, 0)
  305. Menu1.Size = UDim2.new(0, 139, 0, 34)
  306. Menu1.ZIndex = 6
  307. Menu1.Font = Enum.Font.SourceSans
  308. Menu1.Text = "Back to menu"
  309. Menu1.TextColor3 = Color3.fromRGB(0, 0, 0)
  310. Menu1.TextSize = 20.000
  311.  
  312. TextLabel.Parent = main
  313. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  314. TextLabel.BackgroundTransparency = 1.000
  315. TextLabel.Position = UDim2.new(0.00314701116, 0, 0.0470371097, 0)
  316. TextLabel.Size = UDim2.new(0, 400, 0, 30)
  317. TextLabel.Font = Enum.Font.SourceSans
  318. TextLabel.Text = ":)"
  319. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  320. TextLabel.TextSize = 20.000
  321.  
  322. AntiAFK.Name = "AntiAFK"
  323. AntiAFK.Parent = main
  324. AntiAFK.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  325. AntiAFK.BorderSizePixel = 0
  326. AntiAFK.Position = UDim2.new(0.252499998, 0, 0.788104057, 0)
  327. AntiAFK.Size = UDim2.new(0, 200, 0, 50)
  328. AntiAFK.Font = Enum.Font.SourceSans
  329. AntiAFK.Text = "Anti AFK"
  330. AntiAFK.TextColor3 = Color3.fromRGB(0, 0, 0)
  331. AntiAFK.TextSize = 20.000
  332.  
  333. -- Scripts:
  334.  
  335. local function OINC_fake_script() -- GeneralButton.LocalScript
  336. local script = Instance.new('LocalScript', GeneralButton)
  337.  
  338. script.Parent.MouseButton1Click:Connect(function()
  339. script.Parent.Parent.Visible = false
  340. script.Parent.Parent.Parent.Frame1.Visible = false
  341. script.Parent.Parent.Parent.AntiAFK.Visible = false
  342. script.Parent.Parent.Parent.GeneralFeatures1.Visible = true
  343. script.Parent.Parent.Parent.GeneralFeatures.Visible = true
  344. end)
  345. end
  346. coroutine.wrap(OINC_fake_script)()
  347. local function OCSFK_fake_script() -- TeleportsButton.LocalScript
  348. local script = Instance.new('LocalScript', TeleportsButton)
  349.  
  350. script.Parent.MouseButton1Click:Connect(function()
  351. script.Parent.Parent.Visible = false
  352. script.Parent.Parent.Parent.Frame1.Visible = false
  353. script.Parent.Parent.Parent.AntiAFK.Visible = false
  354. script.Parent.Parent.Parent.TeleportsFeatures1.Visible = true
  355. script.Parent.Parent.Parent.TeleportsFeatures.Visible = true
  356. end)
  357. end
  358. coroutine.wrap(OCSFK_fake_script)()
  359. local function VGOFUF_fake_script() -- HideName.LocalScript
  360. local script = Instance.new('LocalScript', HideName)
  361.  
  362. script.Parent.MouseButton1Click:Connect(function()
  363. while true do
  364. game:GetService("Players").LocalPlayer.Character.Head:WaitForChild("Overhead"):Destroy()
  365. wait(0.1)
  366. end
  367. end)
  368. end
  369. coroutine.wrap(VGOFUF_fake_script)()
  370. local function KBEAC_fake_script() -- ChestAutofarm.LocalScript
  371. local script = Instance.new('LocalScript', ChestAutofarm)
  372.  
  373. script.Parent.MouseButton1Click:Connect(function()
  374. -- Settings
  375. local speed = 60
  376.  
  377. -- Variable
  378. local player = game.Players.LocalPlayer
  379. local rs = game:GetService("RunService")
  380.  
  381. -- Find Nearest
  382. function bonk()
  383. local Closest
  384. local D = math.huge
  385. local shid = workspace.Map:GetDescendants()
  386. for i = 1, #shid do local v = shid[i]
  387. if v.Name == "Chest" and v:FindFirstChild("Base") and pcall(function() return player.Character.HumanoidRootPart,player.Character.Humanoid end) and not v:FindFirstChild("Open") then
  388. local newD = player:DistanceFromCharacter(v.Base.Position)
  389. if newD < D then
  390. Closest = v.Base
  391. D = newD
  392. end
  393. end
  394. end
  395. return Closest
  396. end
  397.  
  398. -- Skeet
  399. while true do
  400. local near = bonk()
  401. if typeof(near) == "Instance" then
  402. repeat
  403. game:GetService("TweenService"):Create(player.Character.HumanoidRootPart, TweenInfo.new(player:DistanceFromCharacter(near.Position)/speed, Enum.EasingStyle.Linear), {CFrame = near.CFrame}):Play()
  404. wait(player:DistanceFromCharacter(near.Position)/speed)
  405. game.ReplicatedStorage.RS.Remotes.Misc.OpenChest:FireServer(near.Parent)
  406. wait(.1)
  407. until near.Parent:FindFirstChild("Open")
  408. end
  409. wait(.25)
  410. end
  411. end)
  412. end
  413. coroutine.wrap(KBEAC_fake_script)()
  414. local function EKZWCV_fake_script() -- NoClip.LocalScript
  415. local script = Instance.new('LocalScript', NoClip)
  416.  
  417. local player = game.Players.LocalPlayer
  418. local rs = game:GetService("RunService")
  419.  
  420. script.Parent.MouseButton1Click:Connect(function()
  421. rs.RenderStepped:Connect(function()
  422. player.Character.Humanoid:ChangeState(11)
  423. end)
  424. end)
  425. end
  426. coroutine.wrap(EKZWCV_fake_script)()
  427. local function PDIPH_fake_script() -- RemoveCuffs.LocalScript
  428. local script = Instance.new('LocalScript', RemoveCuffs)
  429.  
  430. script.Parent.MouseButton1Click:Connect(function()
  431. local plr = game.Players.LocalPlayer.Name
  432. game.Workspace[plr].Jailed:Destroy()
  433. end)
  434. end
  435. coroutine.wrap(PDIPH_fake_script)()
  436. local function OCRKQB_fake_script() -- InfStam.LocalScript
  437. local script = Instance.new('LocalScript', InfStam)
  438.  
  439. script.Parent.MouseButton1Click:Connect(function()
  440. game:GetService("Players").LocalPlayer.bin.Stamina.Changed:Connect(function()
  441. game:GetService("Players").LocalPlayer.bin.Stamina.Value = ((game:GetService("Players").LocalPlayer.bin.MaxStamina.Value-1)*5)+30
  442. end)
  443. end)
  444. end
  445. coroutine.wrap(OCRKQB_fake_script)()
  446. local function XLPGLS_fake_script() -- AlwaysDay.LocalScript
  447. local script = Instance.new('LocalScript', AlwaysDay)
  448.  
  449. script.Parent.MouseButton1Click:Connect(function()
  450. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  451. v:Destroy()
  452. end
  453. game:GetService("Lighting").Changed:Connect(function()
  454. game:GetService("Lighting").Ambient = Color3.new(1,1,1)
  455. game:GetService("Lighting").ClockTime = 14
  456. game:GetService("Lighting").FogStart = 999999
  457. game:GetService("Lighting").FogEnd = 999999
  458. game:GetService("Lighting").Brightness = 1
  459. game:GetService("Lighting").ColorShift_Top = Color3.fromRGB(255, 255, 255)
  460. game:GetService("Lighting").ColorShift_Bottom = Color3.fromRGB(255, 255, 255)
  461. game.Lighting.DescendantAdded:Connect(function(obj)
  462. end)
  463. end)
  464. end)
  465. end
  466. coroutine.wrap(XLPGLS_fake_script)()
  467. local function GEWN_fake_script() -- Menu.LocalScript
  468. local script = Instance.new('LocalScript', Menu)
  469.  
  470. script.Parent.MouseButton1Click:Connect(function()
  471. script.Parent.Parent.Visible = true
  472. script.Parent.Parent.Parent.Frame1.Visible = true
  473. script.Parent.Parent.Parent.TextLabel.Visible = true
  474. script.Parent.Parent.Parent.Frame2.Visible = true
  475. script.Parent.Parent.Parent.Frame.Visible = true
  476. script.Parent.Parent.Parent.AntiAFK.Visible = true
  477. script.Parent.Parent.Parent.GeneralFeatures1.Visible = false
  478. script.Parent.Parent.Parent.GeneralFeatures.Visible = false
  479. end)
  480. end
  481. coroutine.wrap(GEWN_fake_script)()
  482. local function TKPYF_fake_script() -- IronPort.LocalScript
  483. local script = Instance.new('LocalScript', IronPort)
  484.  
  485. script.Parent.MouseButton1Click:Connect(function()
  486. local ts = game:GetService("TweenService")
  487. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  488. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-20043.5, 160, -6346.22)})
  489. tween:Play()
  490. end)
  491. end
  492. coroutine.wrap(TKPYF_fake_script)()
  493. local function RQENMRJ_fake_script() -- BellVillage.LocalScript
  494. local script = Instance.new('LocalScript', BellVillage)
  495.  
  496. script.Parent.MouseButton1Click:Connect(function()
  497. local ts = game:GetService("TweenService")
  498. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  499. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-14237.2, 160, -3838.57)})
  500. tween:Play()
  501. end)
  502. end
  503. coroutine.wrap(RQENMRJ_fake_script)()
  504. local function GNNUW_fake_script() -- SummerHold.LocalScript
  505. local script = Instance.new('LocalScript', SummerHold)
  506.  
  507. script.Parent.MouseButton1Click:Connect(function()
  508. local ts = game:GetService("TweenService")
  509. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  510. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-16284.1, 160, -8104.49)})
  511. tween:Play()
  512. end)
  513. end
  514. coroutine.wrap(GNNUW_fake_script)()
  515. local function IZIW_fake_script() -- EastTower.LocalScript
  516. local script = Instance.new('LocalScript', EastTower)
  517.  
  518. script.Parent.MouseButton1Click:Connect(function()
  519. local ts = game:GetService("TweenService")
  520. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  521. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-18932.4, 220, -5950.63)})
  522. tween:Play()
  523. end)
  524. end
  525. coroutine.wrap(IZIW_fake_script)()
  526. local function IMLBBFZ_fake_script() -- Riversville.LocalScript
  527. local script = Instance.new('LocalScript', Riversville)
  528.  
  529. script.Parent.MouseButton1Click:Connect(function()
  530. local ts = game:GetService("TweenService")
  531. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  532. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-18614.3, 160, -4824.82)})
  533. tween:Play()
  534. end)
  535. end
  536. coroutine.wrap(IMLBBFZ_fake_script)()
  537. local function YCOBJ_fake_script() -- SilentTower.LocalScript
  538. local script = Instance.new('LocalScript', SilentTower)
  539.  
  540. script.Parent.MouseButton1Click:Connect(function()
  541. local ts = game:GetService("TweenService")
  542. local tinfo = TweenInfo.new(10, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  543. local tween = ts:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, tinfo, {Position = Vector3.new(-16670.3, 265, -4919.61)})
  544. tween:Play()
  545. end)
  546. end
  547. coroutine.wrap(YCOBJ_fake_script)()
  548. local function DFHB_fake_script() -- Menu1.LocalScript
  549. local script = Instance.new('LocalScript', Menu1)
  550.  
  551. script.Parent.MouseButton1Click:Connect(function()
  552. script.Parent.Parent.Visible = true
  553. script.Parent.Parent.Parent.Frame1.Visible = true
  554. script.Parent.Parent.Parent.TextLabel.Visible = true
  555. script.Parent.Parent.Parent.Frame2.Visible = true
  556. script.Parent.Parent.Parent.Frame.Visible = true
  557. script.Parent.Parent.Parent.AntiAFK.Visible = true
  558. script.Parent.Parent.Parent.TeleportsFeatures1.Visible = false
  559. script.Parent.Parent.Parent.TeleportsFeatures.Visible = false
  560. end)
  561. end
  562. coroutine.wrap(DFHB_fake_script)()
  563. local function JIQX_fake_script() -- TextLabel.LocalScript
  564. local script = Instance.new('LocalScript', TextLabel)
  565.  
  566. local plr = game.Players.LocalPlayer
  567.  
  568. while true do wait()
  569. script.Parent.Text = "Welcome ".. tostring(plr)
  570. wait(5)
  571. script.Parent.Text = "GUI made by stitch the plug#9709"
  572. wait(5)
  573. script.Parent.Text = "Probably more features coming soon!"
  574. wait(5)
  575. script.Parent.Text = "Press K to open/close the GUI"
  576. wait(5)
  577. script.Parent.Text = "Welcome ".. tostring(plr)
  578. wait(5)
  579. script.Parent.Text = "GUI made by stitch the plug#9709"
  580. wait(5)
  581. script.Parent.Text = "Probably more features coming soon!"
  582. wait(5)
  583. script.Parent.Text = "Press K to open/close the GUI"
  584. wait(5)
  585. script.Parent.Text = "Welcome ".. tostring(plr)
  586. wait(5)
  587. script.Parent.Text = "GUI made by stitch the plug#9709"
  588. wait(5)
  589. script.Parent.Text = "Probably more features coming soon!"
  590. wait(5)
  591. script.Parent.Text = "Press K to open/close the GUI"
  592. wait(5)
  593. script.Parent.Text = "Welcome ".. tostring(plr)
  594. wait(5)
  595. script.Parent.Text = "GUI made by stitch the plug#9709"
  596. wait(5)
  597. script.Parent.Text = "Probably more features coming soon!"
  598. wait(5)
  599. script.Parent.Text = "Press K to open/close the GUI"
  600. wait(5)
  601. script.Parent.Text = "Welcome ".. tostring(plr)
  602. wait(5)
  603. script.Parent.Text = "GUI made by stitch the plug#9709"
  604. wait(5)
  605. script.Parent.Text = "Probably more features coming soon!"
  606. wait(5)
  607. script.Parent.Text = "Press K to open/close the GUI"
  608. wait(5)
  609. script.Parent.Text = "Yuno Gasai is best waifu :)"
  610. wait(5)
  611. end
  612. end
  613. coroutine.wrap(JIQX_fake_script)()
  614. local function KBFAHEE_fake_script()
  615. local script = Instance.new('LocalScript', main)
  616.  
  617. function onKeyPress(inputObject, gameProcessedEvent)
  618. if not gameProcessedEvent then
  619. if inputObject.KeyCode == Enum.KeyCode.K then -- change 'Q' to any key on the keyboard. EX: Tab
  620. script.Parent.Visible = not script.Parent.Visible -- The frame or object that you want to open/close
  621. end
  622. end
  623. end
  624. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  625. end
  626. coroutine.wrap(KBFAHEE_fake_script)()
  627. local function OJVNXAZ_fake_script() -- AntiAFK.LocalScript
  628. local script = Instance.new('LocalScript', AntiAFK)
  629.  
  630. local vu = game:GetService("VirtualUser")
  631.  
  632. script.Parent.MouseButton1Click:Connect(function()
  633. game:GetService("Players").LocalPlayer.Idled:connect(function()
  634. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  635. wait(1)
  636. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  637. end)
  638. end)
  639. end
  640. coroutine.wrap(OJVNXAZ_fake_script)()
  641. local function NCGOO_fake_script() -- main.Drag Gui
  642. local script = Instance.new('LocalScript', main)
  643.  
  644. -- Drag Function
  645. local function dragify(Frame)
  646.  
  647. -- Locals
  648. local dragSpeed = .25 -- You can edit this. (Smoothness)
  649.  
  650.  
  651. local dragToggle = nil
  652. local dragInput = nil
  653. local dragStart = nil
  654.  
  655. -- Update Frame Position
  656. function updateInput(input)
  657. local Delta = input.Position - dragStart
  658. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  659. game:GetService("TweenService"):Create(Frame, TweenInfo.new(.25), {Position = Position}):Play()
  660. end
  661.  
  662. -- User is inputting
  663. Frame.InputBegan:Connect(function(input)
  664. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  665. dragToggle = true
  666. dragStart = input.Position
  667. startPos = Frame.Position
  668. input.Changed:Connect(function()
  669. if (input.UserInputState == Enum.UserInputState.End) then
  670. dragToggle = false
  671. end
  672. end)
  673. end
  674. end)
  675.  
  676. -- Frame Input Changed so get the input
  677. Frame.InputChanged:Connect(function(input)
  678. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  679. dragInput = input
  680. end
  681. end)
  682.  
  683. -- User is dragging the frame
  684. game:GetService("UserInputService").InputChanged:Connect(function(input)
  685. if (input == dragInput and dragToggle) then
  686. updateInput(input)
  687. end
  688. end)
  689. end
  690.  
  691. -- Call Drag Function
  692. dragify(script.Parent) -- Enable dragging
  693. end
  694. coroutine.wrap(NCGOO_fake_script)()
Add Comment
Please, Sign In to add comment