Sosad_Gaming

Hub

Dec 1st, 2021
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.64 KB | None | 0 0
  1. if not _G.LastPiratesCandyHop then
  2. local DinoLoadingUI = Instance.new("ScreenGui")
  3. local DinoWindow = Instance.new("ImageLabel")
  4. local DinoBackground = Instance.new("Frame")
  5. local DinoText1 = Instance.new("TextLabel")
  6. local DinoText2 = Instance.new("TextLabel")
  7. local DinoText2UIGradient = Instance.new("UIGradient")
  8. local Outline1 = Instance.new("Frame")
  9. local Outline1UIGradient = Instance.new("UIGradient")
  10. local AntiAFKToggle = Instance.new("Frame")
  11. local AntiAFKToggleTitle = Instance.new("TextLabel")
  12. local AntiAFKToggleButton = Instance.new("TextButton")
  13. local AntiAFKToggleButtonUIGradient = Instance.new("UIGradient")
  14. local LoadButton = Instance.new("TextButton")
  15. local AntiAFKToggleButtonUIGradient_2 = Instance.new("UIGradient")
  16. local MobileSupportToggle = Instance.new("Frame")
  17. local MobileSupportToggleTitle = Instance.new("TextLabel")
  18. local MobileSupportToggleButton = Instance.new("TextButton")
  19. local MobileSupportToggleButtonUIGradient = Instance.new("UIGradient")
  20. local DinoDescription = Instance.new("TextLabel")
  21. --Properties:
  22. DinoLoadingUI.Name = "DinoLoadingUI"
  23. DinoLoadingUI.Parent = game.CoreGui
  24. DinoLoadingUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25. DinoLoadingUI.ResetOnSpawn = false
  26. DinoWindow.Name = "DinoWindow"
  27. DinoWindow.Parent = DinoLoadingUI
  28. DinoWindow.AnchorPoint = Vector2.new(0.5, 0.5)
  29. DinoWindow.BackgroundTransparency = 1.000
  30. DinoWindow.BorderSizePixel = 0
  31. DinoWindow.Position = UDim2.new(0.499629349, 0, 0.499404043, 0)
  32. DinoWindow.Size = UDim2.new(0.229799852, 0, 0.190703213, 0)
  33. DinoWindow.Image = "rbxassetid://1316045217"
  34. DinoWindow.ImageColor3 = Color3.fromRGB(0, 0, 0)
  35. DinoWindow.ImageTransparency = 0.400
  36. DinoWindow.ScaleType = Enum.ScaleType.Slice
  37. DinoWindow.SliceCenter = Rect.new(10, 10, 118, 118)
  38. DinoBackground.Name = "DinoBackground"
  39. DinoBackground.Parent = DinoWindow
  40. DinoBackground.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  41. DinoBackground.BorderSizePixel = 0
  42. DinoBackground.Position = UDim2.new(0.0161290318, 0, 0.03125, 0)
  43. DinoBackground.Size = UDim2.new(0.967741907, 0, 0.9375, 0)
  44. DinoText1.Name = "DinoText1"
  45. DinoText1.Parent = DinoBackground
  46. DinoText1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. DinoText1.BackgroundTransparency = 1.000
  48. DinoText1.BorderSizePixel = 0
  49. DinoText1.Position = UDim2.new(0.300000012, 0, 0.0333333351, 0)
  50. DinoText1.Size = UDim2.new(0.216666669, 0, 0.100000001, 0)
  51. DinoText1.Visible = true
  52. DinoText1.Font = Enum.Font.GothamSemibold
  53. DinoText1.Text = "Dino Hub"
  54. DinoText1.TextColor3 = Color3.fromRGB(180, 180, 180)
  55. DinoText1.TextSize = 14.000
  56. DinoText1.TextScaled = true
  57. DinoText2.Name = "DinoText2"
  58. DinoText2.Parent = DinoBackground
  59. DinoText2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. DinoText2.BackgroundTransparency = 1.000
  61. DinoText2.BorderSizePixel = 0
  62. DinoText2.Position = UDim2.new(0.516666651, 0, 0.0333333351, 0)
  63. DinoText2.Size = UDim2.new(0.15, 0, 0.100000001, 0)
  64. DinoText2.Visible = true
  65. DinoText2.Font = Enum.Font.GothamSemibold
  66. DinoText2.Text = "Loader"
  67. DinoText2.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. DinoText2.TextSize = 14.000
  69. DinoText2.TextScaled = true
  70. DinoText2UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(69, 153, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(128, 173, 255))}
  71. DinoText2UIGradient.Name = "DinoText2UIGradient"
  72. DinoText2UIGradient.Parent = DinoText2
  73. Outline1.Name = "Outline1"
  74. Outline1.Parent = DinoBackground
  75. Outline1.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  76. Outline1.BorderSizePixel = 0
  77. Outline1.Position = UDim2.new(0.0333333351, 0, 0.146666661, 0)
  78. Outline1.Size = UDim2.new(0.933333337, 0, 0.00666666683, 0)
  79. Outline1.Visible = true
  80. local LocalizationService = game:GetService("LocalizationService")
  81. local player = game.Players.LocalPlayer
  82. local result, code = pcall(function()
  83. return LocalizationService:GetCountryRegionForPlayerAsync(player)
  84. end)
  85. Outline1UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(69, 153, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(128, 173, 255))}
  86. Outline1UIGradient.Name = "Outline1UIGradient"
  87. Outline1UIGradient.Parent = Outline1
  88.  
  89. AntiAFKToggle.Name = "AntiAFKToggle"
  90. AntiAFKToggle.Parent = DinoBackground
  91. AntiAFKToggle.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  92. AntiAFKToggle.BorderSizePixel = 0
  93. AntiAFKToggle.Position = UDim2.new(0.0333333351, 0, 0.166666672, 0)
  94. AntiAFKToggle.Size = UDim2.new(0.933333337, 0, 0.13333334, 0)
  95. AntiAFKToggle.Visible = true
  96. AntiAFKToggleTitle.Name = "AntiAFKToggleTitle"
  97. AntiAFKToggleTitle.Parent = AntiAFKToggle
  98. AntiAFKToggleTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. AntiAFKToggleTitle.BackgroundTransparency = 1.000
  100. AntiAFKToggleTitle.BorderSizePixel = 0
  101. AntiAFKToggleTitle.Position = UDim2.new(0.0714285746, 0, 0, 0)
  102. AntiAFKToggleTitle.Size = UDim2.new(0.928571403, 0, 0.999999881, 0)
  103. AntiAFKToggleTitle.Font = Enum.Font.GothamSemibold
  104. AntiAFKToggleTitle.Text = "AntiAFK | AFK Forever"
  105. AntiAFKToggleTitle.TextColor3 = Color3.fromRGB(180, 180, 180)
  106. AntiAFKToggleTitle.TextSize = 14.000
  107. AntiAFKToggleTitle.TextXAlignment = Enum.TextXAlignment.Left
  108. AntiAFKToggleTitle.TextScaled = true
  109. AntiAFKToggleButton.Name = "AntiAFKToggleButton"
  110. AntiAFKToggleButton.Parent = AntiAFKToggle
  111. AntiAFKToggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. AntiAFKToggleButton.BackgroundTransparency = 0.800
  113. AntiAFKToggleButton.BorderColor3 = Color3.fromRGB(85, 117, 168)
  114. AntiAFKToggleButton.Position = UDim2.new(0, 0, 0.199999988, 0)
  115. AntiAFKToggleButton.Size = UDim2.new(0.042857144, 0, 0.599999964, 0)
  116. AntiAFKToggleButton.AutoButtonColor = true
  117. AntiAFKToggleButton.Font = Enum.Font.SourceSans
  118. AntiAFKToggleButton.Text = ""
  119. AntiAFKToggleButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. AntiAFKToggleButton.TextSize = 14.000
  121. AntiAFKToggleButton.TextScaled = true
  122. AntiAFKToggleButtonUIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(68, 128, 205)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(73, 141, 223))}
  123. AntiAFKToggleButtonUIGradient.Rotation = 80
  124. AntiAFKToggleButtonUIGradient.Name = "AntiAFKToggleButtonUIGradient"
  125. AntiAFKToggleButtonUIGradient.Parent = AntiAFKToggleButton
  126. LoadButton.Name = "LoadButton"
  127. LoadButton.Parent = DinoBackground
  128. LoadButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. LoadButton.BorderColor3 = Color3.fromRGB(85, 117, 168)
  130. LoadButton.Position = UDim2.new(0.25, 0, 0.779999971, 0)
  131. LoadButton.Size = UDim2.new(0.5, 0, 0.13333334, 0)
  132. LoadButton.Visible = true
  133. LoadButton.AutoButtonColor = false
  134. LoadButton.Font = Enum.Font.GothamSemibold
  135. LoadButton.Text = "Load"
  136. LoadButton.TextColor3 = Color3.fromRGB(20, 20, 20)
  137. LoadButton.TextSize = 14.000
  138. LoadButton.TextScaled = true
  139. AntiAFKToggleButtonUIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(68, 128, 205)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(73, 141, 223))}
  140. AntiAFKToggleButtonUIGradient_2.Rotation = 80
  141. AntiAFKToggleButtonUIGradient_2.Name = "AntiAFKToggleButtonUIGradient"
  142. AntiAFKToggleButtonUIGradient_2.Parent = LoadButton
  143. MobileSupportToggle.Name = "MobileSupportToggle"
  144. MobileSupportToggle.Parent = DinoBackground
  145. MobileSupportToggle.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  146. MobileSupportToggle.BorderSizePixel = 0
  147. MobileSupportToggle.Position = UDim2.new(0.0333333351, 0, 0.300000012, 0)
  148. MobileSupportToggle.Size = UDim2.new(0.933333337, 0, 0.13333334, 0)
  149. MobileSupportToggle.Visible = true
  150. MobileSupportToggleTitle.Name = "MobileSupportToggleTitle"
  151. MobileSupportToggleTitle.Parent = MobileSupportToggle
  152. MobileSupportToggleTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. MobileSupportToggleTitle.BackgroundTransparency = 1.000
  154. MobileSupportToggleTitle.BorderSizePixel = 0
  155. MobileSupportToggleTitle.Position = UDim2.new(0.0714285746, 0, 0, 0)
  156. MobileSupportToggleTitle.Size = UDim2.new(0.928571403, 0, 0.999999881, 0)
  157. MobileSupportToggleTitle.Font = Enum.Font.GothamSemibold
  158. MobileSupportToggleTitle.Text = "Mobile Support | Decrease Lag"
  159. MobileSupportToggleTitle.TextColor3 = Color3.fromRGB(180, 180, 180)
  160. MobileSupportToggleTitle.TextSize = 14.000
  161. MobileSupportToggleTitle.TextXAlignment = Enum.TextXAlignment.Left
  162. MobileSupportToggleTitle.TextScaled = true
  163. MobileSupportToggleButton.Name = "MobileSupportToggleButton"
  164. MobileSupportToggleButton.Parent = MobileSupportToggle
  165. MobileSupportToggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. MobileSupportToggleButton.BackgroundTransparency = 0.800
  167. MobileSupportToggleButton.BorderColor3 = Color3.fromRGB(85, 117, 168)
  168. MobileSupportToggleButton.Position = UDim2.new(0, 0, 0.199999988, 0)
  169. MobileSupportToggleButton.Size = UDim2.new(0.042857144, 0, 0.599999964, 0)
  170. MobileSupportToggleButton.AutoButtonColor = false
  171. MobileSupportToggleButton.Font = Enum.Font.SourceSans
  172. MobileSupportToggleButton.Text = ""
  173. MobileSupportToggleButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. MobileSupportToggleButton.TextSize = 14.000
  175. MobileSupportToggleButton.TextScaled = true
  176. MobileSupportToggleButtonUIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(68, 128, 205)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(73, 141, 223))}
  177. MobileSupportToggleButtonUIGradient.Rotation = 80
  178. MobileSupportToggleButtonUIGradient.Name = "MobileSupportToggleButtonUIGradient"
  179. MobileSupportToggleButtonUIGradient.Parent = MobileSupportToggleButton
  180. DinoDescription.Name = "DinoDescription"
  181. DinoDescription.Parent = DinoBackground
  182. DinoDescription.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. DinoDescription.BackgroundTransparency = 1.000
  184. DinoDescription.BorderSizePixel = 0
  185. DinoDescription.Position = UDim2.new(0.0333333351, 0, 0.533333361, 0)
  186. DinoDescription.Size = UDim2.new(0.933333337, 0, 0.200000003, 0)
  187. DinoDescription.Visible = true
  188. DinoDescription.Font = Enum.Font.GothamSemibold
  189. DinoDescription.Text = "Description : Thank You For Using Dino Hub. Use It Well!"
  190. DinoDescription.TextColor3 = Color3.fromRGB(150, 150, 150)
  191. DinoDescription.TextSize = 14.000
  192. DinoDescription.TextWrapped = true
  193. DinoDescription.TextXAlignment = Enum.TextXAlignment.Left
  194. DinoDescription.TextScaled = true
  195. local antiafktoggled = false
  196. local mobilesupported = false
  197. local player = game.Players.LocalPlayer
  198. local TeleportService = game:GetService("TeleportService")
  199. local level1Id = 7899144215
  200. AntiAFKToggleButton.MouseButton1Click:Connect(function()
  201. if antiafktoggled then
  202. game:GetService("TweenService"):Create(AntiAFKToggleButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.8}):Play()
  203. antiafktoggled = false
  204. else
  205. game:GetService("TweenService"):Create(AntiAFKToggleButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0}):Play()
  206. antiafktoggled = true
  207. end
  208. if antiafktoggled then
  209. local AntiAFK = game:GetService("VirtualUser")
  210. AntiAFKT = game:GetService("Players").LocalPlayer.Idled:connect(function()
  211. AntiAFK:CaptureController()
  212. AntiAFK:ClickButton2(Vector2.new())
  213. end)
  214. else
  215. AntiAFKT:Disconnect()
  216. end
  217. end)
  218. MobileSupportToggleButton.MouseButton1Click:Connect(function()
  219. if mobilesupported then
  220. game:GetService("TweenService"):Create(MobileSupportToggleButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.8}):Play()
  221. mobilesupported = false
  222. else
  223. game:GetService("TweenService"):Create(MobileSupportToggleButton, TweenInfo.new(0.08, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0}):Play()
  224. mobilesupported = true
  225. end
  226. end)
  227. local gamesupported = false
  228. LoadButton.MouseButton1Click:Connect(function()
  229. for _, sodi in pairs(DinoBackground:GetChildren()) do
  230. sodi:Destroy()
  231. end
  232. local LoadingTXT = Instance.new("TextLabel")
  233. --Properties:
  234.  
  235.  
  236. LoadingTXT.Name = "LoadingTXT"
  237. LoadingTXT.Parent = DinoBackground
  238. LoadingTXT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. LoadingTXT.BackgroundTransparency = 1.000
  240. LoadingTXT.BorderSizePixel = 0
  241. LoadingTXT.Position = UDim2.new(0.159999996, 0, 0.406666666, 0)
  242. LoadingTXT.Size = UDim2.new(0.666666687, 0, 0.166666672, 0)
  243. LoadingTXT.Font = Enum.Font.GothamSemibold
  244. LoadingTXT.Text = "Checking If Game Supported"
  245. LoadingTXT.TextColor3 = Color3.fromRGB(180, 180, 180)
  246. LoadingTXT.TextSize = 14.000
  247. LoadingTXT.TextScaled = true
  248. wait(3)
  249. LoadingTXT.Text = "Game Supported !"
  250. wait(2)
  251. LoadingTXT.Text = "Check Device !"
  252. wait(2)
  253. if not game:GetService("UserInputService").TouchEnabled and not game:GetService("UserInputService").KeyboardEnabled == false then
  254. LoadingTXT.Text = "You Device is : PC"
  255. else
  256. LoadingTXT.Text = "You Device is : Mobile"
  257. end
  258. wait(3)
  259. LoadingTXT.Text = "Hello Player From : " .. code
  260. wait(2)
  261. if game.PlaceId == 7449423635 then
  262. LoadingTXT.Text = "Blox Fruit Dino Hub Script [ Sea 3 ]"
  263. elseif game.PlaceId == 2753915549 then
  264. LoadingTXT.Text = "Blox Fruit Dino Hub Script [ Sea 1 ]"
  265. elseif game.PlaceId == 4442272183 then
  266. LoadingTXT.Text = "Blox Fruit Dino Hub Script [ Sea 2 ]"
  267. end
  268. if game.PlaceId == 4520749081 then
  269. LoadingTXT.Text = "King Lecagy Dino Hub Script [ Sea 1 ]"
  270. elseif game.PlaceId == 6381829480 then
  271. LoadingTXT.Text = "King Lecagy Dino Hub Script [ Sea 2 ]"
  272. elseif game.PlaceId == 5931540094 then
  273. LoadingTXT.Text = "King Lecagy Dino Hub Script [ Raid ]"
  274. elseif game.PlaceId == 537413528 then
  275. LoadingTXT.Text = "Build a Boat Script [ By SandaFrosty ]"
  276. elseif game.PlaceId == 7485253727 then
  277. LoadingTXT.Text = "True Piece Script"
  278. end
  279. if game.PlaceId == 6284583030 then
  280. LoadingTXT.Text = "Pet Simulator X Dino Hub!"
  281. end
  282. wait(2)
  283. LoadingTXT.Text = "Checking Function..."
  284. if mobilesupported then
  285. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  286. local g = game
  287. local w = g.Workspace
  288. local l = g.Lighting
  289. local t = w.Terrain
  290. t.WaterWaveSize = 0
  291. t.WaterWaveSpeed = 0
  292. t.WaterReflectance = 0
  293. t.WaterTransparency = 0
  294. l.GlobalShadows = false
  295. l.FogEnd = 9e9
  296. l.Brightness = 0
  297. settings().Rendering.QualityLevel = "Level01"
  298. for i,v in pairs(g:GetDescendants()) do
  299. if v:IsA("Part") or v:IsA("Union") or v:IsA("MeshPart") then
  300. v.Material = "Plastic"
  301. v.Reflectance = 0
  302. elseif v:IsA("Decal") and decalsyeeted then
  303. v.Transparency = 1
  304. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  305. v.Lifetime = NumberRange.new(0)
  306. end
  307. end
  308. end
  309. wait(2)
  310. wait(1)
  311. DinoLoadingUI:Destroy()
  312. LoadingTXT.Text = "Done !"
  313. wait(2)
  314.  
  315. LoadingTXT.Text = "Waiting For UI"
  316. wait(1)
  317. DinoLoadingUI:Destroy()
  318. LoadingTXT.Text = "Done !"
  319. wait(2)
  320. loadstring(game:HttpGet("https://pastebin.com/raw/kLBGGD73", true))()
  321. end)
  322. else
  323. _G.CandyHopz = true
  324. loadstring(game:HttpGet("https://raw.githubusercontent.com/naypramx/naypramxhub/main/serverhopcandyfarn" , true))()
  325. end
  326. RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment