· 4 years ago · Jul 04, 2021, 01:02 AM
1Pastebin
2API
3tools
4faq
5paste
6Login Sign up
7
8SHARE
9TWEET
10
11Aimbot script
12a guest
13Jan 22nd, 2019
146,769
15Never
16Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
17text 14.02 KB
18raw download clone embed print report
19-- Farewell Infortality.
20-- Version: 2.82
21-- Instances:
22local RBWorld2 = Instance.new("ScreenGui")
23local OpenFrame = Instance.new("Frame")
24local Open = Instance.new("TextButton")
25local Main = Instance.new("Frame")
26local clicktp = Instance.new("TextButton")
27local speedhax = Instance.new("TextButton")
28local speednumber = Instance.new("TextBox")
29local aimbot = Instance.new("TextButton")
30local Credits = Instance.new("TextBox")
31local Title = Instance.new("TextBox")
32local close = Instance.new("TextButton")
33local Play = Instance.new("TextButton")
34local Id = Instance.new("TextBox")
35local fly = Instance.new("TextButton")
36local noclip = Instance.new("TextButton")
37local changewest = Instance.new("TextButton")
38local changeeast = Instance.new("TextButton")
39--Properties:
40RBWorld2.Name = "RB World 2"
41RBWorld2.Parent = game.CoreGui
42
43OpenFrame.Name = "Open Frame"
44OpenFrame.Parent = RBWorld2
45OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
46OpenFrame.Position = UDim2.new(0, 0, 0.486994207, 0)
47OpenFrame.Size = UDim2.new(0, 119, 0, 41)
48OpenFrame.Style = Enum.FrameStyle.DropShadow
49
50Open.Name = "Open"
51Open.Parent = OpenFrame
52Open.BackgroundColor3 = Color3.new(0, 0, 0)
53Open.BackgroundTransparency = 0.89999997615814
54Open.Position = UDim2.new(0.0336134471, 0, 0.097560972, 0)
55Open.Size = UDim2.new(0, 97, 0, 24)
56Open.Font = Enum.Font.Cartoon
57Open.Text = "Open"
58Open.TextColor3 = Color3.new(1, 1, 1)
59Open.TextSize = 16
60
61Main.Name = "Main"
62Main.Parent = RBWorld2
63Main.BackgroundColor3 = Color3.new(1, 1, 1)
64Main.Position = UDim2.new(0.0959885344, 0, 0.0415647924, 0)
65Main.Size = UDim2.new(0, 362, 0, 390)
66Main.Style = Enum.FrameStyle.DropShadow
67Main.Active = true
68Main.Draggable = true
69
70
71clicktp.Name = "click tp"
72clicktp.Parent = Main
73clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
74clicktp.BorderColor3 = Color3.new(0, 0.666667, 1)
75clicktp.Position = UDim2.new(0.00276243128, 0, 0.428205132, 0)
76clicktp.Size = UDim2.new(0, 162, 0, 52)
77clicktp.Font = Enum.Font.Cartoon
78clicktp.Text = "Click TP (ctrl+click)"
79clicktp.TextColor3 = Color3.new(0, 0, 0)
80clicktp.TextSize = 14
81
82speedhax.Name = "speed hax"
83speedhax.Parent = Main
84speedhax.BackgroundColor3 = Color3.new(1, 1, 1)
85speedhax.BorderColor3 = Color3.new(0, 0.666667, 1)
86speedhax.Position = UDim2.new(0.527624309, 0, 0.610256433, 0)
87speedhax.Size = UDim2.new(0, 162, 0, 54)
88speedhax.Font = Enum.Font.Cartoon
89speedhax.Text = "Speed Hax (Hold Q)"
90speedhax.TextColor3 = Color3.new(0, 0, 0)
91speedhax.TextSize = 14
92
93speednumber.Name = "speed number"
94speednumber.Parent = speedhax
95speednumber.BackgroundColor3 = Color3.new(0, 0, 0)
96speednumber.BorderColor3 = Color3.new(0, 0.666667, 1)
97speednumber.Position = UDim2.new(0, 0, 1.11111116, 0)
98speednumber.Size = UDim2.new(0, 162, 0, 33)
99speednumber.Font = Enum.Font.Code
100speednumber.Text = "Enter Speed Here"
101speednumber.TextColor3 = Color3.new(1, 1, 1)
102speednumber.TextSize = 16
103
104aimbot.Name = "aimbot"
105aimbot.Parent = Main
106aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
107aimbot.BorderColor3 = Color3.new(0, 0.666667, 1)
108aimbot.Position = UDim2.new(0.527624309, 0, 0.428205132, 0)
109aimbot.Size = UDim2.new(0, 162, 0, 53)
110aimbot.Font = Enum.Font.Cartoon
111aimbot.Text = "Aimbot (Automatically On)"
112aimbot.TextColor3 = Color3.new(0, 0, 0)
113aimbot.TextSize = 14
114
115Credits.Name = "Credits"
116Credits.Parent = Main
117Credits.BackgroundColor3 = Color3.new(1, 1, 1)
118Credits.BorderColor3 = Color3.new(0, 0, 0)
119Credits.Position = UDim2.new(0.00276243128, 0, 0.907692313, 0)
120Credits.Size = UDim2.new(0, 344, 0, 34)
121Credits.Font = Enum.Font.Cartoon
122Credits.Text = "Created by Cyamic and me am nub"
123Credits.TextColor3 = Color3.new(0, 0, 0)
124Credits.TextSize = 14
125
126Title.Name = "Title"
127Title.Parent = Main
128Title.BackgroundColor3 = Color3.new(1, 1, 1)
129Title.BorderColor3 = Color3.new(0, 0, 0)
130Title.Position = UDim2.new(0, 0, 0.00256410241, 0)
131Title.Size = UDim2.new(0, 350, 0, 25)
132Title.Font = Enum.Font.Cartoon
133Title.Text = "RB World 2 GUI"
134Title.TextColor3 = Color3.new(0, 0, 0)
135Title.TextSize = 14
136
137close.Name = "close"
138close.Parent = Main
139close.BackgroundColor3 = Color3.new(1, 0.945098, 0.905882)
140close.Position = UDim2.new(0.922680497, 0, 0.00256410148, 0)
141close.Size = UDim2.new(0, 30, 0, 25)
142close.Font = Enum.Font.SciFi
143close.Text = "X"
144close.TextColor3 = Color3.new(0, 0, 0)
145close.TextSize = 14
146
147Play.Name = "Play"
148Play.Parent = Main
149Play.BackgroundColor3 = Color3.new(1, 0.972549, 0.972549)
150Play.Position = UDim2.new(0, 0, 0.610256433, 0)
151Play.Size = UDim2.new(0, 161, 0, 54)
152Play.Font = Enum.Font.Cartoon
153Play.Text = "Play Sound/music"
154Play.TextColor3 = Color3.new(0, 0, 0)
155Play.TextSize = 14
156
157Id.Name = "Id"
158Id.Parent = Play
159Id.BackgroundColor3 = Color3.new(0, 0, 0)
160Id.BorderColor3 = Color3.new(0, 0.666667, 1)
161Id.Position = UDim2.new(0, 0, 1.11111116, 0)
162Id.Size = UDim2.new(0, 161, 0, 32)
163Id.Font = Enum.Font.Code
164Id.Text = "Enter Id Here"
165Id.TextColor3 = Color3.new(1, 1, 1)
166Id.TextSize = 16
167
168fly.Name = "fly"
169fly.Parent = Main
170fly.BackgroundColor3 = Color3.new(1, 1, 1)
171fly.BorderColor3 = Color3.new(0, 0.666667, 1)
172fly.Position = UDim2.new(0.527624309, 0, 0.261538446, 0)
173fly.Size = UDim2.new(0, 162, 0, 53)
174fly.Font = Enum.Font.Cartoon
175fly.Text = "Fly"
176fly.TextColor3 = Color3.new(0, 0, 0)
177fly.TextSize = 14
178
179noclip.Name = "noclip"
180noclip.Parent = Main
181noclip.BackgroundColor3 = Color3.new(1, 1, 1)
182noclip.BorderColor3 = Color3.new(0, 0.666667, 1)
183noclip.Position = UDim2.new(0, 0, 0.261538446, 0)
184noclip.Size = UDim2.new(0, 162, 0, 53)
185noclip.Font = Enum.Font.Cartoon
186noclip.Text = "Noclip (Hold L)"
187noclip.TextColor3 = Color3.new(0, 0, 0)
188noclip.TextSize = 14
189
190changewest.Name = "change west"
191changewest.Parent = Main
192changewest.BackgroundColor3 = Color3.new(1, 1, 1)
193changewest.BorderColor3 = Color3.new(0, 0.666667, 1)
194changewest.Position = UDim2.new(0, 0, 0.0948717743, 0)
195changewest.Size = UDim2.new(0, 162, 0, 53)
196changewest.Font = Enum.Font.Cartoon
197changewest.Text = "Change to Westlake"
198changewest.TextColor3 = Color3.new(0, 0, 0)
199changewest.TextSize = 14
200
201changeeast.Name = "change east"
202changeeast.Parent = Main
203changeeast.BackgroundColor3 = Color3.new(1, 1, 1)
204changeeast.BorderColor3 = Color3.new(0, 0.666667, 1)
205changeeast.Position = UDim2.new(0.527624309, 0, 0.0948717743, 0)
206changeeast.Size = UDim2.new(0, 162, 0, 53)
207changeeast.Font = Enum.Font.Cartoon
208changeeast.Text = "Change to East Side"
209changeeast.TextColor3 = Color3.new(0, 0, 0)
210changeeast.TextSize = 14
211-- Scripts:
212local flytoggle = false
213aimbot.MouseButton1Down:connect(function()
214 -- Alrighty, so this is a script that A1 and I (Atlantic) created, this has 2 features. It features an unpatched aimbot script with a no contest script.
215-- To toggle aimbot on/off, press "F"
216-- Modified by me am nub so that it prints in dev console whether aim is on or off
217
218--[[
219 --> Execute this in your gym.
220 --> Execute this on any court in a server and you're set
221
222 --> Change _G.Min, _G.Max to change what the aimbot
223 -- randomizes between
224
225 --> Press F to turn off aimbot. If you leave it as it is...
226 -- it isn't noticable. Just note that it will say great
227 -- accuracy when u shoot and its on.
228
229]]--
230
231
232local Run = game:GetService('RunService');
233local UIS = game:GetService('UserInputService');
234local Players = game:GetService('Players');
235local Player = Players['LocalPlayer'];
236local Mouse = Player:GetMouse()
237
238local Event = Instance.new('RemoteEvent')
239local FireServer = Event.FireServer
240local GetRange = Random.new()
241_G.Max, _G.Min = 99, 99;
242local Aim = true
243
244local mt = getrawmetatable(game);
245local midx = mt.__index;
246local ncll = mt.__namecall;
247local fuck = (setreadonly or make_writeable)
248fuck(mt, false)
249
250rawset(mt, '__namecall', function(obj, ...)
251 local Args = {...};
252 local Method = tostring(table.remove(Args));
253 local Func = midx(obj, Method)
254
255 if (Method == 'Kick') then
256 debug.setupvalue(2, 'ScriptDebounce', true)
257 return
258 elseif (Func == FireServer) then
259 if (tostring(obj) == 'shoot') and Aim then
260 return FireServer(obj, Args[1], GetRange:NextInteger(_G.Min, _G.Max) or 100, true)
261 end
262 end
263 return ncll(obj, ...)
264end)
265
266UIS['InputBegan']:Connect(function(input, proc)
267if proc then return end
268if input.KeyCode == Enum.KeyCode.F then
269 Aim = not Aim
270end
271if input.KeyCode == Enum.KeyCode.F and Aim == true then
272print "Aim On"
273elseif input.KeyCode == Enum.KeyCode.F and Aim == false then
274print "Aim Off"
275end
276end)
277print("works")
278
279 -- Made by A1_exe and Atlantic --
280end)
281speedhax.MouseButton1Down:connect(function()
282 velocity = Instance.new("BodyVelocity")
283velocity.maxForce = Vector3.new(100000, 0, 100000)
284---vv Use that to change the speed v
285local speed = speednumber.Text
286gyro = Instance.new("BodyGyro")
287gyro.maxTorque = Vector3.new(100000, 0, 100000)
288
289local hum = game.Players.LocalPlayer.Character.Humanoid
290
291function onButton1Down(mouse)
292down = true
293velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
294velocity.velocity = (hum.MoveDirection) * speed
295gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
296while down do
297if not down then break end
298velocity.velocity = (hum.MoveDirection) * speed
299local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
300gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
301wait(0.1)
302end
303end
304
305function onButton1Up(mouse)
306velocity.Parent = nil
307gyro.Parent = nil
308down = false
309end
310--To Change the key in those 2 lines, replace the "g" with your desired key
311function onSelected(mouse)
312mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
313mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
314end
315
316onSelected(game.Players.LocalPlayer:GetMouse())
317end)
318close.MouseButton1Down:connect(function()
319 game.CoreGui:FindFirstChild("RB World 2").Main.Visible = false
320end)
321
322clicktp.MouseButton1Down:connect(function()
323 local UIS = game:GetService("UserInputService")
324
325local Player = game.Players.LocalPlayer
326local Mouse = Player:GetMouse()
327
328
329function GetCharacter()
330 return game.Players.LocalPlayer.Character
331end
332
333function Teleport(pos)
334 local Char = GetCharacter()
335 if Char then
336 Char:MoveTo(pos)
337 end
338end
339
340
341UIS.InputBegan:Connect(function(input)
342 if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
343 Teleport(Mouse.Hit.p)
344 end
345end)
346end)
347
348Open.MouseButton1Down:connect(function()
349 game.CoreGui:FindFirstChild("RB World 2").Main.Visible = true
350end)
351
352Play.MouseButton1Down:connect(function()
353 local sound = Instance.new("Sound")
354 local id = game.CoreGui:FindFirstChild("RB World 2").Main.Play.Id.Text
355 sound.Parent = game.Workspace
356 sound.SoundId = "rbxassetid://"..id
357 sound.Volume = 1
358 wait(1)
359 sound:Play()
360 print "played"
361end)
362
363-- FLY SCRIPT BY RGEENEUS
364
365-- The following code should be in a local script.
366-- Only works on PC, not xbox or mobile. I do not have devices to test on.
367-- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
368
369local speed = 60 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
370
371local c
372local h
373local bv
374local bav
375local cam
376local flying
377local p = game.Players.LocalPlayer
378local buttons = {W = false, S = false, A = false, D = false, Moving = false}
379
380local startFly = function () -- Call this function to begin flying
381 if not p.Character or not p.Character.Head or flying then return end
382 c = p.Character
383 h = c.Humanoid
384 h.PlatformStand = true
385 cam = workspace:WaitForChild('Camera')
386 bv = Instance.new("BodyVelocity")
387 bav = Instance.new("BodyAngularVelocity")
388 bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
389 bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
390 bv.Parent = c.Head
391 bav.Parent = c.Head
392 flying = true
393 h.Died:connect(function() flying = false end)
394end
395
396local endFly = function () -- Call this function to stop flying
397 if not p.Character or not flying then return end
398 h.PlatformStand = false
399 bv:Destroy()
400 bav:Destroy()
401 flying = false
402end
403
404game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
405 if GPE then return end
406 for i, e in pairs(buttons) do
407 if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
408 buttons[i] = true
409 buttons.Moving = true
410 end
411 end
412end)
413
414game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
415 if GPE then return end
416 local a = false
417 for i, e in pairs(buttons) do
418 if i ~= "Moving" then
419 if input.KeyCode == Enum.KeyCode[i] then
420 buttons[i] = false
421 end
422 if buttons[i] then a = true end
423 end
424 end
425 buttons.Moving = a
426end)
427
428local setVec = function (vec)
429 return vec * (speed / vec.Magnitude)
430end
431
432game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
433 if flying and c and c.PrimaryPart then
434 local p = c.PrimaryPart.Position
435 local cf = cam.CFrame
436 local ax, ay, az = cf:toEulerAnglesXYZ()
437 c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
438 if buttons.Moving then
439 local t = Vector3.new()
440 if buttons.W then t = t + (setVec(cf.lookVector)) end
441 if buttons.S then t = t - (setVec(cf.lookVector)) end
442 if buttons.A then t = t - (setVec(cf.rightVector)) end
443 if buttons.D then t = t + (setVec(cf.rightVector)) end
444 c:TranslateBy(t * step)
445 end
446 end
447end)
448
449function flytogl()
450 if flytoggle == true then
451 flytoggle = false
452 fly.Text = "Fly off"
453 else
454 flytoggle = true
455 fly.Text = "Fly on"
456 startFly()
457 repeat
458 wait(0.001)
459 until flytoggle == false
460 endFly()
461 end
462end
463fly.MouseButton1Down:connect(flytogl)
464
465changeeast.MouseButton1Down:connect(function()
466 game.ReplicatedStorage.places:FindFirstChild("RB Westlake Park").Value = 591582661
467print 'worked';
468end)
469
470changewest.MouseButton1Down:connect(function()
471 game.ReplicatedStorage.places:FindFirstChild("RB Eastside Park").Value = 593223204
472print 'worked';
473end)
474
475noclip.MouseButton1Down:connect(function()
476 game:getService("RunService"):BindToRenderStep("",0,function()
477if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
478if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
479game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
480end
481end)
482end)
483
484RAW Paste Data
485
486
487Public Pastes
488Untitled
489HTML | 25 min ago | 0.11 KB
490runningcheck
491Lua | 35 min ago | 0.01 KB
4922021-07-03_stats.json
493JSON | 36 min ago | 7.71 KB
494Paste Ping
495C | 50 min ago | 0.02 KB
496Napilnik_1_t1
497C# | 1 hour ago | 2.10 KB
498positive array multi
499C++ | 2 hours ago | 0.33 KB
500CÓDIGO PYTHON
501Python | 3 hours ago | 0.89 KB
502Paste Ping
503C | 3 hours ago | 0.02 KB
504
505
506
507
508
509
510
511
512
513
514create new paste / syntax languages / archive / faq / tools / night mode / api / scraping api / news / pro
515privacy statement / cookies policy / terms of serviceupdated / security disclosure / dmca / report abuse / contact
516
517By using Pastebin.com you agree to our cookies policy to enhance your experience.
518Site design & logo © 2021 Pastebin
519
520
521
522
523
524