Advertisement
Guest User

Beyond script

a guest
Aug 27th, 2018
13,411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 KB | None | 0 0
  1. -- Credit Funtrator
  2. -- Goku Gamer - NVM - Got Shot
  3. -- Objects
  4.  
  5. local SomeoneShark = Instance.new("ScreenGui")
  6. local m1 = Instance.new("Frame")
  7. local s1 = Instance.new("TextLabel")
  8. local ak = Instance.new("TextButton")
  9. local f1 = Instance.new("Frame")
  10. local FS = Instance.new("TextButton")
  11. local AB = Instance.new("TextButton")
  12. local LV = Instance.new("TextButton")
  13. local Mai = Instance.new("TextButton")
  14. local w1 = Instance.new("TextButton")
  15. local r1 = Instance.new("Frame")
  16. local m2 = Instance.new("Frame")
  17. local wx = Instance.new("TextButton")
  18. local s3 = Instance.new("TextLabel")
  19. local f2 = Instance.new("Frame")
  20. local w2 = Instance.new("TextButton")
  21. local w3 = Instance.new("TextButton")
  22. local w4 = Instance.new("TextButton")
  23. local w6 = Instance.new("TextButton")
  24. local w5 = Instance.new("TextButton")
  25. local slt2 = Instance.new("TextLabel")
  26. local slt1 = Instance.new("TextLabel")
  27. local slt3 = Instance.new("TextLabel")
  28. local cross = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. SomeoneShark.Name = "SomeoneShark"
  33. SomeoneShark.Parent = game.CoreGui
  34.  
  35. m1.Name = "m1"
  36. m1.Parent = SomeoneShark
  37. m1.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  38. m1.BackgroundTransparency = 0.25
  39. m1.BorderColor3 = Color3.new(0.129412, 0.968628, 0.0705882)
  40. m1.Position = UDim2.new(0.0788461566, 0, 0.297551781, 0)
  41. m1.Size = UDim2.new(0, 194, 0, 209)
  42. m1.Draggable = true
  43.  
  44. s1.Name = "s1"
  45. s1.Parent = m1
  46. s1.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  47. s1.BorderColor3 = Color3.new(0.980392, 0.262745, 0.0196078)
  48. s1.Position = UDim2.new(0.0360824727, 0, 0.0717703328, 0)
  49. s1.Size = UDim2.new(0, 181, 0, 17)
  50. s1.Font = Enum.Font.Fantasy
  51. s1.Text = "Life Suxks - FunTrator"
  52. s1.TextColor3 = Color3.new(0.988235, 0.00784314, 0.972549)
  53. s1.TextSize = 18
  54. s1.TextWrapped = true
  55.  
  56. ak.Name = "ak"
  57. ak.Parent = m1
  58. ak.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  59. ak.BorderColor3 = Color3.new(1, 1, 0)
  60. ak.Position = UDim2.new(0.0361445807, 0, 0.249487177, 0)
  61. ak.Size = UDim2.new(0, 69, 0, 25)
  62. ak.Font = Enum.Font.SciFi
  63. ak.Text = "Auto Kill"
  64. ak.TextColor3 = Color3.new(1, 0.333333, 0)
  65. ak.TextSize = 14
  66. ak.TextWrapped = true
  67. ak.MouseButton1Down:connect(function()
  68. while wait(0.01) do
  69. game.Players.LocalPlayer.keyinput:FireServer("combat")
  70. game.Players.LocalPlayer.keyinput:FireServer("combat2")
  71. end
  72. end)
  73.  
  74. f1.Name = "f1"
  75. f1.Parent = m1
  76. f1.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
  77. f1.BorderColor3 = Color3.new(0.0156863, 0.964706, 0.980392)
  78. f1.BorderSizePixel = 0
  79. f1.Position = UDim2.new(0.030927835, 0, 0.181818187, 0)
  80. f1.Size = UDim2.new(0, 182, 0, 1)
  81.  
  82. FS.Name = "FS"
  83. FS.Parent = m1
  84. FS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  85. FS.BorderColor3 = Color3.new(0, 0.666667, 0)
  86. FS.Position = UDim2.new(0.484536082, 0, 0.249166653, 0)
  87. FS.Size = UDim2.new(0, 94, 0, 25)
  88. FS.Font = Enum.Font.SciFi
  89. FS.Text = "Fast Shoot"
  90. FS.TextColor3 = Color3.new(1, 0.027451, 0.611765)
  91. FS.TextSize = 14
  92. FS.TextWrapped = true
  93. FS.MouseButton1Down:connect(function()
  94. while wait(0.01) do
  95. game.Players.LocalPlayer.keyinput:FireServer("checkwep", game.Players.LocalPlayer:GetMouse().Hit)
  96. end
  97. end)
  98.  
  99. AB.Name = "AB"
  100. AB.Parent = m1
  101. AB.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  102. AB.BorderColor3 = Color3.new(0.666667, 0, 0)
  103. AB.Position = UDim2.new(0.484536082, 0, 0.430000007, 0)
  104. AB.Size = UDim2.new(0, 94, 0, 25)
  105. AB.Font = Enum.Font.SciFi
  106. AB.Text = "Akatsuki Base"
  107. AB.TextColor3 = Color3.new(0.223529, 1, 0.27451)
  108. AB.TextSize = 14
  109. AB.TextWrapped = true
  110. AB.MouseButton1Down:connect(function()
  111. local l = game.Workspace.enterable:FindFirstChild("Akatsuki Base").Model:FindFirstChild("akat").CFrame
  112. game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart.CFrame = l
  113. end)
  114.  
  115. LV.Name = "LV"
  116. LV.Parent = m1
  117. LV.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  118. LV.BorderColor3 = Color3.new(1, 0.576471, 0.890196)
  119. LV.Position = UDim2.new(0.0361445546, 0, 0.430045813, 0)
  120. LV.Size = UDim2.new(0, 69, 0, 25)
  121. LV.Font = Enum.Font.SciFi
  122. LV.Text = "Level"
  123. LV.TextColor3 = Color3.new(0, 1, 1)
  124. LV.TextSize = 14
  125. LV.TextWrapped = true
  126. LV.MouseButton1Down:connect(function()
  127. for i=1, 200 do
  128. game.Players.LocalPlayer.keyinput:FireServer("combo2", "custom", 1541484681, "reverseflame")
  129. end
  130. end)
  131.  
  132. Mai.Name = "Mai"
  133. Mai.Parent = m1
  134. Mai.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  135. Mai.BorderColor3 = Color3.new(0.333333, 1, 0.498039)
  136. Mai.Position = UDim2.new(0.0335051529, 0, 0.842500031, 0)
  137. Mai.Size = UDim2.new(0, 181, 0, 20)
  138. Mai.Font = Enum.Font.SciFi
  139. Mai.Text = "Under Maintainance"
  140. Mai.TextColor3 = Color3.new(0.396078, 1, 0.8)
  141. Mai.TextSize = 14
  142. Mai.TextWrapped = true
  143.  
  144. w1.Name = "w1"
  145. w1.Parent = m1
  146. w1.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  147. w1.BorderColor3 = Color3.new(0.423529, 0.972549, 1)
  148. w1.Position = UDim2.new(0.20103091, 0, 0.605000019, 0)
  149. w1.Size = UDim2.new(0, 116, 0, 37)
  150. w1.Font = Enum.Font.SciFi
  151. w1.Text = "WEAPONS"
  152. w1.TextColor3 = Color3.new(1, 0.839216, 0.027451)
  153. w1.TextSize = 24
  154. w1.TextWrapped = true
  155. w1.MouseButton1Down:connect(function()
  156. m2.Visible = true
  157. end)
  158.  
  159. r1.Name = "r1"
  160. r1.Parent = m1
  161. r1.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
  162. r1.BorderColor3 = Color3.new(0.0156863, 0.964706, 0.980392)
  163. r1.BorderSizePixel = 0
  164. r1.Position = UDim2.new(0.0360824727, 0, 0.0287081338, 0)
  165. r1.Size = UDim2.new(0, 181, 0, 1)
  166.  
  167. m2.Name = "m2"
  168. m2.Parent = SomeoneShark
  169. m2.BackgroundColor3 = Color3.new(0.0627451, 1, 0.298039)
  170. m2.BackgroundTransparency = 0.75
  171. m2.BorderColor3 = Color3.new(0, 0, 0)
  172. m2.Position = UDim2.new(0.501923084, 0, 0.203389823, 0)
  173. m2.Size = UDim2.new(0, 248, 0, 295)
  174. m2.Visible = false
  175. m2.Draggable = true
  176.  
  177. wx.Name = "wx"
  178. wx.Parent = m2
  179. wx.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  180. wx.BorderColor3 = Color3.new(0.321569, 0.972549, 0.0862745)
  181. wx.Position = UDim2.new(0.0373443998, 0, 0.317788839, 0)
  182. wx.Size = UDim2.new(0, 110, 0, 33)
  183. wx.Font = Enum.Font.SciFi
  184. wx.Text = "Orochi Kusanagi"
  185. wx.TextColor3 = Color3.new(0.0235294, 0.988235, 0.92549)
  186. wx.TextSize = 15
  187. wx.MouseButton1Down:connect(function()
  188. local Arg1 = "equipwep"
  189. local Arg2 = "1" -- change this to any number slot you want the weapon to be in, can be 1, 2 or 3
  190. local Arg3 = "ocho" -- change this to any in-game weapon name. List can be found in the thread
  191. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  192. end)
  193.  
  194. s3.Name = "s3"
  195. s3.Parent = m2
  196. s3.BackgroundColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  197. s3.BackgroundTransparency = 0.34999999403954
  198. s3.BorderColor3 = Color3.new(0.980392, 0.262745, 0.0196078)
  199. s3.Position = UDim2.new(0.0362903215, 0, 0.0591471121, 0)
  200. s3.Size = UDim2.new(0, 227, 0, 23)
  201. s3.Font = Enum.Font.Fantasy
  202. s3.Text = "Life Suxks - FunTrator"
  203. s3.TextColor3 = Color3.new(0.988235, 0.0196078, 0.0392157)
  204. s3.TextSize = 20
  205. s3.TextWrapped = true
  206.  
  207. f2.Name = "f2"
  208. f2.Parent = m2
  209. f2.BackgroundColor3 = Color3.new(0.00392157, 1, 1)
  210. f2.BorderColor3 = Color3.new(0.00784314, 0.709804, 0.709804)
  211. f2.BorderSizePixel = 0
  212. f2.Position = UDim2.new(0.0362903215, 0, 0.165879652, 0)
  213. f2.Size = UDim2.new(0, 227, 0, 1)
  214.  
  215. w2.Name = "w2"
  216. w2.Parent = m2
  217. w2.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  218. w2.BorderColor3 = Color3.new(0.156863, 0.972549, 0.972549)
  219. w2.Position = UDim2.new(0.506224096, 0, 0.317788839, 0)
  220. w2.Size = UDim2.new(0, 110, 0, 33)
  221. w2.Font = Enum.Font.SciFi
  222. w2.Text = "Madara Gunbai"
  223. w2.TextColor3 = Color3.new(0.572549, 0.835294, 0.152941)
  224. w2.TextSize = 16
  225. w2.MouseButton1Down:connect(function()
  226. local Arg1 = "equipwep"
  227. local Arg2 = "1"
  228. local Arg3 = "gunbai"
  229. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  230. end)
  231.  
  232. w3.Name = "w3"
  233. w3.Parent = m2
  234. w3.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  235. w3.BorderColor3 = Color3.new(0.972549, 0.741176, 0.0431373)
  236. w3.Position = UDim2.new(0.0373443998, 0, 0.59807992, 0)
  237. w3.Size = UDim2.new(0, 110, 0, 33)
  238. w3.Font = Enum.Font.SciFi
  239. w3.Text = "Minato Kunai"
  240. w3.TextColor3 = Color3.new(0.584314, 0.901961, 0.533333)
  241. w3.TextSize = 16
  242. w3.TextWrapped = true
  243. w3.MouseButton1Down:connect(function()
  244. local Arg1 = "equipwep"
  245. local Arg2 = "2"
  246. local Arg3 = "minatokunai"
  247. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  248. end)
  249.  
  250. w4.Name = "w4"
  251. w4.Parent = m2
  252. w4.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  253. w4.BorderColor3 = Color3.new(0, 0.333333, 1)
  254. w4.Position = UDim2.new(0.509118617, 0, 0.59807992, 0)
  255. w4.Size = UDim2.new(0, 110, 0, 33)
  256. w4.Font = Enum.Font.SciFi
  257. w4.Text = "Hiramekarei"
  258. w4.TextColor3 = Color3.new(1, 1, 1)
  259. w4.TextSize = 18
  260. w4.MouseButton1Down:connect(function()
  261. local Arg1 = "equipwep"
  262. local Arg2 = "2"
  263. local Arg3 = "hira"
  264. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  265. end)
  266.  
  267. w6.Name = "w6"
  268. w6.Parent = m2
  269. w6.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  270. w6.BorderColor3 = Color3.new(0.184314, 0.670588, 0.972549)
  271. w6.Position = UDim2.new(0.509118617, 0, 0.856668949, 0)
  272. w6.Size = UDim2.new(0, 110, 0, 33)
  273. w6.Font = Enum.Font.SciFi
  274. w6.Text = "Triple Scythe"
  275. w6.TextColor3 = Color3.new(0.752941, 0.988235, 0.74902)
  276. w6.TextSize = 18
  277. w6.MouseButton1Down:connect(function()
  278. local Arg1 = "equipwep"
  279. local Arg2 = "3"
  280. local Arg3 = "triplebladed"
  281. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  282. end)
  283.  
  284. w5.Name = "w5"
  285. w5.Parent = m2
  286. w5.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  287. w5.BorderColor3 = Color3.new(0.666667, 0, 1)
  288. w5.Position = UDim2.new(0.0373444259, 0, 0.856668949, 0)
  289. w5.Size = UDim2.new(0, 110, 0, 33)
  290. w5.Font = Enum.Font.SciFi
  291. w5.Text = "Samehada"
  292. w5.TextColor3 = Color3.new(0, 0.666667, 0)
  293. w5.TextSize = 20
  294. w5.MouseButton1Down:connect(function()
  295. local Arg1 = "equipwep"
  296. local Arg2 = "3"
  297. local Arg3 = "samehada"
  298. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  299. end)
  300.  
  301. slt2.Name = "slt2"
  302. slt2.Parent = m2
  303. slt2.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  304. slt2.BackgroundTransparency = 0.20000000298023
  305. slt2.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
  306. slt2.Position = UDim2.new(0.310483873, 0, 0.47068581, 0)
  307. slt2.Size = UDim2.new(0, 95, 0, 26)
  308. slt2.Font = Enum.Font.SciFi
  309. slt2.Text = "SLOT 2"
  310. slt2.TextColor3 = Color3.new(0.972549, 0, 0.517647)
  311. slt2.TextSize = 24
  312.  
  313. slt1.Name = "slt1"
  314. slt1.Parent = m2
  315. slt1.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  316. slt1.BackgroundTransparency = 0.20000000298023
  317. slt1.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
  318. slt1.Position = UDim2.new(0.308467746, 0, 0.204801276, 0)
  319. slt1.Size = UDim2.new(0, 95, 0, 26)
  320. slt1.Font = Enum.Font.SciFi
  321. slt1.Text = "SLOT 1"
  322. slt1.TextColor3 = Color3.new(0.431373, 0.972549, 0.333333)
  323. slt1.TextSize = 24
  324.  
  325. slt3.Name = "slt3"
  326. slt3.Parent = m2
  327. slt3.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
  328. slt3.BackgroundTransparency = 0.20000000298023
  329. slt3.BorderColor3 = Color3.new(0.847059, 0, 0.835294)
  330. slt3.Position = UDim2.new(0.302419364, 0, 0.744200468, 0)
  331. slt3.Size = UDim2.new(0, 95, 0, 26)
  332. slt3.Font = Enum.Font.SciFi
  333. slt3.Text = "SLOT 3"
  334. slt3.TextColor3 = Color3.new(0.333333, 0.972549, 0.933333)
  335. slt3.TextSize = 24
  336.  
  337. cross.Name = "cross"
  338. cross.Parent = m2
  339. cross.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  340. cross.BorderColor3 = Color3.new(0.156863, 0.972549, 0.972549)
  341. cross.Position = UDim2.new(0.899193585, 0, -0.0474576354, 0)
  342. cross.Size = UDim2.new(0, 25, 0, 23)
  343. cross.Font = Enum.Font.SciFi
  344. cross.Text = "X"
  345. cross.TextColor3 = Color3.new(0.572549, 0.835294, 0.152941)
  346. cross.TextSize = 16
  347. cross.MouseButton1Down:connect(function()
  348. m2.Visible = false
  349. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement