Type_Line

Untitled

Nov 3rd, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. --// Config by Skylanders320, Credits to the original script owners/makers.
  2.  
  3. local main = script.Parent:WaitForChild("Main")
  4. local t = script.Parent:WaitForChild("Toggle")
  5. local rs = game:GetService("ReplicatedStorage")
  6.  
  7. t.MouseEnter:Connect(function()
  8. t.TextColor3 = Color3.fromRGB(255,255,0)
  9. end)
  10.  
  11. t.MouseLeave:Connect(function()
  12. t.TextColor3 = Color3.fromRGB(255,255,255)
  13. end)
  14.  
  15. t.MouseButton1Click:Connect(function()
  16. if main.Visible == true then
  17. main.Visible = false
  18. else
  19. main.Visible = true
  20. end
  21. end)
  22.  
  23. main.AZURE.MouseButton1Click:Connect(function()
  24. rs.SkyGuiRemotes.Azure:FireServer(main.Target.Text)
  25. end)
  26.  
  27. main.CRES.MouseButton1Click:Connect(function()
  28. rs.SkyGuiRemotes.Cres:FireServer(main.Target.Text)
  29. end)
  30.  
  31. main.KICKISHER.MouseButton1Click:Connect(function()
  32. rs.SkyGuiRemotes.Kickisher:FireServer(main.Target.Text)
  33. end)
  34.  
  35. main.STARG.MouseButton1Click:Connect(function()
  36. rs.SkyGuiRemotes.Star:FireServer(main.Target.Text)
  37. end)
  38.  
  39. main.KARMA.MouseButton1Click:Connect(function()
  40. rs.SkyGuiRemotes.Karma:FireServer(main.Target.Text)
  41. end)
  42.  
  43. main.RUINS.MouseButton1Click:Connect(function()
  44. rs.SkyGuiRemotes.Ruins:FireServer(main.Target.Text)
  45. end)
  46.  
  47. main.RAINBOW.MouseButton1Click:Connect(function()
  48. rs.SkyGuiRemotes.Rainbow:FireServer(main.Target.Text)
  49. end)
  50.  
  51. main.KB.MouseButton1Click:Connect(function()
  52. rs.SkyGuiRemotes.Kb:FireServer(main.Target.Text)
  53. end)
  54.  
  55. main.NSG.MouseButton1Click:Connect(function()
  56. rs.SkyGuiRemotes.Nsg:FireServer(main.Target.Text)
  57. end)
  58.  
  59. script.Parent.Respawn.MouseButton1Click:Connect(function()
  60. rs.SkyGuiRemotes.Respawn:FireServer(main.Target.Text)
  61. end)
  62.  
  63. script.Parent.DestroyGui.MouseButton1Click:Connect(function()
  64. rs.SkyGuiRemotes.DestroyGui:FireServer()
  65. end)
  66.  
  67.  
  68. --// End of script
  69.  
  70. local rs = game:GetService("ReplicatedStorage")
  71.  
  72. rs.SkyGuiRemotes.Azure.OnServerEvent:Connect(function(player,target)
  73. local targetPlr = game.Players:FindFirstChild(target)
  74.  
  75. if targetPlr then
  76. require(4072936300).load(targetPlr.Name)
  77. elseif target == "me" then
  78. require(4072936300).load(player.Name)
  79. end
  80. end)
  81.  
  82. rs.SkyGuiRemotes.Cres.OnServerEvent:Connect(function(player,target)
  83. local targetPlr = game.Players:FindFirstChild(target)
  84.  
  85. if targetPlr then
  86. require(3180240916).cre(targetPlr.Name)
  87. elseif target == "me" then
  88. require(3180240916).cre(player.Name)
  89. end
  90. end)
  91.  
  92. rs.SkyGuiRemotes.Kickisher.OnServerEvent:Connect(function(player,target)
  93. local targetPlr = game.Players:FindFirstChild(target)
  94.  
  95. if targetPlr then
  96. require(4114208768):utg(targetPlr.Name)
  97. elseif target == "me" then
  98. require(4114208768):utg(player.Name)
  99. end
  100. end)
  101.  
  102. rs.SkyGuiRemotes.Star.OnServerEvent:Connect(function(player,target)
  103. local targetPlr = game.Players:FindFirstChild(target)
  104.  
  105. if targetPlr then
  106. require(2852336223).load(targetPlr.Name)
  107. elseif target == "me" then
  108. require(2852336223).load(player.Name)
  109. end
  110. end)
  111.  
  112. rs.SkyGuiRemotes.Karma.OnServerEvent:Connect(function(player,target)
  113. local targetPlr = game.Players:FindFirstChild(target)
  114.  
  115. if targetPlr then
  116. require(3452903165).karma(targetPlr.Name)
  117. elseif target == "me" then
  118. require(3452903165).karma(player.Name)
  119. end
  120. end)
  121.  
  122. rs.SkyGuiRemotes.Ruins.OnServerEvent:Connect(function(player,target)
  123. local targetPlr = game.Players:FindFirstChild(target)
  124.  
  125. if targetPlr then
  126. require(2574148466).lx(targetPlr.Name)
  127. elseif target == "me" then
  128. require(2574148466).lx(player.Name)
  129. end
  130. end)
  131.  
  132. rs.SkyGuiRemotes.Rainbow.OnServerEvent:Connect(function(player,target)
  133. local targetPlr = game.Players:FindFirstChild(target)
  134.  
  135. if targetPlr then
  136. require(3447867394).load(targetPlr.Name)
  137. elseif target == "me" then
  138. require(3447867394).load(player.Name)
  139. end
  140. end)
  141.  
  142. rs.SkyGuiRemotes.Kb.OnServerEvent:Connect(function(player,target)
  143. local targetPlr = game.Players:FindFirstChild(target)
  144.  
  145. if targetPlr then
  146. require(3387683213).kb(targetPlr.Name)
  147. elseif target == "me" then
  148. require(3387683213).kb(player.Name)
  149. end
  150. end)
  151.  
  152. rs.SkyGuiRemotes.Nsg.OnServerEvent:Connect(function(player,target)
  153. local targetPlr = game.Players:FindFirstChild(target)
  154.  
  155. if targetPlr then
  156. require(3954146826):nsg(targetPlr.Name)
  157. elseif target == "me" then
  158. require(3954146826):nsg(player.Name)
  159. end
  160. end)
  161.  
  162. rs.SkyGuiRemotes.Respawn.OnServerEvent:Connect(function(player,target)
  163. local targetPlr = game.Players:FindFirstChild(target)
  164.  
  165. if targetPlr then
  166. targetPlr:LoadCharacter()
  167. elseif target == "me" then
  168. player:LoadCharacter()
  169. end
  170. end)
  171.  
  172. rs.SkyGuiRemotes.DestroyGui.OnServerEvent:Connect(function(player)
  173. if player.PlayerGui:FindFirstChild("SkyGui") then
  174. player.PlayerGui.SkyGui:Destroy()
  175. --rs.SkyGuiRemotes.DestroyGui:FireClient(player)
  176. wait(8)
  177. game.ReplicatedStorage.SkyGuiRemotes:Destroy()
  178. --player.PlayerGui.Notifications:Destroy()
  179. game.ServerScriptService.SkyGuiHandler:Destroy()
  180. end
  181. end)
  182.  
  183. --// Config by Skylanders320, Credits to the original script owners/makers.
  184.  
  185. local main = script.Parent:WaitForChild("Main")
  186. local t = script.Parent:WaitForChild("Toggle")
  187. local rs = game:GetService("ReplicatedStorage")
  188.  
  189. t.MouseEnter:Connect(function()
  190. t.TextColor3 = Color3.fromRGB(255,255,0)
  191. end)
  192.  
  193. t.MouseLeave:Connect(function()
  194. t.TextColor3 = Color3.fromRGB(255,255,255)
  195. end)
  196.  
  197. t.MouseButton1Click:Connect(function()
  198. if main.Visible == true then
  199. main.Visible = false
  200. else
  201. main.Visible = true
  202. end
  203. end)
  204.  
  205. main.AZURE.MouseButton1Click:Connect(function()
  206. rs.SkyGuiRemotes.Azure:FireServer(main.Target.Text)
  207. end)
  208.  
  209. main.CRES.MouseButton1Click:Connect(function()
  210. rs.SkyGuiRemotes.Cres:FireServer(main.Target.Text)
  211. end)
  212.  
  213. main.KICKISHER.MouseButton1Click:Connect(function()
  214. rs.SkyGuiRemotes.Kickisher:FireServer(main.Target.Text)
  215. end)
  216.  
  217. main.STARG.MouseButton1Click:Connect(function()
  218. rs.SkyGuiRemotes.Star:FireServer(main.Target.Text)
  219. end)
  220.  
  221. main.KARMA.MouseButton1Click:Connect(function()
  222. rs.SkyGuiRemotes.Karma:FireServer(main.Target.Text)
  223. end)
  224.  
  225. main.RUINS.MouseButton1Click:Connect(function()
  226. rs.SkyGuiRemotes.Ruins:FireServer(main.Target.Text)
  227. end)
  228.  
  229. main.RAINBOW.MouseButton1Click:Connect(function()
  230. rs.SkyGuiRemotes.Rainbow:FireServer(main.Target.Text)
  231. end)
  232.  
  233. main.KB.MouseButton1Click:Connect(function()
  234. rs.SkyGuiRemotes.Kb:FireServer(main.Target.Text)
  235. end)
  236.  
  237. main.NSG.MouseButton1Click:Connect(function()
  238. rs.SkyGuiRemotes.Nsg:FireServer(main.Target.Text)
  239. end)
  240.  
  241. script.Parent.Respawn.MouseButton1Click:Connect(function()
  242. rs.SkyGuiRemotes.Respawn:FireServer(main.Target.Text)
  243. end)
  244.  
  245. script.Parent.DestroyGui.MouseButton1Click:Connect(function()
  246. rs.SkyGuiRemotes.DestroyGui:FireServer()
  247. end)
  248.  
  249.  
  250. --// End of script
  251.  
  252. local rs = game:GetService("ReplicatedStorage")
  253.  
  254. rs.SkyGuiRemotes.DestroyGui.OnClientEvent:Connect(function()
  255. script.Parent.GuiGoneNotif:TweenPosition(UDim2.new(0,0,0.2,0),"Out","Sine",1)
  256. wait(6)
  257. script.Parent.GuiGoneNotif:TweenPosition(UDim2.new(0,0,-1.5,0),"Out","Sine",1)
  258. end)
Advertisement
Add Comment
Please, Sign In to add comment