Advertisement
wallop560

jjk hub revamp

Nov 19th, 2019
139,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.94 KB | None | 0 0
  1. --[jjk hub revamp by wallop560]--
  2.  
  3.  
  4. -- Instances:
  5.  
  6. local JJkhubrevamp = Instance.new("ScreenGui")
  7. local frameopenclose = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local openclosebottom = Instance.new("Frame")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Frame = Instance.new("Frame")
  12. local Games = Instance.new("Frame")
  13. local Home = Instance.new("TextLabel")
  14. local Home_2 = Instance.new("ImageLabel")
  15. local Localplr = Instance.new("TextLabel")
  16. local Walkspeed = Instance.new("TextBox")
  17. local jumppower = Instance.new("TextLabel")
  18. local jumppower_2 = Instance.new("TextBox")
  19. local Lumbertycoon = Instance.new("TextLabel")
  20. local TextButton_2 = Instance.new("TextButton")
  21. local TextButton_3 = Instance.new("TextButton")
  22. local TextButton_4 = Instance.new("TextButton")
  23. local TextButton_5 = Instance.new("TextButton")
  24. local TextButton_6 = Instance.new("TextButton")
  25. local TextButton_7 = Instance.new("TextButton")
  26. local ScrollingFrame = Instance.new("ScrollingFrame")
  27. local localplr = Instance.new("TextButton")
  28. local lumbertycoon = Instance.new("TextButton")
  29. local ImageButton = Instance.new("ImageButton")
  30. local TextLabel = Instance.new("TextLabel")
  31.  
  32. --[[
  33.     Properties:
  34. --]]
  35.  
  36. JJkhubrevamp.Name = "JJk hub revamp"
  37. JJkhubrevamp.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  38.  
  39. frameopenclose.Name = "frame open/close"
  40. frameopenclose.Parent = JJkhubrevamp
  41. frameopenclose.BackgroundColor3 = Color3.new(0.113725, 0.764706, 0.0392157)
  42. frameopenclose.BackgroundTransparency = 0.10000000149012
  43. frameopenclose.BorderSizePixel = 0
  44. frameopenclose.Position = UDim2.new(0, 0, 0.763723135, 0)
  45. frameopenclose.Size = UDim2.new(0, 106, 0, 54)
  46.  
  47. TextButton.Parent = frameopenclose
  48. TextButton.BackgroundColor3 = Color3.new(0.921569, 0, 0)
  49. TextButton.BackgroundTransparency = 0.10000000149012
  50. TextButton.BorderSizePixel = 0
  51. TextButton.Position = UDim2.new(0, 0, 0.18783699, 0)
  52. TextButton.Size = UDim2.new(0, 100, 0, 32)
  53. TextButton.Font = Enum.Font.SourceSans
  54. TextButton.Text = "Open"
  55. TextButton.TextColor3 = Color3.new(0, 0, 0)
  56. TextButton.TextSize = 14
  57.  
  58. openclosebottom.Name = "open/close bottom"
  59. openclosebottom.Parent = frameopenclose
  60. openclosebottom.BackgroundColor3 = Color3.new(0.439216, 0, 0)
  61. openclosebottom.BackgroundTransparency = 0.10000000149012
  62. openclosebottom.BorderSizePixel = 0
  63. openclosebottom.Position = UDim2.new(0, 0, 0.76420933, 0)
  64. openclosebottom.Size = UDim2.new(0, 100, 0, 5)
  65.  
  66. ImageLabel.Parent = JJkhubrevamp
  67. ImageLabel.BackgroundColor3 = Color3.new(0.737255, 0, 0)
  68. ImageLabel.BorderColor3 = Color3.new(0.101961, 0.776471, 0)
  69. ImageLabel.BorderSizePixel = 0
  70. ImageLabel.Position = UDim2.new(0.41232878, 0, 0.398568004, 0)
  71. ImageLabel.Size = UDim2.new(0, 269, 0, 149)
  72. ImageLabel.Image = "http://www.roblox.com/asset/?id=4424192451"
  73.  
  74. Frame.Parent = ImageLabel
  75. Frame.BackgroundColor3 = Color3.new(0.129412, 0.815686, 0.0235294)
  76. Frame.BorderSizePixel = 0
  77. Frame.Size = UDim2.new(0, 269, 0, 38)
  78.  
  79. Games.Name = "Games"
  80. Games.Parent = Frame
  81. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Games.BackgroundTransparency = 1
  83. Games.Position = UDim2.new(0.32713756, 0, 1, 0)
  84. Games.Size = UDim2.new(0, 181, 0, 111)
  85.  
  86. Home.Name = "Home"
  87. Home.Parent = Games
  88. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Home.BackgroundTransparency = 1
  90. Home.Position = UDim2.new(0.182320446, 0, 0.0789474621, 0)
  91. Home.Size = UDim2.new(0, 138, 0, 71)
  92. Home.Visible = false
  93. Home.Font = Enum.Font.SourceSans
  94. Home.Text = "Loading..."
  95. Home.TextColor3 = Color3.new(0, 0, 0)
  96. Home.TextScaled = true
  97. Home.TextSize = 14
  98. Home.TextWrapped = true
  99.  
  100. Home_2.Name = "Home"
  101. Home_2.Parent = Home
  102. Home_2.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Home_2.BackgroundTransparency = 1
  104. Home_2.Position = UDim2.new(-0.778405011, 0, -0.0817155093, 0)
  105. Home_2.Size = UDim2.new(0, 100, 0, 100)
  106. Home_2.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  107.  
  108. Localplr.Name = "Localplr"
  109. Localplr.Parent = Games
  110. Localplr.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Localplr.BackgroundTransparency = 1
  112. Localplr.BorderSizePixel = 0
  113. Localplr.Position = UDim2.new(-0.446758181, 0, 0.153627291, 0)
  114. Localplr.Size = UDim2.new(0, 112, 0, 20)
  115. Localplr.Font = Enum.Font.SourceSans
  116. Localplr.Text = "Walkspeed"
  117. Localplr.TextColor3 = Color3.new(0, 0, 0)
  118. Localplr.TextScaled = true
  119. Localplr.TextSize = 14
  120. Localplr.TextWrapped = true
  121.  
  122. Walkspeed.Name = "Walkspeed"
  123. Walkspeed.Parent = Localplr
  124. Walkspeed.BackgroundColor3 = Color3.new(0.737255, 0, 0)
  125. Walkspeed.BorderColor3 = Color3.new(0.0862745, 0.811765, 0.0509804)
  126. Walkspeed.BorderSizePixel = 5
  127. Walkspeed.Position = UDim2.new(0.0160040855, 0, 1.44210529, 0)
  128. Walkspeed.Size = UDim2.new(0, 110, 0, 30)
  129. Walkspeed.Font = Enum.Font.SourceSans
  130. Walkspeed.LineHeight = 1.2000000476837
  131. Walkspeed.Text = "16"
  132. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  133. Walkspeed.TextScaled = true
  134. Walkspeed.TextSize = 14
  135. Walkspeed.TextWrapped = true
  136.  
  137. jumppower.Name = "jumppower"
  138. jumppower.Parent = Localplr
  139. jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
  140. jumppower.BackgroundTransparency = 1
  141. jumppower.BorderSizePixel = 0
  142. jumppower.Position = UDim2.new(1.12634754, 0, -0.0342105627, 0)
  143. jumppower.Size = UDim2.new(0, 112, 0, 20)
  144. jumppower.Font = Enum.Font.SourceSans
  145. jumppower.Text = "jumppower"
  146. jumppower.TextColor3 = Color3.new(0, 0, 0)
  147. jumppower.TextScaled = true
  148. jumppower.TextSize = 14
  149. jumppower.TextWrapped = true
  150.  
  151. jumppower_2.Name = "jumppower"
  152. jumppower_2.Parent = jumppower
  153. jumppower_2.BackgroundColor3 = Color3.new(0.737255, 0, 0)
  154. jumppower_2.BorderColor3 = Color3.new(0.0862745, 0.811765, 0.0509804)
  155. jumppower_2.BorderSizePixel = 5
  156. jumppower_2.Position = UDim2.new(0.0160040855, 0, 1.44210529, 0)
  157. jumppower_2.Size = UDim2.new(0, 110, 0, 30)
  158. jumppower_2.Font = Enum.Font.SourceSans
  159. jumppower_2.LineHeight = 1.2000000476837
  160. jumppower_2.Text = "50"
  161. jumppower_2.TextColor3 = Color3.new(0, 0, 0)
  162. jumppower_2.TextScaled = true
  163. jumppower_2.TextSize = 14
  164. jumppower_2.TextWrapped = true
  165.  
  166. Lumbertycoon.Name = "Lumbertycoon"
  167. Lumbertycoon.Parent = Games
  168. Lumbertycoon.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Lumbertycoon.BackgroundTransparency = 1
  170. Lumbertycoon.BorderSizePixel = 0
  171. Lumbertycoon.Position = UDim2.new(-1.77900553, 0, -1.41441441, 0)
  172. Lumbertycoon.Size = UDim2.new(0, 200, 0, 50)
  173. Lumbertycoon.Visible = false
  174. Lumbertycoon.Font = Enum.Font.SourceSans
  175. Lumbertycoon.TextColor3 = Color3.new(0, 0, 0)
  176. Lumbertycoon.TextSize = 14
  177. Lumbertycoon.TextTransparency = 1
  178.  
  179. TextButton_2.Parent = Lumbertycoon
  180. TextButton_2.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  181. TextButton_2.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  182. TextButton_2.BorderSizePixel = 5
  183. TextButton_2.Position = UDim2.new(1.21000004, 0, 3.29999995, 0)
  184. TextButton_2.Size = UDim2.new(0, 68, 0, 28)
  185. TextButton_2.Font = Enum.Font.SourceSans
  186. TextButton_2.LineHeight = 1.2000000476837
  187. TextButton_2.Text = "Dirt"
  188. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  189. TextButton_2.TextScaled = true
  190. TextButton_2.TextSize = 14
  191. TextButton_2.TextWrapped = true
  192.  
  193. TextButton_3.Parent = Lumbertycoon
  194. TextButton_3.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  195. TextButton_3.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  196. TextButton_3.BorderSizePixel = 5
  197. TextButton_3.Position = UDim2.new(1.67000008, 0, 3.29999995, 0)
  198. TextButton_3.Size = UDim2.new(0, 61, 0, 28)
  199. TextButton_3.Font = Enum.Font.SourceSans
  200. TextButton_3.LineHeight = 1.2000000476837
  201. TextButton_3.Text = "Blood"
  202. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  203. TextButton_3.TextScaled = true
  204. TextButton_3.TextSize = 14
  205. TextButton_3.TextWrapped = true
  206.  
  207. TextButton_4.Parent = Lumbertycoon
  208. TextButton_4.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  209. TextButton_4.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  210. TextButton_4.BorderSizePixel = 5
  211. TextButton_4.Position = UDim2.new(2.08500004, 0, 3.29999995, 0)
  212. TextButton_4.Size = UDim2.new(0, 68, 0, 28)
  213. TextButton_4.Font = Enum.Font.SourceSans
  214. TextButton_4.LineHeight = 1.2000000476837
  215. TextButton_4.Text = "Ferry"
  216. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  217. TextButton_4.TextScaled = true
  218. TextButton_4.TextSize = 14
  219. TextButton_4.TextWrapped = true
  220.  
  221. TextButton_5.Parent = Lumbertycoon
  222. TextButton_5.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  223. TextButton_5.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  224. TextButton_5.BorderSizePixel = 5
  225. TextButton_5.Position = UDim2.new(2.08500004, 0, 4.38000011, 0)
  226. TextButton_5.Size = UDim2.new(0, 68, 0, 28)
  227. TextButton_5.Font = Enum.Font.SourceSans
  228. TextButton_5.LineHeight = 1.2000000476837
  229. TextButton_5.Text = "Syntax"
  230. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  231. TextButton_5.TextScaled = true
  232. TextButton_5.TextSize = 14
  233. TextButton_5.TextWrapped = true
  234.  
  235. TextButton_6.Parent = Lumbertycoon
  236. TextButton_6.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  237. TextButton_6.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  238. TextButton_6.BorderSizePixel = 5
  239. TextButton_6.Position = UDim2.new(1.67000008, 0, 4.38000011, 0)
  240. TextButton_6.Size = UDim2.new(0, 61, 0, 28)
  241. TextButton_6.Font = Enum.Font.SourceSans
  242. TextButton_6.LineHeight = 1.2000000476837
  243. TextButton_6.Text = "ADMIN"
  244. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  245. TextButton_6.TextScaled = true
  246. TextButton_6.TextSize = 14
  247. TextButton_6.TextWrapped = true
  248.  
  249. TextButton_7.Parent = Lumbertycoon
  250. TextButton_7.BackgroundColor3 = Color3.new(0.729412, 0, 0)
  251. TextButton_7.BorderColor3 = Color3.new(0.0823529, 0.87451, 0.027451)
  252. TextButton_7.BorderSizePixel = 5
  253. TextButton_7.Position = UDim2.new(1.21000004, 0, 4.38000011, 0)
  254. TextButton_7.Size = UDim2.new(0, 68, 0, 28)
  255. TextButton_7.Font = Enum.Font.SourceSans
  256. TextButton_7.LineHeight = 1.2000000476837
  257. TextButton_7.Text = "light X"
  258. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  259. TextButton_7.TextScaled = true
  260. TextButton_7.TextSize = 14
  261. TextButton_7.TextWrapped = true
  262.  
  263. ScrollingFrame.Parent = Frame
  264. ScrollingFrame.BackgroundColor3 = Color3.new(0.0627451, 0.588235, 0.00392157)
  265. ScrollingFrame.BorderSizePixel = 0
  266. ScrollingFrame.Position = UDim2.new(0, 0, 1, 0)
  267. ScrollingFrame.Size = UDim2.new(0, 88, 0, 111)
  268. ScrollingFrame.Visible = false
  269. ScrollingFrame.ScrollBarThickness = 0
  270.  
  271. localplr.Name = "localplr"
  272. localplr.Parent = ScrollingFrame
  273. localplr.BackgroundColor3 = Color3.new(0.0941177, 0.886275, 0.0941177)
  274. localplr.BorderColor3 = Color3.new(0.933333, 0, 0)
  275. localplr.BorderSizePixel = 5
  276. localplr.Position = UDim2.new(0.163043469, 0, 0.0789474621, 0)
  277. localplr.Size = UDim2.new(0, 61, 0, 18)
  278. localplr.Font = Enum.Font.Cartoon
  279. localplr.Text = "Local"
  280. localplr.TextColor3 = Color3.new(0, 0, 0)
  281. localplr.TextSize = 20
  282.  
  283. lumbertycoon.Name = "lumbertycoon"
  284. lumbertycoon.Parent = ScrollingFrame
  285. lumbertycoon.BackgroundColor3 = Color3.new(0.0941177, 0.886275, 0.0941177)
  286. lumbertycoon.BorderColor3 = Color3.new(0.933333, 0, 0)
  287. lumbertycoon.BorderSizePixel = 5
  288. lumbertycoon.Position = UDim2.new(0.163043469, 0, 0.421052724, 0)
  289. lumbertycoon.Size = UDim2.new(0, 61, 0, 18)
  290. lumbertycoon.Font = Enum.Font.Cartoon
  291. lumbertycoon.Text = "Lumber"
  292. lumbertycoon.TextColor3 = Color3.new(0, 0, 0)
  293. lumbertycoon.TextSize = 20
  294. lumbertycoon.TextWrapped = true
  295.  
  296. ImageButton.Parent = ImageLabel
  297. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  298. ImageButton.BackgroundTransparency = 1
  299. ImageButton.Position = UDim2.new(0, 0, -0.0201342274, 0)
  300. ImageButton.Size = UDim2.new(0, 53, 0, 44)
  301. ImageButton.Image = "rbxassetid://2246054658"
  302.  
  303. TextLabel.Parent = ImageLabel
  304. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  305. TextLabel.BackgroundTransparency = 1
  306. TextLabel.BorderSizePixel = 0
  307. TextLabel.Position = UDim2.new(0.171003714, 0, 0, 0)
  308. TextLabel.Size = UDim2.new(0, 170, 0, 38)
  309. TextLabel.Font = Enum.Font.SourceSansBold
  310. TextLabel.LineHeight = 1.2000000476837
  311. TextLabel.Text = "JJK HUB"
  312. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  313. TextLabel.TextScaled = true
  314. TextLabel.TextSize = 14
  315. TextLabel.TextWrapped = true
  316.  
  317. --[[
  318.      Scripts:
  319. --]]
  320.  
  321. local function IPKHQ_fake_script() -- TextButton.LocalScript
  322.     local script = Instance.new('LocalScript', TextButton)
  323.  
  324.     local button = script.Parent
  325.     local main = script.Parent.Parent.Parent.ImageLabel
  326.     stopper = false
  327.     open = false
  328.    
  329.     button.MouseButton1Click:Connect(function()
  330.         if stopper == false then
  331.             if open == false then
  332.                 stopper = true
  333.                
  334.                 main.Visible = true
  335.                 local TweenService = game:GetService"TweenService"
  336.                 local tween = TweenService:Create(
  337.                 main,--whatever should be tweened
  338.                 TweenInfo.new(0.5),--how the tween should act
  339.                 {
  340.                 Position = UDim2.new(0.412, 0,0.399, 0)--set rotation to whatever it should be
  341.                 }
  342.                 )
  343.                 tween:Play()
  344.                 wait(0.5)
  345.                 open = true
  346.                 stopper = false
  347.                 button.Text = "Close"
  348.                     else
  349.                 stopper = true
  350.                 main.Visible = true
  351.                 local TweenService = game:GetService"TweenService"
  352.                 local tween = TweenService:Create(
  353.                 main,--whatever should be tweened
  354.                 TweenInfo.new(0.5),--how the tween should act
  355.                 {
  356.                 Position = UDim2.new(2, 0,0.399, 0)--set rotation to whatever it should be
  357.                 }
  358.                 )
  359.                 tween:Play()
  360.                 wait(0.5)
  361.                 main.Visible = false
  362.                 button.Text = "Open"
  363.                 open = false
  364.                 stopper = false
  365.             end
  366.         end
  367.     end)
  368. end
  369. coroutine.wrap(IPKHQ_fake_script)()
  370. local function WQBTBUP_fake_script() -- Home.LocalScript
  371.     local script = Instance.new('LocalScript', Home)
  372.  
  373.     local player = game.Players.LocalPlayer
  374.    
  375.     wait(0.0001)
  376.    
  377.     script.Parent.Text = "hello, ".. (player.Name)
  378. end
  379. coroutine.wrap(WQBTBUP_fake_script)()
  380. local function PEAIZFY_fake_script() -- Home_2.LocalScript
  381.     local script = Instance.new('LocalScript', Home_2)
  382.  
  383.     local Players = game:GetService("Players")
  384.      
  385.     local player = Players.LocalPlayer
  386.      
  387.     -- Fetch the thumbnail
  388.     local userId = player.UserId
  389.     local thumbType = Enum.ThumbnailType.HeadShot
  390.     local thumbSize = Enum.ThumbnailSize.Size420x420
  391.     local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  392.      
  393.     -- Set the ImageLabel's content to the user thumbnail
  394.     local imageLabel = script.Parent
  395.     imageLabel.Image = content
  396.     imageLabel.Size = UDim2.new(0, 100, 0, 100)
  397. end
  398. coroutine.wrap(PEAIZFY_fake_script)()
  399. local function PYLMV_fake_script() -- Walkspeed.LocalScript
  400.     local script = Instance.new('LocalScript', Walkspeed)
  401.  
  402.     local plr = game.Players.LocalPlayer
  403.     local box = script.Parent
  404.    
  405.     while true do wait()
  406.         plr.Character.Humanoid.WalkSpeed = box.Text
  407.     end
  408. end
  409. coroutine.wrap(PYLMV_fake_script)()
  410. local function FFTA_fake_script() -- Walkspeed.LocalScript
  411.     local script = Instance.new('LocalScript', Walkspeed)
  412.  
  413.     local textBox = script.Parent
  414.     function PositiveIntegerMask(text)
  415.     return text:gsub("%D+", "")
  416.     end
  417.    
  418.     textBox:GetPropertyChangedSignal("Text"):Connect(function()     -- Replace the text with the formatted text:    
  419.     textBox.Text = PositiveIntegerMask(textBox.Text)
  420.     end)
  421. end
  422. coroutine.wrap(FFTA_fake_script)()
  423. local function IBQB_fake_script() -- jumppower_2.LocalScript
  424.     local script = Instance.new('LocalScript', jumppower_2)
  425.  
  426.     local plr = game.Players.LocalPlayer
  427.     local box = script.Parent
  428.    
  429.     box.FocusLost:Connect(function()
  430.         plr.Character.Humanoid.JumpPower = script.Parent.Text
  431.     end)
  432. end
  433. coroutine.wrap(IBQB_fake_script)()
  434. local function YZZUCQF_fake_script() -- jumppower_2.LocalScript
  435.     local script = Instance.new('LocalScript', jumppower_2)
  436.  
  437.     local textBox = script.Parent
  438.     function PositiveIntegerMask(text)
  439.     return text:gsub("%D+", "")
  440.     end
  441.    
  442.     textBox:GetPropertyChangedSignal("Text"):Connect(function()     -- Replace the text with the formatted text:    
  443.     textBox.Text = PositiveIntegerMask(textBox.Text)
  444.     end)
  445. end
  446. coroutine.wrap(YZZUCQF_fake_script)()
  447. local function VJWDKJJ_fake_script() -- TextButton_2.LocalScript
  448.     local script = Instance.new('LocalScript', TextButton_2)
  449.  
  450.     local button = script.Parent
  451.    
  452.     button.MouseButton1Click:Connect(function()
  453.         loadstring(game:HttpGet("https://pastebin.com/raw/GpC7XR4P",true))()
  454.     end)
  455. end
  456. coroutine.wrap(VJWDKJJ_fake_script)()
  457. local function UORWN_fake_script() -- TextButton_3.LocalScript
  458.     local script = Instance.new('LocalScript', TextButton_3)
  459.  
  460.     local button = script.Parent
  461.    
  462.     button.MouseButton1Click:Connect(function()
  463.         loadstring(game:HttpGet("https://pastebin.com/raw/Z07GUfgv",true))()
  464.     end)
  465. end
  466. coroutine.wrap(UORWN_fake_script)()
  467. local function MGUWAE_fake_script() -- TextButton_4.LocalScript
  468.     local script = Instance.new('LocalScript', TextButton_4)
  469.  
  470.     local button = script.Parent
  471.    
  472.     button.MouseButton1Click:Connect(function()
  473.         loadstring(game:HttpGet("https://pastebin.com/raw/gr0xqDKn",true))()
  474.     end)
  475. end
  476. coroutine.wrap(MGUWAE_fake_script)()
  477. local function CSBEJK_fake_script() -- TextButton_5.LocalScript
  478.     local script = Instance.new('LocalScript', TextButton_5)
  479.  
  480.     local button = script.Parent
  481.    
  482.     button.MouseButton1Click:Connect(function()
  483.          loadstring(game:HttpGet(('https://pastebin.com/raw/wWxsHtxJ'),true))()
  484.     end)
  485. end
  486. coroutine.wrap(CSBEJK_fake_script)()
  487. local function VNPA_fake_script() -- TextButton_6.LocalScript
  488.     local script = Instance.new('LocalScript', TextButton_6)
  489.  
  490.     local button = script.Parent
  491.    
  492.     button.MouseButton1Click:Connect(function()
  493.          loadstring(game:HttpGet("https://pastebin.com/raw/LFfvJqsD", true))()
  494.     end)
  495. end
  496. coroutine.wrap(VNPA_fake_script)()
  497. local function EOSC_fake_script() -- TextButton_7.LocalScript
  498.     local script = Instance.new('LocalScript', TextButton_7)
  499.  
  500.     local button = script.Parent
  501.    
  502.     button.MouseButton1Click:Connect(function()
  503.         loadstring(game:HttpGet'https://pastebin.com/raw/9KKAee2X')()
  504.     end)
  505. end
  506. coroutine.wrap(EOSC_fake_script)()
  507. local function OTOR_fake_script() -- localplr.LocalScript
  508.     local script = Instance.new('LocalScript', localplr)
  509.  
  510.     local games = script.Parent.Parent.Parent.Games
  511.    
  512.     script.Parent.MouseButton1Click:Connect(function()
  513.         games.Localplr.Visible = true
  514.         games.Lumbertycoon.Visible = false
  515.         games.Home.Visible = false
  516.     end)
  517. end
  518. coroutine.wrap(OTOR_fake_script)()
  519. local function YCYB_fake_script() -- lumbertycoon.LocalScript
  520.     local script = Instance.new('LocalScript', lumbertycoon)
  521.  
  522.     local games = script.Parent.Parent.Parent.Games
  523.    
  524.     script.Parent.MouseButton1Click:Connect(function()
  525.         games.Localplr.Visible = false
  526.         games.Lumbertycoon.Visible = true
  527.         games.Home.Visible = false
  528.     end)
  529. end
  530. coroutine.wrap(YCYB_fake_script)()
  531. local function ZWLPDZ_fake_script() -- ImageButton.LocalScript
  532.     local script = Instance.new('LocalScript', ImageButton)
  533.  
  534.     local button = script.Parent
  535.     local main = script.Parent.Parent.Frame.ScrollingFrame
  536.     stopper = false
  537.     open = false
  538.    
  539.     button.MouseButton1Click:Connect(function()
  540.         if stopper == false then
  541.             if open == false then
  542.                 stopper = true
  543.                
  544.                 main.Visible = true
  545.                 local TweenService = game:GetService"TweenService"
  546.                 local tween = TweenService:Create(
  547.                 main,--whatever should be tweened
  548.                 TweenInfo.new(0.5),--how the tween should act
  549.                 {
  550.                 Size = UDim2.new(0, 88,0, 111)--set rotation to whatever it should be
  551.                 }
  552.                 )
  553.                 tween:Play()
  554.                
  555.                 local tween = TweenService:Create(
  556.                 button,--whatever should be tweened
  557.                 TweenInfo.new(0.2),--how the tween should act
  558.                 {
  559.                 Rotation = 180 --set rotation to whatever it should be
  560.                 }
  561.                 )
  562.                 tween:Play()
  563.                
  564.                 open = true
  565.                 stopper = false
  566.                     else
  567.                 stopper = true
  568.                 main.Visible = true
  569.                 local TweenService = game:GetService"TweenService"
  570.                 local tween = TweenService:Create(
  571.                 main,--whatever should be tweened
  572.                 TweenInfo.new(0.5),--how the tween should act
  573.                 {
  574.                 Size = UDim2.new(0, 0,0, 111)--set rotation to whatever it should be
  575.                 }
  576.                 )
  577.                 tween:Play()
  578.                
  579.                 local tween = TweenService:Create(
  580.                 button,--whatever should be tweened
  581.                 TweenInfo.new(0.2),--how the tween should act
  582.                 {
  583.                 Rotation = 0 --set rotation to whatever it should be
  584.                 }
  585.                 )
  586.                 tween:Play()
  587.                 wait(0.5)
  588.                 main.Visible = false
  589.                 stopper = false
  590.                 open = false
  591.             end
  592.         end
  593.     end)
  594. end
  595. coroutine.wrap(ZWLPDZ_fake_script)()
  596. local function UUOIFLD_fake_script() -- JJkhubrevamp.LocalScript
  597.     local script = Instance.new('LocalScript', JJkhubrevamp)
  598.  
  599.     script.Parent.ImageLabel.Frame.ScrollingFrame.Visible = false
  600.     script.Parent.ImageLabel.Visible = false
  601.     script.Parent.ImageLabel.Position = UDim2.new(2, 0,0.399, 0)
  602.     script.Parent.ImageLabel.Frame.ScrollingFrame.Size = UDim2.new(0, 0,0, 111)
  603.     script.Parent.ImageLabel.Frame.Games.Home.Visible = true
  604.     script.Parent.ImageLabel.Frame.Games.Localplr.Visible = false
  605.     script.Parent.ImageLabel.Frame.Games.Lumbertycoon.Visible = false
  606.    
  607. end
  608. coroutine.wrap(UUOIFLD_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement