TheHollaCourse

really good ss https://discord.gg/AetZ6P

Mar 10th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Tri_PolossGUI = Instance.new("ScreenGui")
  7. local Open = Instance.new("Frame")
  8. local OpenButton = Instance.new("TextButton")
  9. local ss = Instance.new("TextLabel")
  10. local Gui = Instance.new("Frame")
  11. local owl = Instance.new("TextButton")
  12. local infyield = Instance.new("TextButton")
  13. local remote = Instance.new("TextButton")
  14. local nlgui = Instance.new("TextButton")
  15. local mscoins = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local TextButton = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. Tri_PolossGUI.Name = "Tri_Polos's GUI"
  22. Tri_PolossGUI.Parent = game.CoreGui
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = Tri_PolossGUI
  26. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  27. Open.Position = UDim2.new(0.0448179282, 0, 0.458167344, 0)
  28. Open.Size = UDim2.new(0, 220, 0, 100)
  29. Open.Draggable = true
  30. Open.Active = true
  31.  
  32. OpenButton.Name = "OpenButton"
  33. OpenButton.Parent = Open
  34. OpenButton.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  35. OpenButton.BackgroundTransparency = 0.600
  36. OpenButton.Position = UDim2.new(0.108064547, 0, 0.419999987, 0)
  37. OpenButton.Size = UDim2.new(0, 173, 0, 50)
  38. OpenButton.Font = Enum.Font.SourceSans
  39. OpenButton.Text = "Open"
  40. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. OpenButton.TextScaled = true
  42. OpenButton.TextSize = 14.000
  43. OpenButton.TextWrapped = true
  44. OpenButton.MouseButton1Down:connect(function()
  45. Gui.Visible = true -- Makes the gui visible
  46. Open.Visible = false -- Makes the open button invisible
  47. end)
  48.  
  49. ss.Name = "ss"
  50. ss.Parent = Open
  51. ss.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. ss.BackgroundTransparency = 1.000
  53. ss.Size = UDim2.new(0, 220, 0, 34)
  54. ss.Font = Enum.Font.SourceSans
  55. ss.Text = "epic ss buy universe https://discord.gg/AetZ6P"
  56. ss.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. ss.TextScaled = true
  58. ss.TextSize = 14.000
  59. ss.TextWrapped = true
  60.  
  61. Gui.Name = "Gui"
  62. Gui.Parent = Tri_PolossGUI
  63. Gui.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  64. Gui.BackgroundTransparency = 0.500
  65. Gui.Position = UDim2.new(0.388422042, 0, 0.131474108, 0)
  66. Gui.Size = UDim2.new(0, 304, 0, 369)
  67. Gui.Visible = false
  68. Gui.Draggable = true
  69. Gui.Active = true
  70.  
  71. owl.Name = "owl"
  72. owl.Parent = Gui
  73. owl.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  74. owl.BackgroundTransparency = 0.600
  75. owl.Position = UDim2.new(0.342105269, 0, 0.458322555, 0)
  76. owl.Size = UDim2.new(0, 96, 0, 50)
  77. owl.Font = Enum.Font.SourceSans
  78. owl.Text = "Owl Hub"
  79. owl.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. owl.TextScaled = true
  81. owl.TextSize = 14.000
  82. owl.TextWrapped = true
  83. owl.MouseButton1Down:connect(function()
  84. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  85. end)
  86.  
  87. infyield.Name = "infyield"
  88. infyield.Parent = Gui
  89. infyield.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  90. infyield.BackgroundTransparency = 0.600
  91. infyield.Position = UDim2.new(0.657894731, 0, 0.248666584, 0)
  92. infyield.Size = UDim2.new(0, 96, 0, 50)
  93. infyield.Font = Enum.Font.SourceSans
  94. infyield.Text = "Inf Yield"
  95. infyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. infyield.TextScaled = true
  97. infyield.TextSize = 14.000
  98. infyield.TextWrapped = true
  99. infyield.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  101. end)
  102.  
  103. remote.Name = "remote"
  104. remote.Parent = Gui
  105. remote.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  106. remote.BackgroundTransparency = 0.600
  107. remote.Position = UDim2.new(0.657894731, 0, 0.709638715, 0)
  108. remote.Size = UDim2.new(0, 96, 0, 50)
  109. remote.Font = Enum.Font.SourceSans
  110. remote.Text = "Remote spy"
  111. remote.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. remote.TextScaled = true
  113. remote.TextSize = 14.000
  114. remote.TextWrapped = true
  115. remote.MouseButton1Down:connect(function()
  116. --toggle classes by switching true/false
  117. SpyOn = {
  118. RemoteEvent = true;
  119. RemoteFunction = true;
  120. BindableEvent = false;
  121. BindableFunction = false;
  122. }
  123. --if true will spy 'hidden' events
  124. spyNilInstances = false
  125. --list of names it will ignore e.g. {"a","b"}
  126. Ignore = {}
  127. --maximum number of sections at once
  128. numMaxSections = 25
  129. --size of padding inside sections
  130. yindent = 20
  131. --/////////////////////////////////////////////////////////////////////////////////////
  132. --by sirelKilla (v3rm) // fixed by stellar
  133.  
  134. if Synapse==nil then
  135. warn("This spy is best used with Synapse.")
  136. end
  137.  
  138. local MT = getrawmetatable(game)
  139. if setreadonly then setreadonly(MT,false) end
  140. if make_writeable then make_writeable(MT) end
  141. local oldNamecall = MT.__namecall
  142.  
  143. local Player = game:GetService("Players").LocalPlayer
  144. --basically makes a background
  145. MakeShadow = function(GUI, Deepness)
  146. for i=1, Deepness do
  147. local G = GUI:Clone()
  148. G.ZIndex = GUI.ZIndex - 1
  149. G.Size=UDim2.new(1,12,1,12)
  150. G.Position=UDim2.new(0,-6,0,-6)
  151. G.Active=false
  152. G.Draggable=false
  153. G:ClearAllChildren()
  154. G.Name = GUI.Name.." Shadow"
  155. G.Parent = GUI
  156. end
  157. end
  158. --create basic frames
  159. local CanScroll = true
  160. local GUI = Instance.new("ScreenGui",game.CoreGui)
  161. GUI.Name = "SpyScroller"
  162. GUI.ResetOnSpawn = false
  163. GUI.DisplayOrder = 10000
  164. local Main = Instance.new("Frame", GUI)
  165. Main.Active = true
  166. Main.ZIndex = 10000
  167. Main.Size = UDim2.new(0.27, 0, 0.32, 0)
  168. Main.Draggable = true
  169. Main.Style = "DropShadow"
  170. Main.Position = UDim2.new(0.05, 0, 0.05, 0)
  171. MakeShadow(Main, 4)
  172. local Bar = Instance.new("Frame", Main)
  173. Bar.BackgroundColor3=Color3.fromRGB(40,40,40)
  174. Bar.Size = UDim2.new(1, 20, 0.13, 0)
  175. Bar.Position = UDim2.new(0, -10, -0.03)
  176. Bar.ZIndex = Main.ZIndex+1
  177. local Title = Instance.new("TextLabel", Bar)
  178. Title.BackgroundTransparency = 1
  179. Title.Position=UDim2.new(0,10)
  180. Title.TextColor3 = Color3.new(1, 1, 1)
  181. Title.Font = "SourceSansBold"
  182. Title.Text = "Remote Spy"
  183. Title.TextSize = 15
  184. Title.ZIndex = Main.ZIndex+3
  185. Title.TextXAlignment = "Left"
  186. Title.Size = UDim2.new(1, 0, 1, 0)
  187. local Exit = Instance.new("TextButton", Bar)
  188. Exit.BackgroundTransparency = 1
  189. Exit.Text = "x"
  190. Exit.TextColor3 = Color3.new(1, 1, 1)
  191. Exit.Size = UDim2.new(0.08, 0, 1.5, 0)
  192. Exit.TextSize = 20
  193. Exit.TextWrapped = false
  194. Exit.Position = UDim2.new(0.95, -10, -0.28, 0)
  195. Exit.Font = "SourceSansBold"
  196. Exit.ZIndex = Main.ZIndex+1
  197. Exit.MouseButton1Up:connect(function()
  198. GUI:Destroy()
  199. MT.__namecall = oldNamecall
  200. end)
  201. Exit.MouseEnter:connect(function()
  202. Exit.TextColor3 = Color3.new(1, 0, 0)
  203. end)
  204. Exit.MouseLeave:connect(function()
  205. Exit.TextColor3 = Color3.new(1, 1, 1)
  206. end)
  207. local Scroll = Instance.new("ScrollingFrame", Main)
  208. Scroll.BackgroundTransparency = 1
  209. Scroll.Name = "Scroll"
  210. Scroll.Size = UDim2.new(1, 0, 0.9, 0)
  211. Scroll.ZIndex = Main.ZIndex+1
  212. Scroll.Position = UDim2.new(0, 0, 0.1, 0)
  213. Scroll.BorderSizePixel = 0
  214. Scroll.CanvasSize = UDim2.new()
  215. --clipboard gui
  216. local Popup = Instance.new("TextButton",GUI)
  217. Instance.new("StringValue",Popup).Name = "ToCopy"
  218. Popup.Name="ClipboardBtn"
  219. Popup.Text="Copy"
  220. Popup.Size=UDim2.new(0,40,0,20)
  221. Popup.ZIndex=Main.ZIndex+4
  222. Popup.Visible=false
  223. Popup.MouseButton1Down:Connect(function()
  224. if Synapse then
  225. Synapse:CopyString(Popup.ToCopy.Value)
  226. elseif setclipboard then
  227. setclipboard(Popup.ToCopy.Value)
  228. elseif Clipboard then
  229. Clipboard.set(Popup.ToCopy.Value)
  230. end
  231. Popup.Visible=false
  232. end)
  233. --bottom-right resizer
  234. --////
  235. local resize = Instance.new("ImageButton")
  236. resize.Name = "resize"
  237. resize.BackgroundTransparency = 1
  238. resize.Image = "rbxassetid://55927414"
  239. resize.ZIndex = Main.ZIndex+1
  240. resize.Size = UDim2.new(0,13,0,13)
  241. resize.Position = UDim2.new(1,-9,1,-9)
  242. resize.Active=true
  243. resize.Draggable=true
  244. local resizing=false
  245. local mouseConn
  246. resize.DragBegin:Connect(function()
  247. --basically moves sizer to only absolutes..
  248. local rAP = resize.AbsolutePosition
  249. resize.Parent = GUI
  250. resize.Position = UDim2.new(0,rAP.X,0,rAP.Y)
  251. --then offsets main size based on those values
  252. local mS = Main.Size
  253. local mAS = Main.AbsoluteSize
  254. local addX,addY=0,0
  255. mouseConn = Player:GetMouse().Move:Connect(function()
  256. --most of this is to keep stuff from going negative
  257. addX,addY = math.max(-mAS.X+240,resize.AbsolutePosition.X - rAP.X),math.max(-mAS.Y+100,resize.AbsolutePosition.Y - rAP.Y)
  258. Main.Size=mS + UDim2.new(0,addX,0,addY)
  259. --hide if negative
  260. if addX>-mAS.X+240 and addY>-mAS.Y+100 then
  261. resize.ImageTransparency = 0
  262. else
  263. resize.ImageTransparency = 1
  264. end
  265. end)
  266. end)
  267. resize.DragStopped:Connect(function()
  268. --turn to normal
  269. resize.Parent = Main
  270. resize.Position = UDim2.new(1,-9,1,-9)
  271. resize.ImageTransparency = 0
  272. mouseConn:Disconnect()
  273. end)
  274. resize.Parent = Main
  275. --////
  276. local function isMouseDown()
  277. local array = game:GetService("UserInputService"):GetMouseButtonsPressed()
  278. for i=1,#array do
  279. if array[i].UserInputType==Enum.UserInputType.MouseButton1 then
  280. return true
  281. end
  282. end
  283. return false
  284. end
  285. local db=false
  286. Scroll:GetPropertyChangedSignal("CanvasPosition"):Connect(function()
  287. if db==false and CanScroll==false and isMouseDown() then
  288. db=true
  289. Main.Active=false
  290. repeat wait(0.5) until not isMouseDown()
  291. Main.Active=true
  292. db=false
  293. end
  294. end)
  295. Instance.new("UIListLayout",Scroll).SortOrder = Enum.SortOrder.LayoutOrder
  296. local sectionIndex = 0
  297.  
  298. local Console = {}
  299. Console.White = Color3.new(1, 1, 1)
  300. Console.LightGray = Color3.fromRGB(155, 155, 155)
  301. local CurrentColour = Console.White
  302. local CurrentSection
  303. local NumLabels = 0
  304. local sections = {}
  305.  
  306. function Console:WriteLine(Text)
  307. pcall(function()
  308. if CurrentSection and tostring(Text) then
  309. NumLabels=NumLabels+1
  310. local TL = Instance.new("TextLabel")
  311. TL.Parent = CurrentSection
  312. TL.Text = tostring(Text)
  313. TL.TextColor3 = CurrentColour
  314. TL.BackgroundTransparency = 1
  315. TL.Font = "SourceSansBold"
  316. TL.TextSize = 14
  317. TL.ZIndex = Main.ZIndex+3
  318. TL.TextXAlignment = "Left"
  319. TL.TextWrapped = false
  320. TL.Size = UDim2.new(1, 0, 0, 20)
  321. local Y = #CurrentSection:GetChildren()*20
  322. TL.Position = UDim2.new(0, 0, 0, Y-20 + yindent/2)
  323. CurrentSection.Size = UDim2.new(1, 0, 0, Y + yindent)
  324. if CanScroll then
  325. Scroll.CanvasSize = UDim2.new(0, 0, 0, NumLabels*20)
  326. Scroll.CanvasPosition = Vector2.new(0, Scroll.CanvasSize.Y.Offset)
  327. end
  328. end
  329. end)
  330. end
  331. function Console:SetColor(Color)
  332. CurrentColour = Color
  333. end
  334. function Console:PushSection(ClipboardText)
  335. if #sections < numMaxSections then --if going to add a section
  336. NumLabels=NumLabels+(yindent/20) --just increases scroller size
  337. end
  338. sectionIndex=sectionIndex+1
  339. local f = Instance.new("Frame")
  340. f.BackgroundTransparency = 1 - (0.07 * (sectionIndex % 2)) --alternate colors
  341. f.BorderSizePixel=2
  342. f.BorderColor3=Color3.new(1,1,1)
  343. f.ZIndex = Main.ZIndex+2
  344. f.Size = UDim2.new()
  345.  
  346. if ClipboardText~=nil then
  347. --on right click show copy option label, which copies text when clicked
  348. f.InputEnded:Connect(function(input)
  349. if input.UserInputType==Enum.UserInputType.MouseButton2 then
  350. Popup.ToCopy.Value = ClipboardText
  351. Popup.Position = UDim2.new(0,Player:GetMouse().X+1,0,Player:GetMouse().Y+1)
  352. Popup.Visible=true
  353. game:GetService("UserInputService").InputBegan:Wait()
  354. wait()
  355. Popup.Visible=false
  356. end
  357. end)
  358. end
  359.  
  360. f.LayoutOrder = sectionIndex --for UIListLayout
  361. if #sections >= numMaxSections and CanScroll then
  362. --removes any extra sections. limited by CanScroll or else the rotations will still look like scrolling
  363. for i=0,#sections-numMaxSections do
  364. NumLabels = NumLabels - #sections[1]:GetChildren()
  365. sections[1]:Destroy()
  366. table.remove(sections,1)
  367. end
  368. end
  369. sections[#sections+1]=f
  370. f.Parent = Scroll
  371.  
  372. CurrentSection = f
  373. end
  374.  
  375. Console:SetColor(Console.White)
  376.  
  377. Main.MouseEnter:connect(function()
  378. CanScroll = false
  379. end)
  380. Main.MouseLeave:connect(function()
  381. CanScroll = true
  382. --"unpause"
  383. for i=1,#sections-numMaxSections do
  384. NumLabels = NumLabels - #sections[1]:GetChildren()
  385. sections[1]:Destroy()
  386. table.remove(sections,1)
  387. end
  388. Scroll.CanvasSize = UDim2.new(0, 0, 0, NumLabels*20)
  389. end)
  390.  
  391. --//// utilities ////
  392. local function isInArray(t,v)
  393. for i=1,#t do
  394. if t[i]==v then
  395. return true
  396. end
  397. end
  398. return false
  399. end
  400.  
  401. local function instFormat(name)
  402. if name=='' or name:match("[^_%w]") or name:match("^%d") then
  403. return '["'..name..'"]'
  404. end
  405. return "."..name
  406. end
  407. local function GetPath(inst)
  408. if inst==game then return "game" end
  409. if inst.Parent==nil then return inst.Name end
  410. local current,str=inst,''
  411. while current.Parent~=game do
  412. str=instFormat(current.Name) ..str
  413. current = current.Parent
  414. end
  415. if current==workspace then
  416. return "workspace"..str
  417. elseif pcall(game.GetService,game,current.ClassName) then
  418. return 'game:GetService("'.. current.ClassName ..'")'..str
  419. end
  420. return "game"..instFormat(current.Name)..str
  421. end
  422.  
  423. local FullPathsMode = false --internally toggled for using GetPath
  424. local function _tostring(x)
  425. local typ = typeof(x)
  426. if typ == "table" then
  427. return tableToString(x)
  428. elseif typ == "string" then
  429. return '"'..x..'"'
  430. elseif typ == "Vector3" then
  431. return string.format("Vector3.new(%g,%g,%g)",x.X,x.Y,x.Z)
  432. elseif typ == "Color3" then
  433. return string.format("Color3.new(%g,%g,%g)",x.r,x.g,x.b)
  434. elseif typ == "Vector2" then
  435. return string.format("Vector2.new(%g,%g)",x.X,x.Y)
  436. elseif typ == "CFrame" then
  437. return string.format("CFrame.new(%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g,%g)",x:components())
  438. elseif typ == "UDim2" then
  439. return string.format("UDim2.new(%g,%g,%g,%g)",x.X.Scale,x.X.Offset,x.Y.Scale,x.Y.Offset)
  440. elseif typ == "Instance" then
  441. return ((FullPathsMode==true) and GetPath(x)) or x:GetFullName()
  442. end
  443.  
  444. return tostring(x)
  445. end
  446.  
  447. function tableToString(tab)
  448. local str = "{ "
  449. local len = #tab
  450.  
  451. local c = 1
  452. for k,v in pairs(tab) do
  453. if (k==c and k<=len) then
  454. --array part
  455. str = str .. _tostring(v) .. ", "
  456. c = c + 1
  457. else
  458. --dict part
  459. str = str .. "[" .. _tostring(k) .. "]= " .. _tostring(v) .. ", "
  460. end
  461. end
  462.  
  463. str = str:sub(1,math.max(1,#str-2)) .. " }"
  464. return str
  465. end
  466.  
  467. function tupleString(tab,fullPaths)
  468. FullPathsMode=fullPaths
  469. return tableToString(tab):sub(3,-3)
  470. end
  471. --//// end utilities ////
  472.  
  473. toConsole = function(method, event, Args, Returned)
  474. local nilParent = game:IsAncestorOf(event)==false
  475. if (spyNilInstances==false and nilParent==true) or (event.Name=="CharacterSoundEvent" and event.Parent and event.Parent.ClassName=="Sound") or isInArray(Ignore,event.Name) then
  476. --ignored an event
  477. return
  478. end
  479. pcall(function()
  480. Console:PushSection(string.format("%s:%s(%s)",GetPath(event),method,tupleString(Args,true)))
  481. Console:WriteLine(string.format("%s.%s called!",event.ClassName,method))
  482. Console:WriteLine("Path: "..event:GetFullName())
  483. Console:WriteLine("Args: "..tupleString(Args))
  484. if Returned and #Returned>0 then
  485. Console:WriteLine("Returned: ".. tupleString(Returned))
  486. end
  487. end)
  488. end
  489.  
  490. local logsList = {}
  491.  
  492. MT.__namecall = function(inst,...)
  493. local args = {...}
  494. local m = getnamecallmethod()
  495. args[#args]=nil
  496. if (m=="FireServer" or m=="Fire" or m=="InvokeServer" or m=="Invoke") and SpyOn[inst.ClassName] then
  497. local returned = {oldNamecall(inst,...)}
  498. logsList[#logsList+1]={m, inst, args, returned}
  499. return unpack(returned)
  500. end
  501. return oldNamecall(inst,...)
  502. end
  503.  
  504. local spyfunc = hookfunc or replaceclosure
  505. if spyfunc then
  506. if SpyOn.RemoteEvent==true then
  507. local oldFS
  508. oldFS = spyfunc(Instance.new("RemoteEvent").FireServer,newcclosure(function(self,...)
  509. logsList[#logsList+1]={"FireServer",self,{...}}
  510. return oldFS(self,...)
  511. end))
  512. end
  513. if SpyOn.RemoteFunction==true then
  514. local oldIS
  515. oldIS = spyfunc(Instance.new("RemoteFunction").InvokeServer,newcclosure(function(self,...)
  516. local returned = {oldIS(self,...)}
  517. logsList[#logsList+1]={"InvokeServer",self,{...},returned}
  518. return unpack(returned)
  519. end))
  520. end
  521. if SpyOn.BindableEvent==true then
  522. local oldF
  523. oldF = spyfunc(Instance.new("BindableEvent").Fire,function(self,...)
  524. logsList[#logsList+1]={"Fire",self,{...}}
  525. return oldF(self,...)
  526. end)
  527. end
  528. if SpyOn.BindableFunction==true then
  529. local oldI
  530. oldI = spyfunc(Instance.new("BindableFunction").Invoke,function(self,...)
  531. local returned = {oldI(self,...)}
  532. logsList[#logsList+1]={"Invoke",self,{...},returned}
  533. return unpack(returned)
  534. end)
  535. end
  536. else
  537. warn("Unable to bypass antiexploits.")
  538. end
  539.  
  540. Console:PushSection()
  541. Console:WriteLine("Right-click any section for clipboard option")
  542.  
  543. while wait() and GUI.Parent do
  544. if #logsList>0 then
  545. toConsole(unpack(table.remove(logsList,1)))
  546. end
  547. end
  548. end)
  549.  
  550. nlgui.Name = "nlgui"
  551. nlgui.Parent = Gui
  552. nlgui.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  553. nlgui.BackgroundTransparency = 0.600
  554. nlgui.Position = UDim2.new(0.0263158083, 0, 0.709638715, 0)
  555. nlgui.Size = UDim2.new(0, 96, 0, 50)
  556. nlgui.Font = Enum.Font.SourceSans
  557. nlgui.Text = "Nl gui"
  558. nlgui.TextColor3 = Color3.fromRGB(0, 0, 0)
  559. nlgui.TextScaled = true
  560. nlgui.TextSize = 14.000
  561. nlgui.TextWrapped = true
  562. nlgui.MouseButton1Down:connect(function()
  563. loadstring(game:HttpGet('https://system-exodus.com/scripts/ninjalegends/NinjaLegendsV2.lua',true))()
  564. end)
  565.  
  566. mscoins.Name = "mscoins"
  567. mscoins.Parent = Gui
  568. mscoins.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
  569. mscoins.BackgroundTransparency = 0.600
  570. mscoins.Position = UDim2.new(0.0263158083, 0, 0.248666555, 0)
  571. mscoins.Size = UDim2.new(0, 96, 0, 50)
  572. mscoins.Font = Enum.Font.SourceSans
  573. mscoins.Text = "Magic sim coins"
  574. mscoins.TextColor3 = Color3.fromRGB(0, 0, 0)
  575. mscoins.TextScaled = true
  576. mscoins.TextSize = 14.000
  577. mscoins.TextWrapped = true
  578. mscoins.MouseButton1Down:connect(function()
  579. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  580. while wait() do
  581. for i,v in pairs(game.workspace.Storage.Coins:GetDescendants()) do
  582. if v.Name == "CoinClone" or v.Name == "CoinBox" or v.Name == "Balloon" then
  583. pl.CFrame = v.CFrame
  584. wait(0.1)
  585. end
  586. end
  587. end
  588. end)
  589.  
  590. TextLabel.Parent = Gui
  591. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  592. TextLabel.BackgroundTransparency = 1.000
  593. TextLabel.Size = UDim2.new(0, 304, 0, 36)
  594. TextLabel.Font = Enum.Font.SourceSans
  595. TextLabel.Text = "really nice ss https://discord.gg/AetZ6P"
  596. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. TextLabel.TextScaled = true
  598. TextLabel.TextSize = 14.000
  599. TextLabel.TextWrapped = true
  600.  
  601. TextButton.Parent = Gui
  602. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  603. TextButton.BackgroundTransparency = 1.000
  604. TextButton.Size = UDim2.new(0, 68, 0, 50)
  605. TextButton.Font = Enum.Font.SourceSans
  606. TextButton.Text = "X"
  607. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  608. TextButton.TextScaled = true
  609. TextButton.TextSize = 14.000
  610. TextButton.TextWrapped = true
  611. TextButton.MouseButton1Down:connect(function()
  612. Gui.Visible = false-- Makes the gui visible
  613. Open.Visible = true-- Makes the open button invisible
  614. end)
Add Comment
Please, Sign In to add comment