Advertisement
Guest User

topkek

a guest
May 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. local positionX;
  2. local positionY;
  3. local positionZ;
  4. local lastpositionX;
  5. local lastpositionY;
  6. local lastpositionZ;
  7. local Player = game.Players.LocalPlayer
  8. local Mouse = Player:GetMouse()
  9. local Remote = game.ReplicatedStorage.Events['MenuActionEvent']
  10. local OutfitID = "318205179,318205206,90998450.227220057,2620428516.3074575692"
  11. local Arguments = {
  12. [1] = 8,
  13. [2] = {
  14. [1] = "",
  15. [2] = OutfitID,
  16. [3] = true --Delete Hat
  17. }
  18. }
  19. -- Variables
  20. --[[
  21. Made by Raf#8110 :v
  22. + [] + -- -
  23. Controls & Features :
  24. - X : RemovePart (Toggleable)
  25. - C : Advanced Printer (ESPToggleable)
  26. - V : Basic Printer (ESPToggleable)
  27. - N : Shipment (ESPToggleable)
  28. - I : Delete Barrier (Not Toggleable)
  29. - L : Save Position (Recaller need)
  30. - M : TP to Saved position (Recaller need)
  31. - K : TP to Last position (Recaller need)
  32. - Z : ClickTP (Recaller need)
  33. - P : Auto Hide Name (Toggleable)
  34. - U : Item (ESPToggleable)
  35. + [] + -- -
  36. --]]
  37. --Function--
  38. --Recaller
  39. function SavePosition(actionName, userInputState, inputObject)
  40. if userInputState == Enum.UserInputState.Begin then
  41. positionX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  42. positionY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  43. positionZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  44. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Position Saved"})
  45. end
  46. end
  47.  
  48. function DeleteBarrier(actionName, userInputState, inputObject)
  49. if userInputState == Enum.UserInputState.Begin then
  50. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Barrier Deleted"})
  51. local work = game.Workspace
  52. work:FindFirstChild("NL"):Destroy()
  53. end
  54. end
  55. function TeleporttoSaved(actionName, userInputState, inputObject)
  56. if userInputState == Enum.UserInputState.Begin then
  57. lastpositionX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  58. lastpositionY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  59. lastpositionZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  60. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  61. local args = {
  62. [1] = 17 --[[number]],
  63. [2] = CFrame.new(positionX,positionY,positionZ, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  64. }
  65. remote:FireServer(unpack(args))
  66.  
  67. end
  68. end
  69. function TeleporttoLast(actionName, userInputState, inputObject)
  70. if userInputState == Enum.UserInputState.Begin then
  71. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  72. local args = {
  73. [1] = 17 --[[number]],
  74. [2] = CFrame.new(lastpositionX,lastpositionY,lastpositionZ, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  75. }
  76. remote:FireServer(unpack(args))
  77.  
  78. end
  79. end
  80. --Recaller
  81. --ElectricScript
  82. function RemovePart(actionName, userInputState, inputObject)
  83. if userInputState == Enum.UserInputState.Begin then
  84. toggled = not toggled
  85. if toggled then
  86. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Remove Parts is now ENABLED."})
  87. else
  88. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Remove Parts is now DISABLED."})
  89. end
  90. end
  91. end
  92. function AdvancedPrinter(actionName, userInputState, inputObject)
  93. if userInputState == Enum.UserInputState.Begin then
  94. toggle000 = not toggle000
  95. if toggle000 then
  96. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Advanced ESP is now ENABLED."})
  97. else
  98. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Advanced ESP is now DISABLED."})
  99. end
  100. for i,v in pairs(workspace.MoneyPrinters:GetChildren()) do
  101. if v.Name == "Money Printer Advanced" then
  102. if v.Main:FindFirstChild("BillboardGui") then
  103. v.Main.BoxHandleAdornment:Destroy()
  104. v.Main.BillboardGui:Destroy()
  105. else
  106. local BH = Instance.new("BoxHandleAdornment", v.Main)
  107. BH.ZIndex = 1
  108. BH.Transparency = .75
  109. BH.Color3 = Color3.fromRGB(255,0,0)
  110. BH.Size= v.Main.Size
  111. BH.Adornee = v.Main
  112. BH.AlwaysOnTop = true
  113.  
  114. local bil = Instance.new("BillboardGui", v.Main)
  115. bil.Active = true
  116. bil.Adornee = v.Main
  117. bil.LightInfluence = 0
  118. bil.StudsOffset = Vector3.new(0,3,0)
  119. bil.AlwaysOnTop = true
  120. bil.Size = UDim2.new(1,0,1,0)
  121.  
  122. local txt = Instance.new("TextLabel", v.Main.BillboardGui)
  123. txt.TextSize = 15
  124. txt.TextColor3 = Color3.fromRGB(255,0,0)
  125. txt.BackgroundTransparency = 1
  126. txt.Size = UDim2.new(1,0,1,0)
  127. txt.Font = "ArialBold"
  128. txt.Text = "Advanced Money Printer | "..v.Main.SurfaceGui[2].Text
  129. end
  130. end
  131. end
  132. end
  133. end
  134. function BasicPrinter(actionName, userInputState, inputObject)
  135. if userInputState == Enum.UserInputState.Begin then
  136. toggle0000 = not toggle0000
  137. if toggle0000 then
  138. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Basic ESP is now ENABLED."})
  139. else
  140. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Basic ESP is now DISABLED."})
  141. end
  142. for i,v in pairs(workspace.MoneyPrinters:GetChildren()) do
  143. if v.Name == "Money Printer Basic" then
  144. if v.Main:FindFirstChild("BillboardGui") then
  145. v.Main.BoxHandleAdornment:Destroy()
  146. v.Main.BillboardGui:Destroy()
  147. else
  148. local BH = Instance.new("BoxHandleAdornment", v.Main)
  149. BH.ZIndex = 1
  150. BH.Transparency = .75
  151. BH.Color3 = Color3.fromRGB(160,160,255)
  152. BH.Size= v.Main.Size
  153. BH.Adornee = v.Main
  154. BH.AlwaysOnTop = true
  155.  
  156. local bil = Instance.new("BillboardGui", v.Main)
  157. bil.Active = true
  158. bil.Adornee = v.Main
  159. bil.LightInfluence = 0
  160. bil.StudsOffset = Vector3.new(0,3,0)
  161. bil.AlwaysOnTop = true
  162. bil.Size = UDim2.new(1,0,1,0)
  163.  
  164. local txt = Instance.new("TextLabel", v.Main.BillboardGui)
  165. txt.TextSize = 15
  166. txt.TextColor3 = Color3.fromRGB(160,160,255)
  167. txt.BackgroundTransparency = 1
  168. txt.Size = UDim2.new(1,0,1,0)
  169. txt.Font = "ArialBold"
  170. txt.Text = "Basic Money Printer | "..v.Main.SurfaceGui[2].Text
  171. end
  172. end
  173. end
  174. end
  175. end
  176. function Shipments(actionName, userInputState, inputObject)
  177. if userInputState == Enum.UserInputState.Begin then
  178. toggle00 = not toggle00
  179. if toggle00 then
  180. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Shipments ESP is now ENABLED."})
  181. else
  182. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Shipments ESP is now DISABLED."})
  183. end
  184. for i,v in pairs(workspace.Entities:GetChildren()) do
  185. if v.Name == "AK Shipment" or v.Name == "Recaller Shipment" or v.Name == "M4 Shipment" or v.Name == "Bloxy Cola Shipment" or v.Name == "C4 Shipment" or v.Name == "Deagle Shipment" or v.Name == "Lockpick Shipment" or v.Name == "Gun" or v.Name == "M16 Shipment" or v.Name == "M1911 Shipment" then
  186. if v.MeshPart:FindFirstChild("BillboardGui") then
  187. v.MeshPart.BoxHandleAdornment:Destroy()
  188. v.MeshPart.BillboardGui:Destroy()
  189. else
  190. local BH = Instance.new("BoxHandleAdornment", v.MeshPart)
  191. BH.ZIndex = 1
  192. BH.Transparency = .75
  193. BH.Color3 = Color3.fromRGB(160,160,255)
  194. BH.Size= v.MeshPart.Size
  195. BH.Adornee = v.MeshPart
  196. BH.AlwaysOnTop = true
  197.  
  198. local bil = Instance.new("BillboardGui", v.MeshPart)
  199. bil.Active = true
  200. bil.Adornee = v.MeshPart
  201. bil.LightInfluence = 0
  202. bil.StudsOffset = Vector3.new(0,3,0)
  203. bil.AlwaysOnTop = true
  204. bil.Size = UDim2.new(1,0,1,0)
  205.  
  206. local txt = Instance.new("TextLabel", v.MeshPart.BillboardGui)
  207. txt.TextSize = 15
  208. txt.TextColor3 = Color3.fromRGB(160,160,255)
  209. txt.BackgroundTransparency = 1
  210. txt.Size = UDim2.new(1,0,1,0)
  211. txt.Font = "ArialBold"
  212. txt.Text = v.Name.." | "..v.MeshPart.SurfaceGui["Uses"].Text
  213.  
  214. if v.Name == "M4 Shipment" or v.Name == "Gun" or v.Name == "Recaller Shipment" or v.Name == "C4 Shipment" or v.Name == "AK Shipment" then
  215. txt.TextColor3 = Color3.fromRGB(255,0,0)
  216. BH.Color3 = Color3.fromRGB(255,0,0)
  217. end
  218. end
  219. end
  220. end
  221. end
  222. end
  223. function ItemESP(actionName, userInputState, inputObject)
  224. if userInputState == Enum.UserInputState.Begin then
  225. toggle0 = not toggle0
  226. if toggle0 then
  227. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Items ESP is now ENABLED."})
  228. else
  229. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Items ESP is now DISABLED."})
  230. end
  231. for i,v in pairs(workspace.Entities:GetChildren()) do
  232.  
  233. if v.Name == "Gun" then
  234.  
  235. if v:FindFirstChild("BillboardGui") then
  236. v.BoxHandleAdornment:Destroy()
  237. v.BillboardGui:Destroy()
  238. else
  239. local BH = Instance.new("BoxHandleAdornment", v)
  240. BH.ZIndex = 1
  241. BH.Transparency = .75
  242. BH.Color3 = Color3.fromRGB(160,160,255)
  243. BH.Size= v.Size
  244. BH.Adornee = v
  245. BH.AlwaysOnTop = true
  246.  
  247.  
  248. local bil = Instance.new("BillboardGui", v)
  249. bil.Active = true
  250. bil.Adornee = v
  251. bil.LightInfluence = 0
  252. bil.StudsOffset = Vector3.new(0,3,0)
  253. bil.AlwaysOnTop = true
  254. bil.Size = UDim2.new(1,0,1,0)
  255.  
  256. local txt = Instance.new("TextLabel", v.BillboardGui)
  257. txt.TextSize = 15
  258. txt.TextColor3 = Color3.fromRGB(160,160,255)
  259. txt.BackgroundTransparency = 1
  260. txt.Size = UDim2.new(1,0,1,0)
  261. txt.Font = "ArialBold"
  262. txt.Text = v:FindFirstChild("Int").Value
  263. local in3t = v:FindFirstChild("Int")
  264. if in3t.Value == "Jetpack" or in3t.Value == "M4" or in3t.Value == "AK" or in3t.Value == "Recaller" then
  265. txt.TextColor3 = Color3.fromRGB(255,0,0)
  266. BH.Color3 = Color3.fromRGB(255,0,0)
  267. end
  268.  
  269. end
  270. end
  271. end
  272. end
  273. end
  274. function ClickTP(actionName, userInputState, inputObject)
  275. if userInputState == Enum.UserInputState.Begin then
  276. toggled1 = not toggled1
  277. if toggled1 then
  278. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "ClickTP is now ENABLED."})
  279. else
  280. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "ClickTP is now DISABLED."})
  281. end
  282. end
  283. end
  284. function AutoHideName(actionName, userInputState, inputObject)
  285. if userInputState == Enum.UserInputState.Begin then
  286. toggled2 = not toggled2
  287. if toggled2 then
  288. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "AutoHide is now ENABLED."})
  289. while true do
  290. wait()
  291. if not toggled2 then
  292. break
  293. end
  294. Remote:FireServer(unpack(Arguments))
  295. end
  296. else
  297.  
  298. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "AutoHide is now DISABLED."})
  299. end
  300. end
  301. end
  302.  
  303. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  304. if toggled1 then
  305. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  306. local args = {
  307. [1] = 17 --[[number]],
  308. [2] = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z, 1, 0, 0, 0, 1, 0, 0, 0, 1) }
  309. remote:FireServer(unpack(args))
  310. end
  311. end)
  312.  
  313.  
  314. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  315. if toggled then
  316. game.Players.LocalPlayer:GetMouse().Target.Position = Vector3.new(1000000000000000,1000000000000000,1000000000000000)
  317. end
  318. end)
  319.  
  320.  
  321. --ElectricScript
  322. --Bind Action
  323. game.ContextActionService:BindAction("keyPress1", SavePosition, false, Enum.KeyCode.L)
  324. game.ContextActionService:BindAction("keyPress2", TeleporttoSaved, false, Enum.KeyCode.M)
  325. game.ContextActionService:BindAction("keyPress3", TeleporttoLast, false, Enum.KeyCode.K)
  326. game.ContextActionService:BindAction("keyPress4", RemovePart, false, Enum.KeyCode.X)
  327. game.ContextActionService:BindAction("keyPress5", AdvancedPrinter, false, Enum.KeyCode.C)
  328. game.ContextActionService:BindAction("keyPress6", BasicPrinter, false, Enum.KeyCode.V)
  329. game.ContextActionService:BindAction("keyPress7", Shipments, false, Enum.KeyCode.N)
  330. game.ContextActionService:BindAction("keyPress8", ClickTP, false, Enum.KeyCode.Z)
  331. game.ContextActionService:BindAction("keyPress9", AutoHideName, false, Enum.KeyCode.P)
  332. game.ContextActionService:BindAction("keyPress10", DeleteBarrier, false, Enum.KeyCode.I)
  333. game.ContextActionService:BindAction("keyPress11", ItemESP, false, Enum.KeyCode.U)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement