milk_outside_a_bag_of_milk
 
 
█████████████████████████
█▄─▀█▀─▄█▄─▄█▄─▄███▄─█─▄█
██─█▄█─███─███─██▀██─▄▀██
▀▄▄▄▀▄▄▄▀▄▄▄▀▄▄▄▄▄▀▄▄▀▄▄▀
Currently Offline
"My biggest dream was to sleep all day long."
𝗪𝗮𝘀𝗵𝗶𝗻𝗴 𝗠𝗮𝗰𝗵𝗶𝗻𝗲 𝗛𝗲𝗮𝗿𝘁
ᴹⁱᵗˢᵏⁱ ♥︎
⇄ ◁◁ 𝚰𝚰 ▷▷ ↻
⁰⁰'²⁵ ━━●━━───── ⁰²'⁰⁸


H̶̗̥̬͖̙̬̲͙͇̟̩̤̆̈͐̋͆̎͆͋͆͛̓͝͝͝ͅȩ̸̞̥̩͉͓͚̩͖̭̳͈̼̉̌̈́̑͐̋̀́͒̚͘̚͝ ̸̛͍̥̖̺̤̗͍̩̓̍̓́̔͌͊͆͠W̷̙̝̻̰̪̦̺̋̿̂́́̃́̚͜ͅͅę̵̜̺̻̮̝̠͖̣͐̌̈́͗͊̆̕ǹ̶͕͕̻̗̫͚̬̲̩̾̒͋͛̍͂͆̏̀̐̓̋t̸̛̫̆̿̃͋͗̏̉̔͘͠ ̸̯̣̦͈̀̑̓͗̇̓́͐̅F̴̧̘͚̪̬̘̥͖̞̯̪̐͑̀̀͠ͅͅő̷̧̡̧̢̦̗̤̺̭̳̳̦̞̠̬͛r̷̛͉̟̗̀̈́̄̌͛̂́̏̏̐͝ͅ MILK


---------------------------------------------------------------------------------------------------------
(How do you feel?)
- I definitely feel myself. Sometimes you don't need more.
(Still, you're worried. Am I right?)
- Of course. Moreover, I am absolutely horrified. But is it really that noticeable?
(You look anywhere but up.)
- Ah, this is...
- I told you, didn't I?
(About what?)
- Yes, it's rubbish.
(How can trifles cause horror?)
- It's… hard to describe.
I climb the metal railing and swing my legs down. One after another, I cast short glances into the abyss - she answers me with an angry icy breath. This is how we communicate. Like old friends.
- Sometimes it seems to me that the whole world is pretending to be crazy.
- It's as if ... as if he wants to convince me of something that doesn't really exist.
(Strange, don't you think?)
---------------------------------------------------------------------------------------------------------
{
........"contentrating" : "Everyone",
.........description" : "One of the initial scenes from the game milk outside a bag of milk outside a bag of milk",
........"file" : "scene.json",
........"general" :
........{
................"properties" :
................{
........................"schemecolor" :
........................{
................................"order" : 0,
................................"text" : "ui_browse_properties_scheme_color",
................................"type" : "color",
................................"value" : "0.10196078431372549 0.10196078431372549 0.11764705882352941"
}
}
........},
........"preview" : "preview.gif",
........"tags" : [],
........"title" : "milk outside a bag of milk outside a bag of milk",
........"type" : "scene",
........"version" : 0
}
---------------------------------------------------------------------------------------------------------
FISHIN

package bots;

import org.dreambot.api.methods.Calculations;
import org.dreambot.api.methods.map.Area;
import org.dreambot.api.methods.map.Tile;
import org.dreambot.api.script.AbstractScript;
import org.dreambot.api.script.Category;
import org.dreambot.api.script.ScriptManifest;
import org.dreambot.api.wrappers.interactive.GameObject;
import org.dreambot.api.wrappers.interactive.NPC;

import java.awt.*;

@ScriptManifest(category = Category.FISHING, name = "IcCookies' Lobster Fisher", author = "IcCookies", version = 1.0)
public class Fisher extends AbstractScript {

........@Override
.........public void onStart() {
.................log("Welcome to IcCookies' private script!");
........}

........Area fishArea = new Area(2924, 3180, 2925, 3175, 0);
........Area sailArea = new Area(3021, 3223, 3029, 3212, 0);
........Area shipTile = new Area(2956, 3143, 2956, 3143, 1);
........Area islandArea = new Area(2956, 3146, 2956, 3146, 0);
........Area one = new Area(2938, 3146, 2938, 3146, 0);
........Area two = new Area(2923, 3149, 2923, 3149, 0);
........Area three = new Area(2920, 3165, 2920, 3165, 0);

........// Add shiptile2956, 3143, 1 is the ship position
........@Override
........public int onLoop() {

................if (!getInventory().isFull()) {
........................if (sailArea.contains(getLocalPlayer())) {
................................NPC Seamman_Lorris = getNpcs().closest(
...............................................npc -> npc != null && npc.hasAction("Talk-to"));
................................if (Seamman_Lorris != null
.................................................&& Seamman_Lorris.interact("Pay-fare")) {
........................................sleep(10000);
..................................}
........................} else {
................................if (getWalking().walk(sailArea.getRandomTile())) {
........................................sleep(Calculations.random(3000, 5500));
..................................}

........................}
........................if (shipTile.contains(getLocalPlayer())) {
.................................GameObject Gangplank = getGameObjects().closest(
................................................gameobject -> gameobject != null
..................................................................&& gameobject.hasAction("Cross"));
................................if (Gangplank != null && Gangplank.interact("Cross")) {
.........................................sleep(3000);
........................................if (islandArea.contains(getLocalPlayer())) {
................................................if (getWalking().walk(one.getRandomTile())) {
.........................................................sleep(Calculations.random(5000, 5526));
........................................................if (getWalking().walk(two.getRandomTile())) {
.................................................................sleep(Calculations.random(5000, 5526));
................................................................if (getWalking().walk(two.getRandomTile())) {
.........................................................................sleep(Calculations.random(5000, 5526));
.......................................................................if (getWalking().walk(fishArea.getRandomTile())) {
................................................................................sleep(Calculations.random(5000, 5526));

.........................................................................}
................................................................}

........................................................}
................................................}
........................................}
................................}
........................}
................}
.................return 0;
........}

........@Override
........public void onExit() {
................log("Thank you for using this script.");
.........}

}
---------------------------------------------------------------------------------------------------------
Screenshot Showcase
Terraria
1
Favorite Group
HOME OF THE HORIS LOCATED IN THE INNER KAITI REGION IN THE CITY OF GISBORNE, NEW ZEALAND
12
Members
0
In-Game
2
Online
1
In Chat
rxley <3 26 Nov, 2023 @ 7:28am 
hey, accept me please
⪓ ETHANZ ⪔ 18 Aug, 2023 @ 8:03pm 
⠄⣿⡀⠇⠄⠄⠄⢉⣛⣷⡄⢨⡀⣠⣤⣴⣿⣿⣿⣿⡿⠿⠶⠿⠿⣿⣷⠄⠄⠄
⠄⣿⣿⣬⣀⣠⣤⡘⣿⣿⣿⣦⣿⣿⣿⣿⣿⡿⠋⠄⠄⢀⣶⣶⣦⣌⢙⡀⠄⠄
⠄⣿⣿⣿⠿⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡟⢡⣄⡀⣀⣼⣿⣿⣿⠟⣸⡇⠄⠄
⣆⠙⠉⣠⣤⡀⠄⠄⢩⣿⣿⢿⣿⣿⣿⣿⣿⣿⡿⣛⣋⣥⣤⣤⣤⣾⣿⡇⡀⠄
⣤⡀⠸⣿⣿⡿⠶⠶⢾⣿⣿⡸⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣲⣧⠄
⢺⣿⣦⣬⣶⣾⣿⣿⣿⣿⣿⣿⢸⣿⣿⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃
⠄⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁⡀
⠄⠘⢿⣿⣿⣿⣿⣿⣿⣿⣿⢟⣭⠭⠴⠒⠨⢭⠛⠛⠋⣼⣿⣿⣟⣛⣡⣴⣿⡇
⠄⠘⣷⣮⣿⣿⣿⣿⣯⡙⠁⠏⠄⠄⠄⠄⠄⠄⠄⠄⢰⣿⣿⣿⣿⣿⣿⣿⣿⠃
⠄⠄⠘⣿⣿⣿⣿⣿⣿⣷⡀⠄⣶⣦⠄⣠⣶⣿⣦⠄⣿⣿⣿⣿⣿⣿⣿⣿
𝙖𝙙𝙙 𝙢𝙚 𝙥𝙡𝙚𝙖𝙨𝙚 𝙗𝙧𝙤 :steamhappy:
76561198214360560 30 Jun, 2023 @ 3:06am 
it was a fun game bro.
76561199261818441 9 Jun, 2023 @ 3:54pm 
. ∧_∧ 
( ºωº )つ━☆・*。
⊂|   |    ・゜+.
 しーJ   °。+ *´¨)
         .• ´¸.•*´¨) ¸.•*¨)
          (¸.•´ (¸.•'* ☆加我兄弟 ☆
一坨小橙子 9 Jun, 2023 @ 12:10am 
客气
76561199131649404 5 Jun, 2023 @ 6:16am 
accept me please :)