Search found 7 matches

by floowsnaake
26 May 2023, 19:53
Forum: Gaming Scripts (v1)
Topic: Players X and Y walking memory example
Replies: 0
Views: 1355

Players X and Y walking memory example

A test to read a games player x and y coordinates from memory and tries to walk a recorded path, uses the arrow keys to walk but also work with mouse insert your own player X and Y memory in here: Player_X := 0xYOUR ADRESS Player_Y := 0xYOUR ADRESS put the name of the exe here gameWinTitle := "GAME ...
by floowsnaake
29 Dec 2014, 17:06
Forum: Gaming Help (v1)
Topic: Terraria selling script sorta working Topic is solved
Replies: 12
Views: 6851

Re: Terraria selling script sorta working Topic is solved

I made some new changes to it #SingleInstance, Force CoordMode, Mouse, Relative Box = 479 Row = 264 Numpad1:: MouseGetPos,x,y Loop,10 { Send {Shift Down} Click %Box%,%Row%,left,Down Sleep 100 Click %Box%,%Row%,left,Up Send {shift Up} Box -= 49 } MouseMove, %x%,%y% Box = 479 return Here is a more com...
by floowsnaake
28 Dec 2014, 12:44
Forum: Gaming Help (v1)
Topic: Terraria selling script sorta working Topic is solved
Replies: 12
Views: 6851

Re: Terraria selling script sorta working Topic is solved

Yes i play it a lot because of all the new updates and patches :3
by floowsnaake
27 Dec 2014, 08:02
Forum: Gaming Help (v1)
Topic: Terraria selling script sorta working Topic is solved
Replies: 12
Views: 6851

Re: Terraria selling script sorta working Topic is solved

Hi, try this #SingleInstance, Force CoordMode, Mouse, Relative Numpad1:: ; First row of the Inventory. { MouseGetPos, xpos, ypos ; The cursor is at X%xpos% Y%ypos%. Box("479","264") Box("430","264") Box("383","264") Box("334","264") Box("290","264") Box("240","264") Box("193","264") Box("145","264")...
by floowsnaake
04 Oct 2014, 12:26
Forum: Ask for Help (v1)
Topic: Custom GUI
Replies: 10
Views: 5170

Re: Custom GUI

Useing pictures as GUI and Buttons http://s14.postimg.org/t6p2gg6cx/screenshot_45.png /* Chatous Bot V30.1 Made by: Snow Flake | Time: 2014-09-14 21:14 GMT +1 Tested On/With: Autohotkey_L Version: v1.1.14.03 and v1.1.15.02 Windows 7 x64 and Windows 8 x32 Google Chrome Version: 31.0.1650.63 m and 36....

Go to advanced search