Flow (v1.2) by Armadyl5
06 December 2015, 9:02 PM


Flow 

a New Script That Allows You to Control The Environment Around You , You Can Move Around Objects , Aiming At Your Opponents or Just To Have Fun ! 

------------------------

Controls 

* Walk (Hold) + Block = Lift All Objects in The Air 

* Walk (Hold) + Punch (Left/Right) = Push Objects Around in The Direction Your Facing .


------------------------

 

Changelog

V 1.1 :-

Enhanced Perfomance , The Script Should be Way Smoother Now .  (Thanks Gwendazale !)

 

------------------------

 

V 1.2 :-

* Script Refined , It Works Way Better Now .

* Added Spinning , Objects Will Spin When You Use Flow On Them .

 

------------------------

 

This Script is Unstable and May Cause Lag On Servers With High Ping .

Share Your Opinion About This Script and How it Could Be Improved .

Enjoy !


DOWNLOAD
(1.8 Kb)
Category: Scripts - Small Scripts | Added by: mohtkmd | Tags: script, Mode, fun, Flow
Views: 4652 | Downloads: 3123 | Comments: 24 | Rating: 4.5/4
Total comments: 24
avatar
0
22 nunermail • 8:18 PM, 19 May 2016
how i can activate it?
avatar
0
23 mohtkmd • 4:54 PM, 20 May 2016
Please ... Check the previous comments ... Many people asked the same question before ...
avatar
0
21 nunermail • 8:18 PM, 19 May 2016
you need activate it?
avatar
0
20 chipoleco45 • 8:14 PM, 19 May 2016
i pressed alt + d and nothing flyed
avatar
0
24 mohtkmd • 4:56 PM, 20 May 2016
After you activate the script , pressing alt + D should lift things near you in the air .

If it doesn't you either didn't activate the script , or your walk button is not Alt (check your key settings)
avatar
0
18 nunermail • 0:16 AM, 17 May 2016
the script dont work  cry
avatar
0
19 mohtkmd • 12:43 PM, 17 May 2016
Tell me exactly what's the problem , did you activate the script and it doesn't work ? Or you can't activate It ?
avatar
0
16 BreadCat • 9:39 PM, 06 May 2016
lol I changed my walk from leftAlt to B and i was pressing leftAlt and I thought it didnt work
avatar
0
17 mohtkmd • 2:08 PM, 11 May 2016
smile ...
avatar
0
14 BreadCat • 4:05 AM, 05 May 2016
Wait it sends me to a new tab and I just copied and pasted it in a txt file in scripts but it didnt work, should I have done something else or it didnt send me to the right thing
avatar
0
15 mohtkmd • 10:21 PM, 05 May 2016
well , all you have to do is copy and paste what you get in that new tab into a txt file and name it correctly , then go ingame and type /startscript flow (or any name you choose)
avatar
1
13 Imperio_Diablo_Yoyoeho • 1:45 PM, 12 December 2015
A very nice script i like it ! biggrin
5/5 !
avatar
1
9 xhomie • 2:19 PM, 09 December 2015
wow it sounds great men, I want to try it  biggrin
avatar
1
7 SilentShooterBatman • 4:31 AM, 09 December 2015
AUTOBOTS! FLOW OUT!

Good? batman
avatar
1
6 SilentShooterBatman • 4:29 AM, 09 December 2015
I LOVE IT heart Good Luck On Ur Exams And Cant Wait For Gamemodes ATM And Jason Script From U Or Glen biggrin

HAPPY XMAS! batman xmas
avatar
1
3 HoangMarcel • 1:41 PM, 07 December 2015
this script makes me feel like a god angel
avatar
0
4 mohtkmd • 2:58 PM, 07 December 2015
i Know Right ?  tongue
avatar
2
1 gwendalaze • 10:19 PM, 06 December 2015
as a suggestion to increase performances, i would suggest that you only have a single timer, with a foreach loop that test the wanted condition for each player :

timer(triggerargs args)
foreahc (IPlayer ply in Game.GetPlayers()){
if(condition1)
if(condition2)
if(condition3)

this would strongly increase the performances of your script, because your actual script loop 3 TIMES through the player list, plus it require your computer to manage three timers at the same time, when my suggestion reduce both to one
avatar
0
2 mohtkmd • 9:25 AM, 07 December 2015
I should have tested it more but I uploaded it in a hurry as I have an exam tomorrow , surely going to do what you said , but , not before 2 weeks from now , thanks for pointing it out , wish me luck for my exams tongue
avatar
1
5 gwendalaze • 6:19 PM, 07 December 2015
Oh well, good luck then !

EDIT : I would also suggest you to write your code this way to increase visibility and to make it more readable :

public void Method(argType args){
    //indented with tab
    if (everything is indented){
        codeLookBetter=true;
        action1();
        action2();
    } else {
        eyesAreBurning=true;
    }
    write("that was a suggestion");
}
avatar
0
10 SilentShooterBatman • 1:42 AM, 10 December 2015
Im Going To Add This To My On Script Just To See If It Works Better Thx biggrin
avatar
0
11 HoangMarcel • 8:36 AM, 10 December 2015
huh
avatar
0
12 mohtkmd • 12:30 PM, 10 December 2015
Thanks ! And well , I got used to messy typing but I will try to take your advice , thanks anyway
avatar
0
8 SilentShooterBatman • 4:33 AM, 09 December 2015
Wow Im Not Even A Scripter And I See What U Mean.The Loop Was Thrice And I Dont Know why That Was. HE Probably Patched It Already biggrin
avatar