Тёмный

How To Make An Advanced Roblox Exploit On WPF | Animations | PT 1. Tutorial C# & XAML 

0x83
Подписаться 1,5 тыс.
Просмотров 13 тыс.
50% 1

Thanks for watching this video!
Click "Show More" for any downloads or anything in the video!
My Discord Server ▶ / discord
Source Code ▶ up-to-down.net...
Visual Studio 2019 ▶ visualstudio.m...
Music:
First Song: Yves Tumor - Licking An Orchid (ft. James K)
Second Song: banana pie - Lil Darkie
Third Song: slowthai feel away (ft. james blake & mount kimbie)
This is for Educational Purposes Only. In this video, I will be using Visual Studio 2019 for a tutorial on how to make a Roblox Exploit with C# & XAML Development.
IGNORE TAGS
#robloxscripts
#robloxexploit
#robloxexploitfree
#roblox
#robloxfree
#freescripts
#robloxfreeexploit
#robloxarsenal
#robloxphantomforces
#robloxcheats
#robloxhacks
#dahood
#robloxdahood
#dahoodscripts
#dahoodhack
#dahoodcheats
#robloxdahoodhacks
#robloxdahoodscripts
#dahoodroblox
#robloxscripts
#robloxexploit
#robloxexploitfree
#roblox
#robloxfree
#freescripts
#robloxfreeexploit
#robloxarsenal
#robloxphantomforces
#robloxcheats
#robloxhacks
#robloxscripts
#robloxexploit
#robloxexploitfree
#roblox
#robloxfree
#freescripts
#robloxfreeexploit
#robloxarsenal
#robloxphantomforces
#robloxcheats
#robloxhacks
#MM2Script
#MM2GUIScript
#MM2ScriptGUI
#ROBLOX
#Arsenal
#arsenalscripts
#freearsenalscripts
#robloxexploit
#robloxexecuter
#bestarsenalscripts
#arsenalhack
#arsenalcheat
#phantomforces
#phantomforcescheat
#phantomforceshack
#best
#free

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@kyron7850
@kyron7850 3 года назад
First
@brandonmunsen
@brandonmunsen 11 месяцев назад
linkvertise is broken so here is the code for now: Storyboard storyboard = new Storyboard(); TimeSpan halfsecound = TimeSpan.FromMilliseconds(500); TimeSpan secound = TimeSpan.FromSeconds(1); private IEasingFunction Smooth { get; set; } = new QuarticEase { EasingMode = EasingMode.EaseOut }; public void Fade(DependencyObject Object) { DoubleAnimation FadeIn = new DoubleAnimation() { From = 0.0, To = 1.0, Duration = new Duration(halfsecound), }; Storyboard.SetTarget(FadeIn, Object); Storyboard.SetTargetProperty(FadeIn, new PropertyPath("Opacity", 1)); storyboard.Children.Add(FadeIn); storyboard.Begin(); } public void FadeOut(DependencyObject Object) { DoubleAnimation FadeOut = new DoubleAnimation() { From = 1.0, To = 0.0, Duration = new Duration(halfsecound), }; Storyboard.SetTarget(FadeOut, Object); Storyboard.SetTargetProperty(FadeOut, new PropertyPath("Opacity", 1)); storyboard.Children.Add(FadeOut); storyboard.Begin(); } public void ObjectShiftPos(DependencyObject Object, Thickness Get, Thickness Set) { ThicknessAnimation ShiftAnimation = new ThicknessAnimation() { From = Get, To = Set, Duration = secound, EasingFunction = Smooth, }; Storyboard.SetTarget(ShiftAnimation, Object); Storyboard.SetTargetProperty(ShiftAnimation, new PropertyPath(MarginProperty)); storyboard.Children.Add(ShiftAnimation); storyboard.Begin(); } public void Resize() { DoubleAnimation danimatioX = new DoubleAnimation(); danimatioX.From = MainBoarder.Width; danimatioX.To = 400; danimatioX.Duration = secound; danimatioX.EasingFunction = Smooth; MainBoarder.BeginAnimation(WidthProperty, danimatioX); DoubleAnimation danimatioY = new DoubleAnimation(); danimatioY.From = MainBoarder.Height; danimatioY.To = 300; danimatioY.Duration = secound; danimatioY.EasingFunction = Smooth; MainBoarder.BeginAnimation(HeightProperty, danimatioY); } private async void Grid_Loaded(object sender, RoutedEventArgs e) { this.Fade(this.MainBoarder); ObjectShiftPos(MainBoarder, MainBoarder.Margin, new Thickness(0)); await Task.Delay(2000); /*ObjectShiftPos(MainBoarder, MainBoarder.Margin, new Thickness(0, 0, -300, 0)); this.FadeOut(this.MainBoarder);*/ Resize(); }
@Oooooo78549
@Oooooo78549 11 месяцев назад
Thanks
@phantom_exploits5181
@phantom_exploits5181 2 года назад
YOUR 601ST SUBSCRIBER ;)
@kenikifan146
@kenikifan146 3 года назад
OMG THIS IS SO COOOOOOOL
@-_-Alex2k23-_-
@-_-Alex2k23-_- 3 года назад
*no fucking way, the legend is back!*
@kronox-robloxhacks1883
@kronox-robloxhacks1883 3 года назад
OMG ur back Les go
@Sivyyy
@Sivyyy 2 года назад
hey after the animation how do I make everything show up such as, words or images
@ZZZXIIIXZZZ
@ZZZXIIIXZZZ 3 года назад
I like adding the animations inside the wpf file but nice
@0x837
@0x837 3 года назад
the xaml code?
@ZZZXIIIXZZZ
@ZZZXIIIXZZZ 3 года назад
@@0x837 ys im minishxp btw
@adisploits
@adisploits 3 года назад
Epik
@ukwqs
@ukwqs 3 года назад
NO WAY NEW EXECUTOR SERIES
@circles771
@circles771 3 года назад
"hello sussy bakas" amazing
@circles771
@circles771 3 года назад
thank you daddy for the heart
@Niventro
@Niventro 2 года назад
@@circles771 yes he is the daddy
@fireflame1122
@fireflame1122 2 года назад
this guy is a "sussy bakka"
@Niventro
@Niventro 2 года назад
@@fireflame1122 yes you are also daddy H0YAA
@Galactic-l3b
@Galactic-l3b 2 года назад
can you do a video of adding tabs in wpf??
@PixeIPenguin
@PixeIPenguin 3 года назад
0.0 you back!?!?!?
@0x837
@0x837 3 года назад
Yes :)
@PixeIPenguin
@PixeIPenguin 3 года назад
@@0x837 ;p
@josefinadelgado9750
@josefinadelgado9750 3 года назад
@@0x837 wheres episode 2 of advanced exploit? >:(
@questionmark12456
@questionmark12456 2 года назад
HES BACK BOIIIIIIIIIIIIIIIIIIIIII
@notspecializedyt6878
@notspecializedyt6878 3 года назад
OMGGGGGGGGGGG SUCH A LEGENNNNNNNDDDDDDDDDDDDDDDDDDDDDD
@kronox-robloxhacks1883
@kronox-robloxhacks1883 3 года назад
:cri:
@notspecializedyt6878
@notspecializedyt6878 3 года назад
​@@kronox-robloxhacks1883 *gai*
@kronox-robloxhacks1883
@kronox-robloxhacks1883 3 года назад
@@notspecializedyt6878 :cri:
@notspecializedyt6878
@notspecializedyt6878 3 года назад
@@kronox-robloxhacks1883 :super gai:
@kronox-robloxhacks1883
@kronox-robloxhacks1883 3 года назад
@@notspecializedyt6878 noooo
@kaangurdemir9128
@kaangurdemir9128 3 года назад
PT.2?
@rtyler2927
@rtyler2927 Год назад
part 2 please
@whoman0385
@whoman0385 2 года назад
part 2?? 😩😩😩😩😩😩
@unlimited7394
@unlimited7394 3 года назад
Part 2! plss
@croneriel1114
@croneriel1114 3 года назад
epoch 😳
@tikmixrl4333
@tikmixrl4333 3 года назад
part 2?
@sugmin8225
@sugmin8225 3 года назад
du you have swagware discord
@xenijo4700
@xenijo4700 3 года назад
how can i add it to my c# project now?
@slimysploit5624
@slimysploit5624 2 года назад
No u need to use wpf
@Sivyyy
@Sivyyy 2 года назад
@@slimysploit5624 hey after the animation how do I make everything show up such as, words or images
@setwer2679
@setwer2679 3 года назад
new video plss
@SiegeRock
@SiegeRock 2 года назад
13 errors
@SiegeRock
@SiegeRock 2 года назад
@Bubble bee man balls the reasons for these errors is due to old code + I used VS22
@ImmuneLion318
@ImmuneLion318 3 года назад
Eww Don't Use Hexo Its Just Encouraging Others To Skid Hexo
@0x837
@0x837 3 года назад
??
@ImmuneLion318
@ImmuneLion318 3 года назад
@@0x837 I'm Talking About The Animations ObjectShift Etc
@0x837
@0x837 3 года назад
@@ImmuneLion318 I named it that? I only used that name from this one developer I think he retired and showed me how to make an animation on how to move the object that you listed. I am looking at Hexo right now and didn't even know this was a thing lmao, I guess he got it from this? The other animations in this video I don't see it here.
Далее
Learning C# In A Week... Otherwise I Fail University
9:04
Pure Comedy #ti13
00:38
Просмотров 194 тыс.
Hack your brain with Obsidian.md
11:53
Просмотров 1,9 млн
What Does Large Scale Software Look Like?
5:56
Просмотров 87 тыс.
Roblox Is BANNING EVERYONE For No Reason...
8:40
Просмотров 178 тыс.
The Secret Science of Perfect Spacing
9:40
Просмотров 421 тыс.
I Installed The Hardest System Known To Man...
45:06
Просмотров 992 тыс.
Pure Comedy #ti13
00:38
Просмотров 194 тыс.