Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1.  
  2. LxkasArcane = Instance.new('ScreenGui', game.Players.LocalPlayer.PlayerGui)
  3. LxkasArcane.Name = LxkasArcane
  4.  
  5. LxkasArcane = Instance.new('ScreenGui', game.Players.LocalPlayer.PlayerGui)
  6. LxkasArcane.Name = LxkasArcane
  7.  
  8. Grab = Instance.new('Frame', game.Players.LocalPlayer.PlayerGui.LxkasArcane)
  9. Grab.Active = true
  10. Grab.Name = 'Grab'
  11. Grab.BackgroundColor3 = Color3.new(0/244,255/255,234/255)
  12. Grab.BackgroundTransparency = 0.8
  13. Grab.BorderColor3 = Color3.new(27/255,42/255,53/255)
  14. Grab.BorderSizePixel = 1
  15. Grab.Draggable = true
  16. Grab.Position = UDim2.new(0,260,0,20)
  17. Grab.Size = UDim2.new(0,300,0,20)
  18.  
  19. Body = Instance.new('Frame', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab)
  20. Body.Name = 'Body'
  21. Body.BackgroundColor3 = Color3.new(0/255,255/255,234/255)
  22. Body.BorderColor3 = Color3.new(27/255,42/255,53/255)
  23. Body.BackgroundTransparency = 0.7
  24. Body.BorderSizePixel = 2
  25. Body.Position = UDim2.new(0,0,0,21)
  26. Body.Size = UDim2.new(0,300,0,200)
  27.  
  28. Line = Instance.new('Frame', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  29. Line.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  30. Line.BackgroundTransparency = 0.7
  31. Line.BorderSizePixel = 0
  32. Line.Position = UDim2.new(0,20,0,30)
  33. Line.Size = UDim2.new(0,100,0,1)
  34. Line.Name = 'Line'
  35.  
  36. Line2 = Instance.new('Frame', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  37. Line2.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  38. Line2.BackgroundTransparency = 0.7
  39. Line2.BorderSizePixel = 0
  40. Line2.Position = UDim2.new(0,180,0,30)
  41. Line2.Size = UDim2.new(0,100,0,1)
  42. Line2.Name = 'Line2'
  43.  
  44. Scroll = Instance.new('ScrollingFrame', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  45. Scroll.Name = 'Scroll'
  46. Scroll.ScrollBarThickness = 2
  47. Scroll.Size = UDim2.new(0,296,0,160)
  48. Scroll.Position = UDim2.new(0,2,0,35)
  49. Scroll.BackgroundTransparency = 1
  50.  
  51. Kill = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  52. Kill.Name = 'Kill'
  53. Kill.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  54. Kill.BorderColor3 = Color3.new(27/255,42/255,53/255)
  55. Kill.BorderSizePixel = 3
  56. Kill.BackgroundTransparency = 0.9
  57. Kill.Size = UDim2.new(0,135,0,30)
  58. Kill.Position = UDim2.new(0,5,0,5)
  59. Kill.Text = 'Kill [Value]'
  60.  
  61. Unfreeze = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  62. Unfreeze.Name = 'Unfreeze'
  63. Unfreeze.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  64. Unfreeze.BorderColor3 = Color3.new(27/255,42/255,53/255)
  65. Unfreeze.BorderSizePixel = 3
  66. Unfreeze.BackgroundTransparency = 0.9
  67. Unfreeze.Size = UDim2.new(0,135,0,30)
  68. Unfreeze.Position = UDim2.new(0,5,0,45)
  69. Unfreeze.Text = 'Unfreeze'
  70.  
  71. GiveItem = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  72. GiveItem.Name = 'Give Tool'
  73. GiveItem.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  74. GiveItem.BorderColor3 = Color3.new(27/255,42/255,53/255)
  75. GiveItem.BorderSizePixel = 3
  76. GiveItem.BackgroundTransparency = 0.9
  77. GiveItem.Size = UDim2.new(0,135,0,30)
  78. GiveItem.Position = UDim2.new(0,5,0,85)
  79. GiveItem.Text = 'Give Item'
  80.  
  81. Freeze = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  82. Freeze.Name = 'Freeze'
  83. Freeze.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  84. Freeze.BorderColor3 = Color3.new(27/255,42/255,53/255)
  85. Freeze.BorderSizePixel = 3
  86. Freeze.BackgroundTransparency = 0.9
  87. Freeze.Size = UDim2.new(0,135,0,30)
  88. Freeze.Position = UDim2.new(0,155,0,5)
  89. Freeze.Text = 'Freeze [Value]'
  90.  
  91. SetStat = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  92. SetStat.Name = 'SetStat'
  93. SetStat.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  94. SetStat.BorderColor3 = Color3.new(27/255,42/255,53/255)
  95. SetStat.BorderSizePixel = 3
  96. SetStat.BackgroundTransparency = 0.9
  97. SetStat.Size = UDim2.new(0,135,0,30)
  98. SetStat.Position = UDim2.new(0,155,0,45)
  99. SetStat.Text = 'Set Stat'
  100.  
  101. Kick = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  102. Kick.Name = 'Kick'
  103. Kick.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  104. Kick.BorderColor3 = Color3.new(27/255,42/255,53/255)
  105. Kick.BorderSizePixel = 3
  106. Kick.BackgroundTransparency = 0.9
  107. Kick.Size = UDim2.new(0,135,0,30)
  108. Kick.Position = UDim2.new(0,155,0,85)
  109. Kick.Text = 'Kick'
  110.  
  111. Shutdown = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body.Scroll)
  112. Shutdown.Name = 'Shutdown'
  113. Shutdown.BackgroundColor3 = Color3.new(0/255,255/255,238/255)
  114. Shutdown.BorderColor3 = Color3.new(27/255,42/255,53/255)
  115. Shutdown.BorderSizePixel = 3
  116. Shutdown.BackgroundTransparency = 0.9
  117. Shutdown.Size = UDim2.new(0,135,0,30)
  118. Shutdown.Position = UDim2.new(0,74,0,125)
  119. Shutdown.Text = 'Shutdown Server'
  120.  
  121. Value = Instance.new('TextBox', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  122. Value.BackgroundTransparency = 1
  123. Value.BackgroundColor3 = Color3.new(0/255,255/255,234/255)
  124. Value.Name = 'Value'
  125. Value.Position = UDim2.new(0,20,0,2)
  126. Value.Size = UDim2.new(0,100,0,30)
  127. Value.Text = 'Value'
  128.  
  129. Value2 = Instance.new('TextBox', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  130. Value2.BackgroundTransparency = 1
  131. Value2.BackgroundColor3 = Color3.new(0/255,255/255,234/255)
  132. Value2.Name = 'Value2'
  133. Value2.Position = UDim2.new(0,180,0,2)
  134. Value2.Size = UDim2.new(0,100,0,30)
  135. Value2.Text = 'Value2'
  136.  
  137. OpenNClose = Instance.new('TextButton', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab)
  138. OpenNClose.Name = 'OpenNClose'
  139. OpenNClose.BackgroundColor3 = Color3.new(0/255,163/255,150/255)
  140. OpenNClose.BorderColor3 = Color3.new(27/255,42/255,53/255)
  141. OpenNClose.BorderSizePixel = 1
  142. OpenNClose.Size = UDim2.new(0,20,0,20)
  143. OpenNClose.Position = UDim2.new(0,280,0,0)
  144. OpenNClose.Font = 'SciFi'
  145. OpenNClose.FontSize = 'Size14'
  146. OpenNClose.Text = '-'
  147.  
  148. Credits = Instance.new('TextLabel', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab)
  149. Credits.Name = 'Credits'
  150. Credits.Size = UDim2.new(0,200,0,50)
  151. Credits.Position = UDim2.new(0,50,0,-16)
  152. Credits.Font = 'SciFi'
  153. Credits.FontSize = 'Size18'
  154. Credits.BackgroundTransparency = 1
  155. Credits.Text = 'Lxkas Arcane Gui'
  156.  
  157. CreditSmall = Instance.new('TextLabel', game.Players.LocalPlayer.PlayerGui.LxkasArcane.Grab.Body)
  158. CreditSmall.Size = UDim2.new(0,200,0,10)
  159. CreditSmall.Position = UDim2.new(0,50,0,205)
  160. CreditSmall.Font = 'SciFi'
  161. CreditSmall.Text = 'Made by Lxkas'
  162. CreditSmall.BackgroundTransparency = 1
  163. CreditSmall.FontSize = 'Size14'
  164. CreditSmall.Name = 'CreditSmall'
  165.  
  166. --Stuff
  167.  
  168.  
  169. function LxKick(P)
  170. spawn(function()
  171. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') and P.Character:FindFirstChild('Torso') then
  172. P.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
  173. local SP = Instance.new('SkateboardPlatform', P.Character) SP.Position = P.Character.HumanoidRootPart.Position SP.Transparency = 1
  174. spawn(function()
  175. repeat wait()
  176. if P.Character and P.Character:FindFirstChild('HumanoidRootPart') then SP.Position = P.Character.HumanoidRootPart.Position end
  177. until not game:GetService('Players'):FindFirstChild(P.Name)
  178. end)
  179. P.Character.Torso.Anchored = true
  180. end
  181. end)
  182. repeat wait() LxKick(P) until not game:GetService("Players"):FindFirstChild(P)
  183. warn("Player: '"..P.."' was kicked from the game.")
  184. end
  185.  
  186. if game.PlaceId == 300883396 then
  187. warn('Arcane detected! Thank you for using my gui, '..game.Players.LocalPlayer.Name..'.')
  188. game.ReplicatedStorage.Remotes.ExportExploiterName.Name = 'NoExportingForYouArcane'
  189. else warn('This game is not Arcane. Gui will be unusable, not sure why you would load it in :u')
  190. game.ReplicatedStorage.Remotes.ExportExploiterName.Name = 'NoExportingForYouArcane'
  191. end
  192.  
  193. OpenNClose.MouseButton1Down:connect(function(open)
  194. if Body.Visible == false then
  195. Body.Visible = true
  196. OpenNClose.Text = '-'
  197. Body.Visible = true
  198. elseif
  199. Body.Visible == true then
  200. Body.Visible = false
  201. OpenNClose.Text = '+'
  202. Body.Visible = false
  203. end
  204. end)
  205.  
  206. Kill.MouseButton1Down:connect(function()
  207. local Valuee = Value.Text
  208. game.Players[Valuee].Character.Humanoid.Health = 0
  209. end)
  210.  
  211. Freeze.MouseButton1Down:connect(function()
  212. local ValueFreeze = Value.Text
  213.  
  214. game.Players[ValueFreeze].Character.Torso.Anchored = true
  215. end)
  216.  
  217. Unfreeze.MouseButton1Down:connect(function()
  218. local ValueUnFreeze = Value.Text
  219. game.Players[ValueUnFreeze].Character.Torso.Anchored = false
  220. end)
  221.  
  222. Kick.MouseButton1Down:connect(function()
  223. local ValueKick = Value.Text
  224. LxKick(game.Players[ValueKick])
  225. end)
  226.  
  227. SetStat.MouseButton1Down:connect(function()
  228. local Value1Stat = Value.Text
  229. local Value2Stat = Value2.Text
  230. game.ReplicatedStorage.Remotes.SetStat:FireServer(Value1Stat, Value2Stat, 'math.random() is the best thing ever')
  231. end)
  232.  
  233. GiveItem.MouseButton1Down:connect(function()
  234. local ValueItem = Value.Text
  235. game.ReplicatedStorage.Remotes.GiveTool:FireServer(ValueItem)
  236. end)
  237.  
  238. Shutdown.MouseButton1Down:connect(function()
  239. game.ReplicatedStorage.Remotes.SetStat:Remove()
  240. end)
  241.  
  242.  
  243. --Credits
  244.  
  245. while wait() do
  246. CreditSmall.TextColor3 = Color3.new(1,0,0)
  247. for i=1,15 do
  248. game:GetService("RunService").RenderStepped:wait()
  249. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r,CreditSmall.TextColor3.g+(17/255),CreditSmall.TextColor3.b)
  250. end
  251. for i=1,15 do
  252. game:GetService("RunService").RenderStepped:wait()
  253. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r-(17/255),CreditSmall.TextColor3.g,CreditSmall.TextColor3.b)
  254. end
  255. for i=1,15 do
  256. game:GetService("RunService").RenderStepped:wait()
  257. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r,CreditSmall.TextColor3.g,CreditSmall.TextColor3.b+(17/255))
  258. end
  259. for i=1,15 do
  260. game:GetService("RunService").RenderStepped:wait()
  261. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r,CreditSmall.TextColor3.g-(17/255),CreditSmall.TextColor3.b)
  262. end
  263. for i=1,15 do
  264. game:GetService("RunService").RenderStepped:wait()
  265. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r+(17/255),CreditSmall.TextColor3.g,CreditSmall.TextColor3.b)
  266. end
  267. for i=1,15 do
  268. game:GetService("RunService").RenderStepped:wait()
  269. CreditSmall.TextColor3 = Color3.new(CreditSmall.TextColor3.r,CreditSmall.TextColor3.g,CreditSmall.TextColor3.b-(17/255))
  270. end
  271. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement