TheExploitGuy

ramen sim script

Mar 13th, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.53 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ramensim = Instance.new("ScreenGui")
  7. local outer = Instance.new("Frame")
  8. local mainui = Instance.new("Frame")
  9. local automation = Instance.new("Frame")
  10. local automation_text = Instance.new("TextLabel")
  11. local togas = Instance.new("TextButton")
  12. local automation_text_2 = Instance.new("TextLabel")
  13. local togah = Instance.new("TextButton")
  14. local automation_text_3 = Instance.new("TextLabel")
  15. local togab = Instance.new("TextButton")
  16. local automation_text_4 = Instance.new("TextLabel")
  17. local extra_text = Instance.new("TextLabel")
  18. local others = Instance.new("Frame")
  19. local others_text = Instance.new("TextLabel")
  20. local dest = Instance.new("TextButton")
  21. local hill = Instance.new("TextButton")
  22. local spawn = Instance.new("TextButton")
  23. local unlockis = Instance.new("TextButton")
  24. local kill = Instance.new("TextButton")
  25. local target_kill = Instance.new("TextBox")
  26. local warn_kill = Instance.new("TextLabel")
  27. local warn_kill_2 = Instance.new("TextLabel")
  28. local title = Instance.new("TextLabel")
  29. local UICorner = Instance.new("UICorner")
  30.  
  31. --Properties:
  32.  
  33. ramensim.Name = "ramensim"
  34. ramensim.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. ramensim.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36. ramensim.ResetOnSpawn = false
  37.  
  38. outer.Name = "outer"
  39. outer.Parent = ramensim
  40. outer.Active = true
  41. outer.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  42. outer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  43. outer.BorderSizePixel = 0
  44. outer.Position = UDim2.new(0.205350876, 0, 0.175406054, 0)
  45. outer.Size = UDim2.new(0, 908, 0, 449)
  46. outer.ZIndex = -232131211
  47.  
  48. mainui.Name = "mainui"
  49. mainui.Parent = outer
  50. mainui.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  51. mainui.BorderColor3 = Color3.fromRGB(0, 0, 0)
  52. mainui.Position = UDim2.new(0.0181073435, 0, 0.0321831293, 0)
  53. mainui.Size = UDim2.new(0, 875, 0, 419)
  54.  
  55. automation.Name = "automation"
  56. automation.Parent = mainui
  57. automation.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  58. automation.BorderColor3 = Color3.fromRGB(0, 0, 0)
  59. automation.Position = UDim2.new(0.0190597791, 0, 0.0619733334, 0)
  60. automation.Size = UDim2.new(0, 370, 0, 382)
  61.  
  62. automation_text.Name = "automation_text"
  63. automation_text.Parent = automation
  64. automation_text.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  65. automation_text.BorderSizePixel = 0
  66. automation_text.Position = UDim2.new(0.0324903056, 0, -0.0259600542, 0)
  67. automation_text.Size = UDim2.new(0, 88, 0, 18)
  68. automation_text.Font = Enum.Font.SourceSans
  69. automation_text.Text = "automation"
  70. automation_text.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. automation_text.TextScaled = true
  72. automation_text.TextSize = 14.000
  73. automation_text.TextStrokeTransparency = 0.000
  74. automation_text.TextWrapped = true
  75.  
  76. togas.Name = "togas"
  77. togas.Parent = automation
  78. togas.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  79. togas.BorderColor3 = Color3.fromRGB(0, 0, 0)
  80. togas.Position = UDim2.new(0.0398155414, 0, 0.0693475977, 0)
  81. togas.Size = UDim2.new(0, 17, 0, 17)
  82. togas.Font = Enum.Font.SourceSans
  83. togas.Text = ""
  84. togas.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. togas.TextSize = 14.000
  86.  
  87. automation_text_2.Name = "automation_text"
  88. automation_text_2.Parent = togas
  89. automation_text_2.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  90. automation_text_2.BorderSizePixel = 0
  91. automation_text_2.Position = UDim2.new(1.56190217, 0, -0.0847832188, 0)
  92. automation_text_2.Size = UDim2.new(0, 75, 0, 18)
  93. automation_text_2.Font = Enum.Font.SourceSans
  94. automation_text_2.Text = "auto sell"
  95. automation_text_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. automation_text_2.TextScaled = true
  97. automation_text_2.TextSize = 14.000
  98. automation_text_2.TextStrokeTransparency = 0.000
  99. automation_text_2.TextWrapped = true
  100.  
  101. togah.Name = "togah"
  102. togah.Parent = automation
  103. togah.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  104. togah.BorderColor3 = Color3.fromRGB(0, 0, 0)
  105. togah.Position = UDim2.new(0.0396003537, 0, 0.139391035, 0)
  106. togah.Size = UDim2.new(0, 17, 0, 17)
  107. togah.Font = Enum.Font.SourceSans
  108. togah.Text = ""
  109. togah.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. togah.TextSize = 14.000
  111.  
  112. automation_text_3.Name = "automation_text"
  113. automation_text_3.Parent = togah
  114. automation_text_3.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  115. automation_text_3.BorderSizePixel = 0
  116. automation_text_3.Position = UDim2.new(1.56190038, 0, -0.0847832188, 0)
  117. automation_text_3.Size = UDim2.new(0, 75, 0, 18)
  118. automation_text_3.Font = Enum.Font.SourceSans
  119. automation_text_3.Text = "auto heat"
  120. automation_text_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. automation_text_3.TextScaled = true
  122. automation_text_3.TextSize = 14.000
  123. automation_text_3.TextStrokeTransparency = 0.000
  124. automation_text_3.TextWrapped = true
  125.  
  126. togab.Name = "togab"
  127. togab.Parent = automation
  128. togab.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  129. togab.BorderColor3 = Color3.fromRGB(0, 0, 0)
  130. togab.Position = UDim2.new(0.0396003537, 0, 0.212689459, 0)
  131. togab.Size = UDim2.new(0, 17, 0, 17)
  132. togab.Font = Enum.Font.SourceSans
  133. togab.Text = ""
  134. togab.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. togab.TextSize = 14.000
  136.  
  137. automation_text_4.Name = "automation_text"
  138. automation_text_4.Parent = togab
  139. automation_text_4.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  140. automation_text_4.BorderSizePixel = 0
  141. automation_text_4.Position = UDim2.new(1.56190038, 0, -0.0847832188, 0)
  142. automation_text_4.Size = UDim2.new(0, 90, 0, 18)
  143. automation_text_4.Font = Enum.Font.SourceSans
  144. automation_text_4.Text = "auto buy best"
  145. automation_text_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. automation_text_4.TextScaled = true
  147. automation_text_4.TextSize = 14.000
  148. automation_text_4.TextStrokeTransparency = 0.000
  149. automation_text_4.TextWrapped = true
  150.  
  151. extra_text.Name = "extra_text"
  152. extra_text.Parent = togab
  153. extra_text.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  154. extra_text.BorderSizePixel = 0
  155. extra_text.Position = UDim2.new(1.56190038, 0, 0.974040329, 0)
  156. extra_text.Size = UDim2.new(0, 319, 0, 18)
  157. extra_text.Font = Enum.Font.SourceSans
  158. extra_text.Text = "need to equip manually from the shop since im a lazy ass"
  159. extra_text.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. extra_text.TextScaled = true
  161. extra_text.TextSize = 14.000
  162. extra_text.TextStrokeTransparency = 0.000
  163. extra_text.TextWrapped = true
  164.  
  165. others.Name = "others"
  166. others.Parent = mainui
  167. others.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  168. others.BorderColor3 = Color3.fromRGB(0, 0, 0)
  169. others.Position = UDim2.new(0.55734551, 0, 0.0619733334, 0)
  170. others.Size = UDim2.new(0, 370, 0, 382)
  171.  
  172. others_text.Name = "others_text"
  173. others_text.Parent = others
  174. others_text.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  175. others_text.BorderSizePixel = 0
  176. others_text.Position = UDim2.new(0.0350173526, 0, -0.023206342, 0)
  177. others_text.Size = UDim2.new(0, 46, 0, 18)
  178. others_text.Font = Enum.Font.SourceSans
  179. others_text.Text = "other"
  180. others_text.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. others_text.TextScaled = true
  182. others_text.TextSize = 14.000
  183. others_text.TextStrokeTransparency = 0.000
  184. others_text.TextWrapped = true
  185.  
  186. dest.Name = "dest"
  187. dest.Parent = others
  188. dest.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  189. dest.BackgroundTransparency = 0.800
  190. dest.BorderSizePixel = 0
  191. dest.Position = UDim2.new(0.0400306508, 0, 0.071911037, 0)
  192. dest.Size = UDim2.new(0, 338, 0, 19)
  193. dest.Font = Enum.Font.SourceSans
  194. dest.Text = "destroy gui (mainly for testing purposes)"
  195. dest.TextColor3 = Color3.fromRGB(255, 255, 255)
  196. dest.TextScaled = true
  197. dest.TextSize = 14.000
  198. dest.TextStrokeTransparency = 0.000
  199. dest.TextWrapped = true
  200.  
  201. hill.Name = "hill"
  202. hill.Parent = others
  203. hill.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  204. hill.BackgroundTransparency = 0.800
  205. hill.BorderSizePixel = 0
  206. hill.Position = UDim2.new(0.0400306508, 0, 0.158298463, 0)
  207. hill.Size = UDim2.new(0, 338, 0, 19)
  208. hill.Font = Enum.Font.SourceSans
  209. hill.Text = "goto hill thing"
  210. hill.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. hill.TextScaled = true
  212. hill.TextSize = 14.000
  213. hill.TextStrokeTransparency = 0.000
  214. hill.TextWrapped = true
  215.  
  216. spawn.Name = "spawn"
  217. spawn.Parent = others
  218. spawn.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  219. spawn.BackgroundTransparency = 0.800
  220. spawn.BorderSizePixel = 0
  221. spawn.Position = UDim2.new(0.0400306508, 0, 0.252539307, 0)
  222. spawn.Size = UDim2.new(0, 338, 0, 19)
  223. spawn.Font = Enum.Font.SourceSans
  224. spawn.Text = "goto spawn"
  225. spawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  226. spawn.TextScaled = true
  227. spawn.TextSize = 14.000
  228. spawn.TextStrokeTransparency = 0.000
  229. spawn.TextWrapped = true
  230.  
  231. unlockis.Name = "unlockis"
  232. unlockis.Parent = others
  233. unlockis.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  234. unlockis.BackgroundTransparency = 0.800
  235. unlockis.BorderSizePixel = 0
  236. unlockis.Position = UDim2.new(0.0400306508, 0, 0.341544539, 0)
  237. unlockis.Size = UDim2.new(0, 338, 0, 19)
  238. unlockis.Font = Enum.Font.SourceSans
  239. unlockis.Text = "unlock all islands"
  240. unlockis.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. unlockis.TextScaled = true
  242. unlockis.TextSize = 14.000
  243. unlockis.TextStrokeTransparency = 0.000
  244. unlockis.TextWrapped = true
  245.  
  246. kill.Name = "kill"
  247. kill.Parent = others
  248. kill.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  249. kill.BackgroundTransparency = 0.800
  250. kill.BorderSizePixel = 0
  251. kill.Position = UDim2.new(0.0425169244, 0, 0.433517545, 0)
  252. kill.Size = UDim2.new(0, 143, 0, 19)
  253. kill.Font = Enum.Font.SourceSans
  254. kill.Text = "kill player"
  255. kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. kill.TextScaled = true
  257. kill.TextSize = 14.000
  258. kill.TextStrokeTransparency = 0.000
  259. kill.TextWrapped = true
  260.  
  261. target_kill.Name = "target_kill"
  262. target_kill.Parent = others
  263. target_kill.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  264. target_kill.BackgroundTransparency = 0.800
  265. target_kill.BorderSizePixel = 0
  266. target_kill.Position = UDim2.new(0.567914307, 0, 0.433000565, 0)
  267. target_kill.Size = UDim2.new(0, 143, 0, 19)
  268. target_kill.Font = Enum.Font.SourceSans
  269. target_kill.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  270. target_kill.PlaceholderText = "target"
  271. target_kill.Text = ""
  272. target_kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  273. target_kill.TextSize = 14.000
  274. target_kill.TextStrokeTransparency = 0.000
  275.  
  276. warn_kill.Name = "warn_kill"
  277. warn_kill.Parent = others
  278. warn_kill.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  279. warn_kill.BorderSizePixel = 0
  280. warn_kill.Position = UDim2.new(0.0449898392, 0, 0.507845163, 0)
  281. warn_kill.Size = UDim2.new(0, 337, 0, 32)
  282. warn_kill.Font = Enum.Font.SourceSans
  283. warn_kill.Text = "player needs to be out of the safe zone. it doesnt work that well, it still damages though so thats good"
  284. warn_kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  285. warn_kill.TextScaled = true
  286. warn_kill.TextSize = 14.000
  287. warn_kill.TextStrokeTransparency = 0.000
  288. warn_kill.TextWrapped = true
  289.  
  290. warn_kill_2.Name = "warn_kill"
  291. warn_kill_2.Parent = others
  292. warn_kill_2.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  293. warn_kill_2.BorderSizePixel = 0
  294. warn_kill_2.Position = UDim2.new(0.10104502, 0, 0.591217518, 0)
  295. warn_kill_2.Size = UDim2.new(0, 292, 0, 32)
  296. warn_kill_2.Font = Enum.Font.SourceSans
  297. warn_kill_2.Text = "click the button again to stop teleporting to the target and damaging"
  298. warn_kill_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  299. warn_kill_2.TextSize = 12.000
  300. warn_kill_2.TextStrokeTransparency = 0.000
  301. warn_kill_2.TextWrapped = true
  302.  
  303. title.Name = "title"
  304. title.Parent = outer
  305. title.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
  306. title.BorderSizePixel = 0
  307. title.Position = UDim2.new(0.0327728875, 0, 0.0178438798, 0)
  308. title.Size = UDim2.new(0, 234, 0, 18)
  309. title.Font = Enum.Font.SourceSans
  310. title.Text = "ramen sim script - press insert to close"
  311. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  312. title.TextScaled = true
  313. title.TextSize = 14.000
  314. title.TextStrokeTransparency = 0.000
  315. title.TextWrapped = true
  316.  
  317. UICorner.Parent = outer
  318.  
  319. -- Scripts:
  320.  
  321. local function NKZGG_fake_script() -- togas.LocalScript
  322. local script = Instance.new('LocalScript', togas)
  323.  
  324. local active = false
  325. script.Parent.MouseButton1Click:Connect(function()
  326. if active == false then
  327. active = true
  328. script.Parent.BackgroundColor3 = Color3.fromRGB(88, 255, 79)
  329. else
  330. active = false
  331. script.Parent.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  332. end
  333. end)
  334. while true do
  335. game:GetService("RunService").Heartbeat:Wait()
  336. if active == true then
  337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-151.356796, -18.6563702, 497.838287, 0.650432885, -0.0401411392, -0.758502305, 1.05532028e-08, 0.998602569, -0.0528476164, 0.759563744, 0.0343738198, 0.649523973)
  338. end
  339. end
  340. end
  341. coroutine.wrap(NKZGG_fake_script)()
  342. local function ZQFZM_fake_script() -- togah.LocalScript
  343. local script = Instance.new('LocalScript', togah)
  344.  
  345. local active = false
  346. script.Parent.MouseButton1Click:Connect(function()
  347. if active == false then
  348. active = true
  349. script.Parent.BackgroundColor3 = Color3.fromRGB(88, 255, 79)
  350. else
  351. active = false
  352. script.Parent.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  353. end
  354. end)
  355. while true do
  356. game:GetService("RunService").Heartbeat:Wait()
  357. if active == true then
  358. -- Script generated by SimpleSpy - credits to exx#9394
  359.  
  360. game:GetService("ReplicatedStorage").RemoteFunctions.HeatIncreaseFunc:InvokeServer()
  361. end
  362. end
  363. end
  364. coroutine.wrap(ZQFZM_fake_script)()
  365. local function PWJWTKB_fake_script() -- togab.LocalScript
  366. local script = Instance.new('LocalScript', togab)
  367.  
  368. local active = false
  369. script.Parent.MouseButton1Click:Connect(function()
  370. if active == false then
  371. active = true
  372. script.Parent.BackgroundColor3 = Color3.fromRGB(88, 255, 79)
  373. else
  374. active = false
  375. script.Parent.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  376. end
  377. end)
  378. while true do
  379. game:GetService("RunService").Heartbeat:Wait()
  380. if active == true then
  381. -- Script generated by SimpleSpy - credits to exx#9394
  382.  
  383. -- Script generated by SimpleSpy - credits to exx#9394
  384.  
  385. local args = {
  386. [1] = "Tool"
  387. }
  388.  
  389. game:GetService("ReplicatedStorage").RemoteEvents.ShopItemBuyAllEvent:FireServer(unpack(args))
  390. -- Script generated by SimpleSpy - credits to exx#9394
  391.  
  392. local args = {
  393. [1] = "Upgrade"
  394. }
  395.  
  396. game:GetService("ReplicatedStorage").RemoteEvents.ShopItemBuyAllEvent:FireServer(unpack(args))
  397. end
  398. end
  399. end
  400. coroutine.wrap(PWJWTKB_fake_script)()
  401. local function CTEPL_fake_script() -- dest.LocalScript
  402. local script = Instance.new('LocalScript', dest)
  403.  
  404. script.Parent.MouseButton1Click:Connect(function()
  405. script.Parent.Parent.Parent.Parent.Parent:Destroy()
  406. end)
  407. end
  408. coroutine.wrap(CTEPL_fake_script)()
  409. local function KQWIN_fake_script() -- hill.LocalScript
  410. local script = Instance.new('LocalScript', hill)
  411.  
  412. script.Parent.MouseButton1Click:Connect(function()
  413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(296.97937, 31.6889782, 595.242188, 0.769179046, -2.31202186e-08, -0.639033318, 1.16662111e-08, 1, -2.21378329e-08, 0.639033318, 9.57285984e-09, 0.769179046)
  414. end)
  415. end
  416. coroutine.wrap(KQWIN_fake_script)()
  417. local function GWYKPM_fake_script() -- spawn.LocalScript
  418. local script = Instance.new('LocalScript', spawn)
  419.  
  420. script.Parent.MouseButton1Click:Connect(function()
  421. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-179.434753, -15.1735582, 533.211426, 0.916278601, -2.93991498e-08, -0.400541604, -4.12286072e-09, 1, -8.28299491e-08, 0.400541604, 7.75466873e-08, 0.916278601)
  422. end)
  423. end
  424. coroutine.wrap(GWYKPM_fake_script)()
  425. local function CZQGBP_fake_script() -- unlockis.LocalScript
  426. local script = Instance.new('LocalScript', unlockis)
  427.  
  428. script.Parent.MouseButton1Click:Connect(function()
  429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.717209, 1064.7168, 584.837097, -0.999401867, -9.88382887e-09, -0.0345811434, -6.79596335e-09, 1, -8.94108609e-08, 0.0345811434, -8.91223735e-08, -0.999401867)
  430. wait(0.25)
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-228.547867, 1886.8894, 597.587646, 0.780290306, -1.41273873e-08, -0.625417471, -1.4421716e-09, 1, -2.43880294e-08, 0.625417471, 1.99317025e-08, 0.780290306)
  432. wait(0.25)
  433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-189.863937, 4318.48633, 440.330231, -0.195319369, 8.94073793e-08, -0.980739713, 4.74317297e-09, 1, 9.02185846e-08, 0.980739713, 1.29696183e-08, -0.195319369)
  434. wait(0.25)
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210.792206, 10003.2871, 502.693817, -0.936483979, 5.84006887e-09, -0.350710332, 7.11403936e-10, 1, 1.4752489e-08, 0.350710332, 1.35659732e-08, -0.936483979)
  436. wait(0.25)
  437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.543427, 15714.8848, 418.775818, 0.553160727, -4.71953321e-08, 0.83307457, -5.80393122e-10, 1, 5.70373722e-08, -0.83307457, -3.20343432e-08, 0.553160727)
  438. wait(0.25)
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-408.29718, 22262.6816, 180.298462, -0.0784401894, 1.02581048e-07, 0.996918797, 1.00096988e-08, 1, -1.02110505e-07, -0.996918797, 1.96928962e-09, -0.0784401894)
  440. wait(0.25)
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-496.363647, 29742.2832, -26.6608677, 0.00364754139, 6.57779751e-08, -0.999993324, 1.51287993e-09, 1, 6.57839365e-08, 0.999993324, -1.75281945e-09, 0.00364754139)
  442. wait(0.25)
  443. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-399.251434, 37066.4219, 95.5174103, -0.64376837, 1.15899255e-08, 0.765220404, -5.56536706e-10, 1, -1.56140718e-08, -0.765220404, -1.04777191e-08, -0.64376837)
  444. wait(0.25)
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-435.355255, 48582.1172, 22.1854095, -0.99451226, -2.1079213e-08, -0.104620256, -2.1382899e-08, 1, 1.78112358e-09, 0.104620256, 4.00843359e-09, -0.99451226)
  446. wait(0.25)
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-374.254395, 62940.4766, -109.647156, -0.00598730054, 1.06860881e-07, -0.999982059, 2.76122569e-09, 1, 1.06846265e-07, 0.999982059, -2.12145546e-09, -0.00598730054)
  448. wait(0.25)
  449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-624.704895, 71826.0547, -426.059296, 0.786540985, 9.50676959e-09, 0.617538095, 3.5268851e-08, 1, -6.03155783e-08, -0.617538095, 6.92205333e-08, 0.786540985)
  450. wait(0.25)
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-575.37854, 78735.2188, -593.046631, -0.971264005, 1.77810104e-08, 0.238004684, 1.4659296e-08, 1, -1.48861083e-08, -0.238004684, -1.09693596e-08, -0.971264005)
  452. wait(0.25)
  453. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-608.3349, 84157.6875, -656.814087, -0.574649096, -2.85075252e-09, -0.818399906, 1.33122424e-09, 1, -4.41805925e-09, 0.818399906, -3.62830765e-09, -0.574649096)
  454. wait(0.25)
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-708.208008, 88835.1094, -564.169556, 0.896541238, 2.47296992e-08, -0.442960232, -1.74935852e-08, 1, 2.04216466e-08, 0.442960232, -1.05598863e-08, 0.896541238)
  456. wait(0.25)
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-781.378296, 93208.3516, -578.406067, 0.976598799, 1.03985531e-08, -0.215069354, 1.55348967e-09, 1, 5.5403941e-08, 0.215069354, -5.44415286e-08, 0.976598799)
  458. wait(0.25)
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-836.330078, 97953.4219, -572.387695, 0.463705957, 4.29383036e-08, 0.88598913, 2.40043874e-09, 1, -4.97200219e-08, -0.88598913, 2.51822332e-08, 0.463705957)
  460. wait(0.25)
  461. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-789.773621, 101840.359, -885.622498, -0.915600002, -1.0237293e-07, 0.402090371, -6.34542943e-08, 1, 1.10110015e-07, -0.402090371, 7.5302367e-08, -0.915600002)
  462. wait(0.25)
  463. end)
  464. end
  465. coroutine.wrap(CZQGBP_fake_script)()
  466. local function ORQIOXR_fake_script() -- kill.LocalScript
  467. local script = Instance.new('LocalScript', kill)
  468.  
  469. local active = false
  470. script.Parent.MouseButton1Click:Connect(function()
  471. if active == false then
  472. active = true
  473. script.Parent.BackgroundColor3 = Color3.fromRGB(88, 255, 79)
  474. else
  475. active = false
  476. script.Parent.BackgroundColor3 = Color3.fromRGB(0,0,0)
  477. end
  478. end)
  479. while true do
  480. -- shortened username skidded from https://devforum.roblox.com/t/shortening-players-name-admin-commands/528864/5
  481. game:GetService("RunService").Heartbeat:Wait()
  482. if active == true then
  483. local Players = game:GetService("Players");
  484.  
  485. local function GetPlayer(Input)
  486. for _, Player in ipairs(Players:GetPlayers()) do
  487. if (string.lower(Input) == string.sub(string.lower(Player.Name), 1, #Input)) then
  488. return Player;
  489. end
  490. end
  491. end
  492. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = GetPlayer(script.Parent.Parent.target_kill.Text).Character.HumanoidRootPart.CFrame
  493. -- Script generated by SimpleSpy - credits to exx#9394
  494. game:GetService("ReplicatedStorage").RemoteEvents.FireBreathDamageEvent:FireServer()
  495. end
  496. end
  497. end
  498. coroutine.wrap(ORQIOXR_fake_script)()
  499. local function PHNKQ_fake_script() -- outer.LocalScript
  500. local script = Instance.new('LocalScript', outer)
  501.  
  502. script.Parent.Draggable = true
  503. end
  504. coroutine.wrap(PHNKQ_fake_script)()
  505. local function UFNF_fake_script() -- outer.inscloseopen
  506. local script = Instance.new('LocalScript', outer)
  507.  
  508. -- skidded from https://devforum.roblox.com/t/opening-a-gui-by-pressing-a-keyboard-button-when-in-proximity-to-a-brick/168722/2
  509.  
  510. local UserInputService = game:GetService("UserInputService")
  511. UserInputService.InputBegan:Connect(function(InputObject, Processed)
  512. if InputObject.KeyCode == Enum.KeyCode.Insert then
  513. if script.Parent.Visible == false then
  514. script.Parent.Visible = true
  515. else
  516. script.Parent.Visible = false
  517. end
  518. end
  519. end)
  520. end
  521. coroutine.wrap(UFNF_fake_script)()
  522.  
Advertisement
Add Comment
Please, Sign In to add comment