Sharkkkkkk

a

Mar 20th, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.27 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageButton")
  8. local OptionHolder = Instance.new("Frame")
  9. local SideFrame = Instance.new("ImageButton")
  10. local Home = Instance.new("TextButton")
  11. local Movement = Instance.new("TextButton")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local ToggleButton = Instance.new("ImageButton")
  14. local TextLabel = Instance.new("TextLabel")
  15. local ToggleButton_2 = Instance.new("ImageButton")
  16. local Toggle = Instance.new("ImageButton")
  17. local TopFrame = Instance.new("Frame")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local Minimize = Instance.new("TextButton")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local UICorner = Instance.new("UICorner")
  22. local shadowHolder = Instance.new("Frame")
  23. local ambientShadow = Instance.new("ImageLabel")
  24. local ambientShadow_2 = Instance.new("ImageLabel")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.CoreGui
  29.  
  30. Frame.Name = "Frame"
  31. Frame.Parent = ScreenGui
  32. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. Frame.BackgroundTransparency = 1.000
  34. Frame.Position = UDim2.new(0.0099472478, 0, 0.60261941, 0)
  35. Frame.Size = UDim2.new(0, 264, 0, 177)
  36. Frame.Image = "rbxassetid://2790382281"
  37. Frame.ImageColor3 = Color3.fromRGB(240, 240, 240)
  38. Frame.ScaleType = Enum.ScaleType.Slice
  39. Frame.SliceCenter = Rect.new(4, 4, 252, 252)
  40.  
  41. OptionHolder.Name = "OptionHolder"
  42. OptionHolder.Parent = Frame
  43. OptionHolder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. OptionHolder.BackgroundTransparency = 1.000
  45. OptionHolder.Size = UDim2.new(0, 137, 0, 355)
  46.  
  47. SideFrame.Name = "SideFrame"
  48. SideFrame.Parent = OptionHolder
  49. SideFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. SideFrame.BackgroundTransparency = 1.000
  51. SideFrame.Position = UDim2.new(0, 0, 0.0510066487, 0)
  52. SideFrame.Size = UDim2.new(0, 76, 0, 158)
  53. SideFrame.Image = "rbxassetid://2790382281"
  54. SideFrame.ImageColor3 = Color3.fromRGB(248, 248, 248)
  55. SideFrame.ScaleType = Enum.ScaleType.Slice
  56. SideFrame.SliceCenter = Rect.new(4, 4, 252, 252)
  57.  
  58. Home.Name = "Home"
  59. Home.Parent = SideFrame
  60. Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. Home.BackgroundTransparency = 1.000
  62. Home.Position = UDim2.new(0.0724637657, 0, 0.0632911325, 0)
  63. Home.Size = UDim2.new(0, 59, 0, 19)
  64. Home.Font = Enum.Font.Gotham
  65. Home.Text = "Home"
  66. Home.TextColor3 = Color3.fromRGB(159, 159, 159)
  67. Home.TextSize = 12.000
  68. Home.TextStrokeColor3 = Color3.fromRGB(159, 159, 159)
  69.  
  70. Movement.Name = "Movement"
  71. Movement.Parent = SideFrame
  72. Movement.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. Movement.BackgroundTransparency = 1.000
  74. Movement.Position = UDim2.new(0.309305906, 0, 0.183544308, 0)
  75. Movement.Size = UDim2.new(0, 28, 0, 19)
  76. Movement.Font = Enum.Font.Gotham
  77. Movement.Text = "Movement"
  78. Movement.TextColor3 = Color3.fromRGB(159, 159, 159)
  79. Movement.TextSize = 12.000
  80.  
  81. ScrollingFrame.Parent = OptionHolder
  82. ScrollingFrame.Active = true
  83. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. ScrollingFrame.BackgroundTransparency = 1.000
  85. ScrollingFrame.BorderSizePixel = 0
  86. ScrollingFrame.Position = UDim2.new(0.503649652, 0, 0.0591549277, 0)
  87. ScrollingFrame.Size = UDim2.new(0, 210, 0, 155)
  88. ScrollingFrame.BottomImage = ""
  89. ScrollingFrame.MidImage = ""
  90. ScrollingFrame.TopImage = ""
  91.  
  92. ToggleButton.Name = "ToggleButton"
  93. ToggleButton.Parent = ScrollingFrame
  94. ToggleButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. ToggleButton.BackgroundTransparency = 1.000
  96. ToggleButton.Position = UDim2.new(0.0579599291, 0, 0.00974588096, 0)
  97. ToggleButton.Size = UDim2.new(0, 175, 0, 24)
  98. ToggleButton.Image = "rbxassetid://2790382281"
  99. ToggleButton.ImageColor3 = Color3.fromRGB(248, 248, 248)
  100. ToggleButton.ScaleType = Enum.ScaleType.Slice
  101. ToggleButton.SliceCenter = Rect.new(4, 4, 252, 252)
  102.  
  103. TextLabel.Parent = ToggleButton
  104. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. TextLabel.BackgroundTransparency = 1.000
  106. TextLabel.Position = UDim2.new(0.00781746209, 0, 0.310606003, 0)
  107. TextLabel.Size = UDim2.new(0, 50, 0, 11)
  108. TextLabel.Font = Enum.Font.Gotham
  109. TextLabel.Text = "Aimbot"
  110. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. TextLabel.TextSize = 12.000
  112.  
  113. ToggleButton_2.Name = "ToggleButton"
  114. ToggleButton_2.Parent = ToggleButton
  115. ToggleButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. ToggleButton_2.BackgroundTransparency = 1.000
  117. ToggleButton_2.Position = UDim2.new(0.729797482, 0, 0.185606629, 0)
  118. ToggleButton_2.Size = UDim2.new(0, 35, 0, 16)
  119. ToggleButton_2.Image = "rbxassetid://2790382281"
  120. ToggleButton_2.ImageColor3 = Color3.fromRGB(194, 194, 194)
  121. ToggleButton_2.ScaleType = Enum.ScaleType.Slice
  122. ToggleButton_2.SliceCenter = Rect.new(4, 4, 252, 252)
  123.  
  124. Toggle.Name = "Toggle"
  125. Toggle.Parent = ToggleButton_2
  126. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. Toggle.BackgroundTransparency = 1.000
  128. Toggle.Position = UDim2.new(-0.0144318473, 0, 0, 0)
  129. Toggle.Size = UDim2.new(0, 19, 0, 16)
  130. Toggle.Image = "rbxassetid://2790382281"
  131. Toggle.ImageColor3 = Color3.fromRGB(240, 240, 240)
  132. Toggle.ScaleType = Enum.ScaleType.Slice
  133. Toggle.SliceCenter = Rect.new(4, 4, 252, 252)
  134. local on = false
  135. Toggle.MouseButton1Down:Connect(function()
  136. if on == false then
  137. on = true
  138. print("toggle on")
  139. else
  140. on = false
  141. print("toggle off")
  142. end
  143. end)
  144.  
  145. TopFrame.Name = "TopFrame"
  146. TopFrame.Parent = Frame
  147. TopFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. TopFrame.Position = UDim2.new(0.0037878789, 0, -0.000910354895, 0)
  149. TopFrame.Size = UDim2.new(0, 263, 0, 22)
  150.  
  151. TextLabel_2.Parent = TopFrame
  152. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. TextLabel_2.BackgroundTransparency = 1.000
  154. TextLabel_2.Position = UDim2.new(0.308299422, 0, 0.0454545468, 0)
  155. TextLabel_2.Size = UDim2.new(0, 43, 0, 21)
  156. TextLabel_2.Font = Enum.Font.Gotham
  157. TextLabel_2.Text = "Jellyfish Hub - Arsenal"
  158. TextLabel_2.TextColor3 = Color3.fromRGB(76, 76, 76)
  159. TextLabel_2.TextSize = 14.000
  160. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(76, 76, 76)
  161.  
  162. Minimize.Name = "Minimize"
  163. Minimize.Parent = TopFrame
  164. Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. Minimize.BackgroundTransparency = 1.000
  166. Minimize.Position = UDim2.new(0.911178052, 0, 0.00732456148, 0)
  167. Minimize.Size = UDim2.new(0, 17, 0, 20)
  168. Minimize.Font = Enum.Font.Code
  169. Minimize.Text = "-"
  170. Minimize.TextColor3 = Color3.fromRGB(76, 76, 76)
  171. Minimize.TextSize = 26.000
  172.  
  173. ImageLabel.Parent = TopFrame
  174. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. ImageLabel.BackgroundTransparency = 1.000
  176. ImageLabel.Position = UDim2.new(0.015208967, 0, -0.0909090936, 0)
  177. ImageLabel.Size = UDim2.new(0, 24, 0, 27)
  178. ImageLabel.Image = "http://www.roblox.com/asset/?id=6545437979"
  179. ImageLabel.ImageColor3 = Color3.fromRGB(199, 199, 199)
  180.  
  181. UICorner.CornerRadius = UDim.new(0.150000006, 0)
  182. UICorner.Parent = TopFrame
  183.  
  184. shadowHolder.Name = "shadowHolder"
  185. shadowHolder.Parent = Frame
  186. shadowHolder.BackgroundTransparency = 1.000
  187. shadowHolder.Size = UDim2.new(1, 0, 1, 0)
  188.  
  189. ambientShadow.Name = "ambientShadow"
  190. ambientShadow.Parent = shadowHolder
  191. ambientShadow.AnchorPoint = Vector2.new(0.5, 0.5)
  192. ambientShadow.BackgroundTransparency = 1.000
  193. ambientShadow.Position = UDim2.new(0.497606158, 0, 0.497175097, 0)
  194. ambientShadow.Size = UDim2.new(1.08413935, 4, 1.10734463, 4)
  195. ambientShadow.Image = "rbxassetid://1316045217"
  196. ambientShadow.ImageTransparency = 0.880
  197. ambientShadow.ScaleType = Enum.ScaleType.Slice
  198. ambientShadow.SliceCenter = Rect.new(10, 10, 118, 118)
  199.  
  200. ambientShadow_2.Name = "ambientShadow"
  201. ambientShadow_2.Parent = shadowHolder
  202. ambientShadow_2.AnchorPoint = Vector2.new(0.5, 0.5)
  203. ambientShadow_2.BackgroundTransparency = 1.000
  204. ambientShadow_2.Position = UDim2.new(0.497606158, 0, 0.497175097, 0)
  205. ambientShadow_2.Size = UDim2.new(1.08413935, 4, 1.10734463, 4)
  206. ambientShadow_2.Image = "rbxassetid://1316045217"
  207. ambientShadow_2.ImageTransparency = 0.880
  208. ambientShadow_2.ScaleType = Enum.ScaleType.Slice
  209. ambientShadow_2.SliceCenter = Rect.new(10, 10, 118, 118)
  210.  
  211. -- Scripts:
  212.  
  213. local function EIKY_fake_script() -- Home.LocalScript
  214. local script = Instance.new('LocalScript', Home)
  215.  
  216. script.Parent.MouseEnter:Connect(function()
  217. game.TweenService:Create(script.Parent, TweenInfo.new(0.18, Enum.EasingStyle.Linear, Enum.EasingDirection.In), {
  218. BackgroundColor3 = Color3.fromRGB(255, 53, 46),
  219. TextColor3 = Color3.fromRGB(80, 80, 80)
  220. }):Play()
  221. end)
  222. script.Parent.MouseLeave:Connect(function()
  223. game.TweenService:Create(script.Parent, TweenInfo.new(0.18, Enum.EasingStyle.Linear, Enum.EasingDirection.In), {
  224. TextColor3 = Color3.fromRGB(159, 159, 159),
  225. BackgroundColor3 = Color3.fromRGB(159, 159, 159)
  226. }):Play()
  227. end)
  228. end
  229. coroutine.wrap(EIKY_fake_script)()
  230. local function YUOMLGQ_fake_script() -- Movement.LocalScript
  231. local script = Instance.new('LocalScript', Movement)
  232.  
  233. script.Parent.MouseEnter:Connect(function()
  234. game.TweenService:Create(script.Parent, TweenInfo.new(0.18, Enum.EasingStyle.Linear, Enum.EasingDirection.In), {
  235. BackgroundColor3 = Color3.fromRGB(255, 53, 46),
  236. TextColor3 = Color3.fromRGB(80, 80, 80)
  237. }):Play()
  238. end)
  239. script.Parent.MouseLeave:Connect(function()
  240. game.TweenService:Create(script.Parent, TweenInfo.new(0.18, Enum.EasingStyle.Linear, Enum.EasingDirection.In), {
  241. TextColor3 = Color3.fromRGB(159, 159, 159),
  242. BackgroundColor3 = Color3.fromRGB(159, 159, 159)
  243. }):Play()
  244. end)
  245. end
  246. coroutine.wrap(YUOMLGQ_fake_script)()
  247. local function BBXS_fake_script() -- Toggle.LocalScript
  248. local script = Instance.new('LocalScript', Toggle)
  249.  
  250. local tog = false
  251. script.Parent.MouseButton1Click:Connect(function()
  252. if tog == false then
  253. tog = true
  254. game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {ImageColor3 = Color3.fromRGB(76, 76, 76)}):Play()
  255. script.Parent:TweenPosition(UDim2.new(0.440, 0,0, 0),"Out","Linear",0.1,false,nil)
  256. else
  257. tog = false
  258. game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {ImageColor3 = Color3.fromRGB(240, 240, 240)}):Play()
  259. script.Parent:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Linear",0.1,false,nil)
  260. end
  261. end)
  262. end
  263. coroutine.wrap(BBXS_fake_script)()
  264. local function UNWS_fake_script() -- Minimize.LocalScript
  265. local script = Instance.new('LocalScript', Minimize)
  266.  
  267. local button = script.Parent
  268. local toggled = false
  269.  
  270. local function onButtonActivated()
  271. if toggled == false then
  272. script.Parent.Text = "+"
  273. script.Parent.Parent.Parent.OptionHolder.Visible = false
  274. script.Parent.Parent.Parent:TweenSize(UDim2.new(0, 264,0, 24), 'Out','Linear',2)
  275. wait(2)
  276. toggled = true
  277. else
  278. script.Parent.Text = "-"
  279. script.Parent.Parent.Parent.OptionHolder.Visible = false
  280. script.Parent.Parent.Parent:TweenSize(UDim2.new(0, 264,0, 177), 'Out','Linear',2)
  281. wait(2)
  282. script.Parent.Parent.Parent.OptionHolder.Visible = true
  283. toggled = false
  284. end
  285. end
  286. button.Activated:Connect(onButtonActivated)
  287.  
  288. end
  289. coroutine.wrap(UNWS_fake_script)()
  290. local function FSUTYOE_fake_script() -- Frame.LocalScript
  291. local script = Instance.new('LocalScript', Frame)
  292.  
  293. local UIS = game:GetService("UserInputService")
  294. function dragify(Frame)
  295. dragToggle = nil
  296. local dragSpeed = 5
  297. dragInput = nil
  298. dragStart = nil
  299. local dragPos = nil
  300. function updateInput(input)
  301. local Delta = input.Position - dragStart
  302. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  303. game:GetService("TweenService"):Create(Frame, TweenInfo.new(1), {Position = Position}):Play()
  304. end
  305. Frame.InputBegan:Connect(function(input)
  306. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  307. dragToggle = true
  308. dragStart = input.Position
  309. startPos = Frame.Position
  310. input.Changed:Connect(function()
  311. if input.UserInputState == Enum.UserInputState.End then
  312. dragToggle = false
  313. end
  314. end)
  315. end
  316. end)
  317. Frame.InputChanged:Connect(function(input)
  318. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  319. dragInput = input
  320. end
  321. end)
  322. game:GetService("UserInputService").InputChanged:Connect(function(input)
  323. if input == dragInput and dragToggle then
  324. updateInput(input)
  325. end
  326. end)
  327. end
  328. dragify(script.Parent)
  329. end
  330. coroutine.wrap(FSUTYOE_fake_script)()
  331.  
Add Comment
Please, Sign In to add comment